.text-rotate-wrapper,
.menu-rotate-wrapper {
  position: relative;
  overflow: hidden;
}

.text-rotate-inner,
.menu-rotate-inner {
  position: relative;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.text-rotate-text,
.menu-rotate-text {
  display: block;
  white-space: nowrap;
}

.text-rotate-wrapper[data-text-rotate-mode=css],
.menu-rotate-wrapper {
  height: 1.2em;
}
.text-rotate-wrapper[data-text-rotate-mode=css] .text-rotate-inner,
.text-rotate-wrapper[data-text-rotate-mode=css] .menu-rotate-inner,
.menu-rotate-wrapper .text-rotate-inner,
.menu-rotate-wrapper .menu-rotate-inner {
  will-change: transform;
}
.text-rotate-wrapper[data-text-rotate-mode=css] .text-rotate-text,
.text-rotate-wrapper[data-text-rotate-mode=css] .menu-rotate-text,
.menu-rotate-wrapper .text-rotate-text,
.menu-rotate-wrapper .menu-rotate-text {
  height: 1.2em;
  line-height: 1.2;
}
.text-rotate-wrapper[data-text-rotate-mode=css]:not([data-text-rotate-target]):hover .text-rotate-inner,
.menu-rotate-wrapper:not([data-text-rotate-target]):hover .text-rotate-inner {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-100%);
}
.text-rotate-wrapper[data-text-rotate-mode=css][data-text-rotate-percentage=false]:not([data-text-rotate-target]):hover .text-rotate-inner,
.menu-rotate-wrapper[data-text-rotate-percentage=false]:not([data-text-rotate-target]):hover .text-rotate-inner {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-50%);
}

.hamburger-menu:hover .menu-rotate-inner,
.hamburger-menu-close:hover .menu-rotate-inner {
  transform: translateY(-50%);
}

.hamburger-menu .menu-rotate-inner,
.hamburger-menu-close .menu-rotate-inner {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.btn:hover .text-rotate-wrapper[data-text-rotate-mode=css] .text-rotate-inner {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-100%);
}

.news__card:hover .text-rotate-wrapper[data-text-rotate-mode=css][data-text-rotate-target=".news__card"] .text-rotate-inner {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-100%);
}

.footer-menu-item:hover .text-rotate-wrapper[data-text-rotate-mode=css] .text-rotate-inner {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-100%);
}

.header-menu-item:hover .text-rotate-wrapper[data-text-rotate-target=".header-menu-item"] .text-rotate-inner {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.hamburger-menu-item:hover .text-rotate-wrapper[data-text-rotate-target=".hamburger-menu-item"] .text-rotate-inner {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.for-rent__card:hover .text-rotate-wrapper[data-text-rotate-mode=css][data-text-rotate-target=".for-rent__card"] .text-rotate-inner {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-50%);
}

.magazine__card:hover .text-rotate-wrapper[data-text-rotate-mode=css][data-text-rotate-target=".magazine__card"] .text-rotate-inner {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-100%);
}

.hero-section {
  position: relative;
}
.hero-section .hero__container {
  padding-left: 56px;
  padding-right: 40px;
  padding-bottom: 24px;
  min-height: calc(379px * var(--viewport-scale, 1));
  height: calc(49.3 * var(--dynamic-vh, 1vh) * var(--viewport-scale, 1));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background-color: #f4f4f4;
}
.hero-section .hero__container--custom-color a {
  color: inherit;
  text-decoration: none;
}
.hero-section .hero__container--custom-color a:hover {
  opacity: 0.8;
}
.hero-section .hero__container--custom-color .aioseo-breadcrumb-separator {
  color: inherit;
}
.hero-section .hero__heading {
  display: flex;
  align-items: end;
  flex: 1;
}
.hero-section .hero__title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero-section .hero__title {
  font-size: 40px;
  font-weight: 300;
  z-index: 2;
  line-height: 1.8;
}
.hero-section .hero__title p {
  margin: 0;
}
.hero-section .hero__title p:not(:last-child) {
  margin-bottom: 0.5em;
}
.hero-section .hero__representative-name {
  margin-top: 8px;
  font-size: 14px;
  color: inherit;
  font-weight: 400;
  z-index: 2;
}
.hero-section .hero__breadcrumbs {
  margin-top: 64px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.hero-section .hero__breadcrumbs--no-english {
  justify-content: flex-end;
}
.hero-section .hero__breadcrumbs--with-english {
  justify-content: space-between;
}
.hero-section .hero__breadcrumbs--with-meta {
  justify-content: space-between;
}
.hero-section .hero__breadcrumbs .hero__english-title {
  color: #a6a9ab;
  text-align: justify;
  font-family: Oswald;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: normal;
}
.hero-section .hero__breadcrumbs .breadcrumb-wrapper {
  display: flex;
  justify-content: flex-end;
}
.hero-section .hero__breadcrumbs .aioseo-breadcrumb a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.hero-section .hero__breadcrumbs .aioseo-breadcrumb a .text-rotate-wrapper {
  height: 1.2em;
  max-width: 200px;
  overflow: hidden;
}
.hero-section .hero__breadcrumbs .aioseo-breadcrumb a .text-rotate-wrapper .text-rotate-inner {
  will-change: transform;
}
.hero-section .hero__breadcrumbs .aioseo-breadcrumb a .text-rotate-wrapper .text-rotate-text {
  height: 1.2em;
  line-height: 1.2;
  white-space: nowrap;
}
.hero-section .hero__breadcrumbs .aioseo-breadcrumb a:hover .text-rotate-wrapper .text-rotate-inner {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-100%);
}
.hero-section .hero__meta {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.4;
}
.hero-section .hero__meta .hero__date,
.hero-section .hero__meta .hero__custom-meta,
.hero-section .hero__meta .hero__property-name {
  display: inline-block;
}
.hero-section .hero__meta .hero__custom-meta {
  color: #a6a9ab;
  font-size: 11px;
  letter-spacing: normal;
}
.hero-section .hero__meta .hero__date {
  font-size: 11px;
  letter-spacing: normal;
  color: #a6a9ab;
}
.hero-section .hero__meta .hero__updated {
  margin-left: 8px;
  color: #666;
}
.hero-section .hero__heading-bg {
  position: absolute;
  bottom: -19px;
  left: -6px;
  font-size: 200px;
  letter-spacing: 4px;
  font-weight: 100;
  line-height: 100%;
  color: #ffffff;
  z-index: 0;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  box-sizing: border-box;
}
.hero-section .hero__heading-bg .hero__bg-char {
  opacity: 0;
  display: inline-block;
  transform: translateY(50px);
  transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform, opacity;
}
.hero-section .hero__heading-bg:not(.hero__heading-bg--animated) .hero__bg-char {
  opacity: 0;
  transform: translateY(50px);
}
.hero-section .hero__heading-bg.hero__heading-bg--animated .hero__bg-char {
  opacity: 1;
  transform: translateY(0);
}
.hero-section .hero__image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.hero-section .hero__image img {
  width: 100%;
  height: auto;
  display: block;
}
.hero-section .hero__image .magazine__slider {
  background-color: #a6a9ab;
}
.hero-section .hero__number {
  font-size: 24px;
  font-weight: 400;
  margin-top: 16px;
}
.hero-section .hero__copy {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 12px;
}

@media (max-width: 1238px) {
  .hero-section .hero__heading-bg {
    font-size: 150px;
    left: 0;
    bottom: -15px;
  }
}
@media (max-width: 960px) {
  .hero-section .hero__container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    min-height: 32vh;
    height: auto;
  }
  .hero-section .hero__title {
    font-size: 28px;
  }
  .hero-section .hero__title-wrapper {
    margin-top: 64px;
  }
  .hero-section .hero__heading-bg {
    font-size: 72px;
    left: -5px;
    bottom: -6px;
    letter-spacing: 1.44px;
  }
  .hero-section .hero__breadcrumbs {
    margin-top: 20px;
    gap: 32px;
  }
  .hero-section .hero__breadcrumbs .breadcrumb-wrapper {
    justify-content: start;
  }
  .hero-section .hero__breadcrumbs .aioseo-breadcrumb a .text-rotate-wrapper {
    height: auto;
  }
}