.swiper-container {
  position: relative;
}

.swiper {
  width: 100%;
}
.swiper figure,
.swiper .banner,
.swiper .banner .image {
  width: 100%;
}
.swiper .image {
  background-size: cover;
}
.swiper .swiper-slide {
  text-align: left;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section > div .box-title > * {
  display: flex;
  flex-direction: column;
  align-items: start;
}
section > div .box-title > * span {
  position: relative;
  font-size: 36px;
  font-weight: 200;
  color: #60707a;
  letter-spacing: 12.8px;
  text-align: right;
  line-height: 1;
  padding: 0 40px;
  z-index: 2;
}
section > div .box-title > * span:not(:last-child) {
  margin-bottom: 13px;
}
section > div .box-title > * span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section > div .box-title.r > * {
  align-items: end;
}
section > div .box-title.r > * span::before {
  border-radius: 20px 0 0 20px;
}
section > div .box-title + * {
  margin-top: 85px;
}
section > div .imagebox {
  position: relative;
  display: inline-flex;
}
section > div .imagebox > img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}
section > div .imagebox > span {
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 500;
  letter-spacing: 0.075em;
  background-color: #fcfbf9;
  border-top-right-radius: 20px;
  padding: 11px 43px 11px 28px;
}
section > div .imagebox > span > span {
  font-weight: 700;
  text-transform: uppercase;
}
section > div > .index-box1 {
  display: grid;
  grid-template-columns: repeat(3, calc(33.3333333333% - 80px));
  grid-template-rows: auto;
  justify-content: space-evenly;
  justify-items: center;
}
section > div > .index-box1 > div > :nth-child(1) {
  margin-bottom: 40px;
}
section > div > .index-box1 > div > :nth-child(2) {
  text-align: center;
}
section > div > .index-box1 > div > :nth-child(2) > h2 {
  font-size: 64px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 6.4px;
  line-height: normal;
  color: #212111;
  margin-bottom: 40px;
}
section > div > .index-box1 > div > :nth-child(2) > p {
  width: 80%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
  color: #212111;
  margin: 0 auto 60px;
}
section > div > .index-box1 > div > :nth-child(2) > p::before {
  content: "";
  display: block;
  width: 95%;
  height: 3px;
  background-color: #f4f0ea;
  margin-bottom: 20px;
}
section > div > .index-box1.ind2 > div > :nth-child(2) > h2 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2.4px;
}
section.index-select > div {
  max-width: 1440px;
  margin: 0 auto;
}
section.index-select > div > h2 {
  max-width: 240px;
  font-weight: 300;
  letter-spacing: 1.8px;
  text-align: center;
  text-transform: uppercase;
  margin: 50px auto 40px;
}
section.index-select > div > ul {
  display: grid;
  grid-template-rows: auto;
  grid-auto-flow: row;
  justify-content: space-evenly;
  justify-items: center;
}
section.index-select > div > ul > li:nth-child(1) {
  display: inline-flex;
  align-items: center;
  text-align: center;
}
section.index-select > div > ul > li:nth-child(1) > a {
  width: 100%;
  font-size: 14px;
  letter-spacing: 1.4px;
  font-weight: 400;
}
section.index-select > div > ul > li:nth-child(1) > a::before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background: url("/images/index/desktop/peop_1.png?99") no-repeat;
  background-size: contain;
  margin: 0;
}
section.index-select > div > ul > li:nth-child(2) {
  display: inline-flex;
  align-items: center;
  text-align: center;
}
section.index-select > div > ul > li:nth-child(2) > a {
  width: 100%;
  font-size: 14px;
  letter-spacing: 1.4px;
  font-weight: 400;
}
section.index-select > div > ul > li:nth-child(2) > a::before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background: url("/images/index/desktop/peop_2.png?99") no-repeat;
  background-size: contain;
  margin: 0;
}
section.index-select > div > ul > li:nth-child(3) {
  display: inline-flex;
  align-items: center;
  text-align: center;
}
section.index-select > div > ul > li:nth-child(3) > a {
  width: 100%;
  font-size: 14px;
  letter-spacing: 1.4px;
  font-weight: 400;
}
section.index-select > div > ul > li:nth-child(3) > a::before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background: url("/images/index/desktop/peop_3.png?99") no-repeat;
  background-size: contain;
  margin: 0;
}
section.index-select > div > ul > li:nth-child(4) {
  display: inline-flex;
  align-items: center;
  text-align: center;
}
section.index-select > div > ul > li:nth-child(4) > a {
  width: 100%;
  font-size: 14px;
  letter-spacing: 1.4px;
  font-weight: 400;
}
section.index-select > div > ul > li:nth-child(4) > a::before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background: url("/images/index/desktop/peop_4.png?99") no-repeat;
  background-size: contain;
  margin: 0;
}
section.index-select > div > ul > li:nth-child(5) {
  display: inline-flex;
  align-items: center;
  text-align: center;
}
section.index-select > div > ul > li:nth-child(5) > a {
  width: 100%;
  font-size: 14px;
  letter-spacing: 1.4px;
  font-weight: 400;
}
section.index-select > div > ul > li:nth-child(5) > a::before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background: url("/images/index/desktop/peop_5.png?99") no-repeat;
  background-size: contain;
  margin: 0;
}
section.index-select > div > div {
  display: block;
  margin: 50px auto 0;
  text-align: center;
}
section.sectionbox2 > div {
  max-width: 1800px;
  margin: 0 auto;
}
section.sectionbox2 > div > div {
  display: inline-flex;
  width: 100%;
  background-color: #f4f0ea;
  border-radius: 20px;
  padding: 55px 0;
}
section.sectionbox2 > div > div > div {
  width: 50%;
}
section.sectionbox2 > div > div > div:nth-child(1) {
  position: relative;
}
section.sectionbox2 > div > div > div:nth-child(1) > img {
  display: block;
  width: 100%;
  border-radius: 0 20px 20px 0;
}
section.sectionbox2 > div > div > div:nth-child(1) > div {
  position: absolute;
  top: 20px;
  right: -100px;
  width: 420px;
  border: 1px solid #fcfbf9;
  border-radius: 16px 16px 16px 0;
  background-color: #60707a;
  padding: 26px 46px 19px;
}
section.sectionbox2 > div > div > div:nth-child(1) > div > * {
  display: block;
  font-weight: 400;
  color: #fcfbf9;
  text-align: center;
  letter-spacing: 1.6px;
}
section.sectionbox2 > div > div > div:nth-child(1) > div > * > span {
  display: block;
}
section.sectionbox2 > div > div > div:nth-child(1) > div > * > span:nth-child(1) {
  text-transform: uppercase;
  padding-top: 40px;
}
section.sectionbox2 > div > div > div:nth-child(2) .box-title {
  margin-bottom: 80px;
}
section.sectionbox2 > div > div > div:nth-child(2) .box-title > * span::before {
  background-color: #fcfbf9;
}
section.sectionbox2 > div > div > div:nth-child(2) .trendyhouse {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.sectionbox2 > div > div > div:nth-child(2) .trendyhouse .imagebox {
  width: 50%;
  margin-bottom: 40px;
}
section.sectionbox2 > div > div > div:nth-child(2) .trendyhouse .imagebox > img {
  border: 3px solid #fcfbf9;
  border-radius: 20px 20px 20px 0;
}
section.sectionbox2 > div > div.index-trendybox {
  background-color: #60707a;
}
section.sectionbox2 > div > div.box2 > div > .imagebox {
  width: 100%;
}
section.sectionbox2 > div > div.box2 > div > .imagebox > img {
  border-radius: 0 20px 20px 0;
}
section.sectionbox2 > div > div.box2 > div > .imagebox > span {
  background-color: #f4f0ea;
}
section.sectionbox2 > div > div.box2 > div .box-title {
  padding-top: 35px;
}
section.sectionbox2 > div > div.box2 > div .box-title > * > span:nth-child(1) {
  left: -190px;
}
section.sectionbox2 > div > div.box2 > div .box-title.hd > * > span:nth-child(1) {
  left: -30vw;
}
section.sectionbox2 > div > div.box2 > div .content {
  text-align: center;
}
section.sectionbox2 > div > div.box2 > div .content > p {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2.4px;
  line-height: 150%; /* 36px */
  text-transform: uppercase;
  padding: 0 120px;
  margin-bottom: 100px;
}
section.sectionbox3 > div .box-header {
  display: flex;
  margin-bottom: 85px;
}
section.sectionbox3 > div .box-header > div {
  width: 50%;
}
section.sectionbox3 > div .box-header > div.box-perex > p {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  line-height: 150%; /* 36px */
  text-align: center;
}
section.sectionbox3 > div .box-header > div.box-perex > p:not(:last-child) {
  margin-bottom: 40px;
}
section.sectionbox3 > div .box-content {
  /*display: grid;
  grid-template-columns: repeat(3, calc((100% / 3) - 80px));
  grid-template-rows: auto;
  justify-content: space-evenly;
  justify-items: center;*/
  display: flex;
  justify-content: space-evenly;
  justify-items: center;
  padding: 0 150px;
}
section.sectionbox3 > div .box-content > div {
  flex-basis: calc(33.3333333333% - 40px);
  background-color: #ffffff;
}
section.sectionbox3 > div .box-content > div .imagebox > span {
  background-color: #ffffff;
}
section.sectionbox3 > div .box-btn {
  display: block;
  text-align: center;
  margin-top: 50px;
}
section.sectionbox3 > div {
  /*
  > div {

  	> :nth-child(1) {
  		margin-bottom: 40px;
  	}

  	> :nth-child(2) {
  		text-align: center;

  		> h2 {
  			font-size: 64px;
  			font-weight: 200;
  			text-transform: uppercase;
  			letter-spacing: 6.4px;
  			line-height: normal;
  			color: $color-black;
  			margin-bottom: 40px;
  		}

  		> p {
  			width: 80%;
  			font-size: 16px;
  			font-weight: 400;
  			letter-spacing: $text-spacing;
  			color: $color-black;
  			margin: 0 auto 60px;

  			&::before {
  				content: '';
  				display: block;
  				width: 95%;
  				height: 3px;
  				background-color: #f4f0ea;
  				margin-bottom: 20px;
  			}
  		}
  	}
  }
  */
}
section .swiper-index-floorbanner {
  display: inline-grid;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
section .swiper-index-floorbanner > .swiper {
  flex-basis: 55%;
  height: 420px;
}
section .swiper-index-floorbanner > .swiper .banner {
  display: flex;
  flex-direction: column;
}
section .swiper-index-floorbanner > .swiper .banner img + span {
  display: inline-block;
  padding: 5px 0 10px 0;
}
section .swiper-index-floorbanner > .swiper .banner .eswebicon.wi-plus {
  font-size: 50pt;
}
section .swiper-index-floorbanner > .swiper .banner img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 50px;
}
section .swiper-index-floorbanner > .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  box-sizing: border-box;
  text-align: center;
  position: relative;
  bottom: 40px;
}
section .swiper-index-floorbanner > .swiper .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  opacity: 100;
  margin: 0 8px;
  background-color: #d9d9d9;
  position: relative;
}
section .swiper-index-floorbanner > .swiper .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet::after {
  width: 24px;
  height: 24px;
  position: absolute;
  top: -4px;
  left: -4px;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  content: "";
}
section .swiper-index-floorbanner > .swiper .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #60707a;
}

#house_month .container {
  width: 100%;
}
#house_month .container .wrapper {
  position: relative;
}
#house_month .container .wrapper picture {
  display: flex;
  width: 100%;
  height: 390px;
}
#house_month .container .wrapper picture .responsive-image {
  aspect-ratio: 3/4;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#house_month .container .wrapper .overlay {
  position: absolute;
  top: 20px;
  left: 0;
}
#house_month .container .wrapper .overlay .content {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 100%;
  gap: 5px;
}
#house_month .container .wrapper .overlay .content .a {
  grid-column: 1/1;
  grid-row: 1;
  border-top-right-radius: 20px;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 5px 20px;
}
#house_month .container .wrapper .overlay .content .b {
  grid-column: 1/1;
  grid-row: 2;
  border-bottom-right-radius: 20px;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  padding: 5px 20px;
}
#house_month .container .wrapper .overlay .content .c {
  display: none;
}
#house_month .container .wrapper .overlay .content p {
  display: flex;
  align-items: center;
  color: #60707a;
  background-color: #fcfbf9;
}
#house_month .container .wrapper button {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 20px;
  padding: 11px 15px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #fcfbf9;
  background-color: rgba(96, 112, 122, 0.5);
  border-radius: 10px;
  border: 1px solid #fcfbf9;
  transform: translateX(-50%);
}

.teaser {
  padding: 15px 0 20px;
  text-align: center;
  margin: 25px 0 0 0;
}
.teaser .container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}
.teaser .container .header {
  width: 100%;
}
.teaser .container .header h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.teaser .container .header h2 > span {
  position: relative;
  font-size: 36px;
  font-weight: 200;
  color: #60707a;
  letter-spacing: 3.6px;
  line-height: 1;
  padding: 0 9px 0 9px;
  z-index: 2;
}
.teaser .container .header h2 > span:not(:last-child) {
  margin-bottom: 7.2px;
}
.teaser .container .header h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .teaser .container .header h2 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
.teaser .container .header h2 {
  padding: 20px 0 10px 0;
  text-transform: uppercase;
}
.teaser .container .header h2 span.right {
  align-self: flex-end;
}
.teaser .container .header h2 span.right::before {
  border-radius: 10px 0 0 10px;
}
.teaser .container .header h2 .img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}
.teaser .container .header h2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teaser .container .header h2 .img p {
  position: absolute;
  font-size: 16px;
  line-height: normal;
  padding: 10px 20px;
  bottom: 0;
  left: 0;
  letter-spacing: 1.6px;
  font-weight: normal;
  background-color: #f4f0ea;
  border-top-right-radius: 20px;
  padding: 11px 50px 11px 40px;
}
.teaser .container .header h2 .img p span {
  font-weight: 700;
  text-transform: uppercase;
}
.teaser .container .header .img {
  width: 80%;
  height: 200px;
  margin: 0 auto 40px auto;
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 20px 0px;
  border: 3px solid #ffffff;
}
.teaser .container .header .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teaser .container .header .img p {
  position: absolute;
  font-size: 12px;
  line-height: normal;
  bottom: 0;
  left: 0;
  letter-spacing: 1.6px;
  font-weight: normal;
  background-color: #ffffff;
  border-top-right-radius: 10px;
  padding: 5px 30px 5px 20px;
}
.teaser .container .header .img p span {
  font-weight: 700;
  text-transform: uppercase;
}
.teaser .container .header p {
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: 1.2px;
  text-align: center;
  text-transform: uppercase;
  padding: 25px 30px 25px 30px;
}
.teaser .container .header .icon {
  width: 80px;
  display: block;
  margin: 0 auto;
}
.teaser .container .desc {
  width: 100%;
  padding: 20px 0;
}
.teaser .container .desc .img {
  width: 95%;
  height: 250px;
  position: relative;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}
.teaser .container .desc .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teaser .container .desc .img p {
  position: absolute;
  font-size: 12px;
  line-height: normal;
  padding: 5px 30px 5px 20px;
  bottom: 0;
  left: 0;
  letter-spacing: 1.6px;
  font-weight: normal;
  background-color: #f4f0ea;
  border-top-right-radius: 10px;
}
.teaser .container .desc .img p span {
  font-weight: 700;
  text-transform: uppercase;
}
.teaser .container .desc.gallery .img {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
}
.teaser .container .desc.gallery .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teaser .container .desc.gallery .thumbs {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.teaser .container .desc.gallery .thumbs > div {
  width: calc(50% - 10px);
  border-radius: 10px;
  overflow: hidden;
}
.teaser .container .desc.gallery .thumbs > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teaser.right .container .header h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.teaser.right .container .header h2 > span {
  position: relative;
  font-size: 36px;
  font-weight: 200;
  color: #60707a;
  letter-spacing: 3.6px;
  line-height: 1;
  padding: 0 9px 0 9px;
  z-index: 2;
}
.teaser.right .container .header h2 > span:not(:last-child) {
  margin-bottom: 7.2px;
}
.teaser.right .container .header h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .teaser.right .container .header h2 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
.teaser.right .container .header h2 {
  padding: 70px 0 40px 0;
  text-transform: uppercase;
}
.teaser.right .container .header h2 span.left {
  align-self: flex-start;
}
.teaser.right .container .header h2 span.left::before {
  border-radius: 10px 0 0 10px;
}
.teaser.right .container .desc .img {
  border-radius: 0 10px 10px 0;
}
.teaser.dark .container {
  background-color: #f4f0ea;
}
.teaser.dark .container .header h2 span::before {
  background-color: #fcfbf9;
}
.teaser.dark .container .header p {
  color: #212111;
}
.teaser.grey .container {
  background-color: #60707a;
}
.teaser.grey .container .header h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.teaser.grey .container .header h2 > span {
  position: relative;
  font-size: 36px;
  font-weight: 200;
  color: #60707a;
  letter-spacing: 3.6px;
  line-height: 1;
  padding: 0 9px 0 9px;
  z-index: 2;
}
.teaser.grey .container .header h2 > span:not(:last-child) {
  margin-bottom: 7.2px;
}
.teaser.grey .container .header h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 20px 0 0 20px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .teaser.grey .container .header h2 > span::before {
    border-radius: 8px 0 0 8px;
  }
}
.teaser.grey .container .header h2 {
  padding: 70px 0 40px 0;
}
.teaser.grey .container .header h2 span {
  align-self: flex-end;
}
.teaser.grey .container .header h2 span::before {
  background-color: #fcfbf9;
}
.teaser.grey .container .header p {
  color: #212111;
}

.house-browse ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  column-gap: 40px;
  row-gap: 50px;
}
.house-browse ul li {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.house-browse ul li .house-img {
  width: 100%;
  height: 200px;
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.house-browse ul li .house-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.house-browse ul li .house-img p {
  position: absolute;
  padding: 5px 30px 5px 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  bottom: 0;
  left: 0;
  border-top-right-radius: 20px;
  background-color: #ffffff;
}
.house-browse ul li .house-img p span {
  font-weight: 700;
  text-transform: uppercase;
}
.house-browse ul li .house-title {
  font-size: 26px;
  font-weight: 200;
  letter-spacing: 1.6px;
  line-height: normal;
  padding: 20px 0 10px 0;
  text-transform: uppercase;
}
.house-browse ul li .separator {
  width: 70%;
  margin: 0 auto;
}
.house-browse ul li .house-desc {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  padding: 20px 40px 20px 40px;
}
.house-browse ul li a.button-default {
  margin-top: auto;
}

#house_persons {
  margin: 25px 0 50px 0;
}
#house_persons .container {
  width: 100%;
  margin: 0 auto;
}
#house_persons .container h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#house_persons .container > ul {
  max-width: 380px;
  margin: 35px auto;
}
#house_persons .container > ul > li:nth-child(1) {
  text-align: center;
}
#house_persons .container > ul > li:nth-child(1) > a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.4px;
}
#house_persons .container > ul > li:nth-child(1) > a::before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background: url("/images/index/desktop/peop_1.png?99") no-repeat;
  background-size: contain;
}
#house_persons .container > ul > li:nth-child(1) > a > span {
  position: relative;
  margin-left: 40px;
}
#house_persons .container > ul > li:nth-child(1) > a > span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  display: block;
  width: 150px;
  height: 1px;
  background-color: #f4f0ea;
}
#house_persons .container > ul > li:nth-child(2) {
  text-align: center;
}
#house_persons .container > ul > li:nth-child(2) > a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.4px;
}
#house_persons .container > ul > li:nth-child(2) > a::before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background: url("/images/index/desktop/peop_2.png?99") no-repeat;
  background-size: contain;
}
#house_persons .container > ul > li:nth-child(2) > a > span {
  position: relative;
  margin-left: 40px;
}
#house_persons .container > ul > li:nth-child(2) > a > span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  display: block;
  width: 150px;
  height: 1px;
  background-color: #f4f0ea;
}
#house_persons .container > ul > li:nth-child(3) {
  text-align: center;
}
#house_persons .container > ul > li:nth-child(3) > a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.4px;
}
#house_persons .container > ul > li:nth-child(3) > a::before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background: url("/images/index/desktop/peop_3.png?99") no-repeat;
  background-size: contain;
}
#house_persons .container > ul > li:nth-child(3) > a > span {
  position: relative;
  margin-left: 40px;
}
#house_persons .container > ul > li:nth-child(3) > a > span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  display: block;
  width: 150px;
  height: 1px;
  background-color: #f4f0ea;
}
#house_persons .container > ul > li:nth-child(4) {
  text-align: center;
}
#house_persons .container > ul > li:nth-child(4) > a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.4px;
}
#house_persons .container > ul > li:nth-child(4) > a::before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background: url("/images/index/desktop/peop_4.png?99") no-repeat;
  background-size: contain;
}
#house_persons .container > ul > li:nth-child(4) > a > span {
  position: relative;
  margin-left: 40px;
}
#house_persons .container > ul > li:nth-child(4) > a > span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  display: block;
  width: 150px;
  height: 1px;
  background-color: #f4f0ea;
}
#house_persons .container > ul > li:nth-child(5) {
  text-align: center;
}
#house_persons .container > ul > li:nth-child(5) > a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.4px;
}
#house_persons .container > ul > li:nth-child(5) > a::before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background: url("/images/index/desktop/peop_5.png?99") no-repeat;
  background-size: contain;
}
#house_persons .container > ul > li:nth-child(5) > a > span {
  position: relative;
  margin-left: 40px;
}
#house_persons .container > ul > li:nth-child(5) > a > span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  display: block;
  width: 150px;
  height: 1px;
  background-color: #f4f0ea;
}
#house_persons .container > ul > li + li {
  margin-top: 10px;
}
#house_persons .container .footer {
  display: block;
  margin: 50px auto 0;
  text-align: center;
}

#house_choose {
  margin: 25px 0 50px 0;
}
#house_choose h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#house_choose h1 > span {
  position: relative;
  font-size: 32px;
  font-weight: 200;
  color: #60707a;
  letter-spacing: 3.2px;
  line-height: 1;
  padding: 0 8px 0 8px;
  z-index: 2;
}
#house_choose h1 > span:not(:last-child) {
  margin-bottom: 6.4px;
}
#house_choose h1 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  #house_choose h1 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#house_choose h1 {
  padding: 30px 0 30px 0;
  text-transform: uppercase;
}
#house_choose .container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  border-radius: 20px;
}

#house_sauna .container {
  padding: 20px 0;
}
#house_sauna .container .header {
  width: 100%;
}
#house_sauna .container .header h2 span.right {
  align-self: flex-start;
}
#house_sauna .container .header h2 span.right::before {
  border-radius: 0 10px 10px 0;
}
#house_sauna .container .header p {
  padding-bottom: 20px;
}
#house_sauna .container .desc {
  width: 95%;
  align-self: flex-end;
}

#house_trendy .container {
  padding: 20px 0;
}
#house_trendy .container .header {
  width: 100%;
}
#house_trendy .container .header h2 {
  padding: 20px 0 30px 0;
  text-transform: uppercase;
}
#house_trendy .container .desc {
  width: 95%;
  position: relative;
}
#house_trendy .container .desc .img {
  width: 95%;
  height: 200px;
  object-fit: cover;
}
#house_trendy .container .desc .citation {
  position: absolute;
  width: 60%;
  border-radius: 10px 10px 10px 0;
  top: -10px;
  right: -30px;
  z-index: 999;
  background: #60707a;
  border: 1px solid #f4f0ea;
}
#house_trendy .container .desc .citation p {
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0.8px;
  font-weight: 200;
  color: #f4f0ea;
  padding: 10px;
}
#house_trendy .container .desc .citation p span {
  display: block;
  line-height: 100%;
  padding-top: 5px;
}

#house_floor {
  margin: 25px 0 50px 0;
}
#house_floor h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#house_floor h2 > span {
  position: relative;
  font-size: 36px;
  font-weight: 200;
  color: #60707a;
  letter-spacing: 3.6px;
  line-height: 1;
  padding: 0 9px 0 9px;
  z-index: 2;
}
#house_floor h2 > span:not(:last-child) {
  margin-bottom: 7.2px;
}
#house_floor h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  #house_floor h2 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#house_floor h2 {
  padding: 30px 0 30px 0;
  text-transform: uppercase;
}
#house_floor .container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  border-radius: 20px;
}
#house_floor .container .house-title {
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 3.2px;
  line-height: normal;
  padding: 20px 0 20px 0;
  text-transform: uppercase;
}

#house_atypical .container {
  padding: 20px 0;
}
#house_atypical .container .header h2 {
  padding: 10px 0 10px 0;
  text-transform: uppercase;
}
#house_atypical .container .header p {
  padding-bottom: 20px;
}

#house_business .container {
  max-width: 100%;
  padding: 20px 0;
}
#house_business .container .header {
  width: 100%;
}
#house_business .container .header h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#house_business .container .header h2 > span {
  position: relative;
  font-size: 36px;
  font-weight: 200;
  color: #f4f0ea;
  letter-spacing: 3.6px;
  line-height: 1;
  padding: 0 9px 0 9px;
  z-index: 2;
}
#house_business .container .header h2 > span:not(:last-child) {
  margin-bottom: 7.2px;
}
#house_business .container .header h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #60707a;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  #house_business .container .header h2 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#house_business .container .header h2 {
  padding: 10px 0 20px 0;
}
#house_business .container .header h2 span:nth-of-type(2) {
  padding-left: 7%;
}
#house_business .container .header p {
  padding-bottom: 30px;
}
#house_business .container .desc {
  width: 100%;
}

#house_growing .container {
  padding: 20px 0;
}
#house_growing .container .header {
  width: 100%;
}
#house_growing .container .header h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#house_growing .container .header h2 > span {
  position: relative;
  font-size: 36px;
  font-weight: 200;
  color: #60707a;
  letter-spacing: 3.6px;
  line-height: 1;
  padding: 0 9px 0 9px;
  z-index: 2;
}
#house_growing .container .header h2 > span:not(:last-child) {
  margin-bottom: 7.2px;
}
#house_growing .container .header h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 20px 0 0 20px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  #house_growing .container .header h2 > span::before {
    border-radius: 8px 0 0 8px;
  }
}
#house_growing .container .header h2 {
  padding: 20px 0 10px 0;
  text-transform: uppercase;
}
#house_growing .container .header h2 span {
  align-self: flex-end;
}
#house_growing .container .header p {
  padding-bottom: 20px;
}
#house_growing .container .desc {
  width: 100%;
  padding: 0;
}
#house_growing .container .desc svg {
  width: 60%;
  height: 80%;
}
#house_growing .container .desc .combo {
  display: flex;
  gap: 10px;
}
#house_growing .container .desc .combo .box {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}
#house_growing .container .desc .combo .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#house_growing .container .desc .combo .box .top {
  position: relative;
  line-height: 0;
}
#house_growing .container .desc .combo .box .top p {
  position: absolute;
  padding: 5px 10px 5px 10px;
  font-size: 8px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  bottom: 0;
  left: 0;
  border-top-right-radius: 10px;
  background-color: #ffffff;
}
#house_growing .container .desc .combo .box .top p span {
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

#house_generations .container .header {
  padding-bottom: 20px;
}
#house_generations .container .header h2 {
  padding: 10px 0 15px 0;
  text-transform: uppercase;
}
#house_generations .container .header p {
  padding-bottom: 20px;
}

#house_hillside .container {
  padding: 20px 0;
}
#house_hillside .container .header h2 {
  padding: 20px 0 10px 0;
  text-transform: uppercase;
}
#house_hillside .container .header p {
  padding-bottom: 30px;
}

#house_semi_detached .container {
  padding: 20px 0;
}
#house_semi_detached .container .header {
  width: 100%;
}
#house_semi_detached .container .header h2 {
  padding: 20px 0 10px 0;
}
#house_semi_detached .container .header p {
  padding-bottom: 30px;
}
#house_semi_detached .container .desc {
  width: 90%;
  margin: 0 auto;
}

#house_narrow_plot .container {
  max-width: 100%;
  padding: 20px 0;
}
#house_narrow_plot .container .header {
  width: 100%;
}
#house_narrow_plot .container .header h2 {
  padding: 20px 0 10px 0;
  white-space: nowrap;
}
#house_narrow_plot .container .header h2 span:nth-of-type(2) {
  padding-left: 10%;
}
#house_narrow_plot .container .header p {
  padding-bottom: 30px;
}
#house_narrow_plot .container .desc {
  width: 90%;
  margin: 0 auto;
}

#house_garage .container .header h2 {
  padding: 20px 0 10px 0;
  text-transform: uppercase;
}
#house_garage .container .header p {
  padding-bottom: 30px;
}

#house_barrier_free .container {
  padding: 20px 0;
}
#house_barrier_free .container .header h2 {
  padding: 20px 0 10px 0;
  text-transform: uppercase;
}
#house_barrier_free .container .header p {
  padding-bottom: 30px;
}
#house_barrier_free .container .desc {
  width: 95%;
  align-self: flex-end;
}

#house_investors .container {
  max-width: 100%;
  padding: 20px 0;
}
#house_investors .container .header h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#house_investors .container .header h2 > span {
  position: relative;
  font-size: 36px;
  font-weight: 200;
  color: #f4f0ea;
  letter-spacing: 3.6px;
  line-height: 1;
  padding: 0 9px 0 9px;
  z-index: 2;
}
#house_investors .container .header h2 > span:not(:last-child) {
  margin-bottom: 7.2px;
}
#house_investors .container .header h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #60707a;
  border-radius: 20px 0 0 20px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  #house_investors .container .header h2 > span::before {
    border-radius: 8px 0 0 8px;
  }
}
#house_investors .container .header h2 {
  padding: 20px 0 10px 0;
  text-transform: uppercase;
}
#house_investors .container .header h2 span:first-child {
  align-self: flex-end;
}
#house_investors .container .header h2 span:nth-of-type(2) {
  padding-right: 10%;
  align-self: flex-end;
}
#house_investors .container .header p {
  padding-bottom: 30px;
}
