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

.property-code {
  font-size: 14px;
  display: block;
  font-weight: 300;
}

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

#real-estate {
  padding-top: 50px;
}

.section-cookies-header {
  width: 100%;
  padding: 120px 0px 10px 70px;
  position: relative;
  overflow: hidden;
}

.lang-real-estate-1 {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  margin-top: -10px;
}

.section-cookies-header .heading-style-h1 {
  font-size: 50px;
}

.display-flex {
  display: flex;
  gap: 30px !important;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

.lang-home-title {
  font-family: Roku-Regular, sans-serif;
}

.lang-button {
  background-color: rgba(158, 158, 158, .1);
  padding: 8px 12px;
  color: black;
  position: absolute;
  z-index: 90;
  top: 29%;
  right: 25%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lang-button img {
  width: 15px;
  height: 15px;
}

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

.lang-button .option {
  color: black;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0px;
}

.filter-button {
 display: flex;
 align-items: center;
 gap: 4px;
 position: relative;
}

.load-more-photos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.load-more-photos span {
  font-size: 16px;
  text-align: center;
  letter-spacing: 2px;
  color: white;
  background-color: #C3B6A6;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  padding: 10px 0;
  width: 120px;
  cursor: pointer;
}

.filter-button img {
  width: 15px;
  height: 15px;
}

.filter-button .options {
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  background-color:#dcd1c4;
  padding: 4px;
  z-index: 150;
}

.filter-button .options-big {
  width: 190%;
}

.options-big.zone {
  width: 230%;
}

.filter-button .options-medium {
  width: 120%;
}

.filter-button .options .option {
  background-color: transparent;
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: 'Sweet Sans Pro', sans-serif;
  z-index: 150;
  font-display: swap
}

.categories {
  padding-top: 60px;
}

.w-layout-grid .nav-grid {
  position: relative;
}

@media screen and (max-width: 767px) {
  .lang-button {
    right: 50%;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

body {
  color: #ddd;
  background-color: #343434;
  font-family: 'Sweet Sans Pro', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-display: swap
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Sweet Sans Pro', sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
  font-display: swap
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Sweet Sans Pro', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  font-display: swap
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Sweet Sans Pro', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  font-display: swap;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Sweet Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  font-display: swap;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Sweet Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-display: swap;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Sweet Sans Pro', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  font-display: swap;
}

p {
  color: rgba(221, 221, 221, .7);
  margin-bottom: 10px !important;
  font-family: 'Sweet Sans Pro', sans-serif;
  font-display: swap;
}

a {
  color: rgba(221, 221, 221, .7);
  font-family: 'Sweet Sans Pro', sans-serif;
  font-display: swap;
  text-decoration: none;
}

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

li {
  color: rgba(221, 221, 221, .7);
  font-family: 'Sweet Sans Pro', sans-serif;
  font-display: swap;
}

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

blockquote {
  color: rgba(221, 221, 221, .7);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: 'Sweet Sans Pro', sans-serif;
  font-display: swap;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.heading-style-h4 {
  color: #212427;
  text-transform: uppercase;
  font-family: Roku-Regular, sans-serif;
  /* font-family: Olarwe-semibold, sans-serif; */
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
}

.abt-us-title {
  font-size: 36px !important;
  padding-top: 32px;
}

.lang-meet {
  font-size: 4rem !important;
  padding-bottom: 32px;
}

.heading-style-h4.small-height {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

.heading-style-h4.looping-space {
  color: #f6f6f4;
  margin-right: 2rem;
}

.heading-style-h4.text-color-white {
  color: #212427;
}

.form-message-error {
  color: #343434;
  margin-top: .75rem;
  padding: .75rem;
}

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

.text-size-small {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212427;
}

.text-size-small.text-color-white {
  color: #212427;
}

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

.margin-0 {
  margin: 0;
}

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

.text-size-tiny {
  color: rgba(33, 36, 39, .73);
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.6;
}

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

.text-size-large {
  color: #212427;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.2;

}

.text-size-large.lang-about-us-description, .text-size-large.lang-about-us-description-3, .text-size-large.lang-about-us-description-2{
  font-size: 20px;
  padding-bottom: 12px;
}

.text-size-large.text-color-white {
  color: #212427;
  font-family: Roku-Regular, sans-serif;
}

.icon-height-large {
  height: 3rem;
}

.margin-small {
  margin: 1rem;
}

.footer-component-grid .text-size-regular {
  color: #f6f6f4;
}

.text-size-regular {
  color: #212427;
  text-align: left;
  font-family: 'Sweet Sans Pro', sans-serif;
  font-display: swap;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.footer-height {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.lang-footer-desc, .lang-footer-desc-2, .lang-footer-desc-3 {
  color: #f6f6f4;
  font-weight: 300;
  margin-bottom: 0;
  font-family: 12px;
}

.max-width-medium .contact {
  color: #212427;
}

.text-size-regular.card-description {
  color: #212427;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

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

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

.margin-medium {
  margin: 2rem;
}

.text-color-white {
  color: #fff;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

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

.padding-small {
  padding: 1rem;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.heading-style-h2 {
  text-transform: uppercase;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h2.text-weight-semibold {
  color: rgba(33, 36, 39, .58);
  font-weight: 500;
}

.heading-style-h2.text-align-center.text-color-white {
  color: #e9e4dd;
  font-family: Roku-Regular, sans-serif;
}

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

.max-width-large.sticky {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

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

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

.text-style-link {
  font-size: 12px;
  text-decoration: underline;
  transition: color .4s;
}

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

.margin-xsmall {
  margin: .5rem;
}

.heading-style-h3 {
  color: #212427;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: 'Sweet Sans Pro', sans-serif;
  
  font-display: swap;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 2;
}

.heading-style-h3.small-height {
  color: #212427;
  margin-top: 0;
  font-family: Roku-Regular, sans-serif;
  line-height: 1.1;
}

.heading-style-h3.small-height.text-align-center {
  color: #212427;
  font-family: Olarwe-bold, sans-serif;
}

.heading-style-h3.text-align-center, .heading-style-h3.text-color-white {
  color: #212427;
  font-family: Roku-Regular, sans-serif;
}

.form-field-wrapper {
  color: #ddd;
}

.text-style-italic {
  font-style: italic;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-size-medium {
  color: rgba(33, 36, 39, .75);
  font-family: 'Sweet Sans Pro', sans-serif;
  font-display: swap;
  /* font-family: Olarwe-light, sans-serif; */
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
}

.text-size-medium.text-align-center {
  width: auto;
  color: #212427;
  font-family: 'Sweet Sans Pro', sans-serif;
  font-display: swap;
  font-weight: 300;
}

.text-size-medium.text-color-white {
  color: rgba(33, 36, 39, .77);
}

.text-size-medium.text-color-white.text-weight-semibold {
  font-weight: 600;
}

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

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

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.icon-1x1-large {
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  line-height: 1;
}

.padding-xlarge {
  padding: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 28rem;
}

.max-width-medium.align-center {
  max-width: 35rem;
}

.max-width-medium.shop {
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
}

.form-component {
  margin-bottom: 0;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.form-input {
  min-height: 3.25rem;
  color: #212427;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #575757;
  border-radius: 0;
  margin-bottom: .75rem;
  padding: .75rem 1rem;
  font-family: 'Sweet Sans Pro', sans-serif;
  font-display: swap;
  transition: border-color .4s;
}

.form-input::placeholder {
  color: #575757
}

.form-input:focus {
  border-color: rgba(221, 221, 221, .4);
}

.form-input:hover {
  border-color: rgba(221, 221, 221, .4);
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: 1.25rem;
}

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

.margin-tiny {
  margin: .125rem;
}

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

.padding-large {
  padding: 3rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

.padding-top.padding-xxhuge {
  padding: 10rem 0 0;
}

.padding-top.padding-xxhuge.section-services-header {
  padding-top: 10rem;
}

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

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

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

.padding-xxsmall {
  padding: .25rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

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

.background-color-grey {
  background-color: #ddd;
}

.text-style-muted {
  opacity: .6;
}

.heading-style-h6 {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.padding-medium {
  padding: 2rem;
}

.padding-section-large {
  padding-top: 5rem;
  padding-bottom: 8rem;
}

.padding-section-large.experts-secion {
  padding-top: 5rem;
}

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

.heading-style-h5 {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212427
}

.heading-style-h5.text-color-white {
  color: #212427;
  font-family: Roku-Regular, sans-serif;
}

.form-message-success {
  padding: 1.25rem;
}

.padding-huge {
  padding: 6rem;
}

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

.button {
  color: #252525;
  text-align: center;
  background-color: #c3b6a6;
  border-radius: 0;
  justify-content: center;
  margin-left: 0;
  padding: .75rem 1.5rem;
  font-size: 14px;
  font-weight: 400;
  transition: opacity .4s;
}

.button.w--current {
  color: #ddd;
  background-color: #343434;
  border: 1px solid #ddd;
}

.button.is-secondary {
  color: #ddd;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ddd;
}

.button.is-text {
  color: #ddd;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

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

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.width-100 {
  width: 100%;
}

.margin-custom1 {
  margin: 1.5rem;
}

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

.margin-large {
  margin: 3rem;
}

.padding-tiny {
  padding: .125rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.heading-style-h1 {
  color: #212427;
  text-transform: uppercase;
  font-family: Olarwe-bold, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h1.text-align-center {
  color: #212427;
  font-family: Roku-Regular, sans-serif;
}

.heading-style-h1.large {
  z-index: 1;
  white-space: nowrap;
  font-size: 6rem;
  position: absolute;
}

.rext-rich-text blockquote {
  border-left-color: rgba(226, 226, 226, .7);
}

.hide {
  display: none;
}

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

.social-link {
  color: #ddd;
  justify-content: center;
  align-items: center;
  font-family: Social Icon, sans-serif;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

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

.icon-1x1-small {
  font-size: 1rem;
  line-height: 1;
}

.order-item-price {
  margin-top: 1rem;
}

.empty-state {
  width: 20rem;
  color: #fff;
  background-color: rgba(221, 221, 221, .2);
  border-color: rgba(221, 221, 221, .3) rgba(230, 230, 230, .3) rgba(221, 221, 221, .3) rgba(221, 221, 221, .3);
  border-top-style: solid;
  border-top-width: 1px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.utility-page-wrap .text-size-regular {
  color: #212427
}

.text-rich-text {
  color: #212427;
  font-family: Roku-Regular, sans-serif;
}

.text-rich-text h6 {
  font-size: 1.2rem;
  line-height: 1.2;
}

.text-rich-text h4 {
  text-transform: uppercase;
}

.text-rich-text h3 {
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1.2;
}

.text-rich-text h2 {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
}

.text-rich-text p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}

.text-rich-text li {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}

.text-rich-text blockquote {
  border-left-color: rgba(129, 129, 139, .5);
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-rich-text a {
  font-weight: 400;
  text-decoration: none;
  transition: opacity .3s;
}

.text-rich-text a:hover {
  opacity: .7;
}

.text-rich-text h5 {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.2;
}

.text-rich-text h1 {
  text-transform: uppercase;
  font-size: 5rem;
  line-height: 1.1;
}

.divider-line {
  width: 100%;
  height: 1px;
  background-color: rgba(221, 221, 221, .1);
}

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

.apartments-img {
  object-position: 30% center;
}

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

.horizontal-flex.category-blog {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
}

.horizontal-flex.blog-post {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
}

.horizontal-flex.location {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

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

.small-line {
  width: 32px;
  height: 2px;
  background-color: rgba(221, 221, 221, .2);
}

.title-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  margin-top: 6rem;
}

.subtitle {
  color: rgba(33, 36, 39, .58);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Sweet Sans Pro', sans-serif;
  font-display: swap;
}

.subtitle.hero {
  margin-top: -90px;
  margin-left: -10px;
  font-size: 18px;
  line-height: 1;
}

.subtitle.align-center {
  color: #212427;
  text-align: center;
  margin-bottom: 10px;
}

.looping-rail {
  width: 100%;
  height: 120vh;
  flex-direction: column;
  flex: none;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.rotate-image-wrapper {
  z-index: 10;
  width: 30rem;
  height: 40rem;
  position: relative;
  overflow: hidden;
}

.frame-01 {
  z-index: 11;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  position: absolute;
  overflow: hidden;
  transform: scale(1.01);
}

.frame-02 {
  z-index: 12;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  position: absolute;
  overflow: hidden;
}

.frame-03 {
  z-index: 13;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  position: absolute;
  overflow: hidden;
}

.frame-04 {
  z-index: 14;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  position: absolute;
  overflow: hidden;
}

.frame-05, .frame-06 {
  z-index: 15;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  position: absolute;
  overflow: hidden;
}

.image-sticky-component {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-sticky-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 10rem;
}

.image-sticky-wrapper._4 {
  z-index: 4;
}

.image-sticky-wrapper._3 {
  z-index: 3;
}

.image-sticky-wrapper._2 {
  z-index: 2;
}

.image-sticky-wrapper._1 {
  z-index: 1;
}

.section-home-sticky {
  padding-top: 8rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.image-sticky {
  width: 22rem;
  height: 30rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-sticky._4 {
  bottom: 0;
}

.image-sticky._3 {
  bottom: -7rem;
  right: -6rem;
}

.image-sticky._2 {
  bottom: -5rem;
  left: -14rem;
}

.image-sticky._1 {
  bottom: -2rem;
  right: -12rem;
}

.text-scrolling-wrapper {
  z-index: 10;
  width: 16rem;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.small-text-scrolling {
  color: #212427;
  text-transform: uppercase;
  white-space: nowrap;
  padding-left: 2px;
  font-family: 'Sweet Sans Pro', sans-serif;
  font-display: swap;
  font-size: 12px;
  font-weight: 400;
}

.social-link-wrapper {
  display: flex;
}

.link-wrapper {
  height: 5.25rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.logo-link {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: #fff;
  align-items: center;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
  transition: opacity .4s;
}

.logo-link:hover {
  opacity: .75;
}

.logo-link.w--current {
  font-size: 1rem;
  font-weight: 600;
  transition: opacity .4s;
}

.logo-link.w--current:hover {
  opacity: .75;
}

.social-media-component {
  max-width: 16rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.main-button {
  z-index: 1;
  color: rgba(33, 36, 39, .58);
  letter-spacing: 1px;
  font-size: 1.125rem;
  font-weight: 400;
  position: relative;
}

.button-link-content {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.button-arrow {
  width: 15px;
  font-family: Filled Icon, sans-serif;
  display: block;
}

.underline-button {
  width: 100%;
  height: 1px;
  background-color: #212427;
  margin-top: 10px;
  position: relative;
}

.link-progress-bar {
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

._2-columns {
  width: 100%;
  grid-column-gap: 3.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  margin-top: 25px;
}

._2-columns.depoiment {
  grid-template-columns: 1.2fr 1fr;
}

.image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;

  object-fit: contain;
}

.image-wrapper.contact {
  height: 100vh;
}

.image-wrapper.project {
  background-color: #343434;
}

._2-vertical-columns {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.vertical-line {
  width: 1px;
  height: 60px;
  background-color: #ddd;
}

.projects-component-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.project-image-wrapper {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.project-content-wrapper {
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 6rem;
  padding-left: 8rem;
  padding-right: 8rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.project-content-item {
  width: 100%;
  height: 70vh;
  background-color: #E9E4DD;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
}

.relative-position {
  position: relative;
}

.projects-component {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  position: relative;
}

.projects-component.negative-margin {
  margin-top: -15vh;
}

.project-link-wrapper {
  display: block;
}

.service-component {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-bottom: 1px solid #21242753;
  grid-template-rows: auto;
  grid-template-columns: 3rem .75fr 1fr;
  margin-top: 4rem;
  padding-bottom: 4rem;
}

.service-number {
  margin-top: 10px;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  color: #212427
}

.expertise-component-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;

}

.expertise-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.expertise-icon {
  width: 3rem;
  border-radius: 3px;
}

.logos-container {
  display: flex;
  overflow: hidden;
}

.logo-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.logo-item {
  width: 14rem;
}

.numbers-component-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-bottom: 1px solid rgba(221, 221, 221, .1);
  grid-template-rows: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.numbers-component-grid.first {
  border-top: 1px solid rgba(221, 221, 221, .1);
}

.expertise-content-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.expertise-content {
  padding: 4rem;
}

.expertise-content._1 {
  border-bottom: 1px solid rgba(221, 221, 221, .2);
  border-right: 1px solid rgba(221, 221, 221, .2);
}

.expertise-content._2 {
  border-bottom: 1px solid rgba(221, 221, 221, .2);
}

.expertise-content._3 {
  border-right: 1px solid rgba(221, 221, 221, .2);
}

.contact-component-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-items: center;
}

.contact-component-grid.contact-3 {
  grid-template-columns: 1fr 1.2fr;
}

.contact-form-block {
  padding: 4rem;
}

.contact-form-block.border-line {
  border: 1px solid rgba(221, 221, 221, .1);
  border-bottom-color: rgba(221, 221, 221, .2);
  padding-top: 6rem;
}

.contact-form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #ddd;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-title-block {
  padding-left: 4rem;
  padding-top: 10rem;
}

.faq-icon {
  height: 1.6rem;
  font-family: Filled Icon, sans-serif;
  font-size: 26px;
  line-height: 1;
  color: #2124279c
}

.faq-bottom {
  overflow: hidden;
}

.faq-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border-bottom: 1px solid rgba(221, 221, 221, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  align-items: end;
  display: grid;
}

.faq-title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.faq-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 0rem 1rem;
  display: grid;
}

.faq-top.first {
  border-top: 1px solid rgba(221, 221, 221, .1);
}

.faq-icon-wrapper {
  width: 4.5rem;
  height: 4.5rem;
  border: 1px solid rgba(221, 221, 221, .1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-item {
  cursor: pointer;
}

.faq-bottom-content {
  padding: 1rem 2.5rem 2.5rem;
}

.arrow-wrapper {
  width: 15px;
  position: relative;
  overflow: hidden;
}

.second-arrow {
  width: 15px;
  color: #212427;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-home-works {
  z-index: 10;
  width: 100%;
  position: relative;
}

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

.project-sticky-content {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.project-component-wrapper {
  width: 100%;
  height: 100vh;
  background-color: #343434;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-content-link {
  z-index: 5;
  width: 100%;
  height: 100vh;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10rem 6rem 6rem;
  display: flex;
  position: absolute;
}

.project-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.sticky-component-grid {
  z-index: 5;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  position: relative;
}

.sticky-content-item {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 6rem;
  display: flex;
  position: relative;
}

.sticky-image-item {
  width: 100%;
  height: 100vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.bg-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: url('../images/ourmission.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-image._2 {
  background-image: url('../images/ourvision.webp');
}

.bg-image.project {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.contact-component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.contact-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 10rem;
  display: flex;
}

.contact-button {
  text-transform: uppercase;
  overflow: hidden;
}

.outline-button-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.button-text {
  z-index: 5;
  color: #ddd;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.line-wrap {
  width: 100%;
  height: 1px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button-line {
  height: 100%;
  min-width: 100%;
  background-color: #ddd;
  flex: 1;
}

.button-line.last {
  background-color: #ddd;
}

.between-line {
  width: 100%;
  height: 100%;
  min-width: 100%;
}

.filled-icon {
  color: #ddd;
  font-family: Filled Icon, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}

.about-content-grid {
  width: 50%;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .8fr .6fr;
  display: flex;
}

.section-about-header {
  width: 100%;
  height: 100vh;
  padding: 8rem 8rem 5rem;
  position: relative;
  overflow: hidden;
}

.about-header-image {
  width: 100%;
  height: 100%;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.about-header-row {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.row-wrapper {
  z-index: 10;
  width: 200%;
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

.text-row {
  width: 50%;
  justify-content: space-around;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.footer {
  background-color: #252525;
}

.link-footer {
  grid-column-gap: .325rem;
  grid-row-gap: .325rem;
  opacity: 1;
  color: #fff;
  align-items: center;
  font-size: .875rem;
  line-height: 1.6;
  transition: opacity .2s;
  display: flex;
}

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

.footer-nav-link {
  text-decoration: none;
  transition: transform .3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.footer-nav-link.w--current {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.webflow-logo {
  height: .925rem;
}

.footer-nav {
  margin-bottom: 0;
  margin-right: 3rem;
  padding-left: 0;
}

.link-footer-wrapper {
  grid-column-gap: .325rem;
  grid-row-gap: .325rem;
  align-items: center;
  display: flex;
}

.footer-title {
  color: #f0f2f5;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.footer-component-grid {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
}

.nav-footer-content {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.footer-nav-item {
  margin-bottom: 1rem;
}

.team-members-component-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.team-members-content-wrapper {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.team-member-photo {
  width: 100%;
  height: 100vh;
}

.team-members-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-link {
  display: block;
}

.team-member-details {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.looping-overflow-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-row-wrapper {
  flex: none;
  align-items: center;
  display: flex;
}

.footer-row {
  flex: none;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.underline {
  width: 100%;
  height: 1px;
  background-color: #ddd;
  flex-direction: row;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid rgba(156, 156, 156, .25);
  justify-content: space-between;
  align-items: center;
  margin-top: 6rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.text-nav-footer {
  color: rgba(221, 221, 221, .7);
  white-space: nowrap;
  font-size: .975rem;
  font-weight: 400;
  line-height: 1.5;
}

.section-home-team-members {
  padding-top: 100px;
}

.cta-link {
  opacity: .85;
  color: #fff;
  align-items: center;
  transition: opacity .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-link:hover {
  opacity: .6;
}

.looping-content {
  padding-top: 8rem;
  padding-bottom: 6rem;
}

.faq-content-wrapper {
  margin-bottom: 4rem;
}

.contact-component-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.contact-content-link {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #ddd;
  align-items: center;
  font-size: 1.2rem;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.contact-content-link:hover {
  opacity: .7;
}

.location-content-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #ddd;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.location-content-link:hover {
  opacity: .7;
}

.contact-details {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: rgba(221, 221, 221, .7);
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.125rem;
  font-weight: 400;
  display: flex;
}

.navbar {
  z-index: 100;
  background-color: #e9e4dd;
  border: 1px solid #e9e4dd;
  padding: 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.close-icon {
  margin-top: -5px;
  font-family: Filled Icon, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.quantity-cart {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(129, 129, 139, .4);
}

.cart-quantity {
  z-index: 2;
  height: auto;
  min-width: auto;
  color: #fff;
  background-color: #7c7c7c;
  border-radius: 100%;
  margin-left: -5px;
  padding: 6px 8px;
  font-size: .675rem;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: -10px;
  right: -15px;
}

.cart-footer {
  border-top-color: rgba(129, 129, 139, .2);
}

.cart-header {
  border-bottom-color: rgba(129, 129, 139, .2);
  padding: 2rem;
}

.nav-grid {
  width: 100%;
  height: 100%;
  max-width: 80rem;
  border: 1px solid #e9e4dd;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu-component {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid transparent;
  grid-template-rows: auto;
  padding: 15vh 10vw 10vh;
  position: relative;
}

.cart-button-wrapper {
  margin-top: 5px;
  line-height: 1;
  transition: transform .3s;
  top: 20px;
  right: 30px;
}

.nav-link {
  color: #fff;
  padding: 0;
  transition: color .4s;
}

.nav-column-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
}

.remove-button {
  color: #9c9c9c;
  transition: color .4s;
}

.remove-button:hover {
  color: #81818b;
}

.nav-menu-wrapper {
  z-index: 90;
  width: 100vw;
  height: 100vh;
  background-color: #f6f6f4;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cart-close-button {
  color: #fff;
}

.cart-default-state {
  margin-bottom: 0;
}

.nav-bottom-content {
  text-transform: uppercase;
  overflow: hidden;
}

.nav-overflow-hidden {
  overflow: hidden;
}

.nav-left-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.hamburger-menu {
  z-index: 100;
  width: 4.5rem;
  height: 4.5rem;
  background-color: rgba(158, 158, 158, .1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: background-color .4s;
  display: flex;
  overflow: hidden;
}

.hamburger-menu:hover {
  background-color: rgba(158, 158, 158, .25);
}

.hamburger-menu.w--open {
  z-index: 100;
  background-color: rgba(158, 158, 158, .1);
}

.hamburger-menu.w--open:hover {
  background-color: rgba(158, 158, 158, .25);
}

.message-empty-state {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  padding: 30px 20px;
}

.cart-button-navbar {
  letter-spacing: .06rem;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.cart-button-navbar:hover {
  color: #9bdaf2;
}

.image-cart {
  z-index: 1;
  width: 22px;
  position: relative;
}

.line-menu {
  width: 2rem;
  height: 2px;
  background-color: #211f54;
  border-radius: 20px;
}

.line-menu.bottom {
  color: #e9e4dd;
  -webkit-text-stroke-color: #212427;
  background-color: #212427;
  position: absolute;
  top: 42px;
}

.line-menu.top {
  color: #212427;
  background-color: #fff;
  position: absolute;
  top: 30px;
}

.line-menu.bottom {
  background-color: #fff;
  position: absolute;
  top: 42px;
}

.button-wrapper {
  width: 100%;
  height: 100%;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.message-error-state {
  color: #0d0d11;
  text-align: center;
  margin-top: 1rem;
  padding: 1.8rem 1.125rem;
  font-weight: 400;
}

.icon-font {
  color: rgba(33, 36, 39, .73);
  margin-top: -3px;
  font-family: Filled Icon, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.nav-horizontal-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  /* flex-wrap: wrap; */
  align-items: center;
  display: flex;
  position: relative;
}

.cart-container {
  background-color: #252525;
  border-right: 1px solid rgba(129, 129, 139, .3);
}

.nav-text {
  height: 5rem;
  color: #212427;
  text-transform: uppercase;
  order: 0;
  font-family: Roku-Regular, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
}

.nav-text-wrapper {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.nav-number {
  color: #212427;
  margin-top: 3px;
  margin-right: 3px;
  font-family: Roku-Regular, sans-serif;
  font-size: 12px;
}

.section-blog-header {
  position: relative;
}

.blog-main-grid {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  align-items: start;
  margin-top: 4rem;
  position: relative;
}

.main-blog-post {
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
}

.sidebar-blog-post-link {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #ddd;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 4rem;
  display: grid;
}

.blog-categories-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  display: flex;
}

.form-newsletter {
  align-items: flex-end;
  display: flex;
}

.shop-component-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shop-link-wrapper {
  transition: opacity .4s;
  display: block;
}

.shop-link-wrapper:hover {
  opacity: .8;
}

.shop-badge {
  color: #212427;
  background-color: #f6f6f4;
  padding: 1rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.shop-categories-content {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shop-categories-wrapper {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.shipping-method {
  background-color: rgba(221, 221, 221, .1);
  border-color: rgba(221, 221, 221, .2);
  border-top-style: solid;
  border-top-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
}

.shipping-method-list {
  border-left-color: rgba(221, 221, 221, .2);
  border-right-color: rgba(221, 221, 221, .2);
}

.password-icon {
  margin-bottom: 20px;
  font-family: Filled Icon, sans-serif;
  font-size: 8rem;
  line-height: 1;
}

.password-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-top: 1.5rem;
  display: flex;
}

.alert-icon {
  margin-bottom: 20px;
  font-family: Filled Icon, sans-serif;
  font-size: 5rem;
  line-height: 1;
  overflow: visible;
}

.coming-soon-section {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.coming-soon-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.coming-soon-icon {
  color: rgba(221, 221, 221, .1);
  text-align: center;
  font-family: Filled Icon, sans-serif;
  font-size: 4rem;
  line-height: 1;
  display: inline-block;
}

.privacy-policy-content-wrapper {
  background-color: rgba(221, 221, 221, .1);
  border: 1px solid rgba(221, 221, 221, .2);
  padding: 4rem 3rem;
}

.our-numbers-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  /* grid-template-columns: 1fr 1fr 1fr 1fr; */
}

.our-numbers-block {
  padding: 2.5rem;
}

.offices-component-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-columns: 1fr;
}

.office-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.inner-office-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
}

.office-content-wrapper {
  border-bottom: 1px solid rgba(221, 221, 221, .1);
  padding-bottom: 20px;
}

.number-component-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.impact-number-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.quote-icon {
  width: 5rem;
  opacity: .2;
}

.social-link-wrapper #email {
  height: 17px;
  width: auto;
}

.instagram-component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.instagram-image-content {
  height: 16rem;
  position: relative;
  overflow: hidden;
}

.instagram-image-content._2, .instagram-image-content._4 {
  margin-top: 5vh;
}

.instagram-component-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 4rem;
}

.project-details {
  justify-content: space-between;
  display: flex;
}

.team-member-item:first-child {
  margin-top: -4rem;
}

.team-member-item:last-child {
  margin-top: 4rem;
}

.heading-overflow {
  overflow: hidden;
}

.project-details-component-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.instagram-overlay {
  background-color: rgba(37, 37, 37, .25);
  justify-content: center;
  align-items: center;
  font-family: Social Icon, sans-serif;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.instagram-icon {
  color: #ddd;
  font-family: Social Icon, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}

.cursor {
  z-index: 999;
  width: 6rem;
  height: 6rem;
  cursor: none;
  background-color: #e9e4dd;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.preloader-wrapper {
  z-index: 99999;
  background-color: #f6f6f4;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.preloader-content {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.preloader-logo {
  background-color: rgba(255, 255, 255, 0);
}

.hide-desktop {
  display: none;
}

.body {
  background-color: #212427;
}

.body-2 {
  background-color: #e9e4dd;
  border: 1px solid #e9e4dd;
}

.body-3 {
  background-color: #f6f6f4;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  display: flex;
}

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

.text-block, .text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  color: #212427;
}

.body-4 {
  background-color: #e9e4dd;
}

.text-block-6 {
  color: #212427;
}

.body-5 {
  background-color: #e9e4dd;
  border: 1px solid #e9e4dd;
}

.text-block-7 {
  color: #212427;
}

.body-6 {
  background-color: #e9e4dd;
  border: 1px solid #e9e4dd;
}

.text-block-8 {
  color: rgba(33, 36, 39, .58);
}

.heading {
  color: #212427;
  text-align: center;
  padding-bottom: 50px;
  font-family: Roku-Regular, sans-serif;
}

.heading-2 {
  color: #212427;
  font-family: Roku-Regular, sans-serif;
}

.paragraph {
  color: rgba(33, 36, 39, .66);
  font-family: 'Sweet Sans Pro', sans-serif;
  font-display: swap;
}

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

.us-card {
  flex-direction: column;
  display: flex;
  width: 500px;
}

.body-7 {
  background-color: #f6f6f4;
}

.heading-3, .paragraph-2 {
  color: #212427;
}

.body-8 {
  background-color: #f6f6f4;
}

.heading-style-h1-2 {
  text-transform: uppercase;
  font-size: 9rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h1-2.large {
  z-index: 1;
  white-space: nowrap;
  z-index: 1;
  white-space: nowrap;
  font-size: 10rem;
  position: absolute;
}

.section-home-sticky-2 {
  padding-top: 8rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.navbar-2 {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  padding: 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-text-2 {
  height: 5rem;
  color: #ddd;
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
}

.button-2 {
  color: #252525;
  text-align: center;
  background-color: #ddd;
  border-radius: 0;
  justify-content: center;
  margin-left: 0;
  padding: .75rem 1.5rem;
  font-size: 14px;
  font-weight: 400;
  transition: opacity .4s;
}

.button-2:hover {
  opacity: .8;
}

.button-2.w--current {
  color: #ddd;
  background-color: #343434;
  border: 1px solid #ddd;
}

.nav-menu-wrapper-2 {
  z-index: 90;
  width: 100vw;
  height: 100vh;
  background-color: #252525;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hamburger-menu-2 {
  z-index: 100;
  width: 4.5rem;
  height: 4.5rem;
  background-color: rgba(158, 158, 158, .1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: background-color .4s;
  display: flex;
  overflow: hidden;
}

.hamburger-menu-2:hover {
  background-color: rgba(158, 158, 158, .25);
}

.hamburger-menu-2.w--open {
  z-index: 100;
  background-color: rgba(158, 158, 158, .1);
}

.hamburger-menu-2.w--open:hover {
  background-color: rgba(158, 158, 158, .25);
}

.text-size-regular-2 {
  color: rgba(221, 221, 221, .7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-size-tiny-2 {
  color: rgba(221, 221, 221, .7);
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.6;
}

.nav-number-2 {
  color: #ddd;
  margin-top: 3px;
  margin-right: 3px;
  font-size: 12px;
}

.social-link-2 {
  color: #ddd;
  justify-content: center;
  align-items: center;
  font-family: Social Icon, sans-serif;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.social-link-2:hover {
  opacity: .6;
}

.icon-font-2 {
  color: #9c9c9c;
  margin-top: -3px;
  font-family: Filled Icon, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.nav-grid-2 {
  width: 100%;
  height: 100%;
  max-width: 80rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.cart-container-2 {
  background-color: #252525;
  border-right: 1px solid rgba(129, 129, 139, .3);
}

.nav-menu-component-2 {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  padding: 15vh 10vw 10vh;
  position: relative;
}

.button-wrapper-2 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.card-container {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  width: 57.5vw; 
  margin: 0 auto; 
}

@media screen and (max-width: 1440px) {
  .card-container {
    flex-wrap: wrap;
    padding-top: 3rem;
    padding-left: 0;
    padding-right: 0;
    width: 81vw;
  }

  .lang-button {
    right: 12%;
  }
}

.filters {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.property_card {
  width: 350px;
  background-color: rgba(195, 182, 166, .19);
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}

.property_card .portrait {
  height: 233px;
  position: relative;
}

.property_card .portrait img {
  height: 233px;
  width: 100%;
}

.portrait .buttons {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 95%;
  top: 50%;
  left: 2.5%;
  z-index: 90;
}

.portrait .buttons button {
  background-color: rgba(255, 255, 255, 0.276);
}

.heading-5 {
  color: #212427;
  font-family: Roku-Regular, sans-serif;
}

.heading-5.heading-card {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 8px;
  font-family: 'Sweet Sans Pro', sans-serif;
  font-display: swap;
  font-size: 16px;
  padding-bottom: 8px;
}

.paragraph-3 {
  color: #212427;
  padding-left: 8px;
  font-family: 'Sweet Sans Pro', sans-serif;
  font-display: swap;
}

.section {
  flex-direction: column;
  align-items: center;
  padding-bottom: 10rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.text-block-9 {
  z-index: auto;
  color: #343434;
  object-fit: fill;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.shop-badge-2 {
  color: #ddd;
  background-color: #343434;
  padding: 1rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.body-10 {
  background-color: #e9e4dd;
  border: 1px solid #e9e4dd;
}

.paragraph-4 {
  color: #343434;
  font-family: 'Sweet Sans Pro', sans-serif;
  font-display: swap;
  font-size: 13px;
}

.div-block-6 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 8px;
  padding-left: 8px;
  display: flex;
  position: static;
}

.image {
  max-width: 100%;
  font-size: 14px;
}

.image-2 {
  width: 20px;
}

.text-block-10 {
  color: #343434;
  border-bottom: 1px solid #c3b6a6;
  padding-bottom: 8px;
  padding-left: 8px;
  font-family: 'Sweet Sans Pro', sans-serif;
  font-display: swap;
  font-size: 18px;
  font-weight: 500;
}

.image-3 {
  height: 17px;
}

.div-block-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 16px;
  display: flex;
  width: 90%;
  margin: 0 auto
}

.div-block-8 {
  flex-direction: row;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.div-block-8 p {
  margin: 0
}

.paragraph-5 {
  color: #343434;
  align-self: auto;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 0px !important;
}

.heading-6 {
  color: #212427;
  font-family: Roku-Regular, sans-serif;
}

.heading-6.heading-card {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 8px;
  font-family: 'Sweet Sans Pro', sans-serif;
  font-display: swap;
  font-size: 16px;
}

.paragraph-6 {
  color: #212427;
}

.div-block-9 {
  outline-offset: 0px;
  outline: 1px solid #000;
}

.grid {
  display: flex;
}

.image-container {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.image-container iframe {
  width: 100%;
  height: 700px;
  margin-top: -15px;
}

.image-container iframe header {
  visibility: hidden;
}

.heading-7 {
  color: #212427;
  font-family: Roku-Regular, sans-serif;
}

.div-block-10 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  margin-top: 150px;
  padding-left: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
  position: relative;
}

.gallery img {
  width: 49%;
}

.gallery .modal {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.227);
  height: 50%; 
  width: 100%;
  left: 0;
  z-index: 20;
}

.btn_wrap i {
  opacity: 0;
  font-size: 16px;
  color: #1F1E1E;
  will-change: transform;
  -webkit-transform: scale(.1);
          transform: scale(.1);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.btn_wrap {
  margin-top: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  cursor: pointer;
  width: 120px;
  height: 50px;
  background-color: #E9E4DD;
  will-change: transform;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.btn_wrap:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1)
}

.btn_wrap span {
  position: absolute;
  z-index: 99;
  width: 120px;
  padding: 10px 0;
  font-size: 16px;
  text-align: center;
  letter-spacing: 2px;
  color: white;
  background-color: #C3B6A6;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.description-texts {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 12px;
}

.description-texts p {
  margin-bottom: 0;
}

.btn_wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 50px;
}

.btn_wrap .container i:nth-of-type(1) {
          -webkit-transition-delay: 1.1s;
                  transition-delay: 1.1s;
}

.btn_wrap .container i:nth-of-type(2) {
          -webkit-transition-delay: .9s;
                  transition-delay: .9s;
}

.btn_wrap .container i:nth-of-type(3) {
          -webkit-transition-delay: .7s;
                  transition-delay: .7s;
}

.btn_wrap .container i:nth-of-type(4) {
          -webkit-transition-delay: .4s;
                  transition-delay: .4s;
}

.btn_wrap:hover span {
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
  -webkit-transform: translateX(-280px);
          transform: translateX(-280px)
}

.btn_wrap:hover i {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}


#fullpage {
  display: none;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-size: contain;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.491);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#fullpage .content {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 97%;
  height: 50%;
  justify-content: space-between;
}

.content button {
  background-color: rgba(255, 255, 255, 0.351);
  width: 30px;
  height: 30px;
  align-self: flex-end;
  display: flex;
  align-items:center;
  justify-content: center;
  border-radius: 50%;

}

.content .close {
  margin-top: 15px;
}

.content .close svg {
  width: 24px;
  height: 24px;
}

.content .buttons {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.gallery img {
  height: 326px;
  cursor: pointer;
  margin-bottom: 16px;
  object-fit: cover;
}

.section-2 {
  margin-bottom: 150px;
}

.property-data-block {
  width: 90%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column wrap;
  flex: 0 auto;
  align-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
  margin: 0 auto
}

.menu-footer {
  width: 80vw;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between
}

.paragraph-7 {
  color: #212427;
  font-family: 'Sweet Sans Pro', sans-serif;
  font-display: swap;
}

.price-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #212427;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  font-family: Roku-Regular, sans-serif;
  display: flex;
}

.text-block-11 {
  font-size: 16px;
}

.amenities {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
}

.share-button {
  position: relative;
}

.share-options {
  position: absolute;
  left: 115%;
  top: -15px;
  width: 150px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.share-options button {
  background-color: #E9E4DD;
  border-radius: 5px;
  padding: 4px 0;
  border: 1px solid #C3B6A6;
  
}

.share-options img {
  width: 14px;
}

.amenity {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.text-block-12 {
  color: #212427;
  font-family: 'Sweet Sans Pro', sans-serif;
  font-display: swap;
}

.heading-8 {
  font-family: Roku-Regular, sans-serif;
}

.heading-9 {
  color: #212427;
  font-family: Roku-Regular, sans-serif;
}

.bold-text {
  font-family: 'Sweet Sans Pro', sans-serif;
  font-display: swap;
  font-weight: 500;
}

.div-block-11 {
  background-color: #c3b6a6;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 8px 12px 8px 8px;
  display: flex;
}

.button-3 {
  width: 60px;
  color: #343434;
  object-fit: fill;
  background-color: #c3b6a6;
  overflow: visible;
}

.button-4 {
  color: #212427;
  background-color: #c3b6a6;
  margin-top: 12px;
}

.whatsapp-container {
  z-index: 30;
  width: 100px;
  height: 100px;
  cursor: pointer;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.whatsapp-container:hover {
  background-color: #383838;
  transform: scale(1.05);
}

.live-icon {
  width: 15px;
  height: 15px;
  background-color: #00b94a;
  border-radius: 100%;
  position: absolute;
  top: 5px;
  bottom: auto;
  left: 5px;
  right: auto;
}

.chat-block {
  width: 80%;
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
}

.whatsapp-chat {
  width: 300px;
  height: 315px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 20px;
  flex-direction: column;
  margin-bottom: 16px;
  display: flex;
  display: none;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 30px;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

.live-icon-chat {
  margin-right: 0;
}

.live-chat-link {
  height: 25%;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.chat-section {
  height: 50%;
  background-color: #e6ddd4;
  padding: 16px 20px;
}

.close-live-chat-container {
  width: 10%;
  height: 100%;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.livechat-button {
  width: 80%;
  height: 42px;
  background-color: #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.top-section {
  height: 25%;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.shot-container {
  max-width: 100%;
}

@media screen and (min-width: 1440px) {
  .text-size-tiny {
    font-family: 'Sweet Sans Pro', sans-serif;
    font-display: swap;
  }

  #fullpage .content {
    width: 90%;
  }

  .gallery img {
    width: 49%;
  }

  .text-size-regular {
    color: #2124279c
  }

  .padding-top.padding-xxhuge {
    padding-top: 12rem;
  }

  .padding-section-large {
    padding-top: 5rem;
  }

  .button {
    background-color: #c3b6a6;
  }

  .heading-style-h1.text-align-center {
    font-family: Roku-Regular, sans-serif;
  }

  .section-home-sticky {
    padding-top: 8rem;
  }

  .navbar {
    color: #e9e4dd;
    background-color: #e9e4dd;
    border-color: #e9e4dd;
  }

  .nav-grid, .nav-menu-component {
    -webkit-text-stroke-color: #e9e4dd;
    border-color: #e9e4dd;
  }

  .nav-menu-wrapper {
    background-color: #e9e4dd;
  }

  .hamburger-menu {
    width: 4.5rem;
    height: 4.5rem;
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .line-menu.bottom {
    width: 2rem;
  }

  .line-menu.top {
    width: 2rem;
    align-self: auto;
    display: block;
  }

  .button-wrapper {
    width: 100%;
    height: 100%;
    object-fit: fill;
    flex-wrap: nowrap;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .nav-text, .nav-number {
    font-family: Roku-Regular, sans-serif;
  }

  .shop-badge {
    background-color: #e9e4dd;
    border: 1px solid #e9e4dd;
  }

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

  .body-2 {
    background-color: #e9e4dd;
  }

  .heading-3, .paragraph-2 {
    color: #212427;
  }

  .heading-style-h1-2.large {
    color: #212427;
    font-family: Roku-Regular, sans-serif;
  }

  .heading-4 {
    color: #212427;
  }

  .properties-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-5 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    display: flex;
  }



  .filters {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    display: flex;
  }

  .property_card {
    width: 350px;
  }

  .heading-5, .paragraph-3 {
    color: #212427;
    font-family: 'Sweet Sans Pro', sans-serif;
    font-display: swap;
    width: 98%;
  }

  .section {
    padding-bottom: 10rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .heading-6 {
    color: #212427;
    font-family: 'Sweet Sans Pro', sans-serif;
    font-display: swap;
  }
}

@media screen and (min-width: 1920px) {
  .page-wrapper {
    justify-content: center;
  }

  .gallery {
    justify-content: space-between;
  }

  .padding-global.padding-product {
    padding-top: 4rem;
  }

  .padding-top.padding-xxhuge {
    padding-top: 12rem;
  }

  .margin-bottom.margin-xlarge {
    color: #343434;
  }

  .main-wrapper {
    margin-top: 0;
  }

  .frame-image._1 {
    width: 14vw;
    height: 18vw;
  }

  .frame-image._2 {
    width: 18vw;
    height: 12vw;
  }

  .frame-image._3 {
    width: 10vw;
    height: 14vw;
  }

  .frame-image._4 {
    width: 14vw;
    height: 18vw;
  }

  .section-product-category-header {
    margin-top: 0;
  }

  .rotate-image-wrapper {
    width: 32vw;
    height: 85vh;
  }

  .about-header-image {
    height: 60vh;
    margin-top: 4rem;
  }

  .navbar {
    background-color: #e9e4dd;
  }

  .nav-grid {
    border-color: #e9e4dd;
  }

  .instagram-image-content {
    height: 14vw;
  }

  .body-2 {
    background-color: #e9e4dd;
  }

  .heading-3 {
    color: #212427;
    font-family: Roku-Regular, sans-serif;
  }

  .paragraph-2 {
    color: #212427;
  }

  .body-9 {
    background-color: #f6f6f4;
  }

  .rich-text-block {
    color: #343434;
    font-family: Roku-Regular, sans-serif;
  }

  .rich-text-block-2 {
    color: #343434;
  }

  .div-block-10 {
    width: 90%;
    justify-content: center;
    padding-left: 0;
  }

  .section-2 {
    justify-content: center;
    display: flex;
  }

  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  .margin-xhuge {
    margin: 6rem;
  }

  .cover-image {
    height: 690px;
  }

  .lang-button {
    right: 15%;
  }

  .image-container iframe {
    height: 480px;
  }

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

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

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .styleguide-2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .styleguide-4-col {
    grid-template-columns: 1fr;
  }

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .styleguide-section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .max-width-large.sticky {
    position: static;
  }

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

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

  .styleguide-3-col {
    grid-template-columns: 1fr;
  }

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

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

  .max-width-medium.shop {
    margin-top: -200px;
  }

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .styleguide-heading-medium {
    font-size: 3rem;
  }

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

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

  .styleguide-1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-huge {
    padding: 5rem;
  }

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

  .heading-style-h1.large {
    font-size: 7.5rem;
  }

  .licenses-image-component {
    grid-template-columns: 1fr 1fr;
  }

  .frame-image._1 {
    width: 28vw;
    height: 36vw;
    margin-top: -30%;
  }

  .frame-image._2 {
    width: 28vw;
    height: 20vw;
  }

  .frame-image._3 {
    width: 22vw;
    height: 26vw;
  }

  .frame-image._4 {
    width: 28vw;
    height: 36vw;
    margin-top: 30%;
  }

  .blog-post-category-component {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    grid-template-columns: 1fr;
  }

  .title-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .inner-container.header-z-20 {
    z-index: 20;
    position: relative;
  }

  .blog-component-grid {
    grid-template-columns: 1fr;
  }

  .section-home-header {
    padding: 12rem 2.5rem 20rem;
  }

  .diagonal-images-wrapper-inner {
    width: 220vw;
    height: 180vh;
    margin-top: -15vh;
  }

  .diagonal-images-wrapper-outer {
    justify-content: center;
    align-items: flex-start;
  }

  .homepage-sticky {
    top: 0;
  }

  .homepages-component-grid {
    grid-template-columns: 1fr;
  }

  .homepage-component {
    grid-template-columns: 1fr 1fr;
  }

  .product-component-grid {
    grid-template-columns: 1fr;
    margin-top: 6rem;
  }

  .subtitle.hero {
    margin-top: -60px;
    margin-left: -5px;
    top: 10px;
    right: -10px;
  }

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

  .rotate-image-wrapper {
    width: 60vw;
    height: 80vh;
  }

  .section-home-sticky {
    padding-top: 10rem;
  }

  .image-sticky {
    width: 40vh;
    height: 56vh;
  }

  .image-sticky._2 {
    left: -10rem;
  }

  .image-sticky._1 {
    bottom: -2rem;
    right: -10rem;
  }

  .link-wrapper {
    height: 4.5rem;
  }

  .logo-link.w--current {
    padding-left: 0;
  }

  ._2-columns {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  ._2-columns.our-offices {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .image-wrapper.contact {
    height: 100%;
  }

  .project-image-wrapper {
    height: auto;
    position: static;
  }

  .project-content-wrapper {
    height: auto;
    padding-left: 3rem;
    padding-right: 3rem;
    position: static;
  }

  .project-content-item {
    height: auto;
    align-items: center;
    position: static;
  }

  .service-component {
    grid-template-columns: 3rem 1fr;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }

  .service-number {
    margin-top: 15px;
  }

  .expertise-component-grid {
    grid-template-columns: 1fr;
  }

  .numbers-component-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: .6fr 1fr;
  }

  .expertise-content {
    padding: 3rem;
  }

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

  .contact-component-grid.contact-3 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .contact-form-block {
    padding: 4rem 2rem;
  }

  .contact-title-block {
    margin-top: 4rem;
    padding-left: 2rem;
  }

  .sticky-content-item {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .section-about-header {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .footer-component-grid {
    grid-template-columns: auto auto;
    margin-top: 2rem;
  }

  .team-members-component-grid {
    grid-template-columns: 1fr;
  }

  .team-members-content-wrapper {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }

  .nav-column-content {
    margin-bottom: 5vh;
  }

  .nav-menu-wrapper {
    width: 100%;
    height: 100vh;
    border-top: 1px solid rgba(129, 129, 139, .2);
    border-bottom: 1px solid rgba(129, 129, 139, .2);
    padding: 24px;
  }

  .hamburger-menu {
    padding: 2px 12px;
  }

  .hamburger-menu.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .empty-cart-content-wrapper {
    flex-direction: column;
  }

  .line-menu {
    width: 36px;
    height: 3px;
    background-color: #fff;
  }

  .cart-form-wrapper {
    align-items: center;
  }

  .nav-text {
    height: 4.5rem;
    min-height: 4.5rem;
    text-align: center;
    font-size: 4.2rem;
  }

  .blog-main-grid {
    grid-template-columns: 1fr;
  }

  .main-blog-post {
    position: static;
  }

  .sidebar-blog-post-link {
    height: 25vh;
  }

  .shop-component-grid, .our-numbers-component-grid {
    grid-template-columns: 1fr 1fr;
  }

  .number-component-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .instagram-image-content {
    height: 22vh;
  }

  .instagram-icon {
    font-size: 2rem;
  }

  .cursor {
    display: none;
  }

  .hide-desktop {
    display: block;
  }

  .heading-style-h1-2 {
    font-size: 6rem;
  }

  .heading-style-h1-2.large {
    font-size: 7.5rem;
  }

  .section-home-sticky-2 {
    padding-top: 10rem;
  }

  .nav-text-2 {
    height: 4.5rem;
    min-height: 4.5rem;
    text-align: center;
    font-size: 4.2rem;
  }

  .nav-menu-wrapper-2 {
    width: 100%;
    height: 100vh;
    border-top: 1px solid rgba(129, 129, 139, .2);
    border-bottom: 1px solid rgba(129, 129, 139, .2);
    padding: 24px;
  }

  .hamburger-menu-2 {
    padding: 2px 12px;
  }

  .hamburger-menu-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .image-container {
    width: 90%;
  }

  .div-block-10 {
    flex-direction: column;
  }

  .property-data-block {
    width: 90%;
  }

  .amenities {
    flex-direction: row;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .heading-style-h4 {
    font-size: 2rem;
  }

  .lang-button {
    right:25%;
  }

  .image-container iframe {
    height: 360px;
  }

  .gallery img {
    width: 100%;
  }

  .heading-style-h4.looping-space {
    margin-right: 1.5rem;
  }

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

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

  .styleguide-section-header {
    font-size: .875rem;
  }

  .margin-xxhuge {
    margin: 10rem;
  }

  .styleguide-heading-large {
    font-size: 3rem;
  }

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

  .hide-mobile-landscape {
    display: none;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-xlarge {
    padding: 3rem;
  }

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

  .padding-large {
    padding: 2.5rem;
  }

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

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

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

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .styleguide-heading-medium {
    font-size: 2rem;
  }

  .padding-xxhuge {
    padding: 10rem;
  }

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

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

  .margin-large {
    margin: 2.5rem;
  }

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

  .heading-style-h1.large {
    font-size: 3rem;
  }



  .empty-state {
    width: 22rem;
  }

  .instructions-content-wrapper {
    padding: 4rem 2.5rem;
  }

  .text-rich-text h2 {
    font-size: 2.8rem;
  }

  .text-rich-text h1 {
    font-size: 3.5rem;
  }

  .licenses-content-wrapper {
    padding: 4rem 2.5rem;
  }

  .licenses-image-component {
    grid-template-columns: 1fr 1fr;
  }

  .frame-image._1 {
    width: 36vw;
    height: 42vw;
  }

  .frame-image._2 {
    width: 34vw;
    height: 22vw;
  }

  .frame-image._3 {
    width: 25vw;
    height: 30vw;
  }

  .frame-image._4 {
    width: 36vw;
    height: 42vw;
  }

  .changelog-content {
    width: auto;
    height: auto;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title-component-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section-home-header {
    padding-bottom: 16rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .diagonal-images-wrapper-inner {
    height: 160vh;
  }

  .homepages-component-grid {
    grid-template-columns: 1fr;
  }

  .homepage-component {
    grid-template-columns: 1fr 1fr;
  }

  .subtitle.hero {
    margin-top: -40px;
    margin-left: 0;
    font-size: 16px;
    right: -15px;
  }

  .rotate-image-wrapper {
    width: 75vw;
    height: 75vh;
  }

  .image-sticky-component {
    align-items: stretch;
  }

  .section-home-sticky {
    padding-top: 8rem;
  }

  .image-sticky {
    width: 30vh;
    height: 40vh;
  }

  .image-sticky._4 {
    bottom: -4rem;
  }

  .image-sticky._3 {
    bottom: -4rem;
    right: -4rem;
  }

  .image-sticky._2 {
    bottom: -3rem;
    left: -8rem;
  }

  .image-sticky._1 {
    bottom: -1rem;
    right: -8rem;
  }

  .text-scrolling-wrapper {
    justify-content: space-between;
  }

  .link-wrapper {
    height: 4.5rem;
  }

  .logo-link.w--current {
    margin-top: 5px;
  }

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

  .image-wrapper.contact {
    height: 100%;
  }

  .projects-component-grid {
    grid-template-columns: 1fr;
  }

  .project-content-wrapper {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }

  .service-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .service-number {
    font-size: 1.25rem;
  }

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

  .logo-item {
    width: 12rem;
  }

  .numbers-component-grid {
    grid-template-columns: 1fr;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .expertise-content {
    padding: 2rem;
  }

  .faq-icon {
    height: 1.4rem;
  }

  .faq-title {
    padding-left: 0;
  }

  .faq-icon-wrapper {
    width: 3.5rem;
    height: 3.5rem;
  }

  .faq-bottom-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sticky-component-grid {
    grid-template-columns: 1fr;
  }

  .sticky-image-item {
    position: relative;
  }

  .contact-content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .about-content-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-about-header {
    padding: 12rem 4rem;
  }

  .footer-component-grid {
    grid-template-columns: 1fr;
  }

  .team-members-content-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .team-member-photo {
    height: 90vh;
  }

  .team-members-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .looping-content {
    padding-bottom: 4rem;
  }

  .nav-menu-component {
    padding-bottom: 5vh;
  }

  .line-menu {
    width: 32px;
  }

  .nav-text {
    height: 4.5rem;
    min-height: 4.5rem;
    font-size: 4rem;
  }

  .nav-number {
    font-size: 10px;
  }

  .shop-badge {
    padding-top: .8rem;
    padding-bottom: .8rem;
    font-size: 12px;
  }

  .privacy-policy-content-wrapper {
    padding: 3rem 2rem;
  }

  .our-numbers-component-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .our-numbers-block {
    padding: 2rem;
  }

  .number-component-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .instagram-image-content {
    height: 18vh;
  }

  .team-member-item:first-child, .team-member-item:last-child {
    margin-top: 0;
  }

  .project-details-component-grid {
    grid-template-columns: 1fr 1fr;
  }

  .instagram-icon {
    font-size: 2rem;
  }

  .heading {
    padding-bottom: 50px;
  }

  .heading-style-h1-2 {
    font-size: 4rem;
  }

  .heading-style-h1-2.large {
    font-size: 5.5rem;
  }

  .section-home-sticky-2 {
    padding-top: 8rem;
  }

  .nav-text-2 {
    height: 4.5rem;
    min-height: 4.5rem;
    font-size: 4rem;
  }

  .nav-number-2 {
    font-size: 10px;
  }

  .nav-menu-component-2 {
    padding-bottom: 5vh;
  }

  .shop-badge-2 {
    padding-top: .8rem;
    padding-bottom: .8rem;
    font-size: 12px;
  }

  .image-container {
    width: 90%;
  }

  .div-block-10 {
    flex-direction: column;
  }

  .property-data-block {
    width: 90%;
  }

  .amenities {
    flex-direction: row;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .margin-xhuge {
    margin: 5rem;
  }

  #real-estate {
    padding-top: 0px;
    margin-top: -100px;
    font-size: 44px;
  }

  .arch-const-title {
    font-size: 44px;
  }

  .faq-list {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .faq-number, .faq-text {
    font-size: 22px !important;
  }

  .text-size-medium {
    font-size: 1.1rem
  }

  .description-texts p {
    line-height: 1.2;
  }

  .lang-button {
    right: 30%;
  }

  .logo {
    max-width: 80%;
  }

  .title-prop {
    margin-top: -120px;
  }

  .lang-property-1-desc, .lang-property-2-desc, .lang-property-3-desc, .lang-property-4-desc {
    text-align: justify;
  }

  .div-block-10 {
    padding-left: 0px;
  }

  .text-size-large.lang-about-us-description, .text-size-large.lang-about-us-description-3, .text-size-large.lang-about-us-description-2 {
    font-size: 16px;
    padding-bottom: 0px;
    font-weight: 300;
  }

  .lang-properties-1 {
    padding-top: 40px;
  }

  .lang-properties-1, .lang-properties-2 {
    font-size: 16px;
    width: 90% !important;
    margin: 0 auto;
  }

  .lang-meet {
    font-size: 36px !important;
  }

  .abt-us-title {
    font-size: 24px !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .name {
    font-size: 25px;
  }

  .lang-real-estate-1 {
    width: 100%;
  }

  .div-block-3 {
    grid-row-gap: 0px
  }

  .bedrooms {
    right: 0 !important;
    left: auto !important;
  }

  .options-big.left {
    left: 0;
  }
  .options-medium.left {
    left: 0;
  }

  .options-medium.right {
    left: -50% !important;
  }

  .options-big.left.price-range {
    width: 150%;
  }

  .nav-text {
    font-size: 2.5rem !important;
  }

  .about-header-row {
    height: 90%;
  }

  .shop {
    margin-top: -500px;
  }

  .display-flex {
    margin-top: -180px;
  }

  .lang-location-menu {
    width: 220px;
  }

  .menu-footer {
    width: 100%;
    height: 60px;
    margin-top: 40px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
  }

  .icons-nav {
    align-self: center;
    margin-right: 30%;
  }


  .contact-title-block {
    padding-left: 4rem;
    padding-top: 2rem;
  }

  .div-block-7 {
    flex-wrap: wrap;
  }

  .properties-container {
    width: 80%;
    margin: 0 auto;
  }

  .filter-button .options-medium {
    width: 150%;
    left: 0;
  }


  .image-container iframe {
    height: 200px;
  }

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

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

  .hide-mobile-portrait {
    display: none;
  }

  .padding-xhuge {
    padding: 5rem;
  }

  .margin-huge {
    margin: 4.5rem;
  }

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .padding-huge {
    padding: 4.5rem;
  }

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

  .heading-style-h1.large {
    font-size: 3rem;
  }

  .checkout-header-block, .checkout-content-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .empty-state {
    width: auto;
  }

  .instructions-content-wrapper {
    padding: 3rem 1.5rem;
  }

  .text-rich-text h6 {
    font-size: 1rem;
  }

  .text-rich-text h4 {
    font-size: 1.6rem;
  }

  .text-rich-text h3 {
    font-size: 1.8rem;
  }

  .text-rich-text h2 {
    font-size: 2rem;
  }

  .text-rich-text h5 {
    font-size: 1.2rem;
  }

  .text-rich-text h1 {
    font-size: 2.5rem;
  }

  .licenses-content-wrapper {
    padding: 3rem 1.5rem;
  }

  .licenses-image-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .frame-image._1 {
    width: 38vw;
    height: 46vw;
  }

  .frame-image._2 {
    width: 36vw;
    height: 24vw;
  }

  .frame-image._3 {
    width: 26vw;
    height: 32vw;
  }

  .frame-image._4 {
    width: 38vw;
    height: 46vw;
  }

  .horizontal-flex {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .inner-container.header-z-20 {
    margin-right: -10px;
  }

  .section-home-header {
    padding-bottom: 8rem;
  }

  .diagonal-images-wrapper-inner {
    width: 400vw;
  }

  .homepage-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .product-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .subtitle {
    font-size: .875rem;
  }

  .subtitle.hero {
    margin-top: -30px;
  }

  .main-grid.home-01 {
    height: auto;
  }

  .rotate-image-wrapper {
    height: 52vh;
  }

  .image-sticky-wrapper {
    bottom: 6rem;
  }

  .section-home-sticky {
    padding-top: 15rem;
  }

  .image-sticky {
    height: 40vh;
  }

  .image-sticky._4 {
    bottom: 0;
  }

  .image-sticky._3 {
    bottom: 0;
    right: -2rem;
  }

  .image-sticky._2 {
    bottom: -1rem;
    left: -4rem;
  }

  .image-sticky._1 {
    bottom: -2rem;
    right: -4rem;
  }

  .text-scrolling-wrapper {
    width: 10rem;
  }

  .link-wrapper {
    height: 3.5rem;
  }

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

  .social-media-component.navbar-bottom {
    align-items: center;
    justify-items: center;
  }

  .project-content-wrapper {
    padding: 2.5rem 2rem 6rem;
  }

  .projects-component {
    grid-template-columns: 1fr;
  }

  .projects-component.negative-margin {
    margin-top: 0;
  }

  .projects-wrapper {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-direction: column;
    display: flex;
  }

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

  .expertise-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .expertise-content-grid {
    grid-template-columns: 1fr;
  }

  .expertise-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .expertise-content._1 {
    border-top: 1px solid rgba(221, 221, 221, .2);
    border-right-style: none;
  }

  .expertise-content._4 {
    border-bottom: 1px solid rgba(221, 221, 221, .2);
  }

  .expertise-content._3 {
    border-bottom: 1px solid rgba(221, 221, 221, .2);
    border-right-style: none;
  }

  .contact-form-block {
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .contact-title-block {
    margin-top: 2rem;
    padding-left: 1.25rem;
  }

  .faq-title {
    /* flex-direction: column; */
    align-items: flex-start;
  }

  .project-content-link {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sticky-content-item {
    padding: 4rem 2rem;
  }

  .sticky-image-item {
    height: 75vh;
  }

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

  .filled-icon {
    font-size: 1.25rem;
  }

  .section-about-header {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .link-footer-wrapper {
    justify-content: center;
  }

  .footer-component-grid {
    grid-column-gap: 1rem;
  }

  .team-members-content-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .team-member-photo {
    height: 80vh;
  }

  .footer-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: stretch;
  }

  .nav-menu-component {
    padding-top: 12vh;
  }

  .nav-overflow-hidden.nav-link-margin {
    margin-bottom: .5rem;
  }

  .nav-text {
    height: 3.4rem;
    min-height: 3.4rem;
    font-size: 3.25rem;
  }

  .shop-component-grid {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .our-numbers-component-grid {
    grid-template-columns: 1fr 1fr;
  }

  .our-numbers-block {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .quote-icon {
    width: 4rem;
  }

  .instagram-component {
    grid-template-columns: 1fr 1fr;
  }

  .instagram-image-content {
    height: 25vh;
  }

  .instagram-image-content._4 {
    margin-top: 2vh;
  }

  .instagram-component-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .project-details-component-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading-style-h1-2 {
    font-size: 3rem;
  }

  .heading-style-h1-2.large {
    font-size: 3.5rem;
  }

  .section-home-sticky-2 {
    padding-top: 15rem;
  }

  .nav-text-2 {
    height: 3.4rem;
    min-height: 3.4rem;
    font-size: 3.25rem;
  }

  .nav-menu-component-2 {
    padding-top: 12vh;
  }

  .image-container {
    width: 90%;
  }

  .div-block-10 {
    flex-direction: column;
  }

  .property-data-block {
    width: 90%;
  }

  .amenities {
    flex-direction: column;
  }

  .whatsapp-container {
    width: 80px;
    height: 80px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }
}

#w-node-_332a8947-be81-8f12-c81f-0daecccf0179-6dc83d58, #w-node-_332a8947-be81-8f12-c81f-0daecccf0183-6dc83d58, #w-node-_332a8947-be81-8f12-c81f-0daecccf0184-6dc83d58, #w-node-_332a8947-be81-8f12-c81f-0daecccf018b-6dc83d58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_332a8947-be81-8f12-c81f-0daecccf018c-6dc83d58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_332a8947-be81-8f12-c81f-0daecccf018f-6dc83d58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_332a8947-be81-8f12-c81f-0daecccf0190-6dc83d58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_332a8947-be81-8f12-c81f-0daecccf0187-6dc83d58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_332a8947-be81-8f12-c81f-0daecccf0193-6dc83d58, #w-node-_332a8947-be81-8f12-c81f-0daecccf01ef-6dc83d58, #w-node-_332a8947-be81-8f12-c81f-0daecccf0213-6dc83d58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_69385066-e730-b710-b483-a95946f53b21-6dc83d58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_879a0f60-1d91-a05b-abdf-ca9b62aa7d7f-e4c92df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfbece96-b6d5-f591-0bb7-911973ba1b7f-e4c92df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ce6a3226-1266-222a-f17b-40db76b6585e-e4c92df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1ff01f0-eae4-9e70-37a6-3459fdb2b9ea-e4c92df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d54b09da-1e0b-eda8-d89a-1b0665da5b46-e4c92df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15ed80f1-d0af-10c5-8346-5eaa168631b8-e4c92df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-db87dc9f-b32e-9eaa-2030-dc2dde53f4bd-e4c92df1, #w-node-_1c28128c-2e1a-e8b0-381b-8d123f420f49-e4c92df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a54ba1e9-3558-9f12-6e56-5639914f13b6-e4c92df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_60990d2e-50f5-6854-69a4-2df988cd7864-88cd782e {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: start;
}

#w-node-_60990d2e-50f5-6854-69a4-2df988cd7867-88cd782e {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
  justify-self: end;
}

#w-node-_60990d2e-50f5-6854-69a4-2df988cd786a-88cd782e {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
}

#w-node-_60990d2e-50f5-6854-69a4-2df988cd786b-88cd782e, #w-node-_60990d2e-50f5-6854-69a4-2df988cd7873-88cd782e, #w-node-_60990d2e-50f5-6854-69a4-2df988cd787b-88cd782e, #w-node-_60990d2e-50f5-6854-69a4-2df988cd7883-88cd782e, #w-node-_60990d2e-50f5-6854-69a4-2df988cd788b-88cd782e {
  align-self: center;
  justify-self: center;
}

#w-node-_60990d2e-50f5-6854-69a4-2df988cd7893-88cd782e {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
  justify-self: end;
}

#w-node-_60990d2e-50f5-6854-69a4-2df988cd789a-88cd782e {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
  justify-self: start;
}

#w-node-_60990d2e-50f5-6854-69a4-2df988cd789d-88cd782e, #w-node-_60990d2e-50f5-6854-69a4-2df988cd789e-88cd782e, #w-node-_60990d2e-50f5-6854-69a4-2df988cd78a1-88cd782e, #w-node-_60990d2e-50f5-6854-69a4-2df988cd78a5-88cd782e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60990d2e-50f5-6854-69a4-2df988cd78a6-88cd782e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_60990d2e-50f5-6854-69a4-2df988cd78a9-88cd782e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60990d2e-50f5-6854-69a4-2df988cd78aa-88cd782e, #w-node-_4165e5cd-c659-c14c-dfe7-9c037391a6e9-88cd782e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6f1df822-7a21-17d2-ece7-566116834d83-e4c92df2, #w-node-_25ac2fa3-0aa8-f2ba-fc15-f2c3fcdd9ee4-e4c92df2, #w-node-_8bda0b21-4508-f296-828e-33ba303db478-e4c92df2, #w-node-b6e4e6b7-6c04-e4e4-d5e3-dd8f7d62ebc5-e4c92df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b57c1d57-d149-92c1-7691-5161372dbc0a-e4c92df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  /* align-self: center; */
}

#w-node-b57c1d57-d149-92c1-7691-5161372dbc0f-e4c92df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-d9a13355-81c2-2a13-9315-c94a1f8eff0d-e4c92df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d9a13355-81c2-2a13-9315-c94a1f8eff18-e4c92df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_8da7c8bd-b688-33fd-fab4-2a2a39d69528-e4c92e12, #w-node-_9fb1f8c2-0c00-e504-65d8-00ec9c036897-e4c92e12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e0376e7-24ef-3e80-33db-0a1019b1a544-e4c92e12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dbe48887-d21f-c8cb-6ed7-afab0648666d-e4c92e12, #w-node-f8d61fc6-1237-c3c3-8974-ee3304e254c4-e4c92e12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8d61fc6-1237-c3c3-8974-ee3304e254c9-e4c92e12 {
  justify-self: end;
}

#w-node-_3c0f3202-9835-082e-c245-94f3741e90f1-e4c92e12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c0f3202-9835-082e-c245-94f3741e90f6-e4c92e12 {
  justify-self: end;
}

#w-node-ea52e4e2-e8d5-437d-303b-9ca9ad7adfb3-e4c92e12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea52e4e2-e8d5-437d-303b-9ca9ad7adfb8-e4c92e12 {
  justify-self: end;
}

#w-node-ac503758-b881-cfec-578c-400fc1b66e91-e4c92e12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac503758-b881-cfec-578c-400fc1b66e96-e4c92e12 {
  justify-self: end;
}

#w-node-_3a3a3283-c1cf-9279-e4b6-2fa10296b687-e4c92e13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72812ae4-bb4c-2b95-d20a-c20b036ab55b-e4c92e13, #w-node-_61e866e8-2fd8-12b0-c8d1-678d4fd2ce1a-e4c92e14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ac8145e9-de3f-2b09-9b00-66cbd9fbb5d5-e4c92e14, #w-node-ac8145e9-de3f-2b09-9b00-66cbd9fbb5da-e4c92e14, #w-node-c1910707-1408-32b1-ed16-14bcece355ad-e4c92e14, #w-node-c1910707-1408-32b1-ed16-14bcece355ae-e4c92e14, #w-node-c1910707-1408-32b1-ed16-14bcece355b1-e4c92e14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1910707-1408-32b1-ed16-14bcece355b2-e4c92e14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c1910707-1408-32b1-ed16-14bcece355b5-e4c92e14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1910707-1408-32b1-ed16-14bcece355b6-e4c92e14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c1910707-1408-32b1-ed16-14bcece355b9-e4c92e14, #w-node-b6943981-f9f0-3d4a-ea5c-2ae21239a943-e4c92e14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9f11767-d59f-9fe4-896c-4a2a66f0dca1-e4c92e14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-da25b453-deeb-b7d4-bb4b-240ad07922ba-e4c92e14, #w-node-cb855340-2254-7c60-8a5f-b72399935234-e4c92e14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb855340-2254-7c60-8a5f-b7239993523b-e4c92e14 {
  justify-self: end;
}

#w-node-cb855340-2254-7c60-8a5f-b72399935244-e4c92e14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb855340-2254-7c60-8a5f-b7239993524b-e4c92e14 {
  justify-self: end;
}

#w-node-cb855340-2254-7c60-8a5f-b72399935254-e4c92e14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb855340-2254-7c60-8a5f-b7239993525b-e4c92e14 {
  justify-self: end;
}

#w-node-cb855340-2254-7c60-8a5f-b72399935264-e4c92e14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb855340-2254-7c60-8a5f-b7239993526b-e4c92e14 {
  justify-self: end;
}

#w-node-_1556a030-3452-4610-2eee-3b3ee5d71cc5-e4c92e16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1556a030-3452-4610-2eee-3b3ee5d71ccb-e4c92e16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_64f5199b-e063-9aa6-4431-f431f939b3ad-e4c92e18, #w-node-_319ff967-b8dd-cb6d-2bfc-cb349a3ae85b-e4c92e19, #w-node-_4ead667e-31ed-3ccb-2ebd-c87b4ec327ca-e4c92e19, #w-node-_469c37e8-6b39-c687-995d-b7b1b947c726-e4c92e19, #w-node-_28facf31-131b-06fb-a127-4a60bf47e6b4-e4c92e19, #w-node-_9df059f5-dd15-c7ff-8757-8e69f2917651-e4c92e19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9df059f5-dd15-c7ff-8757-8e69f2917653-e4c92e19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9df059f5-dd15-c7ff-8757-8e69f2917659-e4c92e19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9df059f5-dd15-c7ff-8757-8e69f291765b-e4c92e19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_925995d5-baf2-cffd-26bb-610d1427eefa-e4c92e19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8534cfb7-f8a2-ca35-9796-fdacfe66656a-e4c92e19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b7ce6fd4-28b6-02a8-3e74-df07f2ad72a5-e4c92e1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8f51878-e6eb-ad1c-feee-750130e16e1e-e4c92e1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_91c4c822-97a2-8abe-6b6c-880ee108a4f7-e4c92e1b, #w-node-_91c4c822-97a2-8abe-6b6c-880ee108a4f8-e4c92e1b, #w-node-_91c4c822-97a2-8abe-6b6c-880ee108a4ff-e4c92e1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91c4c822-97a2-8abe-6b6c-880ee108a500-e4c92e1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_91c4c822-97a2-8abe-6b6c-880ee108a503-e4c92e1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91c4c822-97a2-8abe-6b6c-880ee108a504-e4c92e1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_91c4c822-97a2-8abe-6b6c-880ee108a4fb-e4c92e1b, #w-node-_752ccf5e-20ce-7ea8-85b2-f0391c1d4cdb-e4c92e1f, #w-node-_752ccf5e-20ce-7ea8-85b2-f0391c1d4cde-e4c92e1f, #w-node-_752ccf5e-20ce-7ea8-85b2-f0391c1d4ce1-e4c92e1f, #w-node-_752ccf5e-20ce-7ea8-85b2-f0391c1d4ce4-e4c92e1f, #w-node-acbd06ff-12af-1a61-9efb-6b4f9a6189f4-e4c92e1f, #w-node-acbd06ff-12af-1a61-9efb-6b4f9a6189fc-e4c92e1f, #w-node-acbd06ff-12af-1a61-9efb-6b4f9a618a04-e4c92e1f, #w-node-acbd06ff-12af-1a61-9efb-6b4f9a618a0c-e4c92e1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_332a8947-be81-8f12-c81f-0daecccf0193-6dc83d58, #w-node-_332a8947-be81-8f12-c81f-0daecccf01ef-6dc83d58, #w-node-_332a8947-be81-8f12-c81f-0daecccf0213-6dc83d58 {
    justify-self: start;
  }

  #w-node-_60990d2e-50f5-6854-69a4-2df988cd7864-88cd782e {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-_60990d2e-50f5-6854-69a4-2df988cd786b-88cd782e, #w-node-_60990d2e-50f5-6854-69a4-2df988cd7873-88cd782e, #w-node-_60990d2e-50f5-6854-69a4-2df988cd787b-88cd782e, #w-node-_60990d2e-50f5-6854-69a4-2df988cd7883-88cd782e, #w-node-_60990d2e-50f5-6854-69a4-2df988cd788b-88cd782e {
    align-self: center;
    justify-self: center;
  }

  #w-node-_1556a030-3452-4610-2eee-3b3ee5d71ccb-e4c92e16 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_332a8947-be81-8f12-c81f-0daecccf0179-6dc83d58 {
    grid-column: span 2 / span 2;
  }

  #w-node-_332a8947-be81-8f12-c81f-0daecccf0193-6dc83d58 {
    grid-column: span 2 / span 2;
    justify-self: start;
  }

  #w-node-_332a8947-be81-8f12-c81f-0daecccf01ef-6dc83d58 {
    justify-self: start;
  }

  #w-node-_332a8947-be81-8f12-c81f-0daecccf0213-6dc83d58 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_332a8947-be81-8f12-c81f-0daecccf01ef-6dc83d58 {
    grid-column: span 2 / span 2;
  }

  #w-node-_60990d2e-50f5-6854-69a4-2df988cd7893-88cd782e {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
  justify-self: end;
}

  #w-node-_332a8947-be81-8f12-c81f-0daecccf0213-6dc83d58 {
    grid-column: span 2 / span 2;
    justify-self: start;
  }

  #w-node-_4595ceb3-afef-fcac-e7a5-d708131553d8-c503a806 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_60990d2e-50f5-6854-69a4-2df988cd789a-88cd782e {
    grid-column: 1 / 3;
    /* justify-self: center; */
  }

  #w-node-_9e01e516-f00a-e64d-16fb-d95f8ea6664a-88cd782e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Filled Icon';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Social Icon';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kenoky Light';
  src: url('../fonts/KENOKYLIGHT-3ZEZL.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roku-Regular';
  src: url('../fonts/Roku-Regular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Olarwe-bold';
  src: url('../fonts/Olarwe-Bold.otf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Olarwe-light';
  src: url('../fonts/Olarwe-Light.otf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Olarwe-medium';
  src: url('../fonts/Olarwe-Medium.otf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Olarwe-regular';
  src: url('../fonts/Olarwe-Regular.otf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Olarwe-semibold';
  src: url('../fonts/Olarwe-Semibold.otf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}