/* Polices Google Fonts - TASA Explorer (corps) et DM Serif Text (titres) */

.row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  min-height: 72px;
  margin-bottom: 12px;
}

.row:last-of-type {
  margin-bottom: 0;
}

.row.above-fold {
  height: 100vh;
  margin-bottom: 0;
}

.row.above-fold .column {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.row.bottom {
  align-items: flex-end;
}

.grid .column {
  margin-right: 6px;
  margin-left: 6px;
}

.grid .column:first-of-type {
  margin-left: 0;
}

.grid .column:last-of-type {
  margin-right: 0;
}

.grid .half {
  flex: 0.5;
}

.grid .one {
  flex: 1;
}

.grid .two {
  flex: 2;
}

.grid .two-half {
  flex: 2.5;
}

.grid .three {
  flex: 3;
}

.grid .four {
  flex: 4;
}

.grid .five {
  flex: 5;
}

.grid .five-half {
  flex: 5.5;
}

.grid .six {
  flex: 6;
}

.grid .seven {
  flex: 7;
}

.grid .eight {
  flex: 8;
}

.grid .nine {
  flex: 9;
}

.grid .ten {
  flex: 10;
}

.grid .eleven {
  flex: 11;
}

.grid .twelve {
  flex: 12;
}

.grid h1,
.grid h2,
.grid h3,
.grid h4,
.grid h5,
.grid h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.grid h1 {
  font-family: 'TASA Explorer', sans-serif;
  font-size: 72px;
  line-height: 78px;
  letter-spacing: -3px;
}

@media screen and (width <= 950px) and (orientation: portrait) {
  .grid .row {
    flex-flow: column wrap;
    min-height: 0;
    margin-bottom: 0;
  }

  .grid .column {
    flex: 1;
    margin: 0 0 12px;
  }

  .grid .column:empty,
  .grid .column:last-of-type {
    margin: 0;
  }

  .grid h1,
  .grid h2,
  .grid h3,
  .grid h4,
  .grid h5,
  .grid h6 {
    padding: 40px 40px 20px;
  }

  .grid h1 {
    padding: 0;
    font-size: 8vmin;
    line-height: 120%;
  }
}

@media screen and (width <= 950px) and (orientation: landscape) {
  .grid h1 {
    padding: 0;
    font-size: 8vmin;
    line-height: 120%;
  }
}

.grid h2 {
  font-family: 'TASA Explorer', sans-serif;
  font-size: 64px;
  line-height: 72px;
}

@media screen and (width <= 950px) and (orientation: portrait) {
  .grid h2 {
    padding: 0 40px 20px;
    font-size: 6vmin;
    line-height: 120%;
  }
}

.grid h3 {
  margin-top: -12px;
  font-family: 'TASA Explorer', sans-serif;
  font-size: 36px;
  line-height: 36px;
}

@media screen and (width <= 950px) and (orientation: portrait) {
  .grid h3 {
    font-size: 5vmin;
    line-height: 120%;
  }
}

.grid h6 {
  font-family: 'TASA Explorer', sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (width <= 950px) and (orientation: portrait) {
  .grid h6 {
    padding: 0;
    font-size: 16px;
    line-height: 120%;
  }
}

.grid p {
  margin-bottom: 30px;
  font-family: 'TASA Explorer', sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.grid p:last-of-type {
  margin-bottom: 0;
}

.financing {
  background: #fff;
}

.financing .button-rounded.button-squared {
  padding: 20px 24px !important;
}

.financing-header {
  position: relative;
  overflow-x: hidden;
}

.financing-header ul {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: "—";
  margin-inline-start: 1.4ch;
}

.financing-header ul li {
  padding-inline-start: 0.75ch;
}

.financing-header a img {
  position: relative;
  top: -1px;
  width: auto;
  height: 0.5em;
}

.financing-header-image {
  position: absolute;
  right: 5%;
  bottom: 12%;
  z-index: 0;
  width: 33%;
  max-width: 450px;
  height: auto;
}

.financing-rate-comparison {
  color: #fff;
  background: var(--color-blue);
}

.segue .financing-rate-comparison {
  margin: 0 -10vw;
  padding: 0 10vw;
}

.financing-rate-comparison ul {
  margin: 0;
  padding: 0;
  list-style-type: "—";
  margin-inline-start: 1.4ch;
}

.financing-rate-comparison ul li {
  padding-inline-start: 0.75ch;
}

.financing-rate-comparison-option {
  padding: 36px;
  background: #000;
  border-radius: 24px;
}

.financing-rate-comparison-option-payment {
  margin-left: -0.5em;
}

@media (width <= 768px) {
  .financing .button-rounded.button-squared {
    padding: 18px 21px !important;
  }

  .financing-header-image {
    top: 260px;
    right: -8px;
    bottom: unset;
    width: 45vw;
  }

  .financing-rate-comparison-option {
    padding: 24px;
  }

  .financing-rate-comparison-option-payment {
    margin-left: 0;
  }
}

.financing-rate-comparison-option-other {
  background: rgb(0 0 0 / 25%);
}

.financing-rate-comparison-option-features {
  display: flex;
  min-height: 4.25em;
}

.financing-rate-comparison-option-features p {
  box-sizing: border-box;
  width: 45%;
  padding-right: var(--modern-grid-column-gutter);
}

.financing-rate-comparison-option-features p:last-child {
  width: 55%;
}

.financing-rate-comparison-footnote {
  display: flex;
  padding: 0 36px;
  gap: 5px;
}

@media (width <= 1280px) {
  .financing-rate-comparison-option-term {
    display: block;
    width: 100%;
  }
}

.financing-rate-benefits {
  background: #f7f7f0;
}

.financing-rate-benefits-row {
  display: flex;
  flex-wrap: wrap;
}

.financing-rate-benefits-row-divider {
  width: 100% !important;
}

.financing-rate-benefits-row > div {
  display: flex;
  flex-direction: column;
  width: 32.25%;
  min-height: 250px;
}

.financing-rate-benefits-row > div div {
  height: 180px;
  margin-bottom: 16px;
}

@media (width <= 768px) {
  .financing-rate-comparison-footnote {
    padding: 0 var(--modern-grid-column-gutter);
  }

  .financing-rate-benefits-row-divider {
    display: none !important;
  }

  .financing-rate-benefits-row > div {
    width: 50%;
    min-height: 190px;
  }

  .financing-rate-benefits-row > div div {
    height: 120px;
    margin-top: 24px;
  }
}

.financing-rate-benefits-row > div img {
  width: 60%;
  height: 100%;
  object-fit: contain;
}

@media (width <= 768px) {
  .financing-rate-benefits-row > div img {
    width: 90%;
  }
}

.financing-rate-benefits-row .spacer-50 {
  min-height: unset;
}

.financing-rate-benefits-row > div p {
  width: 70%;
  min-width: 180px;
  max-width: 230px;
}

.financing-how-it-stacks-up {
  background: #fff;
}

.financing-how-it-stacks-up-row {
  display: flex;
  min-height: 6em;
}

.financing-how-it-stacks-up-row > div {
  width: 16%;
  padding: 21px 0;
  text-align: center;
  border-left: 1px solid rgb(0 0 0 / 10%);
}

.financing-how-it-stacks-up-row > div:first-child {
  box-sizing: border-box;
  width: 20%;
  padding-top: 1em;
  padding-right: var(--modern-grid-column-gutter);
  text-align: left;
  border: none;
}

.financing-how-it-stacks-up-row:first-child {
  text-align: center;
}

.financing-how-it-stacks-up-highlight {
  color: #fff;
  background: #000;
  border: none !important;
}

.financing-how-it-stacks-up-highlight + div {
  border: none !important;
}

.financing-how-it-stacks-up-row:first-child
  .financing-how-it-stacks-up-highlight {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.financing-how-it-stacks-up-row:last-child
  .financing-how-it-stacks-up-highlight {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.financing-how-it-stacks-up-footnote {
  display: flex;
  justify-content: center;
  padding: 0 var(--modern-grid-column-margin);
  gap: 4px;
}

@media (width <= 768px) {
  .financing-rate-benefits-row > div p {
    width: 100%;
    min-width: unset;
    max-width: unset;
  }

  .financing-how-it-stacks-up-footnote {
    justify-content: flex-start;
  }
}

.financing-how-it-stacks-up-card {
  margin: 0 calc(var(--modern-grid-column-margin) * 0.5);
  padding: 27px;
  background: rgb(0 0 0 / 4%);
  border-radius: 6px;
}

.financing-how-it-stacks-up-card ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 1em;
  list-style-type: none;
}

.financing-how-it-stacks-up-card ul li {
  display: flex;
  gap: 12px;
}

.financing-how-it-stacks-up-card ul li img {
  width: 13px;
  transform: translateY(5px);
}

.financing-how-it-stacks-up-card ul li img[alt="✓"] {
  height: 13px;
  transform: translateY(3px);
}

.financing-how-it-stacks-up-card-highlight {
  color: #fff;
  background: #000;
}

.financing-basement {
  background: #fdfdf7;
}

.insights-story-content {
  color: var(--color-story-foreground);
  background: var(--color-story-background);
}

.segue .insights-story-content {
  margin: 0 -10vw;
  padding: 0 10vw;
}

.insights-secondary-text {
  opacity: 0.6;
}

.insights-story-content img {
  background: rgb(0 0 0 / 10%);
}

.insights-secondary-text a {
  color: #fff;
}

.insights-body-text {
  line-height: 150%;
}

.insights-interview-block div + p {
  margin-left: calc(
    var(--modern-grid-column-width-fixed-column) +
      var(--modern-grid-column-gutter)
  );
}

.insights-story blockquote {
  margin: 0;
  text-indent: -0.66ch;
}

.insights-full-width-image {
  display: block;
  width: 100%;
  height: auto;
}

.insights-story video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.insights-story-model {
  border-radius: 18px;
  overflow: hidden;
}

.insights-story-model img {
  background: 0 0;
}

.insights-story-model-image {
  position: relative;
  width: 100%;
  height: 250px;
  background: #f7f7f0;
}

@media (width <= 1024px) {
  .insights-story-model-image {
    height: 215px;
  }
}

.insights-story-model-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  transform: translate3d(-52%, -50%, 0);
}

.insights-story-model-title {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 18px 18px 18px 24px;
  background: #fff;
  gap: 16px;
}

.insights-story-model-title-left {
  flex: 1;
}

.insights-story-model-title-actions {
  display: flex;
}

.insights-story-model-title-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 15px;
  line-height: 1;
  gap: 8px;
}

.insights-story-model-title-actions-design {
  border: var(--color-blue) 1px solid;
  border-radius: 12px;
}

.insights-story-footer {
  background: #fdfdf7;
}

.insights-post .newsroom-internal-body {
  color: #000;
}

.insights-post .newsroom-internal-body dd,
.insights-post .newsroom-internal-body p,
.insights-post .newsroom-internal-body ul {
  line-height: 1.5 !important;
}

.insights-post dl {
  margin: 0;
  padding-left: 40px;
}

.insights-post dl dt {
  position: relative;
  margin-bottom: 20px;
}

.insights-post dl dt .insights-dl-index {
  position: absolute;
  left: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-family: 'TASA Explorer', sans-serif !important;
  line-height: 1;
  color: #fff;
  background: #000;
  border-radius: 100%;
  transform: translateY(1px);
}

.insights-post dl dt .insights-dl-index span {
  font-size: 12px !important;
  transform: translateY(-0.1em);
}

.insights-post .insights-dt-title {
  display: flex;
  align-items: center;
}

@media (width <= 768px) {
  .insights-story-model-image {
    height: 130px;
  }

  .insights-story-model-title {
    padding: 15px;
  }

  .insights-story-model-title-left p {
    width: 50%;
  }

  .insights-story-model-title-actions {
    position: absolute;
    right: 15px;
    bottom: 15px;
  }

  .insights-post dl {
    padding-left: 36px;
  }

  .insights-post dl dt .insights-dl-index {
    left: -36px;
    width: 18px;
    height: 18px;
    font-size: 10px !important;
  }

  .insights-post dl dt .insights-dl-index span {
    font-size: 10px !important;
    transform: translateY(-0.05em);
  }
}

.insights-post dl dd {
  margin: 0;
}

.insights-post dd + dt {
  margin-top: 50px;
}

.insights-post dd + dd {
  margin-top: 1em;
}

.insights-post dd + dd:has(ul) {
  margin-top: 0;
}

.insights-post dd:has(ul) + dd:empty {
  margin-top: 0;
}

.insights-post .insights-post-body li a,
.insights-post .insights-post-body p a {
  font-family: 'DM Serif Text', sans-serif !important;
}

.insights-post .newsroom-internal-body ul {
  gap: 0;
}

.insights-post .newsroom-internal-body ul li {
  list-style-type: "• ";
}

@supports (font: -apple-system-body) and (-webkit-appearance: none) {
  .insights-post .newsroom-internal-body ul li {
    list-style-type: "•  ";
  }
}

.insights-post .newsroom-internal-body ol {
  padding-left: 2.8ch;
}

.insights-index .insights-footer,
.insights-post .insights-story-footer {
  background: #fff;
}

.insights-post-breadcrumbs a {
  color: inherit;
}

@media (hover: hover) {
  .insights-secondary-text a:hover {
    color: #fff;
    opacity: 0.6;
  }

  .insights-story-model-title-actions-design a:hover {
    border-color: var(--color-blue-white-20);
  }

  .insights-post-breadcrumbs a:hover {
    color: inherit;
    opacity: 0.6;
  }
}

.insights-index-featured-image {
  width: 100%;
  height: auto;
}

.insights-index hr {
  margin: 0;
  padding: 0;
  border: none;
  appearance: none;
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.insights-index h2 a,
.insights-index h2 a:hover,
.insights-index p a,
.insights-index p a:hover,
.insights-index-blog-post-item a,
.insights-index-blog-post-item a:hover {
  color: unset;
}

.insights-index-blog-post-item p {
  display: -webkit-box;
  margin-right: var(--modern-grid-column-gutter);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.insights-index-blog-post-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 200/150;
  background: rgb(0 0 0 / 6%);
  border-radius: 4px;
  object-fit: cover;
}

.insights-index-blog-post-item-details {
  display: flex;
  flex-direction: column;
  margin-top: 0.33em;
  gap: 0.15em;
}

.insights-index-hero-story-item-image {
  background: rgb(0 0 0 / 6%);
}

.insights-index-hero-story-item-description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 2;
}

@media (width <= 768px) {
  .insights-index-blog-post-item-details {
    flex-direction: row;
    gap: 1em;
  }

  .insights-index-blog-post-item-title {
    display: flex;
    gap: 1em;
  }

  .insights-index-blog-post-item-title img {
    width: calc(
      var(--modern-grid-column-width) * 2 + var(--modern-grid-column-gutter)
    );
  }

  .insights-index .insights-full-width-image {
    width: 100vw;
    margin: 0 calc(var(--modern-grid-column-margin) * -1);
    border-radius: 0 !important;
  }
}

.insights-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
  gap: 18px;
  user-select: none;
  user-select: none;
}

.insights-pagination a {
  display: flex;
  align-items: center;
  color: #000;
  opacity: 0.8;
  transition: opacity 0.2s;
  gap: 0.8ch;
}

@media (hover: hover) {
  .insights-pagination a:hover {
    color: #000;
    opacity: 0.6;
  }

  .jobs .wrapper > ul li a:hover {
    color: #f9f8f1;
    background: #000;
    opacity: 1;
    transition:
      color 0.2s,
      background-color 0.2s;
  }
}

.insights-pagination a svg {
  transform: translateY(0.05em);
}

.insights-pagination-selector {
  position: relative;
  box-sizing: border-box;
  width: 100px;
  padding: 10px 35px 10px 15px;
  white-space: nowrap;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 3px 0 rgb(0 0 0 / 8%);
}

.insights-pagination-selector select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  appearance: none;
}

.insights-pagination-selector svg {
  position: absolute;
  top: 18px;
  right: 15px;
}

.insights-pagination-hidden {
  opacity: 0 !important;
  pointer-events: none;
}

.insights-index-list {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.insights-index-list-will-change {
  opacity: 0;
  transition: opacity 0.2s;
}

.insights-pagination-loading {
  pointer-events: none;
}

.insights-chart-section {
  display: flex;
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.spacer-100 + .modern-grid .insights-chart-section {
  margin-top: 0;
  padding-top: 0;
  border: none;
}

.insights-chart-description {
  display: flex;
  box-sizing: border-box;
  max-width: 45%;
  padding-right: calc(
    var(--modern-grid-column-width) * 0.5 + var(--modern-grid-column-gutter)
  );
}

@media (width <= 1024px) {
  .insights-chart-section {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0;
    border-top: none;
  }

  .insights-chart-description {
    max-width: calc(
      var(--modern-grid-column-width) * 8 + var(--modern-grid-column-gutter) * 7
    );
    padding-top: 60px;
    padding-right: 0;
    padding-bottom: 30px;
    border-top: 1px solid rgb(0 0 0 / 10%);
  }

  .spacer-100 + .modern-grid .insights-chart-description {
    padding-top: 0;
    border: none;
  }
}

@media (width <= 768px) {
  .insights-chart-description {
    padding: 36px 0;
  }
}

.insights-chart-description-text {
  display: flex;
  flex-direction: column;
}

.insights-chart-description-bullet {
  min-width: 2.5ch;
}

.insights-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  min-width: 55%;
  padding: 30px;
  background: #fdfdf7;
  border-radius: 18px;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 8%);
  gap: 16px;
}

@media (width <= 1024px) {
  .insights-chart {
    min-width: 100%;
  }

  .insights-chart svg {
    max-width: 550px !important;
  }
}

.insights-chart > div {
  width: 100%;
  text-align: center;
}

.insights-chart-title {
  width: 90%;
  text-align: center;
  text-wrap: balance;
}

.insights-image-full-width {
  border-radius: 0 !important;
}

body.jobs {
  background: #f9f8f1;
}

.jobs footer {
  min-height: unset;
}

.jobs footer button {
  color: #000;
}

.jobs article {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
}

body > .dot {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background: #000;
  border-radius: 100%;
  transition: opacity 0.4s;
  animation: 1s appear;
}

@keyframes appear {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

body > .dot.hidden {
  opacity: 0;
  transition: none;
}

body > .dot.solo {
  z-index: 99;
}

main .jobs {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 10em;
}

.jobs.content .wrapper {
  width: 100vw;
  min-height: unset;
}

.jobs h1 {
  max-width: 80%;
  margin: 0 auto;
  padding: 0;
  font-family: 'TASA Explorer', sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -2px;
  text-align: center;
}

.jobs .jobs h1 {
  font-size: 48px;
}

@media screen and (width <= 950px) {
  .jobs.content .wrapper {
    max-width: 600px;
  }

  .jobs .jobs h1,
  .jobs h1 {
    font-size: 32px;
    letter-spacing: -1px;
  }
}

.jobs .wrapper > h2 {
  font-family: 'DM Serif Text', sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (width <= 950px) {
  .jobs .wrapper > h2 {
    font-size: 16px;
  }
}

.jobs .wrapper > p {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
}

.jobs .wrapper > p:first-of-type {
  padding-top: 3em;
}

.jobs .wrapper > p:last-of-type {
  padding-bottom: 3em;
}

.jobs .description {
  box-sizing: border-box;
  width: calc(100vw / 12 * 8);
  margin: 2em auto 8em;
}

@media screen and (width <= 950px) {
  .jobs .wrapper > p {
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
  }

  .jobs .wrapper > p br {
    display: none;
  }

  .jobs .description {
    box-sizing: border-box;
    width: 100%;
    padding: 0 40px;
  }
}

.jobs .description > p {
  clear: both;
  width: 670px;
  max-width: 85%;
  margin-right: auto;
  margin-bottom: 1.5em;
  margin-left: auto;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
}

@media screen and (width <= 950px) {
  .jobs .description > p {
    margin-left: 1em;
    padding: 0;
  }
}

.jobs .wrapper > ul {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 0 6em;
  font-size: 24px;
  text-align: center;
  list-style-type: none;
}

.jobs .wrapper > ul li {
  width: 714px;
  max-width: 100%;
  margin: 0 auto 16px;
  text-align: center;
}

.jobs .wrapper > ul li a {
  display: block;
  box-sizing: border-box;
  padding: 0.9em 1.1em;
  background-color: #f9f8f1;
  border: 2px solid #000;
  border-radius: 8px;
  transition: color 0.4s;
}

@media screen and (width <= 950px) {
  .jobs .wrapper > ul {
    font-size: 20px;
  }

  .jobs .wrapper > ul li {
    width: 500px;
    max-width: 80%;
  }

  .jobs .wrapper > ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 4.5em;
  }

  .jobs .jobs ul {
    font-size: 22px;
  }
}

.jobs.empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.jobs.empty li {
  opacity: 0.3;
  pointer-events: none;
}

.jobs .jobs a {
  text-decoration: none;
  color: #000;
}

.jobs .column {
  float: left;
  box-sizing: border-box;
  width: 50%;
  margin: 3em 0;
  font-size: 18px;
  line-height: 24px;
}

.jobs .column.wide {
  float: none;
  width: 670px;
  max-width: 85%;
  margin: 6em auto 4em;
  padding: 0;
}

.jobs .column.right {
  float: right;
  margin-top: -14.25em;
  padding-left: 2em;
}

.jobs .column.left {
  margin-top: -7em;
}

.jobs .column:first-of-type,
.jobs .column:nth-of-type(3) {
  padding-right: 2em;
}

.jobs .column:nth-of-type(3) {
  clear: both;
}

.jobs .column:nth-of-type(2),
.jobs .column:nth-of-type(4) {
  padding-left: 2em;
}

.jobs .column h2 {
  margin: 0;
  padding: 0;
  font-family: 'DM Serif Text', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.jobs .column ul {
  margin-top: 0.1em;
  padding-left: 0;
  text-align: left;
}

.jobs .column ul ol {
  padding-left: 0.7em;
}

.jobs .column ul ul {
  padding-left: 1.25em;
}

.jobs .column ul li {
  display: block;
  margin-top: 0;
  font-size: 18px;
  line-height: 28px;
}

.jobs .column > ul li::before {
  display: inline-block;
  width: 1.25em;
  margin-left: -1.25em;
  content: "—";
}

@media screen and (width <= 950px) {
  .jobs .column {
    float: none;
    width: 100%;
    margin-top: 0 !important;
    padding: 0 !important;
  }

  .jobs .column h2 {
    font-size: 16px;
  }

  .jobs .column ul {
    padding-left: 0.8em;
  }

  .jobs .column ul li {
    padding-left: 0.1em;
  }
}

.jobs .column ul ul li::before {
  display: inline-block;
  width: 1em;
  margin-left: -1.2em;
  content: "-";
}

.jobs .apply {
  clear: both;
  padding-top: 1em;
  text-align: center;
}

.jobs .apply a {
  font-size: 36px;
  text-decoration: none;
  color: #000;
}

.job-description {
  display: flex;
  flex-wrap: wrap;
}

.job-description p {
  width: calc(
    var(--modern-grid-column-width) * 6 + var(--modern-grid-column-gutter) * 5
  );
  margin: 0 auto 1.5em;
  line-height: 1.5em;
  text-align: center;
  text-wrap: balance;
}

@media screen and (width <= 950px) {
  .jobs .apply a {
    font-size: 24px;
  }

  .jobs .apply a img {
    height: 0.8em;
  }

  .job-description p {
    width: 90%;
  }
}

.job-description div {
  width: calc(
    var(--modern-grid-column-width) * 4 + var(--modern-grid-column-gutter) * 2
  );
  margin-top: 3em;
}

.job-description div:nth-of-type(odd) {
  margin-right: calc(var(--modern-grid-column-gutter) * 3);
}

.job-description div + p {
  margin-top: 6em;
}

.job-description ul {
  margin: 0 0 0 2.2ch;
  padding: 0;
  line-height: 1.5em;
  list-style-type: none;
}

.job-description li {
  list-style-type: "—  ";
}

.job-description h2 {
  margin-bottom: 0.3em;
  font-family: 'DM Serif Text', sans-serif;
  font-size: clamp(16px, 1.25vw, 18px);
}

.job-get-in-touch {
  font-family: 'TASA Explorer' !important, sans-serif;
  font-size: clamp(32px, 9.6vw, 36px) !important;
}

.job-get-in-touch a {
  color: #000;
}

@media (hover: hover) {
  .jobs .apply a:hover,
  .jobs .jobs a:hover {
    opacity: 0.25;
  }

  .job-get-in-touch a:hover {
    color: #000;
    opacity: 0.7;
  }
}

@media screen and (width <= 950px) {
  .job-description div {
    width: 100%;
  }

  .job-description div:nth-of-type(odd) {
    margin-right: 0;
  }

  .job-get-in-touch {
    font-size: clamp(21px, 6.4vw, 24px) !important;
  }

  .job-get-in-touch img {
    height: 0.8em;
  }
}

body.legal {
  background: #f7f7f0 !important;
}

.legal .page .row {
  display: grid;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 var(--modern-grid-column-margin);
  gap: 22px;
  grid-template-columns: repeat(12, [col-start] 1fr);
}

.legal .page h1 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  padding-bottom: 1em;
  font-family: 'TASA Explorer', sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 96px;
  letter-spacing: -4px;
  border-bottom: 1px solid rgb(0 0 0 / 20%);
  grid-column: col-start 2 / span 10;
}

.legal .page .text {
  margin-bottom: 96px;
  grid-column: col-start 6 / span 6;
}

@media (width <= 768px) {
  .insights-chart {
    margin: 0 -18px;
    padding: 24px 12px 0;
    gap: 0;
  }

  .insights-image-full-width {
    width: 100% !important;
    aspect-ratio: 375/450;
    margin: 0 !important;
    object-fit: cover;
  }

  .legal .page .row {
    display: grid;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    gap: 22px;
    grid-template-columns: repeat(6, [col-start] 1fr);
  }

  .legal .page h1 {
    margin-top: 3em;
    font-family: 'TASA Explorer', sans-serif;
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -1px;
    grid-column: col-start 1 / span 6;
  }

  .legal .page .text {
    grid-column: col-start 1 / span 6;
  }

  .legal .phone {
    margin-top: 36px;
  }
}

.legal .page h2 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-family: 'TASA Explorer', sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -2px;
}

.legal .page h3 {
  font-family: 'TASA Explorer', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.legal .page .row li,
.legal .page .row p {
  margin-bottom: 1em;
  font-family: 'TASA Explorer', sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: rgb(0 0 0 / 60%);
}

.legal .page a {
  color: inherit;
}

.legal .phone {
  display: none;
  margin-bottom: 20px;
  font-family: 'TASA Explorer', sans-serif;
}

.legal .phone a {
  color: inherit;
}

.backyard .legal .phone {
  display: unset;
}

.legal .phone .phone-number {
  margin-bottom: 8px;
  font-size: 14px;
}

.legal .phone .phone-number-label {
  display: inline-block;
  width: 0.85em;
  margin-left: -1.15em;
}

.legal .phone .phone-hours {
  font-size: 12px;
  line-height: 15px;
  color: rgb(255 255 255 / 60%);
}

.footer-nav-variant-light .legal .phone .phone-hours {
  color: rgb(0 0 0 / 60%);
}

.multiunit {
  background: #000;
}

.multiunit main {
  color: #fff;
}

.multiunit nav .backyard-configure {
  opacity: 1;
  pointer-events: all;
}

.multiunit nav .backyard-configure img {
  display: none;
}

.multiunit-hero {
  position: relative;
  color: #000;
}

.multiunit-hero .multiunit-hero-title {
  position: absolute;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50vw;
  margin-left: -25vw;
  text-align: center;
}

.multiunit-hero .multiunit-hero-photo {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 6px;
  object-fit: cover;
}

.multiunit-heading h2 {
  padding: 0 5%;
  text-align: center;
}

.multiunit-community img {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 6px;
}

.multiunit-hr hr {
  margin: 0;
  padding: 0;
  border: none;
  border-top: 1px solid rgb(255 255 255 / 20%);
}

.multiunit-form p {
  padding-right: 10%;
  color: rgb(255 255 255 / 60%);
}

@media (width <= 768px) {
  .multiunit nav .backyard-configure {
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    aspect-ratio: 1;
    padding: 0;
    transform: translate3d(-2px, 0, 0);
  }

  .multiunit nav .backyard-configure img {
    position: absolute;
    display: block;
    transform: translateX(-25%) translateY(15%);
  }

  .multiunit nav .backyard-configure span {
    display: none;
  }

  .multiunit-hero .multiunit-hero-title {
    position: static;
    left: unset;
    display: block;
    width: 100%;
    margin: 0;
    filter: invert(100%);
  }

  .multiunit-hero .multiunit-hero-title img {
    width: 196px;
  }

  .multiunit-hero .multiunit-hero-photo {
    width: calc(100% + 24px);
    margin: 0 -12px;
  }

  .multiunit-text p {
    color: rgb(255 255 255 / 60%);
  }

  .multiunit-form h3,
  .multiunit-form p {
    text-align: center;
  }
}

.footer-nav .footnotes,
.footer-nav .phone {
  display: block;
}

.multiunit .error-message {
  color: var(--color-white-60);
}

.multiunit .error-message a {
  color: var(--color-white-80);
}

.newsroom {
  background: var(--color-biege);
}

.newsroom article .item a {
  text-decoration: none;
  color: inherit;
}

.newsroom article {
  background: var(--color-biege);
}

.newsroom .g,
.newsroom .item {
  display: grid;
  box-sizing: border-box;
  width: calc(100% - var(--modern-grid-column-margin) * 2);
  margin: 0 var(--modern-grid-column-margin);
  gap: 22px;
  grid-template-columns: repeat(12, [col-start] 1fr);
}

.newsroom h1,
.newsroom h2 {
  margin: 0;
  padding: 0;
  font-family: 'TASA Explorer', sans-serif;
  font-size: clamp(100px, 8.33vw, 140px);
  font-weight: 400;
  line-height: 112.5%;
  letter-spacing: -0.033em;
  grid-column: col-start 2 / span 10;
}

@media only screen and (width <= 950px) {
  .newsroom .g,
  .newsroom .item {
    width: calc(100% - var(--modern-grid-column-margin) * 2);
    gap: 0;
    grid-template-columns: repeat(6, [col-start] 1fr);
  }

  .newsroom h1 {
    grid-column: col-start 1 / span 6;
  }

  .newsroom h1 span {
    display: none;
  }
}

.newsroom .item > a img {
  background: rgb(0 0 0 / 6%);
  border-radius: 6px;
  object-fit: cover;
}

.newsroom .item .source {
  font-family: 'TASA Explorer', sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: rgb(0 0 0 / 60%);
}

.newsroom .newsroom-items-item-source-icons {
  position: relative;
  top: 1px;
  display: inline-flex;
  margin-left: 4px;
  gap: 4px;
}

.newsroom .item .date {
  font-family: 'DM Serif Text', sans-serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgb(0 0 0 / 60%);
}

.newsroom .item .date img {
  margin-left: 4px;
}

.newsroom .item.large > a {
  aspect-ratio: 2717/1563;
  margin-bottom: 24px;
  grid-column: col-start 1 / span 12;
}

.newsroom .item.large > a img {
  width: 100%;
  height: auto;
  aspect-ratio: 2717/1563;
  border-radius: 6px;
}

.newsroom .item.large .details {
  grid-column: col-start 2 / span 10;
}

.newsroom .item.large h2 {
  margin-left: -0.075em;
  padding: 0.22em 0 0.25em;
  font-size: clamp(42px, 4.16vw, 72px);
}

.newsroom .item.large .date {
  padding-top: 0.6em;
}

.item.large + .item {
  margin-top: 50px;
  padding-top: 60px;
  border-top: 0.5px solid rgb(0 0 0 / 20%);
}

.newsroom .item.medium {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 0.5px solid rgb(0 0 0 / 20%);
}

.newsroom .item.medium:last-child {
  border-bottom: none;
}

@media only screen and (width <= 950px) {
  .newsroom .item.large > a {
    grid-column: col-start 1 / span 6;
  }

  .newsroom .item.large > a img {
    width: calc(100% + 52px);
    height: auto;
    margin: 0 -26px;
    border-radius: 0;
  }

  .newsroom .item.large .details {
    grid-column: col-start 1 / span 6;
  }

  .newsroom .item.large h2 {
    padding: 0.25em 0;
    font-family: 'TASA Explorer', sans-serif;
    font-size: clamp(28px, 9.6vw, 42px);
    line-height: 133%;
    letter-spacing: -1px;
  }

  .newsroom .item.large .date {
    padding-top: 0.75em;
  }

  .newsroom .item.medium {
    margin-bottom: 48px;
    padding-bottom: 48px;
  }

  .newsroom .item.medium > a {
    margin-bottom: 16px;
  }
}

.newsroom .item.medium.alternative {
  grid-auto-flow: dense;
}

.newsroom .item.medium > a {
  grid-column: col-start 2 / span 7;
}

.newsroom .item.medium > a img {
  width: 100%;
  height: auto;
  aspect-ratio: 856/585;
  object-fit: cover;
}

.newsroom .item.medium.alternative > a {
  grid-column: col-start 6 / span 6;
}

.newsroom .item.medium .details {
  grid-column: col-start 9 / span 3;
}

.newsroom .item.medium.alternative .details {
  grid-column: col-start 2 / span 4;
}

.newsroom .item.medium h2 {
  padding: 0.25em 0;
  font-size: clamp(24px, 2.5vw, 48px);
}

.newsroom .item.medium.alternative h2 {
  padding: 0.25em 0;
  font-size: clamp(36px, 2.9vw, 54px);
}

@media only screen and (width <= 950px) {
  .newsroom .item.medium .details,
  .newsroom .item.medium.alternative .details,
  .newsroom .item.medium.alternative > a,
  .newsroom .item.medium > a {
    grid-column: col-start 1 / span 6;
  }

  .newsroom .item.medium .source {
    font-size: 15px;
  }

  .newsroom .item.medium h2 {
    font-size: clamp(26px, 8vw, 36px);
  }
}

.newsroom .item.medium .date {
  padding-top: 0.5em;
}

.newsroom .item.video {
  display: inline-flex;
  flex-direction: column;
  width: unset;
  margin: 0;
  gap: 16px;
}

.newsroom .item.video:last-child {
  margin: 0;
}

.newsroom .item.video img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.newsroom .item.video .source {
  font-size: 15px;
  line-height: 18px;
}

.newsroom .item.video h2 {
  padding: 0.5em 0 0.7em;
  font-family: 'TASA Explorer', sans-serif !important;
  font-size: clamp(21px, 1.6vw, 26px) !important;
  line-height: 125% !important;
  letter-spacing: 0 !important;
}

.newsroom .item.quote {
  display: block;
  width: unset;
  margin: 0 0 12px;
}

.newsroom .item.quote .details {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
}

.newsroom .item.quote .source {
  font-size: 15px;
  line-height: 18px;
}

.source-quote {
  display: flex;
  align-items: top;
  gap: 0.66ch;
}

.source-quote-link {
  max-width: 90%;
}

.newsroom .item.quote h2 {
  font-family: 'TASA Explorer', sans-serif !important;
  font-size: clamp(54px, 4.16vw, 60px) !important;
  line-height: 110% !important;
  letter-spacing: -0.04em !important;
}

@media (width <= 768px) {
  .newsroom .item.quote {
    margin-bottom: 12px;
  }

  .newsroom .item.quote .details {
    gap: 16px;
  }

  .newsroom .item.quote h2 {
    font-family: 'TASA Explorer', sans-serif !important;
    font-size: clamp(32px, 9.6vw, 36px) !important;
    line-height: 117% !important;
    letter-spacing: -0.04em !important;
  }
}

.newsroom .item.quote h2::first-letter {
  margin-left: -0.66ch;
}

.newsroom .item.small {
  display: inline-flex;
  flex-direction: column;
  width: calc(((100% - 22px * 11) / 12) * 3 + 2 * 22px);
  margin: 0;
  padding: 0 22px 0 0;
  border-right: 0.5px solid rgb(0 0 0 / 20%);
  gap: 10px;
}

.newsroom .item.small:last-child {
  border: none;
}

.newsroom .item.small .source {
  font-size: 15px;
  line-height: 18px;
}

.newsroom .item.small .date {
  line-height: 18px;
}

.newsroom .item.small h2 {
  padding: 0.5em 0 0.7em;
  font-family: 'TASA Explorer', sans-serif;
  font-size: clamp(15px, 1.5vw, 28px);
  line-height: 130%;
  letter-spacing: 0;
}

.newsroom .item-group {
  display: flex;
  box-sizing: border-box;
  width: calc(100% - var(--modern-grid-column-margin) * 2);
  margin: 0 0 60px var(--modern-grid-column-margin);
  padding-bottom: 60px;
  padding-left: calc(((100% - 22px * 11) / 12) + 22px);
  border-bottom: 0.5px solid rgb(0 0 0 / 20%);
  gap: 24px;
}

.newsroom .item-group:last-child {
  margin-bottom: 96px;
  border-bottom: none;
}

.newsroom .item-group:has(.quote) {
  border-bottom: 0.5px solid rgb(0 0 0 / 20%);
}

.seen-in {
  padding: 50px var(--modern-grid-column-margin) 85px
    var(--modern-grid-column-margin);
}

@media only screen and (width <= 950px) {
  .newsroom .item.small {
    width: 75%;
    height: 100%;
    margin-right: 22px;
    margin-left: 0;
    border-right: 0.5px solid rgb(0 0 0 / 20%);
  }

  .newsroom .item.small:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }

  .newsroom .item.small,
  .newsroom .item.small * {
    white-space: normal;
  }

  .newsroom .item.small h2 {
    font-size: clamp(14px, 4.8vw, 24px);
  }

  .newsroom .item-group {
    display: block;
    width: 100%;
    margin: 0 0 48px;
    padding: 0 24px;
    white-space: nowrap;
    border: none;
    overflow: auto;
    scrollbar-color: transparent;
    scrollbar-width: none;
  }

  .newsroom .item-group::-webkit-scrollbar {
    display: none;
  }

  .seen-in {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.seen-in h3 {
  padding: 10px 0 28px;
  font-family: 'TASA Explorer', sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: rgb(0 0 0 / 60%);
}

.seen-in .logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px calc(((100% - 22px * 11) / 12) + 22px);
  opacity: 0.8;
  border-bottom: 0.5px solid rgb(0 0 0 / 20%);
  border-top: 0.5px solid rgb(0 0 0 / 20%);
}

@media only screen and (width <= 950px) {
  .seen-in .logos {
    flex-direction: column;
    padding-bottom: 0;
    border-bottom: none;
    gap: 60px;
  }
}

.seen-in + .item.medium {
  margin-bottom: 0;
  border-bottom: none;
}

.newsroom-internal-key-takeaways {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 1em;
  list-style-type: "•  ";
  padding-inline-start: 2ch;
}

.newsroom-internal-key-takeaways.type-18 li {
  line-height: 150% !important;
}

.newsroom-internal-body a {
  font-family: 'DM Serif Text', sans-serif !important;
}

.newsroom-internal-body h1 a,
.newsroom-internal-body h2 a,
.newsroom-internal-body h3 a,
.newsroom-internal-body h4 a {
  font-family: inherit !important, sans-serif;
}

.newsroom-internal-body p.type-18 {
  line-height: 150% !important;
}

.newsroom-internal-body h2 sub,
.newsroom-internal-body h3 sub {
  display: block;
  font-size: inherit;
  color: var(--color-black-40);
}

@media (width <= 768px) {
  .newsroom-internal-body h2 {
    padding-right: 0;
  }
}

.newsroom strong {
  font-family: 'DM Serif Text', sans-serif;
  font-weight: 400;
}

.newsroom-internal-body blockquote {
  margin: 0;
  padding: 0;
}

.newsroom-internal-body strong {
  font-family: 'DM Serif Text', sans-serif;
  font-weight: 400;
}

.newsroom-internal-body blockquote::first-letter {
  margin-left: -0.66ch;
}

.newsroom-internal-body ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 0 0 1.1em;
  gap: 1.4em;
}

.newsroom-internal-image {
  display: block;
  width: 100%;
  height: auto;
  background: rgb(0 0 0 / 6%);
  border-radius: 6px;
}

@media (width <= 768px) {
  .newsroom-internal-image {
    width: calc(100% + 28px);
    margin: 0 -14px;
  }

  .newsroom-internal-action span .long {
    display: none;
  }
}

.newsroom-internal-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -18px;
  padding-left: 18px;
  background: rgb(0 0 0 / 3%);
  border-radius: 12px;
  box-shadow: 0 0.5px 1px 0 rgb(0 0 0 / 12%);
  user-select: none;
  user-select: none;
}

.newsroom-internal-action button {
  display: flex;
  align-items: center;
  padding: 16px 18px;
  color: var(--color-blue);
  background: 0 0;
  gap: 6px;
}

@media (hover: hover) {
  .multiunit .error-message a:hover {
    color: #fff;
  }

  .newsroom-internal-action button:hover img {
    color: var(--color-blue);
    opacity: 0.8;
  }

  .newsroom-internal-share a:hover {
    color: var(--color-blue);
    background: #fff;
  }
}

.newsroom-internal-action button:active img {
  opacity: 0.6;
}

.newsroom .page-section-container hr {
  margin: 0;
  border: none;
  border-top: var(--color-black-10) 1px solid;
}

.newsroom-internal-share {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.newsroom-internal-share div {
  width: 100%;
  margin-bottom: 0.66em;
  text-align: center;
}

.newsroom-internal-share a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 15px;
  white-space: nowrap;
  background: rgb(0 0 0 / 3%);
  border-radius: 10px;
  box-shadow: 0 0.5px 2px 0 rgb(0 0 0 / 12%);
}

.newsroom-internal-share a:active img {
  opacity: 0.6;
}

.newsroom-internal-about-samara p + p {
  margin-top: 1em;
}

.newsroom :has(> .newsroom-internal-feedback) {
  position: relative;
}

.newsroom-internal-feedback {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto !important;
  padding: 8px 15px;
  white-space: nowrap;
  color: #fff;
  background: #000;
  border-radius: 24px;
  opacity: 0;
  transition:
    opacity 0.2s,
    transform 0s linear 0.2s;
  transform: translateX(-50%) translateY(-100%);
  pointer-events: none;
}

.newsroom-internal-feedback-visible .newsroom-internal-feedback {
  opacity: 1;
  transition: 0.2s;
  transform: translateX(-50%) translateY(calc(-100% - 8px));
}

.newsroom-breadcrumbs a {
  color: inherit;
}

.newsroom-image-download-button {
  position: relative;
  top: -9px;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  white-space: nowrap;
  background: rgb(0 0 0 / 3%);
  border-radius: 12px;
  box-shadow: 0 0.5px 1px 0 rgb(0 0 0 / 12%);
  backdrop-filter: blur(18px);
  gap: 0.75ch;
}

.newsroom-image-download-button-captionless {
  position: relative;
  height: 0;
}

.newsroom-image-download-button-captionless .newsroom-image-download-button {
  position: absolute;
  top: unset;
  right: 6px;
  bottom: 6px;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  opacity: 0;
  transition: opacity 0.2s;
}

.press-highlights {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.press-highlights-items {
  overflow-x: auto;
  scrollbar-width: none;
}

@media (width <= 768px) {
  .newsroom-internal-share a {
    height: 38px;
  }

  .newsroom-internal-share img {
    transform: scale(0.833);
  }

  .newsroom-image-download-button {
    display: none;
  }

  .press-highlights-items {
    scroll-snap-type: x mandatory;
  }
}

.press-highlights-items::-webkit-scrollbar {
  display: none;
}

.press-highlights-items-scroll {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 8px;
  padding-left: max(
    (100vw - var(--center-column-max-width)) / 2 +
      var(--modern-grid-column-margin) +
      var(--modern-grid-column-width-fixed-column) +
      var(--modern-grid-column-gutter),
    var(--modern-grid-column-margin) +
      var(--modern-grid-column-width-fixed-column) +
      var(--modern-grid-column-gutter)
  );
  gap: var(--modern-grid-column-gutter);
}

@media (width <= 768px) {
  .press-highlights-items-scroll {
    padding-left: var(--modern-grid-column-margin);
  }
}

.press-highlights-scroll-item {
  box-sizing: border-box;
  min-width: max(
    calc(
      var(--modern-grid-column-width-fixed-column) * 3 +
        var(--modern-grid-column-gutter) * 2
    ),
    315px
  );
  height: auto;
  aspect-ratio: 315/292;
  padding: 18px 21px;
  color: #000;
  background: rgb(0 0 0 / 6%);
  border-radius: 12px;
  box-shadow: 0 0.5px 2px 0 rgb(0 0 0 / 12%);
  transition: background 0.2s;
  gap: 0.25em;
  scroll-snap-align: center;
}

@media (width <= 1024px) {
  .press-highlights-scroll-item {
    min-width: max(
      calc(
        var(--modern-grid-column-width-fixed-column) * 5 +
          var(--modern-grid-column-gutter) * 4
      ),
      315px
    );
    min-width: max(
      calc(
        var(--modern-grid-column-width-fixed-column) * 5 +
          var(--modern-grid-column-gutter) * 4
      ),
      270px
    );
  }

  .modern-grid .l-column-0 {
    display: none;
  }
}

@media (hover: hover) {
  .newsroom-breadcrumbs a:hover {
    color: inherit;
    opacity: 0.8;
  }

  .newsroom-image-download-button:hover {
    color: #0096f7;
    background: #fff;
  }

  .newsroom
    .column-10:has(.newsroom-internal-image):hover
    .newsroom-image-download-button-captionless
    .newsroom-image-download-button {
    opacity: 1;
  }

  .press-highlights-scroll-item:hover {
    color: #000;
    background: rgb(0 0 0 / 3%);
  }

  .press-highlights-scroll-button:hover svg {
    opacity: 0.8;
  }
}

.press-highlights-variant-dark .press-highlights-scroll-item {
  color: #fff;
  background: rgb(255 255 255 / 10%);
}

.press-highlights-variant-dark .color-text-40 {
  color: rgb(255 255 255 / 40%);
}

.press-highlights-variant-dark .color-text-40 svg {
  filter: invert();
}

.press-highlights-scroll-spacer {
  min-width: max(
    (100vw - var(--center-column-max-width)) / 2 +
      var(--modern-grid-column-margin) +
      var(--modern-grid-column-width-fixed-column) +
      var(--modern-grid-column-gutter),
    var(--modern-grid-column-margin) +
      var(--modern-grid-column-width-fixed-column) +
      var(--modern-grid-column-gutter)
  );
}

.press-highlights-scroll-button {
  position: absolute;
  top: 50%;
  right: 24px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: rgb(255 255 255 / 90%);
  border-radius: 24px;
  box-shadow:
    0 1px 0 0 rgb(255 255 255 / 30%) inset,
    0 1px 4px 0 rgb(0 0 0 / 12%);
  opacity: 0;
  transition: opacity 0.2s;
  transform: translateY(-50%);
  backdrop-filter: blur(18px);
  gap: 10px;
  pointer-events: none;
}

.press-highlights-scroll-button:active {
  margin-top: 0.5px;
  box-shadow:
    0 0.5px 0 0 rgb(255 255 255 / 30%) inset,
    0 0.5px 2px 0 rgb(0 0 0 / 12%);
}

.press-highlights-scroll-button-visible {
  opacity: 1;
  pointer-events: all;
}

.press-highlights-scroll-button-previous {
  right: unset;
  left: 24px;
}

.press-highlights-scroll-button-previous svg {
  transform: scaleX(-1);
}

.button-rounded.press-highlights-learn-more-button {
  padding: 30px 48px !important;
}

@media (width <= 768px) {
  .press-highlights-scroll-spacer {
    min-width: var(--modern-grid-column-margin);
  }

  .press-highlights-scroll-button {
    display: none;
  }

  .button-rounded.press-highlights-learn-more-button {
    padding: 21px 30px !important;
  }
}

.yoshino {
  background: #f9f8f1;
}

.yoshino .logos {
  position: fixed;
  top: 20vh;
  right: 4.66vw;
}

@media screen and (width <= 950px) {
  .yoshino .logos {
    display: none;
  }
}

.yoshino .above-fold {
  background: #fff;
}

.yoshino .above-fold .column:last-of-type {
  background-image: url("../images/01.jpg");
  background-position: center;
  background-size: cover;
}

.yoshino footer {
  min-height: 50vh;
}

[data-experiment-name] {
  visibility: hidden;
}

.complete [data-experiment-name] {
  visibility: unset;
}

:root {
  --color-blue: #0096f7;
  --color-blue-10: rgb(0 150 247 / 10%);
  --color-blue-20: rgb(0 150 247 / 20%);
  --color-blue-white-20: #33abf9;
  --color-blue-white-6: #0f9cf7;
  --color-blue-black-6: #008de8;
  --color-white-80: rgb(255 255 255 / 80%);
  --color-white-60: rgb(255 255 255 / 60%);
  --color-white-40: rgb(255 255 255 / 40%);
  --color-black-80: rgb(0 0 0 / 80%);
  --color-black-60: rgb(0 0 0 / 60%);
  --color-black-40: rgb(0 0 0 / 40%);
  --color-black-20: rgb(0 0 0 / 20%);
  --color-black-12: rgb(0 0 0 / 12%);
  --color-black-10: rgb(0 0 0 / 10%);
  --color-black-6: rgb(0 0 0 / 6%);
  --color-black-4: rgb(0 0 0 / 4%);
  --color-black-2: rgb(0 0 0 / 2%);
  --color-biege: #fdfdf7;
  --color-biege-darker: #f7f7f0;
  --color-bone-white: #f6f7f5;
  --color-driftwood: #dadad9;
  --color-parchment: #d7d5cb;
  --color-evergreen: #375033;
  --color-dark-bronze: #2e2e2c;
  --color-metallic-silver: #dadad9;
  --color-red: #ff4000;
  --color-orange: #ffbd00;
  --center-column-max-width: 1600px;
  --modern-grid-column-gutter: 24px;
  --modern-grid-column-width: calc(
    (
        100vw - 11 * var(--modern-grid-column-gutter) -
          var(--modern-grid-column-margin) * 2
      ) /
      12
  );
  --modern-grid-column-width-fixed-column: calc(
    (
        min(100vw, var(--center-column-max-width)) - 11 *
          var(--modern-grid-column-gutter) - var(--modern-grid-column-margin) *
          2
      ) /
      12
  );
  --modern-grid-column-margin: 54px;
  --three-sizes-h: 920;
  --three-sizes-v: 190;
}

.color-blue {
  color: var(--color-blue);
}

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

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

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

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

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

.color-white {
  color: #fff;
}

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

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

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

.color-red {
  color: var(--color-red);
}

a.button-rounded,
button {
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
  cursor: pointer;
  transition:
    background 0.2s,
    border-color 0.2s;
  appearance: none;
  user-select: none;
  user-select: none;
}

.button-rounded {
  display: inline-block;
  margin: 0;
  padding: 11px 18px 13px !important;
  font-family: 'TASA Explorer', sans-serif !important;
  font-size: 14px !important;
  border: 1px solid transparent;
  border-radius: 24px !important;
}

.button-rounded-12 {
  border-radius: 12px !important;
}

.button-rounded-grey {
  color: var(--color-blue) !important;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}

.button-rounded-blue {
  color: #fff !important;
  background-color: var(--color-blue) !important;
  border-color: var(--color-blue) !important;
}

@media (hover: hover) {
  .button-rounded-grey:hover {
    color: var(--color-blue) !important;
    background-color: #fff !important;
    border-color: #fffffff !important;
  }

  .button-rounded-blue:hover {
    background-color: var(--color-blue-white-20) !important;
    border-color: var(--color-blue-white-20) !important;
  }

  .button-rounded-blue-outline:hover {
    opacity: 0.5;
  }
}

@media (width <= 768px) and (hover: hover) {
  .newsroom-internal-share a:hover {
    background: rgb(0 0 0 / 3%);
  }

  .button-rounded-blue:hover {
    background-color: var(--color-blue) !important;
    border-color: var(--color-blue) !important;
  }
}

.button-rounded-blue:active {
  background-color: var(--color-blue-black-6) !important;
  border-color: var(--color-blue-black-6) !important;
}

@media (width <= 768px) {
  .button-rounded {
    padding: 12px 18px !important;
  }

  .button-rounded-blue:active {
    background-color: var(--color-blue) !important;
    border-color: var(--color-blue) !important;
  }
}

.button-rounded-blue:disabled {
  color: rgb(0 0 0 / 20%) !important;
  background-color: transparent !important;
  border: 1px solid rgb(0 0 0 / 10%) !important;
  pointer-events: none !important;
}

.button-rounded-blue-outline {
  color: var(--color-blue) !important;
  background-color: transparent !important;
  border-color: var(--color-blue) !important;
}

.button-rounded-white-outline {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important;
}

.button-rounded-transparent {
  color: var(--color-black-60) !important;
  background-color: transparent !important;
  border: var(--color-black-60) 1px solid !important;
}

@media screen and (width >= 800px) and (hover: hover) {
  .button-rounded-transparent:hover {
    color: var(--color-black-80) !important;
    background-color: var(--color-black-2) !important;
  }

  .button-rounded-transparent:active {
    background-color: var(--color-black-10) !important;
  }
}

@media screen and (width >= 800px) {
  .button-rounded-transparent:active {
    background-color: var(--color-black-10) !important;
  }
}

.button-rounded-black {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}

.button-configurator {
  display: flex;
  align-items: center;
  color: var(--color-black-60);
  background: var(--color-black-4);
  cursor: pointer;
  transition: opacity 0.2s;
  backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  gap: 12px;
}

@media (hover: hover) {
  .button-rounded-black:hover {
    background-color: #333 !important;
    border-color: #333 !important;
  }

  .button-configurator:hover {
    background: var(--color-black-2);
  }

  .button-inner-navigation:hover {
    color: rgb(0 0 0 / 80%);
    background-color: #fff;
  }
}

.button-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 57px;
  border-radius: 12px !important;
  gap: 8px;
}

.button-loading {
  pointer-events: none;
}

.divider {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.button-squared {
  margin-bottom: 2px;
  padding: 9px 15px 11px !important;
  letter-spacing: 0;
  white-space: nowrap;
  border-radius: 12px !important;
  box-shadow: 0 0.5px 2px 0 rgb(0 0 0 / 12%);
}

.button-inner-navigation {
  display: flex;
  align-items: center;
  padding: 12px 18px;
  letter-spacing: 0;
  white-space: nowrap;
  color: rgb(0 0 0 / 60%);
  background: rgb(0 0 0 / 4%);
  border-radius: 12px;
  box-shadow: 0 0.5px 2px 0 rgb(0 0 0 / 12%);
  gap: 8px;
}

@media (width <= 768px) {
  .button-inner-navigation {
    padding: 9px 15px;
  }

  .modern-grid .m-column-0 {
    display: none;
  }
}

.middot-divider {
  padding: 0 0.5ch;
}

.infinite-slideshow {
  width: 100%;
  overflow: scroll hidden;
  scroll-snap-stop: always;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  will-change: scroll-position;
}

.infinite-slideshow::-webkit-scrollbar {
  display: none;
}

.infinite-slideshow-spacer {
  position: relative;
  width: 3000vw;
  height: 100%;
}

.infinite-slideshow-item {
  position: absolute;
  z-index: 1;
  width: auto;
  height: 100%;
  will-change: transform;
}

.infinite-slideshow-snapper {
  position: absolute;
  width: auto;
  height: 100%;
  scroll-snap-align: center;
}

.loader {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 4px;
  margin-top: 2px;
  transition: opacity 0.2s;
  gap: 3px;
}

.loader div {
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 2px;
  animation: 1s infinite pulse;
}

.loader div:nth-child(2) {
  animation-delay: 0.15s;
}

.loader div:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes pulse {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.modal-grid {
  display: grid;
  column-gap: 24px;
  grid-template-columns: repeat(6, 1fr);
}

.modal-grid-half-gap {
  column-gap: 12px;
}

.modal-grid-column-3 {
  grid-column: span 3;
}

.modal-grid-column-4 {
  grid-column: span 4;
}

.modal-grid-column-6 {
  grid-column: span 6;
}

.modern-grid {
  display: grid;
  box-sizing: border-box;
  width: 100%;
  padding: 0 var(--modern-grid-column-margin);
  column-gap: var(--modern-grid-column-gutter);
  grid-template-columns: repeat(12, 1fr);
}

.modern-grid .column-0 {
  display: none;
}

.modern-grid .column-1 {
  grid-column: span 1;
}

.modern-grid .column-2 {
  grid-column: span 2;
}

.modern-grid .column-3 {
  grid-column: span 3;
}

.modern-grid .column-4 {
  grid-column: span 4;
}

.modern-grid .column-5 {
  grid-column: span 5;
}

.modern-grid .column-6 {
  grid-column: span 6;
}

.modern-grid .column-7 {
  grid-column: span 7;
}

.modern-grid .column-8 {
  grid-column: span 8;
}

.modern-grid .column-9 {
  grid-column: span 9;
}

.modern-grid .column-10 {
  grid-column: span 10;
}

.modern-grid .column-11 {
  grid-column: span 11;
}

.modern-grid .column-12 {
  grid-column: span 12;
}

@media (width <= 1024px) {
  .modern-grid .l-column-1 {
    grid-column: span 1;
  }

  .modern-grid .l-column-2 {
    grid-column: span 2;
  }

  .modern-grid .l-column-3 {
    grid-column: span 3;
  }

  .modern-grid .l-column-4 {
    grid-column: span 4;
  }

  .modern-grid .l-column-5 {
    grid-column: span 5;
  }

  .modern-grid .l-column-6 {
    grid-column: span 6;
  }

  .modern-grid .l-column-7 {
    grid-column: span 7;
  }

  .modern-grid .l-column-8 {
    grid-column: span 8;
  }

  .modern-grid .l-column-9 {
    grid-column: span 9;
  }

  .modern-grid .l-column-10 {
    grid-column: span 10;
  }

  .modern-grid .l-column-11 {
    grid-column: span 11;
  }

  .modern-grid .l-column-12 {
    grid-column: span 12;
  }

  :root {
    --center-column-max-width: 100vw;
    --modern-grid-column-gutter: 15px;
    --modern-grid-column-margin: 30px;
    --modern-grid-column-width-fixed-column: var(--modern-grid-column-width);
  }

  .l-modern-grid-full {
    padding: 0;
  }
}

@media (width <= 768px) {
  .modern-grid .m-column-1 {
    grid-column: span 1;
  }

  .modern-grid .m-column-2 {
    grid-column: span 2;
  }

  .modern-grid .m-column-3 {
    grid-column: span 3;
  }

  .modern-grid .m-column-4 {
    grid-column: span 4;
  }

  .modern-grid .m-column-5 {
    grid-column: span 5;
  }

  .modern-grid .m-column-6 {
    grid-column: span 6;
  }

  .modern-grid .m-column-7 {
    grid-column: span 7;
  }

  .modern-grid .m-column-8 {
    grid-column: span 8;
  }

  .modern-grid .m-column-9 {
    grid-column: span 9;
  }

  .modern-grid .m-column-10 {
    grid-column: span 10;
  }

  .modern-grid .m-column-11 {
    grid-column: span 11;
  }

  .modern-grid .m-column-12 {
    grid-column: span 12;
  }

  :root {
    --center-column-max-width: 100vw;
    --modern-grid-column-gutter: 10px;
    --modern-grid-column-width: calc(
      (
          100vw - 5 * var(--modern-grid-column-gutter) -
            var(--modern-grid-column-margin) * 2
        ) /
        6
    );
    --modern-grid-column-width-fixed-column: var(--modern-grid-column-width);
    --modern-grid-column-margin: 26px;
  }

  .modern-grid {
    display: grid;
    padding: 0 var(--modern-grid-column-margin);
    column-gap: var(--modern-grid-column-gutter);
    grid-template-columns: repeat(6, 1fr);
  }

  .m-modern-grid-full {
    padding: 0;
  }

  .m-modern-grid-half-margin {
    padding: 0 calc(var(--modern-grid-column-margin) / 2);
  }
}

.modern-grid-full {
  padding: 0;
}

.page-section-container {
  max-width: var(--center-column-max-width);
  margin: 0 auto;
}

.modern-slideshow {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding-right: var(--modern-grid-column-margin);
  white-space: nowrap;
  overflow: auto;
  gap: 36px;
  scroll-snap-type: x mandatory;
  scrollbar-color: transparent;
  scrollbar-width: none;
}

.modern-slideshow::-webkit-scrollbar {
  display: none;
}

.modern-slideshow > * {
  display: block;
  float: left;
  width: auto;
  max-width: calc(100% - 10px - 48px);
  height: calc(100% - 5px);
  scroll-snap-align: center;
}

.modern-slideshow > :first-child {
  margin-left: var(--modern-grid-column-margin);
}

@media (width <= 768px) {
  .modern-slideshow {
    padding-right: 24px;
    gap: 10px;
  }

  .modern-slideshow > :first-child {
    margin-left: var(--modern-grid-column-margin);
  }
}

.modern-slideshow img {
  background: var(--color-black-2);
  object-fit: cover;
}

.paging-indicator {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  gap: 6px;
  list-style-type: none;
  pointer-events: none;
}

.paging-indicator li {
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  opacity: 0.1;
}

.paging-indicator .paging-indicator-current {
  opacity: 0.2;
}

.spacer-0 {
  height: 0;
}

.spacer-4 {
  height: 4px;
}

.spacer-8 {
  height: 8px;
}

.spacer-12 {
  height: 12px;
}

.spacer-16 {
  height: 16px;
}

.spacer-18 {
  height: 18px;
}

.spacer-24 {
  height: 24px;
}

.spacer-32 {
  height: 32px;
}

.spacer-36 {
  height: 36px;
}

.spacer-50 {
  height: 50px;
}

.spacer-64 {
  height: 64px;
}

.spacer-72 {
  height: 72px;
}

.spacer-80 {
  height: 80px;
}

.spacer-100 {
  height: 100px;
}

.spacer-120 {
  height: 120px;
}

.spacer-150 {
  height: 150px;
}

.spacer-flexible {
  flex: 1;
}

@media (width <= 768px) {
  .m-spacer-0 {
    display: none;
  }

  .m-spacer-4 {
    height: 4px;
  }

  .m-spacer-8 {
    height: 8px;
  }

  .m-spacer-12 {
    height: 12px;
  }

  .m-spacer-16 {
    height: 16px;
  }

  .m-spacer-18 {
    height: 18px;
  }

  .m-spacer-24 {
    height: 24px;
  }

  .m-spacer-32 {
    height: 32px;
  }

  .m-spacer-36 {
    height: 36px;
  }

  .m-spacer-50 {
    height: 50px;
  }

  .m-spacer-64 {
    height: 64px;
  }

  .m-spacer-72 {
    height: 72px;
  }

  .m-spacer-80 {
    height: 80px;
  }

  .m-spacer-100 {
    height: 100px;
  }

  .m-spacer-120 {
    height: 120px;
  }

  .m-spacer-150 {
    height: 150px;
  }

  .m-spacer-flexible {
    flex: 1;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

h1 {
  text-wrap: balance;
}

.prop-nums {
  font-feature-settings:
    "pnum" on,
    "onum" on;
}

.mono-nums {
  font-variant-numeric: lining-nums tabular-nums slashed-zero;
}

.alt,
.type-alt {
  font-feature-settings: "ss01" on;
}

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

.type-balanced {
  text-wrap: balance;
}

.type-mono {
  font-feature-settings: "tnum", "lnum";
}

.type-120 {
  font-family: 'TASA Explorer', sans-serif !important;
  font-size: clamp(96px, 8.3vw, 120px) !important;
  line-height: 100% !important;
  letter-spacing: -0.033em !important;
}

.type-96 {
  font-family: 'TASA Explorer', sans-serif !important;
  font-size: clamp(72px, 6.67vw, 120px) !important;
  line-height: 100% !important;
  letter-spacing: -0.041em !important;
}

.type-72 {
  font-family: 'TASA Explorer', sans-serif !important;
  font-size: clamp(64px, 5vw, 72px) !important;
  line-height: 110% !important;
  letter-spacing: -0.041em !important;
}

.type-60 {
  font-family: 'TASA Explorer', sans-serif !important;
  font-size: clamp(54px, 4.16vw, 60px) !important;
  line-height: 110% !important;
  letter-spacing: -0.033em !important;
}

.type-48 {
  font-family: 'TASA Explorer', sans-serif !important;
  font-size: clamp(42px, 3.3vw, 48px) !important;
  line-height: 112% !important;
  letter-spacing: -0.04em !important;
}

.type-42 {
  font-family: 'TASA Explorer', sans-serif !important;
  font-size: clamp(36px, 3vw, 48px) !important;
  line-height: 114% !important;
  letter-spacing: -0.047em !important;
}

.type-36 {
  font-family: 'TASA Explorer', sans-serif !important;
  font-size: clamp(30px, 2.9vw, 36px) !important;
  line-height: 116% !important;
  letter-spacing: -0.027em !important;
}

.type-30 {
  font-family: 'TASA Explorer', sans-serif !important;
  font-size: clamp(26px, 2vw, 30px) !important;
  line-height: 120% !important;
  letter-spacing: -0.014em !important;
}

.type-30-light {
  font-family: 'TASA Explorer', sans-serif !important;
  font-size: clamp(24px, 2vw, 30px) !important;
  line-height: 120% !important;
  letter-spacing: -0.014em !important;
}

.type-24 {
  font-family: 'TASA Explorer', sans-serif !important;
  font-size: clamp(21px, 1.6vw, 24px) !important;
  line-height: 125% !important;
}

.type-24-light {
  font-family: 'TASA Explorer', sans-serif !important;
  font-size: clamp(21px, 1.6vw, 26px) !important;
  line-height: 125% !important;
  letter-spacing: -0.014em !important;
}

.type-21 {
  font-family: 'TASA Explorer', sans-serif !important;
  font-size: clamp(18px, 5.6vw, 21px) !important;
  line-height: 125% !important;
  letter-spacing: -0.01em !important;
}

.type-21-light {
  font-family: 'TASA Explorer', sans-serif !important;
  font-size: clamp(18px, 5.6vw, 21px) !important;
  line-height: 125% !important;
  letter-spacing: -0.01em !important;
}

.type-18 {
  font-family: 'TASA Explorer', sans-serif !important;
  font-size: 18px !important;
  line-height: 133% !important;
}

.type-18-light {
  font-family: 'TASA Explorer', sans-serif !important;
  font-size: 18px !important;
  line-height: 133% !important;
}

.type-15 {
  font-family: 'TASA Explorer', sans-serif !important;
  font-size: 15px !important;
  line-height: 120% !important;
}

.type-15-light {
  font-family: 'TASA Explorer', sans-serif !important;
  font-size: 15px !important;
  line-height: 120% !important;
}

.type-14 {
  font-family: 'TASA Explorer', sans-serif !important;
  font-size: 14px !important;
  line-height: 128% !important;
  letter-spacing: 0 !important;
}

.type-12 {
  font-family: 'TASA Explorer', sans-serif !important;
  font-size: 12px !important;
  line-height: 133% !important;
}

.type-caps {
  font-family: 'DM Serif Text', sans-serif !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.type-light {
  font-family: 'TASA Explorer', sans-serif !important;
}

@media (width <= 1024px) {
  .l-spacer-0 {
    display: none;
  }

  .l-spacer-16 {
    height: 16px;
  }

  .l-spacer-36 {
    height: 36px;
  }

  .l-spacer-50 {
    height: 50px;
  }

  .l-spacer-64 {
    height: 64px;
  }

  .l-spacer-72 {
    height: 72px;
  }

  .l-spacer-80 {
    height: 80px;
  }

  .l-spacer-100 {
    height: 100px;
  }

  .l-spacer-120 {
    height: 120px;
  }

  .l-type-96 {
    font-family: 'TASA Explorer', sans-serif !important;
    font-size: clamp(72px, 6.67vw, 120px) !important;
    line-height: 100% !important;
    letter-spacing: -0.041em !important;
  }

  .l-type-72 {
    font-family: 'TASA Explorer', sans-serif !important;
    font-size: clamp(64px, 5vw, 72px) !important;
    line-height: 110% !important;
    letter-spacing: -0.04em !important;
  }

  .l-type-60 {
    font-family: 'TASA Explorer', sans-serif !important;
    font-size: clamp(54px, 4.16vw, 60px) !important;
    line-height: 110% !important;
    letter-spacing: -0.04em !important;
  }

  .l-type-48 {
    font-family: 'TASA Explorer', sans-serif !important;
    font-size: clamp(42px, 12.8vw, 48px) !important;
    line-height: 110% !important;
    letter-spacing: -0.04em !important;
  }

  .l-type-42 {
    font-family: 'TASA Explorer', sans-serif !important;
    font-size: clamp(36px, 3vw, 48px) !important;
    line-height: 110% !important;
    letter-spacing: -0.03em !important;
  }

  .l-type-36 {
    font-family: 'TASA Explorer', sans-serif !important;
    font-size: clamp(32px, 9.6vw, 36px) !important;
    line-height: 117% !important;
    letter-spacing: -0.04em !important;
  }

  .l-type-30-light {
    font-family: 'TASA Explorer', sans-serif !important;
    font-size: clamp(26px, 2vw, 30px) !important;
    line-height: 120% !important;
    letter-spacing: -0.02em !important;
  }

  .l-type-24-light {
    font-family: 'TASA Explorer', sans-serif !important;
    font-size: clamp(21px, 6.4vw, 24px) !important;
    line-height: 125% !important;
    letter-spacing: -0.01em !important;
  }

  .l-type-21-light {
    font-family: 'TASA Explorer', sans-serif !important;
    font-size: clamp(18px, 5.6vw, 21px) !important;
    line-height: 125% !important;
    letter-spacing: -0.01em !important;
  }

  .l-type-18-light {
    font-family: 'TASA Explorer', sans-serif !important;
    font-size: clamp(16px, 4.8vw, 18px) !important;
    line-height: 133% !important;
    letter-spacing: 0 !important;
  }

  .l-type-15 {
    font-family: 'TASA Explorer', sans-serif !important;
    font-size: 15px !important;
    line-height: 140% !important;
  }

  .l-type-15-light {
    font-family: 'TASA Explorer', sans-serif !important;
    font-size: 15px !important;
    line-height: 120% !important;
  }

  .l-type-14 {
    font-family: 'TASA Explorer', sans-serif !important;
    font-size: 14px !important;
    line-height: 140% !important;
    letter-spacing: 0 !important;
  }
}

@media (width <= 768px) {
  .m-type-96 {
    font-family: 'TASA Explorer', sans-serif !important;
    font-size: clamp(72px, 25.6vw, 96px) !important;
    line-height: 100% !important;
    letter-spacing: -0.04em !important;
  }

  .m-type-72 {
    font-family: 'TASA Explorer', sans-serif !important;
    font-size: clamp(64px, 5vw, 72px) !important;
    line-height: 110% !important;
    letter-spacing: -0.04em !important;
  }

  .m-type-60 {
    font-family: 'TASA Explorer', sans-serif !important;
    font-size: clamp(54px, 4.16vw, 68px) !important;
    line-height: 110% !important;
    letter-spacing: -0.04em !important;
  }

  .m-type-48 {
    font-family: 'TASA Explorer', sans-serif !important;
    font-size: clamp(42px, 12.8vw, 48px) !important;
    line-height: 110% !important;
    letter-spacing: -0.04em !important;
  }

  .m-type-42 {
    font-family: 'TASA Explorer', sans-serif !important;
    font-size: clamp(36px, 11.2vw, 42px) !important;
    line-height: 110% !important;
    letter-spacing: -0.04em !important;
  }

  .m-type-36 {
    font-family: 'TASA Explorer', sans-serif !important;
    font-size: clamp(32px, 9.6vw, 36px) !important;
    line-height: 117% !important;
    letter-spacing: -0.04em !important;
  }

  .m-type-30-light {
    font-family: 'TASA Explorer', sans-serif !important;
    font-size: clamp(26px, 2vw, 30px) !important;
    line-height: 120% !important;
    letter-spacing: -0.02em !important;
  }

  .m-type-24 {
    font-family: 'TASA Explorer', sans-serif !important;
    font-size: clamp(21px, 6.4vw, 24px) !important;
    line-height: 125% !important;
    letter-spacing: 0 !important;
  }

  .m-type-24-light {
    font-family: 'TASA Explorer', sans-serif !important;
    font-size: clamp(21px, 6.4vw, 24px) !important;
    line-height: 125% !important;
    letter-spacing: -0.02em !important;
  }

  .m-type-21 {
    font-family: 'TASA Explorer', sans-serif !important;
    font-size: clamp(18px, 5.6vw, 21px) !important;
    line-height: 125% !important;
    letter-spacing: -0.01em !important;
  }

  .m-type-21-light {
    font-family: 'TASA Explorer', sans-serif !important;
    font-size: clamp(18px, 5.6vw, 21px) !important;
    line-height: 125% !important;
    letter-spacing: -0.01em !important;
  }

  .m-type-18 {
    font-family: 'TASA Explorer', sans-serif !important;
    font-size: clamp(16px, 4.8vw, 18px) !important;
    line-height: 133% !important;
    letter-spacing: 0 !important;
  }

  .m-type-18-light {
    font-family: 'TASA Explorer', sans-serif !important;
    font-size: clamp(16px, 4.8vw, 18px) !important;
    line-height: 133% !important;
    letter-spacing: 0 !important;
  }

  .m-type-15 {
    font-family: 'TASA Explorer', sans-serif !important;
    font-size: 15px !important;
    line-height: 140% !important;
    letter-spacing: 0 !important;
  }

  .m-type-15-light {
    font-family: 'TASA Explorer', sans-serif !important;
    font-size: 15px !important;
    line-height: 140% !important;
    letter-spacing: 0 !important;
  }

  .m-type-16 {
    font-family: 'TASA Explorer', sans-serif !important;
    font-size: 16px !important;
    line-height: 133% !important;
    letter-spacing: 0 !important;
  }

  .m-type-14 {
    font-family: 'TASA Explorer', sans-serif !important;
    font-size: 14px !important;
    line-height: 140% !important;
    letter-spacing: 0 !important;
  }

  .m-type-12 {
    font-family: 'TASA Explorer', sans-serif !important;
    font-size: 12px !important;
    line-height: 140% !important;
    letter-spacing: 0 !important;
  }

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

  .type-light {
    font-family: 'TASA Explorer', sans-serif !important;
  }

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

.type-'DM Serif Text' {
  font-family: 'DM Serif Text', sans-serif !important;
}

.type-'TASA Explorer' {
  font-family: 'TASA Explorer', sans-serif !important;
}

.type-24-light.leading-150 {
  line-height: 150% !important;
}

.rounded-4 {
  border-radius: 4px !important;
}

.rounded-6 {
  border-radius: 6px !important;
}

.drop-shadow {
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
}

.mobile-visible {
  display: none;
}

@media (width <= 768px) {
  .m-rounded-0 {
    border-radius: 0 !important;
  }

  .drop-shadow {
    box-shadow: 0 0.5px 1.5px 0 rgb(0 0 0 / 12%);
  }

  .mobile-hidden {
    display: none !important;
  }

  .mobile-visible {
    display: unset;
  }

  .tablet-hidden.mobile-visible {
    display: unset !important;
  }
}

@media (width >= 768px) {
  .desktop-hidden {
    display: none !important;
  }
}

@media (width <= 1024px) {
  .tablet-hidden {
    display: none !important;
  }

  .doorway-item:nth-child(3) {
    display: none;
  }
}

.tablet-visible {
  display: none !important;
}

@media (width >= 769px) and (width <= 1024px) {
  .tablet-visible {
    display: flex !important;
  }
}

.full-width {
  display: block;
  width: 100%;
  height: auto;
}

.flex {
  display: flex;
}

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

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

.justify-center {
  justify-content: center;
}

.gap-8 {
  gap: 8px;
}

.gap-16 {
  gap: 16px;
}

.flex-1 {
  flex: 1;
}

#tooltip {
  position: fixed;
  top: -35px;
  left: 8px;
  z-index: 10100;
  transition: opacity 0.2s;
  pointer-events: none;
}

#tooltip.centered {
  top: -50px;
  left: 0;
}

#tooltip.dismissed {
  opacity: 0;
  transition: opacity 0.4s;
}

#tooltip .tooltip-container {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 9px 15px 10px;
  background: rgb(255 255 255 / 40%);
  border-radius: 12px;
  opacity: 0;
  transition:
    opacity 0.2s,
    transform 0.2s;
  transform: scale(0);
  backdrop-filter: blur(18px) saturate(1.5);
  backdrop-filter: blur(18px) saturate(1.5);
  gap: 8px;
  transform-origin: 0% 90%;
  user-select: none;
  user-select: none;
}

#tooltip.centered .tooltip-container {
  transform: scale(0) translateX(-50%);
}

#tooltip.tooltip-no-text .tooltip-container {
  width: 40px;
  height: 34px;
  padding: 0;
}

#tooltip.visible .tooltip-container {
  opacity: 1;
  transform: none;
}

#tooltip.visible.centered .tooltip-container {
  transform: translateX(-50%);
}

#tooltip .tooltip-container svg {
  position: relative;
  top: 0;
  display: none;
}

#tooltip.arrow-left .arrow-left,
#tooltip.arrow-right .arrow-right,
#tooltip.xmark .xmark {
  display: block;
}

#tooltip.pause .pause {
  display: block;
  transform: translateY(0.75px);
}

#tooltip.play .play {
  display: block;
  transform: translateY(1px);
}

#tooltip.globe .globe {
  display: block;
}

#tooltip .tooltip-container span:empty {
  display: none;
}

.doorway-item {
  position: relative;
  display: block;
  aspect-ratio: 315/436;
  color: #000;
  background: rgb(0 0 0 / 5%);
  border-radius: 12px;
  box-shadow: 0 0.5px 2px 0 rgb(0 0 0 / 12%);
  overflow: hidden;
  cursor: pointer;
}

.doorway-item-foreground {
  position: absolute;
  z-index: 1;
  padding: 18px 24px;
  opacity: 1;
}

.doorway-item-foreground div {
  opacity: 0.4;
}

.doorway-item-inverted .doorway-item-foreground div {
  opacity: 0.7;
}

.doorway-item-arrow {
  width: auto;
  height: 0.5em;
  transform: translateY(-1px);
}

.doorway-item-inverted {
  color: #fff;
}

.doorway-item-background {
  width: 100%;
  height: 100%;
}

.doorway-item > img,
.doorway-item > video {
  width: 100%;
  height: auto;
  aspect-ratio: 315/436;
  object-fit: cover;
}

@media only screen and (width <= 768px) {
  .doorway-item {
    aspect-ratio: 351/216;
    margin: 0 -14px 12px;
  }

  .doorway-item:last-child {
    margin-bottom: 0;
  }

  .doorway-item-foreground {
    padding: 15px 18px;
  }

  .doorway-item > img,
  .doorway-item > video {
    aspect-ratio: 351/216;
  }
}

.menuiserie .slide.xl-10 {
  position: relative;
  min-height: unset;
  aspect-ratio: 1440/825;
  background: url('/pictures/home.png') center center / cover no-repeat;
  overflow: hidden;
}

.menuiserie .slide.xl-10 .xl-10-animation-container {
  width: 100vw;
  height: 100%;
  opacity: 0;
  transition: opacity 1s 0.4s;
  will-change: opacity;
}

.menuiserie .slide.xl-10.xl-10-loaded .xl-10-animation-container {
  opacity: 1;
}

.menuiserie .slide.xl-10 .xl-10-parallax-container {
  position: absolute;
  width: 100vw;
  height: 100%;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.menuiserie .slide.xl-10 .xl-10-parallax-container:has(.xl-10-front) {
  z-index: 10;
}

.menuiserie .slide.xl-10.xl-10-loaded .xl-10-parallax-container {
  transform: none;
}

.menuiserie .slide.xl-10 .xl-10-parallax {
  position: absolute;
  width: 100vw;
  left: 0;
  height: auto;
  aspect-ratio: 1440/1728;
  object-fit: cover;
  top: 0;
}

@media (width <= 768px) {
  .doorway-item:nth-child(3) {
    display: block;
  }

  .menuiserie .slide.xl-10 {
    aspect-ratio: 375/596;
  }

  .menuiserie .slide.xl-10 .xl-10-parallax-container {
    transform: none;
  }

  .menuiserie .slide.xl-10 .xl-10-parallax {
    aspect-ratio: 375/639;
  }
}

.menuiserie .slide.xl-10 .xl-10-front {
  z-index: 2;
}

.menuiserie .slide.xl-10 .xl-10-birds {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.menuiserie .slide.xl-10 .xl-10-title {
  position: absolute;
  top: 19%;
  left: 50%;
  z-index: 1;
  width: 30vw;
  height: auto;
  aspect-ratio: 30/12;
  margin-left: -15vw;
  opacity: 0;
  transition:
    transform 2s cubic-bezier(0.16, 1, 0.3, 1) 0.4s,
    opacity 1s 0.4s;
  transform: translateY(25%);
}

.menuiserie .slide.xl-10.xl-10-loaded .xl-10-title {
  opacity: 1;
  transform: none;
}

.menuiserie .slide.xl-10 h1,
.menuiserie .slide.xl-10 h2 {
  top: 10.5vw;
  font-family: 'TASA Explorer', sans-serif;
  line-height: 120%;
}

.menuiserie .slide.xl-10 .xl-10-small-living {
  position: absolute;
  left: 12vw;
  z-index: 20;
  font-size: clamp(30px, 2vw, 50px);
  letter-spacing: -0.03em;
}

@media (width <= 1024px) {
  .menuiserie .slide.xl-10 .xl-10-title {
    top: 23%;
    width: 24vw;
    margin-left: -12vw;
  }

  .menuiserie .slide.xl-10 h1,
  .menuiserie .slide.xl-10 h2 {
    top: 13vw;
  }

  .menuiserie .slide.xl-10 .xl-10-small-living {
    font-size: clamp(21px, 2vw, 48px);
  }
}

@media (width <= 768px) {
  .menuiserie .slide.xl-10 .xl-10-title {
    top: 23.5%;
    width: 77vw;
    height: 30vw;
    margin-left: -38.5vw;
  }

  .menuiserie .slide.xl-10 .xl-10-small-living {
    top: 22vw;
    left: 0;
    width: 100vw;
    font-size: 6.5vw;
    text-align: center;
  }

  .menuiserie .slide.xl-10 .xl-10-small-living br {
    display: none;
  }
}

.menuiserie .slide.xl-10 .xl-10-introducing {
  position: absolute;
  left: 74vw;
  z-index: 20;
  font-size: clamp(21px, 1.4vw, 36px);
  letter-spacing: -0.01em;
  white-space: nowrap;
}

@media (width <= 1024px) {
  .menuiserie .slide.xl-10 .xl-10-introducing {
    left: 70vw;
    font-size: clamp(18px, 1.4vw, 21px);
  }
}

@media (width <= 768px) {
  .menuiserie .slide.xl-10 .xl-10-introducing {
    top: unset;
    bottom: 50px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    box-sizing: border-box;
    width: 100vw;
    padding: 0 var(--modern-grid-column-margin);
    font-family: 'TASA Explorer', sans-serif;
    font-size: 4vw;
    letter-spacing: -0.01em;
    color: #fff;
    opacity: 0;
    transform: translateY(10%);
  }

  .xl-10-loaded .xl-10-introducing {
    opacity: 1 !important;
    transition:
      opacity 1s 0.6s,
      transform 1s 0.3s;
    transform: none !important;
  }
}

.menuiserie .slide.xl-10 .xl-10-introducing a {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px 10px 18px;
  font-family: 'DM Serif Text', sans-serif;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0;
  color: #000;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0.5px 2px 0 rgb(0 0 0 / 12%);
  gap: 4px;
}

.menuiserie .slide.xl-10 .xl-10-introducing a svg {
  position: relative;
  top: 1px;
}

.backyard .slide.intro-carousel-new {
  flex-direction: column;
  align-items: center;
  min-height: unset;
  background: linear-gradient(180deg, #fff 0, #fdfdf7 100%);
}

.backyard .slide .intro-carousel-container {
  width: 100%;
  height: auto;
  aspect-ratio: 1440/735;
}

.intro-carousel-new .infinite-slideshow {
  width: 100%;
  height: 100%;
}

.intro-carousel-new img {
  width: 77.75vw;
  height: calc(100% - 10px);
  margin: 0 12px;
  background: 50% #d3d3d3;
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
  object-fit: cover;
}

.intro-carousel-new .infinite-slideshow-snapper {
  width: 77.75vw;
  height: calc(100% - 10px);
  padding: 0 12px;
}

#intro-carousel-layout-name {
  transform: translateY(1px);
}

#intro-carousel-layout-new {
  color: var(--color-blue);
  transform: translateY(-0.075em);
}

.backyard .slides .intro-carousel {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  min-height: unset;
  background: var(--color-biege);
}

.backyard .slides .intro-carousel .mobile {
  display: none;
}

.backyard .slides .intro-carousel-layout {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.backyard .slides .intro-carousel h1 br {
  display: none;
}

@media (width <= 1024px) {
  .backyard .slides .intro-carousel h1 {
    margin-bottom: 32px;
    text-align: center;
  }

  .backyard .slides .intro-carousel h1 br {
    display: unset;
  }
}

.backyard .slides #intro-carousel-layout-name {
  color: #000;
}

@media (hover: hover) {
  .doorway-item:hover {
    color: #000;
  }

  .doorway-item:hover .doorway-item-foreground {
    opacity: 1;
  }

  .doorway-item-inverted:hover {
    color: #fff;
  }

  .menuiserie .slide.xl-10 .xl-10-introducing a:hover {
    color: #666;
  }

  .menuiserie .slide.xl-10 .xl-10-introducing a:hover svg {
    opacity: 0.6;
  }

  .menuiserie .slide.xl-10 .xl-10-introducing a:active {
    box-shadow: 0 0.5px 0.5px 0 rgb(0 0 0 / 6%);
  }

  .backyard .slides a#intro-carousel-layout-name {
    color: #000;
    opacity: 0.8;
  }

  .backyard .slides .intro .intro-cta .not-in-ca a:hover {
    color: var(--color-black-60) !important;
    opacity: 0.75;
  }
}

.backyard .slides .intro {
  display: grid;
  box-sizing: border-box;
  min-height: unset;
  padding: 0 var(--modern-grid-column-margin);
  background: #fff;
  overflow: hidden;
  gap: 22px;
  grid-template-columns: repeat(12, [col-start] 1fr);
  will-change: transform;
}

.backyard .slides .intro-container {
  position: relative;
  grid-column: col-start 2 / span 10;
}

.backyard .slides .intro h1,
.backyard .slides .intro h2 br,
.backyard .slides .intro h2 img {
  user-select: none;
  user-select: none;
}

.backyard .slides .intro h1,
.backyard .slides .intro h2 {
  position: relative;
  font-family: 'TASA Explorer', sans-serif;
  font-size: 6.67vw;
  line-height: 96%;
  letter-spacing: -0.04em;
}

.backyard .slides .intro-container h1,
.backyard .slides .intro-container h2 {
  white-space: nowrap;
}

.backyard .slides .intro .intro-title {
  position: absolute;
  left: -200vw;
  max-width: 100vw;
  white-space: wrap;
  pointer-events: none;
}

.backyard .slides .intro h2 .part {
  display: inline;
  color: var(--color-black-10);
  transition: color 0.3s;
}

.backyard .slides .intro h2 .part.active {
  color: #000;
  transition: color 0.6s;
}

.backyard .slides .intro h2 span[data-sentence].active {
  color: #000;
  transition: color 1s;
}

.segue.backyard .slides .intro h2 .part {
  transition: none;
}

.backyard .slides .intro h2 br.mobile {
  display: none;
}

.backyard .slides .intro h2 strong {
  font-weight: 400;
  color: #000;
}

.backyard .slides .intro h2 .intro-elevation {
  position: relative;
  z-index: 0;
  display: inline-block;
}

.backyard .slides .intro h2 .intro-elevation.mobile {
  display: none;
}

.backyard .slides .intro h2 .intro-elevation img {
  position: absolute;
  top: -0.71em;
  height: 0.85em;
  opacity: 0;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.backyard .slides .intro h2 .intro-elevation img.loaded {
  opacity: 1;
}

.backyard .slides .intro .intro-cta {
  grid-column: col-start 2 / span 10;
}

.backyard .slides .intro .intro-cta .not-in-ca {
  display: flex;
  gap: 10px;
}

.backyard .slides .intro .intro-cta .not-in-ca a {
  cursor: pointer;
}

.backyard .slides .intro .intro-cta .not-in-ca img {
  position: relative;
  left: 5px;
}

.backyard .as-seen-in-container {
  position: relative;
  grid-column: col-start 2 / span 10;
}

@media (width <= 768px) {
  .menuiserie .slide.xl-10 .xl-10-introducing a {
    padding: 10px 13px 11px 15px;
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content;
  }

  .backyard .slide .intro-carousel-container {
    aspect-ratio: 375/521;
  }

  .intro-carousel-new img {
    width: calc(100vw - 44px);
    margin: 0 5px;
  }

  .intro-carousel-new .infinite-slideshow-snapper {
    width: calc(100vw - 44px);
    padding: 0 5px;
  }

  .backyard .slides .intro-carousel {
    min-height: unset;
  }

  .backyard .slides .intro-carousel .desktop {
    display: none;
  }

  .backyard .slides .intro-carousel .mobile {
    display: unset;
  }

  .backyard .slides .intro-carousel h1 {
    margin-bottom: 32px;
    text-align: center;
  }

  .backyard .slides .intro-carousel h1 br {
    display: unset;
  }

  .backyard .slides .intro {
    padding: 0 24px;
    gap: 12px;
    grid-template-columns: repeat(6, [col-start] 1fr);
  }

  .backyard .slides .intro-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
    grid-column: unset;
  }

  .backyard .slides .intro h1,
  .backyard .slides .intro h2 {
    margin: 0;
    font-size: 11vw;
    grid-column: col-start 1 / span 6;
  }

  .backyard .slides .intro h2 br {
    display: none;
  }

  .backyard .slides .intro h2 br.mobile {
    display: unset;
  }

  .backyard .slides .intro h2 .intro-elevation.mobile {
    display: inline-block;
  }

  .backyard .slides .intro h2 .intro-elevation.desktop {
    display: none;
  }

  .backyard .slides .intro .intro-cta {
    margin: 0;
    padding-right: 48px;
    grid-column: col-start 1 / span 6;
  }

  .backyard .slides .intro .intro-cta .not-in-ca {
    flex-direction: column;
    gap: 0;
  }

  /* Allow normal wrapping of intro big lines on mobile */
  .backyard .slides .intro-container h1,
  .backyard .slides .intro-container h2 {
    white-space: normal;
  }

  .backyard .as-seen-in-container {
    height: unset;
    grid-column-start: 1;
  }
}

.backyard .as-seen-in {
  display: inline-flex;
  align-items: center;
  height: 60px;
  padding: 3px 32px 0;
  font-family: 'TASA Explorer', sans-serif;
  font-size: 15px;
  line-height: 24px;
  white-space: nowrap;
  color: rgb(0 0 0 / 40%);
  background: rgb(0 0 0 / 4%);
  border-radius: 9px;
  box-shadow: 0 0.5px 1px 0 rgb(0 0 0 / 12%);
  opacity: 0.8;
  gap: 18px;
}

.backyard .as-seen-in a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  gap: 18px;
}

@media (width <= 768px) {
  .backyard .as-seen-in {
    position: static;
    flex-direction: column;
    box-sizing: border-box;
    width: calc(100vw - 48px);
    height: unset;
    padding: 12px 21px 16px;
    line-height: auto;
    transform: none;
    gap: 10px;
    gap: 8px;
  }

  .backyard .as-seen-in a {
    justify-content: space-between;
    width: 100%;
    gap: 0;
  }

  .backyard .as-seen-in .label {
    width: 100%;
    line-height: 1;
    text-align: center;
  }

  .backyard .slides .as-seen-in img {
    width: auto;
    height: 3.75vw;
    opacity: 0.8;
  }

  .backyard .slides .as-seen-in img:last-child {
    height: 4.5vw;
  }
}

.banners {
  flex-direction: column;
  min-height: unset !important;
  background: var(--color-biege);
  user-select: none;
  user-select: none;
}

.banners .modern-grid {
  box-sizing: border-box;
  width: 100%;
}

.banners .banner {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  aspect-ratio: 540/350;
  margin-bottom: 10px;
  padding: 28px 32px 32px;
  color: #fff;
  background-color: #e0ded4;
  border-radius: 12px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
  overflow: hidden;
}

@media (width <= 1024px) {
  .banners .banner {
    padding: 15px 18px;
  }
}

.banner span {
  color: var(--color-white-80);
}

.banner svg {
  position: relative;
  left: 2px;
  vertical-align: middle;
}

.banner-showroom {
  background-image: linear-gradient(rgba(255, 140, 60, 0.15), rgba(255, 140, 60, 0.15)), linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../pictures/equerre_metre.webp");
  background-position: center 20%;
  background-size: cover;
}

@media (width <= 768px) {
  .banners .banner {
    /* Make full-bleed align with modern-grid mobile margins, avoid horizontal overflow */
    width: calc(100% + var(--modern-grid-column-margin) * 2);
    aspect-ratio: 350/215;
    margin: 0 calc(var(--modern-grid-column-margin) * -1) 12px;
    padding: 15px 18px;
    border-radius: 9px;
  }

  .banner-showroom {
    background-position: center 20%;
  }

  .banner-showroom svg {
    width: 0.75em;
  }

  .banner-video video {
    transform: scale(1.01);
  }
}

.banner-video {
  background-image: linear-gradient(rgba(255, 140, 60, 0.15), rgba(255, 140, 60, 0.15)), linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../pictures/zoom_assemblage.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.banner-video div {
  position: absolute;
  z-index: 1;
  width: 80%;
}

.banner-video video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .short {
  display: none;
}

.backyard .slide.life-with-backyard {
  height: auto;
  min-height: unset;
  aspect-ratio: 1440/750;
  background: #263db5;
}

.life-with-backyard > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.life-with-backyard-video {
  position: absolute;
  left: calc(
    var(--modern-grid-column-margin) + var(--modern-grid-column-width) * 2 +
      var(--modern-grid-column-gutter) * 2
  );
  width: calc(
    var(--modern-grid-column-margin) + var(--modern-grid-column-width) * 10 +
      var(--modern-grid-column-gutter) * 9
  );
  aspect-ratio: 1920/1080;
}

.life-with-backyard-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.life-with-backyard h1 {
  position: absolute;
  top: 21vw;
  left: var(--modern-grid-column-margin);
  z-index: 1;
  display: flex;
  align-items: center;
  width: calc(100vw - var(--modern-grid-column-margin) * 2);
  color: #fff;
  gap: 0.33em;
  user-select: none;
  user-select: none;
}

.life-with-backyard h1 svg {
  display: none;
}

@media (width <= 768px) {
  .banner .long {
    display: none;
  }

  .banner .short {
    display: inline;
  }

  .backyard .slide.life-with-backyard {
    aspect-ratio: 375/630;
  }

  .life-with-backyard-video {
    top: 62vw;
    left: var(--modern-grid-column-margin);
    width: calc(100vw - var(--modern-grid-column-margin));
    height: auto;
    aspect-ratio: 351/294;
  }

  .life-with-backyard h1 {
    top: 8vw;
    align-items: flex-start;
    font-size: 11.2vw !important;
    transform: none;
  }

  .life-with-backyard h1 .life-with-backyard-title-pre {
    width: 50%;
  }

  .life-with-backyard h1 .life-with-backyard-title-post {
    position: absolute;
    top: 1.1em;
    right: 0;
    width: 50%;
    text-align: right;
  }

  .life-with-backyard h1 hr,
  .life-with-backyard h1 span {
    opacity: 0;
    pointer-events: none;
  }

  .life-with-backyard h1 svg {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 324/177;
  }

  .life-with-backyard h1 hr {
    position: absolute;
    top: 1.6em;
    left: 48vw;
    display: block;
    width: 9.6vw;
  }
}

.life-with-backyard h1 hr {
  flex: 1;
  margin: 0;
  padding: 0;
  border: none;
  transform: translateY(0.12em);
  appearance: none;
  border-top: 0.06em solid #fff;
}

.life-with-backyard-cta {
  position: absolute;
  top: calc(100% - 16px);
  right: var(--modern-grid-column-margin);
  display: flex;
  align-items: center;
  padding: 6px 15px 6px 6px;
  color: #000;
  background: #f7f7f0;
  border-radius: 12px;
  box-shadow: 0 0.5px 2px 0 rgb(0 0 0 / 12%);
  gap: 6px;
  user-select: none;
  user-select: none;
}

.life-with-backyard-cta img {
  margin-right: 6px;
}

.life-with-backyard-cta svg {
  position: relative;
  top: 1px;
}

.ddd-tour-banner {
  height: auto;
  min-height: unset !important;
  aspect-ratio: 1440/655;
  background: #fff;
}

.ddd-tour-banner-container {
  position: absolute;
  left: var(--modern-grid-column-margin);
  width: calc(100% - var(--modern-grid-column-margin) * 2);
  height: 100%;
  background: var(--color-parchment);
  border-radius: 12px;
  overflow: hidden;
}

@media (width <= 768px) {
  .life-with-backyard-cta {
    line-height: 1.05 !important;
  }

  .life-with-backyard-cta svg {
    top: 8px;
  }

  .ddd-tour-banner {
    aspect-ratio: 375/555;
  }

  .ddd-tour-banner-container {
    left: calc(var(--modern-grid-column-margin) * 0.5);
    width: calc(100% - var(--modern-grid-column-margin));
    border-radius: 18px;
  }
}

.ddd-tour-banner-overlay {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 42px;
  text-align: center;
  color: #fff;
}

.ddd-tour-banner-overlay h1 {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ddd-tour-banner-overlay button {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 24px !important;
  gap: 8px;
}

.three-sizes {
  flex-direction: column;
  min-height: unset !important;
  background-color: var(--color-biege);
}

.three-sizes-gradient {
  background-color: unset;
  background-image: linear-gradient(180deg, #fdfdf7 0, #fff 100%);
}

.three-sizes h1 {
  text-align: center;
}

@media (width <= 768px) {
  .ddd-tour-banner-overlay {
    padding: 30px;
  }

  :root {
    --three-sizes-v: 240;
  }

  .three-sizes h1 span {
    display: block;
  }
}

.three-sizes-layouts {
  margin: 0 var(--modern-grid-column-margin);
  padding: 0 0 30px;
  background: var(--color-biege-darker);
  border-radius: 12px;
  box-shadow: 0 0.5px 2px rgb(0 0 0 / 12%);
  overflow-x: hidden;
}

.three-sizes-layouts-selector {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.three-sizes-layouts-pages-controls {
  position: relative;
  pointer-events: none;
}

@media (width <= 768px) {
  .three-sizes-layouts {
    margin: 0 12px;
    border-radius: 18px;
  }

  .three-sizes-layouts-pages-controls,
  .three-sizes-layouts-selector {
    display: none;
  }
}

.three-sizes-layouts-pages-controls button {
  position: absolute;
  top: calc(80vw * var(--three-sizes-v) / var(--three-sizes-h) + 20px);
  z-index: 110;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: rgb(0 0 0 / 4%);
  border: none;
  border-radius: 24px;
  cursor: pointer;
  transition:
    opacity 0.3s,
    transform 0.6s,
    background-color 0.2s;
  appearance: none;
  backdrop-filter: blur(18px) saturate(1.5);
  backdrop-filter: blur(18px) saturate(1.5);
  pointer-events: all;
}

@media (hover: hover) {
  .life-with-backyard-cta:hover {
    color: rgb(0 0 0 / 60%);
    background: #fff;
  }

  .life-with-backyard-cta:hover img {
    filter: brightness(1.05);
  }

  .life-with-backyard-cta:hover svg {
    opacity: 0.6;
  }

  .three-sizes-layouts-pages-controls button:hover {
    background: rgb(0 0 0 / 2%);
  }
}

.three-sizes-layouts-pages-controls button.highlight {
  background: rgb(0 0 0 / 2%);
}

.three-sizes-layouts-pages-controls button:active {
  background: rgb(0 0 0 / 6%);
}

.three-sizes-layouts-pages-controls button:disabled {
  opacity: 0;
  cursor: default;
  pointer-events: none;
}

.three-sizes-layouts-pages-controls button img {
  transform: translateX(-1px);
}

.three-sizes-layouts-pages-controls-button-previous {
  left: 10vw;
}

.three-sizes-layouts-pages-controls-button-previous:disabled {
  transform: translateX(50%);
}

.three-sizes-layouts-pages-controls-button-next {
  right: 10vw;
  transform: scaleX(-1);
}

.three-sizes-layouts-pages-controls-button-next:disabled {
  transform: scaleX(-1) translateX(50%);
}

.three-sizes-layouts-pages-container {
  width: 100%;
  height: calc(80vw * var(--three-sizes-v) / var(--three-sizes-h) + 210px);
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

@media (width <= 768px) {
  .three-sizes-layouts-pages-container {
    height: calc(80vw * var(--three-sizes-v) / var(--three-sizes-h) + 160px);
  }
}

.three-sizes-layouts-pages-container::-webkit-scrollbar {
  display: none;
}

.three-sizes-layouts-pages-container-scroll {
  width: 500%;
  height: 100%;
  white-space: nowrap;
}

.three-sizes-layouts-pages-page {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  float: left;
  width: 20%;
  background: var(--color-biege-dark);
  scroll-snap-align: center;
  will-change: transform;
}

.three-sizes-layouts-pages-image {
  position: relative;
  width: calc(100vw - var(--modern-grid-column-margin) * 2);
  height: calc(80vw * var(--three-sizes-v) / var(--three-sizes-h));
  background: var(--color-biege-dark);
  overflow: hidden;
}

.three-sizes-layouts-pages-container .three-sizes-layouts-pages-heading {
  position: relative;
  top: 10px;
  padding-top: 30px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.2s;
  will-change: opacity;
}

.three-sizes-layouts-pages-heading h2 {
  margin-bottom: 3px;
}

.three-sizes-layouts-pages-heading-new {
  position: absolute;
  top: 0.75em;
  left: 50%;
  color: var(--color-blue);
  transform: translateX(-50%);
}

.three-sizes-layouts-pages-heading div {
  position: absolute;
  top: -1.33em;
  width: 100%;
  text-align: center;
}

.three-sizes-layouts-pages-container
  .selected
  .three-sizes-layouts-pages-heading {
  opacity: 1;
  transition: opacity 0.8s 0.2s;
}

.three-sizes-layouts-pages-page img {
  position: absolute;
  top: 0;
  left: 50%;
  display: none;
  width: auto;
  height: 100%;
  aspect-ratio: 6000/740;
  transform: translateX(-50%);
  visibility: hidden;
}

.complete .three-sizes-layouts-pages-page.selected img {
  display: block;
}

.three-sizes-layouts-pages-page img.current {
  display: block;
  visibility: visible;
}

.three-sizes-paging-indicator {
  display: none;
}

@media (width <= 768px) {
  .three-sizes-layouts-pages-image {
    top: 10px;
  }

  .three-sizes-paging-indicator {
    display: block;
    transform: translateY(-14px);
  }

  .three-sizes-footer {
    box-sizing: border-box;
    width: 100%;
    padding: 0 12px;
  }
}

.three-sizes-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}

.three-sizes-footer p {
  width: 540px;
}

.three-sizes-footer-actions {
  display: flex;
  padding-bottom: 2px;
  text-align: left;
  gap: 24px;
}

@media (width <= 768px) {
  .three-sizes-footer p {
    width: 100%;
  }

  .three-sizes-footer-actions {
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
}

.three-sizes-footer-action {
  display: flex;
  box-sizing: border-box;
  min-width: 205px;
  padding: 8px 18px;
  background: var(--color-black-4);
  border-radius: 12px;
  box-shadow: 0 0.5px 1px rgb(0 0 0 / 12%);
  cursor: pointer;
}

.three-sizes-footer-action:first-child {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

@media (width <= 768px) {
  .three-sizes-footer-action {
    align-items: center !important;
    justify-content: center !important;
    height: 64px;
    line-height: 150% !important;
    border-radius: 18px;
  }

  .three-sizes-footer p:last-of-type {
    padding-bottom: 20px !important;
  }
}

.three-sizes-footer-action img:first-of-type {
  display: block;
  width: 48px;
  height: 48px;
  margin-right: 15px;
  margin-left: -12px;
  border-radius: 6px;
}

.three-sizes-footer-action img:last-of-type {
  margin-left: 3px;
}

.three-sizes-footer a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--color-blue);
}

.three-sizes-footer img {
  position: relative;
  left: 1px;
}

.three-sizes-colors {
  display: flex;
  justify-content: center;
  gap: 11px;
}

.three-sizes-colors > div {
  position: relative;
  display: inline;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  border: 1px solid rgb(0 0 0 / 15%);
  border-radius: 50%;
  outline: 0;
  cursor: pointer;
  appearance: none;
}

@media (hover: hover) {
  .three-sizes-footer a:hover {
    background: #fff;
  }

  .three-sizes-colors > div:hover,
  .three-sizes-colors > div:hover .three-sizes-colors-label span {
    opacity: 1;
  }
}

.three-sizes-colors-bone-white {
  background: var(--color-bone-white);
}

.three-sizes-colors-driftwood {
  background: var(--color-driftwood);
}

.three-sizes-colors-parchment {
  background: var(--color-parchment);
}

.three-sizes-colors-evergreen {
  background: var(--color-evergreen);
}

.three-sizes-colors-dark-bronze {
  background: var(--color-dark-bronze);
}

.three-sizes-colors > div.selected div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  border: 2px solid var(--color-blue);
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.three-sizes-colors .three-sizes-colors-label {
  position: absolute;
  top: -125%;
  left: 50%;
  z-index: 100;
  display: flex;
  justify-content: center;
  width: 200px;
  margin-left: -100px;
  pointer-events: none;
}

.three-sizes-colors .three-sizes-colors-label span {
  display: inline-block;
  padding: 6px 12px 7px;
  white-space: nowrap;
  background: rgb(0 0 0 / 4%);
  border-radius: 6px;
  opacity: 0;
  transition: opacity 0.2s;
  backdrop-filter: blur(18px) saturate(1.5);
  backdrop-filter: blur(18px) saturate(1.5);
  will-change: opacity;
}

.three-sizes-contact {
  display: none;
  flex-direction: column;
  align-items: center;
}

@media (width <= 768px) {
  .three-sizes-colors > div {
    width: 28px;
    height: 28px;
  }

  .three-sizes-colors > div.selected div {
    width: 34px;
    height: 34px;
  }

  .three-sizes-colors .three-sizes-colors-label {
    display: none;
  }

  .three-sizes-contact {
    display: flex;
  }
}

.three-sizes-contact h3 {
  width: 40%;
  text-align: center;
}

@media (width <= 768px) {
  .three-sizes-contact h3 {
    width: 60%;
  }
}

.three-sizes-footer-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.three-sizes-footer-summary span {
  width: 1.5px;
  height: 1.1em;
  background: rgb(0 0 0 / 20%);
}

.three-sizes-footer hr {
  width: 490px;
  margin: 0;
  padding: 0;
  border: none;
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.three-sizes-footer-calculator {
  position: relative;
  top: 1.5px;
}

.four-simple-steps {
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100vw;
  min-height: unset !important;
  padding: calc(
      var(--modern-grid-column-width) + var(--modern-grid-column-gutter)
    )
    calc(
      var(--modern-grid-column-margin) + var(--modern-grid-column-width) +
        var(--modern-grid-column-gutter)
    );
  background: #fff;
  overflow-x: hidden;
  gap: var(--modern-grid-column-gutter);
}

.backyard .slide.four-simple-steps.desktop-hidden {
  display: none;
}

.four-simple-steps-header {
  width: calc(
    var(--modern-grid-column-width) * 4 + var(--modern-grid-column-gutter) * 3
  );
}

@media (width <= 768px) {
  .three-sizes-footer hr {
    width: 100%;
  }

  .four-simple-steps {
    flex-wrap: nowrap;
    margin: 0;
    padding: 0 24px;
    overflow-x: auto;
    gap: 18px;
    scroll-snap-type: x mandatory;
    scrollbar-color: transparent;
    scrollbar-width: none;
  }

  .backyard .slide.four-simple-steps.desktop-hidden {
    display: flex;
  }

  .four-simple-steps::-webkit-scrollbar {
    display: none;
  }

  .four-simple-steps-header {
    min-width: 100vw;
  }

  .four-simple-steps-step {
    min-width: calc(100vw - 60px);
  }
}

.four-simple-steps-step {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(
    var(--modern-grid-column-width) * 3 + var(--modern-grid-column-gutter) * 2
  );
  scroll-snap-align: center;
}

.four-simple-steps-step p {
  margin-bottom: 15px !important;
  padding-right: var(--modern-grid-column-width) !important;
}

@media (width <= 768px) {
  .four-simple-steps-step-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 14px;
  }

  .four-simple-steps-step-header-light {
    color: #fff;
  }

  .four-simple-steps-step-header-light .four-simple-steps-step-number {
    color: #fff;
    background: rgb(0 0 0 / 3%);
    border: 1px solid #fff;
    backdrop-filter: blur(18px) saturate(1.5);
    backdrop-filter: blur(18px) saturate(1.5);
  }
}

.four-simple-steps-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 38px;
  padding-bottom: 2px;
  line-height: 90% !important;
  letter-spacing: -0.36px;
  text-align: center;
  border: 1px solid rgb(0 0 0 / 40%);
  border-radius: 12px;
}

@media (width <= 768px) {
  .four-simple-steps-step-number {
    width: 32px;
    height: 32px;
    margin-right: 15px;
    padding: 0;
    border-radius: 9px;
  }
}

.four-simple-steps-step-eternal .four-simple-steps-step-number {
  color: #fff;
  background: #000;
  border-color: #000;
}

.four-simple-steps-step-footer {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.four-simple-steps-step-media {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 315/396;
  margin: auto 0 30px;
  background-color: #e0ded4;
  border-radius: 12px;
  box-shadow: 0 0.5px 2px 0 rgb(0 0 0 / 12%);
  overflow: hidden;
}

.four-simple-steps-step-media-touch {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

@media (width <= 768px) {
  .four-simple-steps-step-footer {
    flex-direction: column-reverse;
  }

  .four-simple-steps-step-media {
    aspect-ratio: 957/1093;
    margin-top: 0;
    margin-bottom: 12px;
    border-radius: 4px;
  }
}

.four-simple-steps-step-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.four-simple-steps-step-media video {
  width: 100%;
  height: 100%;
  transform: scale(1.01);
  object-fit: cover;
}

.four-simple-steps-footer {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: calc(
    var(--modern-grid-column-width) * 4 + var(--modern-grid-column-gutter) * 3
  );
  padding-top: 54px;
  padding-left: calc(
    var(--modern-grid-column-width) + var(--modern-grid-column-gutter)
  );
}

@media (width <= 768px) {
  .four-simple-steps-footer.mobile-hidden {
    display: none;
  }

  .four-simple-steps-footer {
    flex-direction: row;
    min-width: calc(100vw - 48px);
    margin-top: 50px;
    padding: 18px 0 0;
    border-top: 0.5px solid rgb(0 0 0 / 15%);
  }

  .four-simple-steps-footer h3 {
    margin-right: 1em;
  }
}

.four-simple-steps-footer-title {
  min-width: 62%;
  gap: 18px;
}

.four-simple-steps-footer h3 {
  margin-bottom: 0.25em !important;
  letter-spacing: 0 !important;
}

.four-simple-steps-footer-buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  aspect-ratio: 315/396;
  margin: auto 0 30px;
  margin-top: 16px;
  gap: 12px;
}

.four-simple-steps-footer a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 140px;
  padding: 14px;
  color: var(--color-blue);
  background: var(--color-black-4);
  border-radius: 12px;
  box-shadow: 0 0.5px 2px 0 rgb(0 0 0 / 12%);
}

.four-simple-steps-footer .four-simple-steps-footer-button-configure {
  color: #fff;
  background: var(--color-blue);
  gap: 8px;
}

@media (hover: hover) {
  .four-simple-steps-footer a:hover {
    background: #fff;
  }

  .four-simple-steps-footer .four-simple-steps-footer-button-configure:hover {
    background-color: var(--color-blue-white-20);
  }

  .backyard .slides .jealousy ul li:hover {
    color: rgb(255 255 255 / 80%);
  }
}

.four-simple-steps-step-line {
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgb(0 0 0 / 10%);
}

.four-simple-steps-step-line-first {
  position: absolute;
  top: 21px;
  left: 52px;
  width: calc(var(--modern-grid-column-width) * 3 + 9px);
}

.four-simple-steps-step-line-second {
  top: 21px;
  left: 52px;
  width: calc(var(--modern-grid-column-width) * 4 + 61px);
}

.four-simple-steps-step-line-third-before {
  top: 21px;
  right: calc(100% + 12px);
  width: calc(var(--modern-grid-column-width) + 53px);
}

.four-simple-steps-step-line-third-after {
  top: 21px;
  left: 52px;
  width: calc(var(--modern-grid-column-width) * 3 + 9px);
}

.four-simple-steps-footer-paging-indicator {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
}

.backyard .slide.a-lot-can-happen {
  position: relative;
  min-height: unset;
  aspect-ratio: 1440/624;
  background: #fff;
}

/* Add spacing above the section following the removed interior-carousel */
.slide.a-lot-can-happen { margin-top: 120px; }
@media (width <= 768px) {
  .slide.a-lot-can-happen { margin-top: 72px; }
}

@media (width <= 1024px) {
  .backyard .slide.a-lot-can-happen {
    aspect-ratio: 1440/720;
  }
}

@media (width <= 768px) {
  .four-simple-steps-footer-buttons a {
    width: 100%;
    height: 46px;
    padding: 0;
  }

  .four-simple-steps-step-line {
    display: none;
  }

  .backyard .slide.a-lot-can-happen {
    aspect-ratio: unset;
  }

  .a-lot-can-happen .modern-grid {
    padding: 0 3px;
  }

  .a-lot-can-happen-title {
    text-align: center;
  }
}

.a-lot-can-happen-foreground {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.a-lot-can-happen-background {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.a-lot-can-happen-background .column-10 {
  background: var(--color-black-10);
  border-radius: 6px;
  overflow: hidden;
}

.a-lot-can-happen-background img {
  width: 100%;
  height: 100%;
  transform: scale3d(1.02, 1.02, 1);
  object-fit: cover;
}

.a-lot-can-happen-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-shadow: 0 4px 20px rgb(0 0 0 / 40%);
}

.a-lot-can-happen-title h1 {
  transform: translateY(-0.5em)
    translateX(var(--modern-grid-column-gutter) * -1);
}

.a-lot-can-happen-cards-container {
  display: flex;
  flex-direction: column;
}

.a-lot-can-happen-cards {
  position: relative;
  flex: 1;
  width: 90%;
  background: #f7f7f0;
  border-radius: 12px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
  cursor: pointer;

  --card-width: calc(
    var(--modern-grid-column-width) * 3 + var(--modern-grid-column-gutter) * 3
  );
}

.a-lot-can-happen-cards .infinite-slideshow {
  width: 100%;
  height: 90%;
}

@media (width <= 768px) {
  .a-lot-can-happen-title h1 {
    transform: none;
  }

  .a-lot-can-happen-cards {
    width: unset;
    min-height: 340px;
    margin: 0 36px;

    --card-width: calc(
      var(--modern-grid-column-width) * 4 + var(--modern-grid-column-gutter) * 4
    );
  }

  .a-lot-can-happen-cards .infinite-slideshow {
    height: 120%;
    transform: translateY(-15%);
  }
}

.a-lot-can-happen-cards .infinite-slideshow-item {
  width: var(--card-width);
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  user-select: none;
  user-select: none;
}

.a-lot-can-happen-cards .infinite-slideshow-item img {
  width: calc(100% - var(--modern-grid-column-gutter));
  height: 100%;
  margin-left: calc(var(--modern-grid-column-gutter));
  opacity: 0.2;
  transition: opacity 0.6s;
  object-fit: contain;
}

.a-lot-can-happen-cards .infinite-slideshow-item.current img {
  opacity: 1;
}

.a-lot-can-happen-cards .infinite-slideshow-snapper {
  width: var(--card-width);
  height: auto;
  aspect-ratio: 1;
}

.a-lot-can-happen-cards-label {
  position: absolute;
  bottom: 64px;
  width: 100%;
  text-align: center;
  transition: opacity 0.4s;
  pointer-events: none;
}

@media (width <= 768px) {
  .a-lot-can-happen-cards-label {
    bottom: 54px;
  }
}

.a-lot-can-happen-cards-label.change {
  opacity: 0;
  transition: opacity 0.2s;
}

.a-lot-can-happen-cards-paging-indicator {
  position: absolute;
  bottom: 40px;
  width: 100%;
}

.backyard .slides .jealousy {
  position: relative;
  flex-direction: column;
  min-height: unset;
  aspect-ratio: 1440/870;
  background: #fff;
}

.backyard .slides .jealousy .column {
  z-index: 100;
  display: flex;
  align-items: start;
  padding: 7.5% 0 0
    calc(
      var(--modern-grid-column-width) + var(--modern-grid-column-gutter) +
        var(--modern-grid-column-margin)
    );
  color: #fff;
}

.backyard .slides .jealousy .h3 {
  z-index: 2;
  margin-top: 2em;
  color: #fff;
  transition: opacity 1s;
  grid-column: col-start 2 / span 3;
  pointer-events: none;
}

@media (width <= 768px) {
  .a-lot-can-happen-cards-paging-indicator {
    bottom: 30px;
  }

  .backyard.complete .slides .jealousy {
    aspect-ratio: 375/456;
    background-position: right bottom;
    border-bottom: 64px solid transparent;
  }

  .backyard .slides .jealousy .column {
    padding: 30px 0 0 24px;
  }

  .backyard .slides .jealousy .h3 {
    margin-top: 0.8em;
    font-size: clamp(42px, 3.3vw, 57px);
    grid-column: col-start 1 / span 5;
  }
}

.backyard .slides .jealousy.active .h3 {
  opacity: 0;
  transition: opacity 0.5s;
}

.backyard .slides .jealousy ul {
  position: absolute;
  right: var(--modern-grid-column-margin);
  bottom: 30px;
  z-index: 2;
  display: flex;
  margin: 0;
  padding: 6px 9px;
  font-family: 'TASA Explorer', sans-serif;
  font-size: 12px;
  line-height: 100%;
  color: #fff;
  background: rgb(255 255 255 / 20%);
  border-radius: 6px;
  backdrop-filter: blur(18px) saturate(1.5);
  backdrop-filter: blur(18px) saturate(1.5);
  font-feature-settings:
    "tnum" on,
    "lnum" on;
  gap: 6px;
  list-style-type: none;
}

.backyard .slides .jealousy ul li {
  position: relative;
  padding: 7px 12px 8px;
  white-space: nowrap;
  background: rgb(0 0 0 / 15%);
  border-radius: 14px;
  cursor: pointer;
}

.backyard .slides .jealousy ul li:has(input:checked) {
  margin: 0;
  background: var(--color-blue);
}

.backyard .slides .jealousy ul li input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.backyard .slides .jealousy .images {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  cursor: pointer;
}

.backyard .slides .jealousy .images img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.backyard
  .slides
  .jealousy
  ul:has(input[data-layout="studio"]:checked)
  + .images
  img:nth-child(2),
.backyard
  .slides
  .jealousy
  ul:has(input[data-layout="studio"]:checked)
  + .images
  img:nth-child(3),
.backyard
  .slides
  .jealousy
  ul:has(input[data-layout="studio"]:checked)
  + .images
  img:nth-child(4),
.backyard
  .slides
  .jealousy
  ul:has(input[data-layout="studio"]:checked)
  + .images
  img:nth-child(5) {
  z-index: 1;
  opacity: 0;
  transition: opacity 1s;
}

.backyard
  .slides
  .jealousy
  ul:has(input[data-layout="onebed"]:checked)
  + .images
  img:first-child,
.backyard
  .slides
  .jealousy
  ul:has(input[data-layout="onebed"]:checked)
  + .images
  img:nth-child(3),
.backyard
  .slides
  .jealousy
  ul:has(input[data-layout="onebed"]:checked)
  + .images
  img:nth-child(4),
.backyard
  .slides
  .jealousy
  ul:has(input[data-layout="onebed"]:checked)
  + .images
  img:nth-child(5) {
  z-index: 1;
  opacity: 0;
  transition: opacity 1s;
}

.backyard
  .slides
  .jealousy
  ul:has(input[data-layout="twobed"]:checked)
  + .images
  img:first-child,
.backyard
  .slides
  .jealousy
  ul:has(input[data-layout="twobed"]:checked)
  + .images
  img:nth-child(2),
.backyard
  .slides
  .jealousy
  ul:has(input[data-layout="twobed"]:checked)
  + .images
  img:nth-child(4),
.backyard
  .slides
  .jealousy
  ul:has(input[data-layout="twobed"]:checked)
  + .images
  img:nth-child(5) {
  z-index: 1;
  opacity: 0;
  transition: opacity 1s;
}

.backyard
  .slides
  .jealousy
  ul:has(input[data-layout="xl"]:checked)
  + .images
  img:first-child,
.backyard
  .slides
  .jealousy
  ul:has(input[data-layout="xl"]:checked)
  + .images
  img:nth-child(2),
.backyard
  .slides
  .jealousy
  ul:has(input[data-layout="xl"]:checked)
  + .images
  img:nth-child(3),
.backyard
  .slides
  .jealousy
  ul:has(input[data-layout="xl"]:checked)
  + .images
  img:nth-child(5) {
  z-index: 1;
  opacity: 0;
  transition: opacity 1s;
}

.backyard
  .slides
  .jealousy
  ul:has(input[data-layout="xl-10"]:checked)
  + .images
  img:first-child,
.backyard
  .slides
  .jealousy
  ul:has(input[data-layout="xl-10"]:checked)
  + .images
  img:nth-child(2),
.backyard
  .slides
  .jealousy
  ul:has(input[data-layout="xl-10"]:checked)
  + .images
  img:nth-child(3),
.backyard
  .slides
  .jealousy
  ul:has(input[data-layout="xl-10"]:checked)
  + .images
  img:nth-child(4) {
  z-index: 1;
  opacity: 0;
  transition: opacity 1s;
}

.backyard .slide.bento {
  flex-flow: row wrap;
  box-sizing: border-box;
  min-height: unset;
  padding: 3px 0 0 3px;
  gap: 3px;
}

.bento-top {
  background: linear-gradient(180deg, #fff 0, #000 50%);
}

.bento-middle {
  background: #000;
}

.bento-bottom {
  background: linear-gradient(180deg, #000 50%, #fdfdf7 100%);
}

.bento > div {
  position: relative;
  height: 620px;
  border-radius: 12px;
  overflow: hidden;
}

@media (width <= 768px) {
  .backyard .slides .jealousy ul {
    right: 3px;
    bottom: -44px;
  }

  .backyard .slides .jealousy ul li {
    padding: 8px 12px;
  }

  .backyard .slides .jealousy .images img {
    width: 130%;
  }

  .backyard .slide.bento {
    box-sizing: border-box;
  }

  .bento > div {
    height: 450px;
  }

  .bento > .bento-better-future {
    height: auto;
    padding-bottom: 34px;
    border-radius: 15px;
  }
}

.bento > .bento-high-performance {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.bento > .bento-fire-resistance {
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.bento > .bento-net-zero {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.bento > div:has(.bento-details-card) {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

@media (width <= 768px) {
  .bento > .bento-fire-resistance,
  .bento > .bento-high-performance,
  .bento > .bento-net-zero {
    border-radius: 3px;
  }

  .bento > .bento-high-performance {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .bento > .bento-net-zero {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .bento > div:has(.bento-details-card) {
    justify-content: flex-start;
  }

  .bento-better-future h1 {
    text-align: center;
  }
}

.bento-better-future {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 3px);
  background: #e7e3e1;
}

.bento img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bento > div > div {
  position: relative;
  z-index: 1;
}

.bento-better-future-card {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-height: 330px;
  padding: 24px 24px 36px;
  background: rgb(255 255 255 / 30%);
  border: 0.5px solid rgb(255 255 255 / 60%);
  border-radius: 12px;
  box-shadow: 0 0.5px 2px 0 rgb(0 0 0 / 20%);
  backdrop-filter: blur(30px) saturate(1.5);
  backdrop-filter: blur(30px) saturate(1.5);
  gap: 12px;
}

.bento-better-future-card-header {
  flex: 1;
}

@media (width <= 768px) {
  .bento-better-future-card {
    flex-direction: row;
    align-items: flex-start;
    min-height: unset;
    margin: 0 -12px 12px;
    padding: 21px 18px 30px;
  }

  .bento-better-future-card-header {
    flex: unset;
    min-width: 120px;
  }

  .bento-better-future-card-header h2 {
    white-space: nowrap;
  }

  .bento-better-future-card-header p {
    flex: 1;
  }

  .bento-better-future-card-header-more-efficient svg {
    width: 60px;
    height: 3.815em;
  }

  .bento-better-future-card-header-net-grid svg {
    width: 90px;
    height: 3.815em;
  }
}

.bento-better-future-card h2 {
  flex: 1;
}

.bento-better-future-card p {
  width: 85%;
  min-height: 4.2em;
  opacity: 0.8;
}

.bento-high-performance {
  width: calc(100% - 3px);
  background: #666;
}

.bento-high-performance .modern-grid {
  height: 100%;
}

.bento-high-performance .column-3 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.bento-high-performance-card {
  background: #f5f2de;
}

.bento-fire-resistance-card {
  color: #fff;
  background: #263db5;
}

.bento-net-zero-card {
  background: #ffbd00;
}

.bento-fire-resistance-card .color-text-80 {
  color: rgb(255 255 255 / 80%);
}

.bento-fire-resistance-card .color-text-60 {
  color: rgb(255 255 255 / 60%);
}

.bento-details-card {
  left: -57px;
  width: calc(
    var(--modern-grid-column-width) * 3 + var(--modern-grid-column-gutter) * 3
  );
  margin: auto -24px 36px;
  padding: 36px;
  border-radius: 18px;
  box-shadow: 0 0.5px 2px 0 rgb(0 0 0 / 12%);
  cursor: pointer;
}

.bento-fire-resistance .bento-details-card {
  cursor: pointer;
}

@media (width <= 1024px) {
  .bento-details-card {
    width: calc(
      var(--modern-grid-column-width) * 4 + var(--modern-grid-column-gutter) * 3
    );
  }
}

@media (width <= 768px) {
  .bento-better-future-card p {
    width: 100%;
    min-height: unset;
  }

  .bento-details-card {
    left: 0;
    width: 75%;
    margin: 0 21px 24px;
    padding: 21px;
    border-radius: 12px;
  }
}

.bento-details-card p {
  width: 90%;
}

.bento-details-card label {
  position: relative;
  display: flex;
  align-items: center;
  transition: opacity 0.4s;
  gap: 6px;
}

.bento-details-card label:has(input:checked) {
  opacity: 0.4;
}

.bento-details-card label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.bento-details-card-icon {
  position: relative;
  width: 0.7em;
  height: 0.7em;
}

.bento-details-card-icon div {
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--color-black-80);
  transition:
    transform 0.4s,
    opacity 0.2s;
}

.bento-fire-resistance-card .bento-details-card-icon div {
  background: rgb(255 255 255 / 80%);
}

.bento-details-card-icon div:first-child {
  top: 50%;
  transform: translateY(-50%);
}

.bento-details-card-icon div:last-child {
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}

input:checked + .bento-details-card-icon div:first-child {
  opacity: 0;
  transform: rotate(90deg);
}

input:checked + .bento-details-card-icon div:last-child {
  top: 50%;
  transform: translateY(-50%) rotate(0);
}

.bento-details-card ul {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  max-height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 0.4s 0.1s,
    opacity 0.4s;
  gap: 8px;
  list-style-type: none;
}

.bento-details-card label:has(input:checked) + ul {
  opacity: 1;
  transition:
    max-height 0.4s,
    opacity 0.4s 0.2s;
}

.bento-details-card li {
  padding: 8px 10% 8px 0;
  opacity: 0;
  transition: opacity 0.2s;
  border-top: var(--color-black-20) 1px solid;
}

.bento-fire-resistance-card li {
  border-top: 1px solid rgb(255 255 255 / 20%);
}

.bento-details-card li:first-child {
  margin-top: 16px;
}

.bento-details-card li:nth-last-child(4) {
  transition-delay: 0.15s;
}

.bento-details-card li:nth-last-child(3) {
  transition-delay: 0.1s;
}

.bento-details-card li:nth-last-child(2) {
  transition-delay: 50ms;
}

.bento-details-card li:last-child {
  padding-bottom: 0;
  transition-delay: 0s;
}

.bento-details-card label:has(input:checked) + ul li:first-child {
  transition-delay: 0s;
}

.bento-details-card label:has(input:checked) + ul li:nth-child(2) {
  transition-delay: 0.1s;
}

.bento-details-card label:has(input:checked) + ul li:nth-child(3) {
  transition-delay: 0.2s;
}

.bento-details-card label:has(input:checked) + ul li:nth-child(4) {
  transition-delay: 0.3s;
}

.bento-details-card label:has(input:checked) + ul li {
  opacity: 1;
  transition: opacity 0.6s;
}

.bento-fire-resistance,
.bento-net-zero {
  width: calc(50% - 3px);
}

@media (width <= 768px) {
  .bento-details-card p {
    width: 100%;
  }

  .bento-details-card li {
    padding: 12px 0 0;
  }

  .bento-details-card li:first-child {
    margin-top: 12px;
  }

  .bento-fire-resistance,
  .bento-net-zero {
    width: calc(100% - 3px);
  }
}

.bento-bottom-divider {
  position: absolute;
  left: 50%;
  width: 100px;
  height: 620px;
  margin: 0 0 0 -50px;
  padding: 0;
  background: linear-gradient(180deg, #000 99%, #fdfdf7 100%);
  border: none;
}

.configure-now {
  flex-direction: column;
  box-sizing: border-box;
  min-height: unset !important;
  aspect-ratio: 1440/552;
  padding: 0 var(--modern-grid-column-margin);
  background: #fdfdf7;
}

.socal-wildfires .configure-now {
  width: 100% !important;
}

.configure-now .modern-grid {
  height: 100%;
  padding: 0;
  background: #f7f7f0;
  border-radius: 12px;
  box-shadow: 0 0.5px 2px 0 rgb(0 0 0 / 12%);
}

.configure-now .modern-grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.configure-now h1 svg {
  width: 0.55em;
  height: auto;
  aspect-ratio: 1;
}

@media (width <= 1024px) {
  .configure-now {
    aspect-ratio: 740/390;
  }

  .configure-now .column-5 {
    position: absolute;
    top: calc(min(100vw, var(--center-column-max-width)) * 0.055);
    left: calc(min(100vw, var(--center-column-max-width)) * 0.055);
  }
}

.configure-now .column-5 > a svg {
  position: relative;
  top: -3px;
  left: 2px;
  width: auto;
  height: 0.4em;
}

@media (width <= 768px) {
  .configure-now {
    aspect-ratio: 375/435;
    padding: 0 14px;
  }

  .configure-now .modern-grid {
    padding: 30px 18px;
  }

  .configure-now .modern-grid > div {
    justify-content: flex-start;
  }

  .configure-now .modern-grid .m-column-0 {
    display: none !important;
  }

  .configure-now .column-5 > a svg {
    top: 0;
    width: auto;
    height: 0.45em;
    transform: translateY(-0.05em);
  }
}

.configure-now-not-in-ca {
  display: flex;
  gap: 12px;
}

.configure-now-not-in-ca svg {
  margin-left: 4px;
}

.configure-now .column-6,
.configure-now .modern-grid {
  position: relative;
  overflow: hidden;
}

.configure-now .modern-grid > img {
  position: absolute;
  top: 5.5vw;
  left: 3.5vw;
  width: 185vw;
  height: auto;
  pointer-events: none;
}

.socal-wildfires .configure-now .modern-grid > img {
  top: calc(min(100vw, var(--center-column-max-width)) * 0.055);
  left: calc(min(100vw, var(--center-column-max-width)) * 0.035);
  width: calc(min(100vw, var(--center-column-max-width)) * 1.85);
}

.backyard-compare {
  background: #fff;
}

.backyard-compare table {
  width: calc(100% + 40px);
}

.backyard-compare-collapsible h2 > * {
  display: none;
}

@media (width <= 1024px) {
  .configure-now-not-in-ca {
    flex-direction: column;
    gap: 0.25em;
  }

  .configure-now .modern-grid > img,
  .socal-wildfires .configure-now .modern-grid > img {
    top: calc(min(100vw, var(--center-column-max-width)) * 0.1525);
    left: calc(min(100vw, var(--center-column-max-width)) * -0.04);
    width: calc(min(100vw, var(--center-column-max-width)) * 2);
  }

  .backyard-compare-collapsible h2 > * {
    display: unset;
  }

  .backyard-compare table {
    width: 100%;
  }

  .backyard-compare table tr td {
    box-sizing: border-box;
    width: 50%;
  }

  .backyard-compare table tr td:nth-child(3n + 3) {
    display: none;
  }

  .backyard-compare table tr td:first-child {
    padding: 0 12px 0 0;
  }

  .backyard-compare table tr td:nth-child(2) {
    padding: 0 0 0 12px;
  }

  .backyard-compare-collapsible > .modern-grid:first-child .m-column-6 {
    padding-top: 8px;
    border-top: 1px solid #000;
  }

  .backyard-compare-collapsible .backyard-compare-row {
    display: none;
  }

  .backyard-compare-collapsible h2 + .spacer-50 {
    height: 24px !important;
  }

  .backyard-compare-collapsible:has(input:checked) .backyard-compare-row {
    display: grid;
  }

  .backyard-compare-collapsible:has(input:checked) h2 + .spacer-50 {
    height: 50px !important;
  }

  .backyard-compare-collapsible h2 {
    position: relative;
  }

  .backyard-compare-collapsible h2 input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }

  .backyard-compare-collapsible h2 img {
    position: absolute;
    top: 60%;
    right: 0;
    z-index: 0;
    transform: translateY(-50%) scaleY(-1);
  }

  .backyard-compare-collapsible:has(input:checked) h2 img {
    transform: translateY(-50%) scaleY(1);
  }
}

.backyard-compare-row-hidden {
  display: none;
}

.backyard-compare-row-title {
  width: calc(100% - 20px);
  padding-top: 5px;
  letter-spacing: -0.03em !important;
  border-top: 1px solid rgb(0 0 0 / 20%);
}

@media (width <= 768px) {
  .configure-now-not-in-ca {
    gap: 8px;
  }

  .configure-now .modern-grid > img {
    top: unset !important;
    bottom: -18vw !important;
    left: -72.5vw !important;
    width: 320vw !important;
  }

  .backyard-compare-row-title {
    width: 100%;
  }
}

.backyard-compare-text {
  width: 75%;
}

@media (width <= 768px) {
  .backyard-compare-text {
    width: 100%;
  }
}

.backyard-compare-text-empty {
  position: relative;
  top: 0.8em;
  width: calc(100% - 40px);
  margin: 0;
  padding: 0;
  border: none;
  appearance: none;
  border-top: 1px dashed rgb(0 0 0 / 20%);
}

.backyard-compare-header {
  position: sticky;
  top: -10px;
  z-index: 1000;
  background: #fff;
}

.backyard-compare-header img {
  width: calc(100% + 60px);
  max-width: 375px;
  transition: transform 0.2s ease-out;
  transform: translateX(-11%) scale(0.8);
  object-fit: contain;
  transform-origin: bottom left;
  will-change: transform;
}

@media (width <= 768px) {
  .backyard-compare-header {
    top: -10px;
  }

  .backyard-compare-header img {
    height: auto;
    transform: translateX(-4%) scale(0.8);
  }
}

.backyard-compare-header-sticky img {
  transform: translateX(-10%) translateY(10px) scale(0.7);
  transform-origin: bottom left;
}

.backyard-compare-header .modern-grid {
  background: #fff;
}

.backyard-compare-header-shadow {
  position: absolute;
  bottom: 0;
  left: 54%;
  z-index: -1;
  width: 80%;
  height: 5px;
  background: rgb(0 0 0 / 15%);
  border-radius: 100%;
  opacity: 0;
  transition: opacity 0.2s;
  transform: translateX(-56%);
  filter: blur(3px);
}

@media (width <= 768px) {
  .backyard-compare-header-sticky img {
    transform: translateX(-4%) translateY(10px) scale(0.8);
  }

  .backyard-compare-header-shadow {
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }
}

.backyard-compare-header-sticky .backyard-compare-header-shadow {
  opacity: 1;
}

.backyard-compare-header td {
  position: relative;
  padding-right: 24px;
}

.backyard-compare-header select {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 12px 18px;
  color: #000;
  background: rgb(0 0 0 / 3%);
  border: none;
  border-radius: 12px;
  box-shadow: 0 0.5px 2px 0 rgb(0 0 0 / 12%);
  transform: translateX(-18px);
  appearance: none;
  user-select: none;
  user-select: none;
}

.backyard-compare-header-sticky select {
  font-size: clamp(16px, 1.25vw, 18px) !important;
}

.backyard-compare-header select:hover {
  background: rgb(0 0 0 / 1.5%);
}

.backyard-compare-header select:focus {
  background: #fff;
  outline: var(--color-blue) 2px solid;
}

.backyard-compare-header svg {
  position: absolute;
  right: 62px;
  bottom: 21px;
  pointer-events: none;
}

@media (width <= 768px) {
  .backyard-compare-header select {
    padding: 10px 15px;
    transform: none;
  }

  .backyard-compare-header-sticky select {
    font-size: 14px !important;
  }

  .backyard-compare-header svg {
    right: 12px;
    bottom: 16px;
    transform: scale(0.8);
  }

  .backyard-compare-header td:first-child svg {
    right: 24px;
  }
}

.backyard-compare-header-sticky svg {
  bottom: 19px;
}

.backyard-compare-cost {
  display: inline-block;
}

@media (width <= 768px) {
  .backyard-compare-header-sticky svg {
    bottom: 15px;
  }

  .backyard-compare-header .modern-grid {
    overflow: hidden;
  }

  .backyard-compare-cost {
    display: block;
  }
}

.backyard-compare-cost-divider {
  margin: 0;
  padding: 0;
  border: none;
  appearance: none;
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.backyard-compare-cost-formula {
  display: flex;
  padding-right: 24px;
}

.backyard-compare-cost-component {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

@media (width <= 768px) {
  .backyard-compare-cost-formula {
    width: 100%;
    padding-right: 12px;
  }

  .backyard-compare-cost-component {
    position: relative;
    padding-bottom: 1.5em;
    gap: 0;
  }

  .backyard-compare-cost-component-label {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
  }
}

.backyard-compare-cost-component-value {
  padding: 6px 12px;
  background: rgb(0 0 0 / 6%);
  border-radius: 6px;
}

@media (width <= 768px) {
  .backyard-compare-cost-component-value {
    padding: 4px 6px;
  }
}

.backyard-compare-cost-plus {
  padding: 6px 8px;
}

@media (width <= 768px) {
  .backyard-compare-cost-plus {
    padding: 4px;
  }
}

.backyard-compare-unit-dimensions-note {
  display: inline-block;
  margin-top: 12px;
  padding-top: 8px;
  padding-right: 24px;
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.backyard-compare-floorplan {
  position: relative;
  display: inline-block;
}

.backyard-compare-floorplan > img {
  display: block;
  height: auto;
}

.backyard-compare-floorplan-dimension {
  position: absolute;
}

.backyard-compare-floorplan-dimension-width {
  bottom: -16px;
  width: 100%;
  height: 1px;
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.backyard-compare-floorplan-dimension-height {
  top: 0;
  right: -16px;
  width: 1px;
  height: 100%;
  border-left: 1px solid rgb(0 0 0 / 10%);
}

.backyard-compare-floorplan-dimension img {
  position: absolute;
}

.backyard-compare-floorplan-dimension-width img:first-of-type {
  top: 0;
  left: 0;
  transform: translateY(-55%) scaleX(-1);
}

.backyard-compare-floorplan-dimension-width img:last-of-type {
  top: 0;
  right: 0;
  transform: translateY(-55%);
}

.backyard-compare-floorplan-dimension-height img:first-of-type {
  top: 0;
  left: 0;
  transform: translateX(-55%);
}

.backyard-compare-floorplan-dimension-height img:last-of-type {
  bottom: 0;
  left: 0;
  transform: translateX(-55%) scaleY(-1);
}

.backyard-compare-floorplan-dimension-width span {
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
}

.backyard-compare-floorplan-dimension-height span {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}

.backyard-compare-colors-note {
  width: 66%;
}

body.faq {
  background: var(--color-biege);
}

.backyard .backyard-faq .row {
  height: unset;
  min-height: unset;
}

.backyard .backyard-faq .slide {
  flex-direction: column;
  min-height: unset;
  overflow: unset;
}

.backyard .backyard-faq .faq-top {
  display: flex;
  flex-direction: column;
}

.backyard .backyard-faq .faq-top p {
  margin-top: 0.5em;
}

.backyard .backyard-faq hr {
  width: 100%;
  height: 0;
  margin: 96px 0;
  border: none;
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.faq-sticky-content {
  position: sticky;
  top: 240px;
}

.faq-sticky-content h1 {
  position: absolute;
  top: -200px;
  transform-origin: 0 100%;
}

.backyard .backyard-faq .sidebar .menu {
  display: flex;
  flex-direction: column;
  margin: 9px 0 0;
  padding: 0;
  gap: 6px;
  list-style-type: none;
}

.backyard .backyard-faq .sidebar .menu li {
  margin-left: -18px;
  padding: 10px 18px 12px;
  font-family: 'TASA Explorer', sans-serif;
  white-space: nowrap;
  background: 0 0;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  text-overflow: ellipsis;
  user-select: none;
  user-select: none;
}

@media (hover: hover) {
  .configure-now h1 a:hover {
    opacity: 0.8;
  }

  .configure-now .column-5 > a:hover path {
    fill: var(--color-blue-white-20);
  }

  .configure-now-not-in-ca a:hover {
    color: var(--color-black-60);
    opacity: 0.8;
  }

  .backyard .backyard-faq .sidebar .menu li:hover {
    color: #000;
    background: var(--color-black-4);
    box-shadow: 0 0.5px 2px 0 rgb(0 0 0 / 12%);
  }

  .backyard .backyard-faq .sidebar .menu li.faq-menu-still-questions:hover {
    background: #fff;
    box-shadow: 0 0.5px 1px 0 rgb(0 0 0 / 12%);
  }
}

.backyard .backyard-faq .sidebar .menu li.faq-menu-still-questions {
  display: flex;
  flex-direction: column;
  margin-top: 72px;
  padding: 14px 18px;
  background: var(--color-black-4);
  border-radius: 12px;
  box-shadow: 0 0.5px 1px 0 rgb(0 0 0 / 12%);
  gap: 6px;
}

.backyard .backyard-faq .sidebar .menu li.active {
  color: #fff;
  background: #000;
}

.backyard .backyard-faq .faq-group h2 {
  position: relative;
  margin-bottom: 1em;
  pointer-events: none;
}

.backyard .backyard-faq .faq-group h2 input {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.backyard .backyard-faq .faq-group .question {
  width: 80%;
}

.backyard .backyard-faq .faq-group .question .bubble {
  display: inline-block;
  box-sizing: border-box;
  padding: 14px 24px 16px;
  font-family: 'TASA Explorer', sans-serif;
  color: #fff;
  background: #000;
  border-radius: 18px;
}

@media (width <= 768px) {
  .backyard-compare-unit-dimensions-note {
    margin-top: 8px;
    padding-top: 4px;
    padding-right: 0;
  }

  .backyard-compare-floorplan > img {
    width: 75px;
    height: auto;
  }

  td[data-layout="xl-10"] .backyard-compare-floorplan > img,
  td[data-layout="xl-8"] .backyard-compare-floorplan > img {
    width: 125px;
  }

  .backyard-compare-floorplan-dimension-width {
    bottom: -11px;
  }

  .backyard-compare-floorplan-dimension-height {
    right: -11px;
  }

  .backyard-compare-colors-note {
    width: 100%;
  }

  .backyard-compare .specs-content-colors {
    gap: 3px;
  }

  .backyard-compare
    table
    tr
    td:nth-child(2)
    .specs-content-colors-dark-bronze
    div {
    left: calc(50% - 12px);
  }

  .backyard .backyard-faq .faq-top {
    margin: 36px 0 60px;
  }

  .backyard .backyard-faq .slide .row {
    height: unset;
  }

  .backyard .backyard-faq hr {
    margin: 36px 0;
    border-top: 0;
  }

  .faq-sticky-content,
  .faq-sticky-content h1 {
    position: static;
  }

  .backyard .backyard-faq .sidebar .menu {
    display: none;
  }

  .backyard .backyard-faq .faq-group {
    background-image: url("../images/faq-up.svg");
    background-size: 0 0;
  }

  .backyard .backyard-faq .faq-group h2 {
    margin-bottom: 18px;
    padding-top: 18px;
    background-image: url("../images/faq-down.svg");
    background-position: right 75%;
    background-repeat: no-repeat;
    border-top: 1px solid rgb(0 0 0 / 10%);
    pointer-events: all;
  }

  .backyard .backyard-faq .faq-group h2:has(input:checked) {
    background-image: url("../images/faq-up.svg");
  }

  .backyard .backyard-faq .faq-group h2 input {
    display: block;
  }

  .backyard .backyard-faq .faq-group .items {
    display: none;
  }

  .backyard .backyard-faq .faq-group:has(input:checked) .items {
    display: block;
  }

  .backyard .backyard-faq .faq-group .question {
    width: 100%;
  }

  .backyard .backyard-faq .faq-group .question .bubble {
    width: calc(
      var(--modern-grid-column-width) * 5 + var(--modern-grid-column-gutter) * 4
    );
    padding: 14px 18px;
    border-radius: 12px;
  }

  .backyard .backyard-faq .faq-group .answer {
    width: calc(
      var(--modern-grid-column-width) * 5 + var(--modern-grid-column-gutter) * 4
    );
  }
}

.backyard .backyard-faq .faq-group .answer {
  width: calc(
    var(--modern-grid-column-width) * 5 + var(--modern-grid-column-gutter) * 4
  );
  margin-left: calc(
    var(--modern-grid-column-width) + var(--modern-grid-column-gutter)
  );
}

.backyard .backyard-faq .faq-group .answer .bubble {
  padding: 14px 24px 16px;
  font-family: 'TASA Explorer', sans-serif;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 0.5px 2px 0 rgb(0 0 0 / 12%);
}

.backyard .backyard-faq .faq-group .answer .bubble p {
  margin-bottom: 1em;
}

.backyard .backyard-faq .faq-group .answer .bubble p:last-child {
  margin-bottom: 0;
}

.backyard .backyard-faq .faq-group .answer .bubble ul {
  margin-left: 0;
  padding-left: 2ch;
  list-style-image: url("../images/bullet.svg");
}

.backyard .backyard-faq .faq-group .answer .bubble ul ul {
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 36px;
}

.backyard .backyard-faq .faq-group .answer .bubble ul li {
  margin-bottom: 0.5em;
}

.backyard .backyard-faq .faq-group .answer .bubble ul li:last-child {
  margin-bottom: 0;
}

.faq-bottom-still-questions {
  margin-top: 22px;
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.faq-bottom-still-questions-button {
  display: flex;
  flex-direction: column;
  padding: 14px 18px;
  background: var(--color-black-4);
  border-radius: 12px;
  box-shadow: 0 0.5px 1px 0 rgb(0 0 0 / 12%);
  cursor: pointer;
  gap: 4px;
}

.footer-nav ol {
  display: none;
  margin: 0;
  padding: 0;
  font-family: 'TASA Explorer', sans-serif;
  font-size: 12px;
  counter-reset: item;
  list-style-type: none;
}

@media (width <= 768px) {
  .backyard .backyard-faq .faq-group .answer .bubble {
    padding: 14px 18px;
    border-radius: 12px;
  }

  .backyard .backyard-faq .faq-group .answer .bubble ul {
    padding-left: 2.3ch;
  }

  .backyard .backyard-faq .spacer {
    height: 60px;
  }

  .footer-nav ol {
    width: 100%;
    margin: 0 0 0 1.45em;
    font-size: 12px;
  }
}

.backyard .footer-nav ol {
  display: block;
}

.footer-nav {
  margin-top: auto;
}

.footer-nav ol li {
  width: 90%;
  color: rgb(255 255 255 / 40%);
}

.footer-nav-variant-light ol li {
  color: rgb(0 0 0 / 40%);
}

.footer-nav ol li::before {
  margin-left: -1.45em;
  content: counter(item) ".";
  counter-increment: item;
  font-feature-settings: "tnum", "lnum";
}

.footer-nav ul {
  margin: 0;
  padding: 0;
  font-family: 'TASA Explorer', sans-serif;
  font-size: 36px !important;
  line-height: 46px !important;
  letter-spacing: -0.02em;
  list-style-type: none;
}

@media (width <= 1024px) {
  .footer-nav ul {
    font-size: 24px !important;
    line-height: 36px !important;
  }
}

.footer-nav ul li:first-child {
  display: inline-block;
  opacity: 0.4;
}

.footer-nav ul li {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer-nav ul li a {
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
}

.footer-nav-variant-light ul li a {
  color: inherit;
}

.footer-nav .footer-legal {
  align-items: end;
  padding-bottom: 3vw;
  color: rgb(255 255 255 / 60%);
}

.footer-nav-variant-light .footer-legal {
  color: rgb(0 0 0 / 40%);
}

.footer-nav .footer-legal a {
  display: inline-block;
  margin-top: 16px;
  margin-right: 16px;
  white-space: nowrap;
  color: #fff;
  opacity: 0.8;
}

.footer-nav-variant-light .footer-legal a {
  color: #000 !important;
}

.footer-nav .footer-legal:first-child {
  order: 1;
}

.footer-contact {
  z-index: 100;
  display: flex;
  flex-direction: column;
  color: inherit;
  gap: 8px;
}

.footer-nav-variant-light .footer-contact {
  color: rgb(0 0 0 / 80%);
}

@media (width <= 768px) {
  .footer-nav ul {
    margin-right: 16px;
    font-family: 'TASA Explorer', sans-serif;
    font-size: 18px !important;
    line-height: 24px !important;
    letter-spacing: 0;
  }

  .footer-contact {
    width: 100%;
  }

  .footer-contact input[type="email"] {
    font-size: 16px;
  }
}

.footer-contact-secondary {
  line-height: 150% !important;
  color: var(--color-white-60);
}

.footer-nav-variant-light .footer-contact-secondary {
  color: var(--color-black-40);
}

.footer-contact-secondary a {
  color: var(--color-white-80);
}

.footer-nav-variant-light .footer-contact-secondary a {
  color: var(--color-black-60);
}

.footer-contact button,
.footer-contact input[type="email"] {
  display: block;
  box-sizing: content-box;
  width: calc(100% - 30px);
  margin: 6px 0 0;
  padding: 15px;
  color: #fff;
  background: #333;
  border-radius: 12px;
  outline: 0;
  appearance: none;
}

.footer-nav-variant-light .footer-contact input[type="email"] {
  color: #000;
  background: rgb(0 0 0 / 3%);
  border: 1px solid rgb(0 0 0 / 10%);
}

.footer-contact input[type="email"] {
  background: rgb(255 255 255 / 10%);
  border: 1px solid rgb(255 255 255 / 10%);
}

.footer-nav-variant-light .footer-contact button {
  padding: 16px;
  color: #fff;
  background: var(--color-blue);
}

.footer-contact input[type="email"]:focus {
  box-shadow: 0 0 0 4px rgb(255 255 255 / 10%);
}

.footer-nav-variant-light .footer-contact input[type="email"]:focus {
  box-shadow: 0 0 0 4px rgb(0 150 247 / 25%);
}

.footer-contact-input {
  position: relative;
}

.footer-contact-input input[type="image"] {
  position: absolute;
  top: 45%;
  right: 14px;
  margin: 0;
  padding: 0;
  background: 0 0;
  border: none;
  appearance: none;
}

.footer-nav-variant-light .footer-contact-input input[type="image"] {
  filter: invert(100%);
}

.footer-contact-input input[type="email"]:invalid + input[type="image"] {
  opacity: 0.25;
  pointer-events: none;
}

@media (hover: hover) {
  .faq-bottom-still-questions-button:hover {
    background: #fff;
    box-shadow: 0 0.5px 1px 0 rgb(0 0 0 / 12%);
  }

  .footer-nav ul li a:hover {
    opacity: 0.75;
  }

  .footer-contact-secondary a:hover {
    color: #fff;
  }

  .footer-nav-variant-light .footer-contact-secondary a:hover {
    color: #000;
  }

  .footer-contact button:hover {
    background: var(--color-white-40);
  }

  .footer-nav-variant-light .footer-contact button:hover {
    background: var(--color-blue-white-20);
  }
}

.footer-contact-subscription {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-contact-subscription-failure .footer-contact-subscription-failure-note,
.footer-contact-subscription-success .footer-contact-subscription-success-note {
  opacity: 1;
  transition: opacity 0.4s;
}

.footer-nav-variant-light .footer-contact-subscription-success-note img {
  filter: invert(100%);
}

.footer-contact-subscription-loading input,
.footer-contact-subscription-success input {
  color: rgb(255 255 255 / 40%) !important;
}

.footer-nav-variant-light .footer-contact-subscription-loading input,
.footer-nav-variant-light .footer-contact-subscription-success input {
  color: rgb(0 0 0 / 20%) !important;
}

.footer-contact-subscription-loading input[type="image"],
.footer-contact-subscription-success input[type="image"] {
  display: none;
}

.footer-contact-subscription-success-note {
  display: flex;
  align-items: center;
  margin-top: 5px;
  opacity: 0;
  transition: opacity 0.4s;
  gap: 8px;
}

.footer-contact-subscription-failure-note {
  margin-top: 5px;
  opacity: 0;
  transition: opacity 0.4s;
}

.footer-contact-subscription .loader {
  position: absolute;
  top: 50%;
  right: 16px;
  opacity: 0;
  transition: opacity 0.4s;
  filter: invert(100%);
  pointer-events: none;
}

.footer-nav-variant-light .footer-contact-subscription .loader {
  filter: none;
}

.footer-contact-subscription-loading .loader {
  opacity: 0.6;
}

.footer-contact-status {
  position: relative;
  height: 3em;
}

.footer-contact-status > div {
  position: absolute;
  top: 0;
}

.footer-nav input:-webkit-autofill + input[type="image"],
.footer-nav input:-webkit-autofill:focus + input[type="image"] {
  filter: invert(100%);
}

.footer-nav input:-webkit-autofill + input + .loader div {
  filter: invert(100%);
}

.how-it-works {
  background: var(--color-biege);
}

.how-it-works-step {
  margin-bottom: 6px;
}

.how-it-works-step-1 {
  height: 270px;
}

@media (width <= 450px) {
  .how-it-works-step-1 {
    height: 300px;
  }
}

.how-it-works-step-2 {
  height: 250px;
}

@media (width <= 450px) {
  .how-it-works-step-2 {
    height: 185px;
  }
}

.how-it-works-step-3 {
  height: 425px;
}

@media (width <= 1024px) {
  .how-it-works-step-3 {
    height: 370px;
  }
}

@media (width <= 450px) {
  .how-it-works-step-3 {
    height: 535px;
  }
}

.how-it-works-step-4 {
  height: calc(min(100vw, var(--center-column-max-width)) * 0.375);
}

@media (width <= 1024px) {
  .how-it-works-step-4 {
    height: 305px;
  }
}

@media (width <= 450px) {
  .how-it-works-step-4 {
    height: 520px;
  }
}

.how-it-works-step-5-2 {
  height: 120px;
}

@media (width <= 1024px) {
  .how-it-works-step-5-2 {
    height: 85px;
  }
}

@media (width <= 450px) {
  .how-it-works-step-5-2 {
    height: 70px;
  }
}

.how-it-works-step-6 {
  height: 630px;
}

@media (width <= 1024px) {
  .how-it-works-step-6 {
    height: 435px;
  }
}

@media (width <= 450px) {
  .how-it-works-step-6 {
    height: 420px;
  }
}

.how-it-works-step-7 {
  height: 385px;
}

@media (width <= 1024px) {
  .how-it-works-step-7 {
    height: 250px;
  }
}

@media (width <= 450px) {
  .how-it-works-step-7 {
    height: 500px;
  }
}

.how-it-works-step-9 {
  height: calc(min(100vw, var(--center-column-max-width)) * 0.375);
}

@media (width <= 1024px) {
  .how-it-works-step-9 {
    height: 315px;
  }
}

@media (width <= 450px) {
  .how-it-works-step-9 {
    height: 560px;
  }
}

.how-it-works-step-bullet {
  position: absolute;
  top: 0;
  left: 50%;
  width: 14px;
  height: 14px;
  background: #000;
  border-radius: 100%;
  transform: translateX(-50%);
}

@media (width <= 450px) {
  .how-it-works-step-bullet {
    width: 12px;
    height: 12px;
  }
}

.how-it-works-step-line {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 6px;
  height: calc(100% - 20px);
  background: #000;
  border-radius: 7px;
  transform: translateX(-50%);
}

@media (width <= 450px) {
  .how-it-works-step-line {
    top: 18px;
    width: 5px;
  }
}

.how-it-works-step-5-2 .how-it-works-step-line {
  top: 0;
  height: 100%;
}

.how-it-works-step-8 {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/610;
  padding-top: calc(min(var(--center-column-max-width), 100vw) * 0.13);
}

.how-it-works-step-8 .how-it-works-step-line {
  top: unset;
  bottom: 0;
  height: calc(min(var(--center-column-max-width), 100vw) * 0.1);
}

@media (width <= 1024px) {
  .how-it-works-step-8 .how-it-works-step-line {
    height: 95px;
  }
}

@media (width <= 768px) {
  .how-it-works-step-8 {
    aspect-ratio: unset;
    padding-bottom: 35vw;
  }

  .how-it-works-step-8 .how-it-works-step-line {
    position: absolute;
    left: 50%;
    height: 20vw;
  }
}

.how-it-works-step-8-video {
  position: absolute;
  top: calc(min(var(--center-column-max-width), 100vw) * 0.04);
  left: calc(min(var(--center-column-max-width), 100vw) * 0.48);
  width: calc(min(var(--center-column-max-width), 100vw) * 0.26);
  height: auto;
  aspect-ratio: 375/210;
  cursor: pointer;
}

@media (width <= 768px) {
  .how-it-works-step-8-video {
    position: static;
    width: calc(100vw - var(--modern-grid-column-margin) * 2);
    margin: 16px var(--modern-grid-column-margin);
  }

  .how-it-works-welcome img {
    aspect-ratio: 375/472;
    object-fit: cover;
  }
}

.how-it-works-step-8-video-expand {
  position: absolute;
  right: 6px;
  bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: rgb(255 255 255 / 40%);
  border-radius: 4px;
  opacity: 0;
  transition:
    opacity 0.4s 0.2s,
    transform 0.4s 0.2s;
  transform: scale(0.5);
  backdrop-filter: blur(18px);
  pointer-events: none;
}

.how-it-works-step-8:has(video) .how-it-works-step-8-video-expand {
  opacity: 1;
  transform: none;
}

.how-it-works-step-8-video video {
  display: block;
  width: 100%;
  height: 100%;
  background: #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 16%);
  object-fit: cover;
}

.how-it-works-step-label {
  position: absolute;
  top: 215px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 15px;
  white-space: nowrap;
  background: var(--color-biege);
  border: 1px solid rgb(0 0 0 / 40%);
  border-radius: 12px;
  transform: translateX(-50%);
}

.how-it-works-step-3 .how-it-works-step-label {
  top: 250px;
}

@media (width <= 450px) {
  .how-it-works-step-3 .how-it-works-step-label {
    top: 450px;
  }
}

.how-it-works-step-4 .how-it-works-step-label {
  top: unset;
  bottom: calc(min(100vw, var(--center-column-max-width)) * 0.075);
}

@media (width <= 450px) {
  .how-it-works-step-4 .how-it-works-step-label {
    top: 425px;
  }
}

.how-it-works-step-6 .how-it-works-step-label {
  top: 440px;
}

@media (width <= 1024px) {
  .how-it-works-step-6 .how-it-works-step-label {
    top: 280px;
  }
}

.how-it-works-step-9 .how-it-works-step-label {
  top: unset;
  bottom: calc(min(100vw, var(--center-column-max-width)) * 0.075);
}

@media (width <= 1024px) {
  .how-it-works-step-9 .how-it-works-step-label {
    top: 200px;
  }

  .how-it-works-step-content {
    top: -11px !important;
  }
}

.how-it-works-step-content {
  position: relative;
  z-index: 1;
  width: 240px;
}

@media (width <= 450px) {
  .how-it-works-step-9 .how-it-works-step-label {
    top: 470px;
  }

  .how-it-works-step-content {
    top: -10px !important;
    width: 150px;
  }
}

.how-it-works-step-right .how-it-works-step-content {
  position: relative;
  top: -18px;
  left: 50%;
  padding-left: 28px;
}

.how-it-works-step-left .how-it-works-step-content {
  position: relative;
  top: -18px;
  left: calc(50% - 240px - 28px);
  display: inline-block;
  text-align: right;
}

.how-it-works-cta {
  background: #263db5;
}

.how-it-works-cta a,
.how-it-works-cta button {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 160px;
  padding: 18px 0 !important;
  gap: 8px;
}

.how-it-works-cta a svg {
  position: relative;
  top: 1.5px;
}

.how-it-works-cta .button-rounded-white {
  background: #fff;
}

@media (hover: hover) {
  .how-it-works-cta a:hover {
    color: rgb(255 255 255 / 80%) !important;
    background: #000 !important;
  }

  .how-it-works-cta .button-rounded-white:hover {
    color: rgb(0 0 0 / 60%) !important;
    background: #fff !important;
  }

  .how-it-works-cta a:hover svg {
    opacity: 0.8;
  }

  .expertise-floorplan-tour-button button:hover {
    color: rgb(0 0 0 / 40%);
  }

  .expertise-floorplan-tour-button button:hover svg {
    opacity: 0.8;
  }
}

.how-it-works h3 {
  position: relative;
  z-index: 1;
}

.how-it-works-step {
  position: relative;
}

.how-it-works-step-content-media {
  position: absolute;
  z-index: 0;
  background: rgb(0 0 0 / 10%);
  border-radius: 4px;
  box-shadow: 0 0.5px 2px 0 rgb(0 0 0 / 12%);
  overflow: hidden;
}

.how-it-works-step-content-media video {
  display: block;
  object-fit: cover;
}

.how-it-works-step-content-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.how-it-works-step-1 .how-it-works-step-content-media {
  top: -5em;
  right: calc(
    var(--modern-grid-column-margin) +
      var(--modern-grid-column-width-fixed-column) * 0.5
  );
  width: round(calc(min(100vw, var(--center-column-max-width)) * 0.3), 1px);
  aspect-ratio: 426/428;
  background: #fff;
  border-radius: 18px;
}

@media (width <= 1024px) {
  .how-it-works-step-1 .how-it-works-step-content-media {
    top: 8em;
    right: var(--modern-grid-column-margin);
  }
}

@media (width <= 450px) {
  .how-it-works-step-right .how-it-works-step-content {
    padding-left: 22px;
  }

  .how-it-works-step-left .how-it-works-step-content {
    left: calc(50% - 145px - 22px);
  }

  .how-it-works-step-1 .how-it-works-step-content-media {
    top: 5em;
    right: unset;
    left: calc(var(--modern-grid-column-margin) * 0.5);
    width: calc(
      var(--modern-grid-column-width) * 3 + var(--modern-grid-column-gutter) * 2
    );
  }
}

.how-it-works-step-2 .how-it-works-step-content-media {
  top: calc(100% - 5em);
  left: var(--modern-grid-column-margin);
  width: calc(min(100vw, var(--center-column-max-width)) * 0.375);
  aspect-ratio: 540/360;
}

@media (width <= 1024px) {
  .how-it-works-step-2 .how-it-works-step-content-media {
    left: calc(var(--modern-grid-column-margin) * 0.5);
    width: calc(
      min(100vw, var(--center-column-max-width)) -
        var(--modern-grid-column-margin) - (50% + 36px)
    );
  }
}

@media (width <= 450px) {
  .how-it-works-step-2 .how-it-works-step-content-media {
    top: 210%;
    z-index: 10;
    width: calc(
      var(--modern-grid-column-width) * 5 + var(--modern-grid-column-gutter) * 4
    );
  }
}

.how-it-works-step-4 .how-it-works-step-content-media {
  top: calc(min(100vw, var(--center-column-max-width)) * -0.05);
  left: calc(50% + 36px);
  width: calc(
    min(100vw, var(--center-column-max-width)) -
      var(--modern-grid-column-margin) - (50% + 36px)
  );
  aspect-ratio: 636/360;
}

@media (width <= 450px) {
  .how-it-works-step-4 .how-it-works-step-content-media {
    top: 12em;
    right: calc(var(--modern-grid-column-margin) * 0.5);
    left: unset;
    z-index: 10;
    width: calc(
      var(--modern-grid-column-width) * 5 + var(--modern-grid-column-gutter) * 4
    );
  }
}

.how-it-works-step-6 .how-it-works-step-content-media {
  top: -3em;
  left: calc(50% + 36px);
  width: calc(min(100vw, var(--center-column-max-width)) * 0.2);
  aspect-ratio: 300/400;
}

@media (width <= 450px) {
  .how-it-works-step-6 .how-it-works-step-content-media {
    top: -2em;
    right: calc(var(--modern-grid-column-margin) * 0.5);
    left: unset;
    width: calc(50% - 36px);
    aspect-ratio: 300/400;
  }
}

.how-it-works-step-7 .how-it-works-step-content-media {
  top: -5em;
  left: calc(var(--modern-grid-column-margin));
  width: calc(50% - 36px - var(--modern-grid-column-margin));
  aspect-ratio: 636/358;
}

@media (width <= 450px) {
  .how-it-works-step-7 .how-it-works-step-content-media {
    top: 14em;
    right: unset;
    left: calc(var(--modern-grid-column-margin) * 0.5);
    width: calc(
      var(--modern-grid-column-width) * 5 + var(--modern-grid-column-gutter) * 5
    );
  }

  .how-it-works-step-7 .how-it-works-step-content-media video {
    aspect-ratio: 280/190 !important;
  }
}

.how-it-works-step-9 .how-it-works-step-content-media {
  top: -5em;
  left: calc(var(--modern-grid-column-margin));
  width: calc(50% - 36px - var(--modern-grid-column-margin));
  aspect-ratio: 636/392;
}

.how-it-works-welcome img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.how-it-works-welcome {
  position: relative;
  color: #fff;
}

.how-it-works-welcome h5 {
  position: absolute;
  top: 30%;
  left: calc(
    var(--modern-grid-column-width-fixed-column) +
      var(--modern-grid-column-gutter)
  );
  z-index: 2;
}

@media (width <= 768px) {
  .how-it-works-welcome h5 {
    position: static;
    text-align: center;
    color: #000;
  }
}

.how-it-works-welcome p {
  position: absolute;
  top: 36%;
  right: 24px;
  z-index: 2;
}

@media (width <= 768px) {
  .how-it-works-welcome p {
    position: static;
    text-align: center;
    color: #000;
  }
}

.how-it-works-welcome a {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: flex;
  height: 60px;
  background: rgb(255 255 255 / 90%);
}

.how-it-works-welcome a img {
  width: 48px;
  height: 48px;
}

.how-it-works-factory {
  position: relative;
}

.how-it-works-factory-text {
  position: absolute;
  top: 42px;
  left: calc(var(--modern-grid-column-margin) + 42px);
  box-sizing: border-box;
  width: 300px;
  padding: 30px;
  background: rgb(255 255 255 / 90%);
  border-radius: 12px;
  box-shadow: 0 0.5px 2px 0 rgb(0 0 0 / 12%);
  backdrop-filter: blur(18px);
}

@media (width <= 1024px) {
  .how-it-works-factory-text {
    top: 24px;
    left: calc(var(--modern-grid-column-margin) + 24px);
    padding: 24px;
  }
}

@media (width <= 450px) {
  .how-it-works-step-9 .how-it-works-step-content {
    position: relative;
    top: -18px;
    right: unset;
    left: calc(50% - 145px - 22px - 24px);
    display: inline-block;
    text-align: right;
  }

  .how-it-works-step-9 .how-it-works-step-content-media {
    top: 35%;
    right: calc(var(--modern-grid-column-margin) * 0.5);
    left: unset;
    width: calc(
      var(--modern-grid-column-width) * 5 + var(--modern-grid-column-gutter) * 5
    );
    aspect-ratio: 282/206;
  }

  .how-it-works-factory video {
    aspect-ratio: 350/270;
    object-fit: cover;
  }

  .how-it-works-factory-text {
    position: static;
    box-sizing: border-box;
    width: 300px;
    padding: 12px;
    background: 0 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
  }
}

.how-it-works-step-8-text {
  position: absolute;
  right: var(--modern-grid-column-margin);
  bottom: 85%;
  width: calc(
    var(--modern-grid-column-width-fixed-column) * 2 +
      var(--modern-grid-column-gutter)
  );
}

@media (width <= 1024px) {
  .how-it-works-step-8-text {
    top: calc(min(var(--center-column-max-width), 100vw) * 0.035);
    left: calc(
      var(--modern-grid-column-margin) +
        var(--modern-grid-column-width-fixed-column) * 1 +
        var(--modern-grid-column-gutter) * 1
    );
    width: calc(
      var(--modern-grid-column-width-fixed-column) * 4 +
        var(--modern-grid-column-gutter) * 3
    );
  }

  .how-it-works-welcome a {
    left: unset !important;
  }
}

@media (width <= 450px) {
  .how-it-works-step-8-text {
    position: absolute;
    top: unset;
    bottom: 35vw;
    left: 0;
    width: calc(
      var(--modern-grid-column-width-fixed-column) * 5 +
        var(--modern-grid-column-gutter) * 5
    );
    margin: 0 var(--modern-grid-column-margin);
    transform: translateY(100%);
  }
}

.backyard.expertise,
.backyard.expertise-index {
  background: #fff;
}

.backyard.expertise-xl-10 {
  background: #f7f7f0;
}

.expertise-header-image {
  background: rgb(0 0 0 / 10%);
}

.expertise-header-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--modern-grid-column-margin);
}

@media (width <= 768px) {
  .how-it-works-welcome a {
    left: 24px !important;
    height: 72px;
    padding-left: 78px;
  }

  .how-it-works-welcome a img {
    width: 60px;
    height: 60px;
  }

  .how-it-works-welcome a svg {
    transform: translateY(-1px);
  }

  .expertise-header-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .expertise-header-content-subtitle p {
    display: inline;
  }

  .expertise-navigation {
    box-sizing: border-box;
    max-width: calc(100% + 48px);
    margin: 0 -24px;
    padding: 0 24px 3px;
    overflow: auto;
  }
}

.expertise-navigation {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 12px;
  scrollbar-width: none;
}

.expertise-navigation::-webkit-scrollbar {
  display: none;
}

.expertise-intro {
  display: flex;
  flex-direction: column;
  aspect-ratio: 1440/1037;
  background: #fff;
}

@media (width <= 768px) {
  .expertise-intro {
    aspect-ratio: 375/513;
  }

  .expertise-studio .expertise-intro {
    aspect-ratio: 375/603 !important;
  }
}

.expertise-onebed .expertise-intro,
.expertise-twobed .expertise-intro {
  aspect-ratio: 1440/918;
}

.expertise-intro-container {
  flex: 1;
}

.expertise-intro .column-5,
.expertise-intro .modern-grid {
  height: 100%;
}

.expertise-intro .column-5 {
  position: relative;
  z-index: 0;
}

.expertise-intro .column-5 img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgb(0 0 0 / 10%);
  object-fit: cover;
}

.expertise-studio .expertise-intro .column-5 img {
  width: calc(
    var(--modern-grid-column-width) * 5 + var(--modern-grid-column-gutter) * 4
  );
}

@media (width <= 768px) {
  .expertise-onebed .expertise-intro,
  .expertise-twobed .expertise-intro {
    aspect-ratio: 375/568 !important;
  }

  .expertise-xl .expertise-intro {
    aspect-ratio: 375/638 !important;
  }

  .expertise-xl-10 .expertise-intro {
    aspect-ratio: 375/600 !important;
  }

  .expertise-studio .expertise-intro .column-5 img {
    width: calc(
      var(--modern-grid-column-width) * 4 + var(--modern-grid-column-gutter) * 3
    );
  }
}

.expertise-onebed .expertise-intro .column-5 img {
  width: calc(
    var(--modern-grid-column-width) * 7 + var(--modern-grid-column-gutter) * 7
  );
}

@media (width <= 768px) {
  .expertise-onebed .expertise-intro .column-5 img {
    width: calc(
      var(--modern-grid-column-width) * 4 + var(--modern-grid-column-gutter) * 3
    );
  }
}

.expertise-twobed .expertise-intro .column-5 img {
  width: calc(
    var(--modern-grid-column-width) * 7 + var(--modern-grid-column-gutter) * 7
  );
}

.expertise-intro-text {
  z-index: 1 !important;
  font-family: 'TASA Explorer', sans-serif;
  font-size: clamp(24px, 2.5vw, 100px);
  line-height: 110%;
  letter-spacing: -0.02em;
}

.expertise-floorplan,
.expertise-xl-10 .expertise-intro {
  background: #f7f7f0;
}

.expertise-xl-10 .expertise-floorplan {
  background: #fff;
}

.expertise-floorplan-dimensions {
  position: relative;
  display: inline-block;
}

.expertise-dimension {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(166 173 171 / 50%);
}

.expertise-dimension img {
  position: absolute;
}

.expertise-dimension-horizontal {
  bottom: -24px;
  width: 100%;
  height: 1px;
}

.expertise-dimension-horizontal div {
  transform: translateY(1.5em);
}

.expertise-dimension-horizontal img:first-of-type {
  left: 0;
  transform: scaleX(-1);
}

.expertise-dimension-horizontal img:last-of-type {
  right: 0;
}

.expertise-dimension-vertical {
  top: 0;
  right: -24px;
  width: 1px;
  height: 100%;
}

.expertise-dimension-vertical div {
  transform: translateX(1.5em);
}

.expertise-dimension-vertical img:first-of-type {
  top: -1px;
}

.expertise-dimension-vertical img:last-of-type {
  bottom: -1px;
  transform: scaleY(-1);
}

.expertise-floorplan-dimensions-image {
  position: relative;
  display: inline-block;
  width: 66vw;
  height: auto;
  cursor: pointer;
}

.expertise-studio .expertise-floorplan-dimensions-image {
  width: 50vw;
  aspect-ratio: 620/320;
}

@media (width <= 768px) {
  .expertise-twobed .expertise-intro .column-5 img,
  .expertise-xl .expertise-intro .column-5 img {
    width: calc(
      var(--modern-grid-column-width) * 4 + var(--modern-grid-column-gutter) * 3
    );
  }

  .expertise-xl-10 .expertise-intro .column-5 img {
    width: calc(
      var(--modern-grid-column-width) * 4 + var(--modern-grid-column-gutter) * 5
    );
    aspect-ratio: 230/280;
  }

  .expertise-intro-text {
    font-size: clamp(18px, 8vw, 100px);
  }

  .expertise-floorplan-dimensions-image {
    width: 200px;
    height: auto;
  }

  .expertise-studio .expertise-floorplan-dimensions-image {
    aspect-ratio: 190/360;
  }
}

.expertise-onebed .expertise-floorplan-dimensions-image {
  aspect-ratio: 570/230;
}

@media (width <= 768px) {
  .expertise-onebed .expertise-floorplan-dimensions-image {
    aspect-ratio: 260/640;
  }
}

.expertise-twobed .expertise-floorplan-dimensions-image {
  aspect-ratio: 790/250;
}

@media (width <= 768px) {
  .expertise-twobed .expertise-floorplan-dimensions-image {
    aspect-ratio: 160/510;
  }
}

.expertise-xl .expertise-floorplan-dimensions-image {
  width: 50vw;
  aspect-ratio: 655/510;
}

@media (width <= 768px) {
  .expertise-xl .expertise-floorplan-dimensions-image {
    width: 70vw;
    height: auto;
    aspect-ratio: 510/655;
  }
}

.expertise-xl-10 .expertise-floorplan-dimensions-image {
  width: 50vw;
  aspect-ratio: 770/505;
}

.expertise-floorplan-dimensions-image img {
  position: absolute;
  width: auto;
  height: 100%;
}

.expertise-xl .expertise-floorplan-download,
.expertise-xl-10 .expertise-floorplan-download {
  display: none;
}

.expertise-floorplan-download a {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.expertise-floorplan-tour-button {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transform: translateY(-7px);
}

@media (width <= 768px) {
  .expertise-xl-10 .expertise-floorplan-dimensions-image {
    width: 70vw;
    height: auto;
    aspect-ratio: 300/455;
  }

  .expertise-floorplan-tour-button {
    align-items: center;
    transform: none;
  }
}

.expertise-floorplan-tour-button button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 21px;
  background: #fff;
  border-radius: 100px;
  box-shadow:
    0 0 0 1px rgb(0 0 0 / 2%),
    0 4px 12px 0 rgb(0 0 0 / 8%);
  backdrop-filter: blur(12px);
  gap: 8px;
}

.expertise-interior {
  position: relative;
  aspect-ratio: 1440/880;
  color: #fff;
}

.expertise-interior h1 {
  position: absolute;
  top: 0;
  left: 11%;
  font-family: 'TASA Explorer', sans-serif;
  font-size: 4.16vw;
  line-height: 110%;
  letter-spacing: -0.02em;
}

.expertise-interior img {
  aspect-ratio: 1440/880;
  background: rgb(0 0 0 / 10%);
  object-fit: cover;
}

.expertise-interior .modern-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.expertise .interior-carousel-cards-card {
  min-width: unset;
}

.expertise .interior-carousel-cards-card-images {
  aspect-ratio: unset;
}

.expertise .interior-carousel-cards-card-images img {
  position: static;
  width: auto;
  min-width: 100%;
  height: 580px;
  background: rgb(0 0 0 / 10%);
  object-fit: cover;
}

@media (width <= 768px) {
  .expertise-interior {
    aspect-ratio: 375/456;
  }

  .expertise-interior h1 {
    left: 6.4%;
    font-size: 9.6vw;
  }

  .expertise-interior img {
    aspect-ratio: 375/456;
  }

  .expertise .interior-carousel-cards-card {
    min-width: calc(
      var(--modern-grid-column-width) * 6 + var(--modern-grid-column-gutter) * 5
    );
  }

  .expertise .interior-carousel-cards-card-images img {
    width: 100%;
    height: auto;
    aspect-ratio: 745/556;
  }

  .expertise .interior-carousel-cards-card p {
    width: 90%;
  }
}

.expertise-collage {
  position: relative;
  aspect-ratio: 1440/1917;
  background: #f7f7f0;
}

@media (width <= 768px) {
  .expertise-collage {
    aspect-ratio: 375/732;
  }

  .expertise-studio .expertise-collage {
    aspect-ratio: 375/735 !important;
  }

  .expertise-onebed .expertise-collage {
    aspect-ratio: 375/657 !important;
  }

  .expertise-twobed .expertise-collage {
    aspect-ratio: 375/650 !important;
  }

  .expertise-xl-10 .expertise-collage {
    aspect-ratio: 375/520 !important;
    overflow: hidden;
  }
}

.expertise-studio .expertise-collage {
  aspect-ratio: 1440/2000;
}

.expertise-twobed .expertise-collage {
  aspect-ratio: 1440/1923;
}

.expertise-xl .expertise-collage {
  aspect-ratio: 1440/1753;
}

@media (width <= 768px) {
  .expertise-xl .expertise-collage {
    aspect-ratio: 375/745;
  }
}

.expertise-xl-10 .expertise-collage {
  aspect-ratio: 1440/1621;
}

.expertise-collage > * {
  position: absolute;
}

.expertise-collage img {
  background: rgb(0 0 0 / 10%);
  object-fit: cover;
}

.expertise-collage-text {
  top: 5%;
  left: calc(
    var(--modern-grid-column-width) + var(--modern-grid-column-gutter) +
      var(--modern-grid-column-margin)
  );
  z-index: 2;
  width: calc(
    var(--modern-grid-column-width) * 7 + var(--modern-grid-column-gutter) * 6
  );
  font-family: 'TASA Explorer', sans-serif;
  font-size: clamp(40px, 4.16vw, 100px);
  line-height: 110%;
  letter-spacing: -0.02em;
}

@media (width <= 768px) {
  .expertise-collage-text {
    top: 7%;
    left: var(--modern-grid-column-margin);
    width: calc(
      var(--modern-grid-column-width) * 6 + var(--modern-grid-column-gutter) * 5
    ) !important;
    font-size: clamp(15px, 6.4vw, 60px);
    line-height: 125%;
  }
}

.expertise-collage-text-xl {
  z-index: 10;
  width: calc(
    var(--modern-grid-column-width) * 7 + var(--modern-grid-column-gutter) * 7
  );
}

.expertise-collage-text-xl-10 {
  width: calc(
    var(--modern-grid-column-width) * 7 + var(--modern-grid-column-gutter) * 7
  );
}

.expertise-collage-image-one-studio {
  top: 35%;
  left: var(--modern-grid-column-margin);
  width: calc(
    var(--modern-grid-column-width) * 6 + var(--modern-grid-column-gutter) * 5
  );
  height: auto;
  aspect-ratio: 654/858;
}

@media (width <= 768px) {
  .expertise-collage-image-one-studio {
    top: 29%;
    left: 47%;
    width: 49%;
    height: auto;
    aspect-ratio: 185/246;
  }
}

.expertise-collage-image-one-onebed {
  top: 30%;
  left: var(--modern-grid-column-margin);
  z-index: 1;
  width: calc(
    var(--modern-grid-column-width) * 6 + var(--modern-grid-column-gutter) * 5
  );
  height: auto;
  aspect-ratio: 654/876;
}

@media (width <= 768px) {
  .expertise-collage-image-one-onebed {
    top: 41%;
    left: var(--modern-grid-column-margin);
    width: calc(
      var(--modern-grid-column-width) * 3 + var(--modern-grid-column-gutter) * 2
    );
    height: auto;
    aspect-ratio: 156/210;
  }
}

.expertise-collage-image-one-twobed {
  top: 44%;
  left: var(--modern-grid-column-margin);
  width: calc(
    var(--modern-grid-column-width) * 4 + var(--modern-grid-column-gutter) * 3
  );
  height: auto;
  aspect-ratio: 428/572;
}

@media (width <= 768px) {
  .expertise-collage-image-one-twobed {
    top: 50%;
    left: var(--modern-grid-column-margin);
    width: calc(
      var(--modern-grid-column-width) * 2 + var(--modern-grid-column-gutter) * 1
    );
    height: auto;
    aspect-ratio: 100/133;
  }
}

.expertise-collage-image-one-xl {
  top: 28%;
  left: var(--modern-grid-column-margin);
  z-index: 1;
  width: calc(
    var(--modern-grid-column-width) * 4 + var(--modern-grid-column-gutter) * 3
  );
  height: auto;
  aspect-ratio: 428/572;
}

@media (width <= 768px) {
  .expertise-collage-image-one-xl {
    top: 43%;
    left: var(--modern-grid-column-margin);
    z-index: 2;
    width: calc(
      var(--modern-grid-column-width) * 3 + var(--modern-grid-column-gutter) * 1
    );
    height: auto;
    aspect-ratio: 156/210;
  }
}

.expertise-collage-image-one-xl-10 {
  top: 42%;
  left: var(--modern-grid-column-margin);
  width: calc(
    var(--modern-grid-column-width) * 6 + var(--modern-grid-column-gutter) * 5
  );
  height: auto;
  aspect-ratio: 654/870;
}

@media (width <= 768px) {
  .expertise-collage-image-one-xl-10 {
    top: 52%;
    left: var(--modern-grid-column-margin);
    z-index: 2;
    width: calc(
      var(--modern-grid-column-width) * 3 + var(--modern-grid-column-gutter) * 2
    );
    height: auto;
    aspect-ratio: 158/210;
  }
}

.expertise-collage-image-two-studio {
  top: 22.5%;
  left: calc(
    var(--modern-grid-column-margin) + var(--modern-grid-column-width) * 7 +
      var(--modern-grid-column-gutter) * 7
  );
  width: calc(
    var(--modern-grid-column-width) * 5 + var(--modern-grid-column-gutter) * 4
  );
  height: auto;
  aspect-ratio: 541/723;
}

@media (width <= 768px) {
  .expertise-collage-image-two-studio {
    top: 47.5%;
    left: var(--modern-grid-column-margin);
    z-index: 1;
    width: 36.8%;
    height: auto;
    aspect-ratio: 138/185;
  }
}

.expertise-collage-image-two-onebed {
  top: 20%;
  right: var(--modern-grid-column-margin);
  width: calc(
    var(--modern-grid-column-width) * 5 + var(--modern-grid-column-gutter) * 4
  );
  height: auto;
  aspect-ratio: 541/714;
}

@media (width <= 768px) {
  .expertise-collage-image-two-onebed {
    top: 27%;
    right: var(--modern-grid-column-margin);
    width: calc(
      var(--modern-grid-column-width) * 3 + var(--modern-grid-column-gutter) * 2
    );
    height: auto;
    aspect-ratio: 156/205;
  }
}

.expertise-collage-image-two-twobed {
  top: 16%;
  right: var(--modern-grid-column-margin);
  left: unset;
  width: calc(
    var(--modern-grid-column-width) * 6 + var(--modern-grid-column-gutter) * 5
  );
  height: auto;
  aspect-ratio: 651/928;
}

@media (width <= 768px) {
  .expertise-collage-image-two-twobed {
    top: 26%;
    right: var(--modern-grid-column-gutter);
    left: unset;
    width: calc(
      var(--modern-grid-column-width) * 3 + var(--modern-grid-column-gutter) * 4
    );
    height: auto;
    aspect-ratio: 169/241;
  }
}

.expertise-collage-image-two-xl {
  top: 25%;
  right: var(--modern-grid-column-margin);
  left: unset;
  width: calc(
    var(--modern-grid-column-width) * 6 + var(--modern-grid-column-gutter) * 5
  );
  height: auto;
  aspect-ratio: 654/873;
}

@media (width <= 768px) {
  .expertise-collage-image-two-xl {
    top: 28.5%;
    right: var(--modern-grid-column-gutter);
    left: unset;
    width: calc(
      var(--modern-grid-column-width) * 3 + var(--modern-grid-column-gutter) * 4
    );
    height: auto;
    aspect-ratio: 169/225;
  }
}

.expertise-collage-image-two-xl-10 {
  top: 16%;
  left: calc(
    var(--modern-grid-column-width) * 6 + var(--modern-grid-column-gutter) * 6 +
      var(--modern-grid-column-margin)
  );
  width: calc(
    var(--modern-grid-column-width) * 6 + var(--modern-grid-column-gutter) * 5
  );
  height: auto;
  aspect-ratio: 654/495;
}

@media (width <= 768px) {
  .expertise-collage-image-two-xl-10 {
    top: 26%;
    left: calc(
      var(--modern-grid-column-margin) + var(--modern-grid-column-width) * 3 +
        var(--modern-grid-column-gutter) * 3
    );
    width: calc(
      var(--modern-grid-column-width) * 3 + var(--modern-grid-column-gutter) * 3
    );
    height: auto;
    aspect-ratio: 169/137;
  }
}

.expertise-collage-image-three-studio {
  top: 62.5%;
  left: calc(
    var(--modern-grid-column-margin) + var(--modern-grid-column-width) * 6 +
      var(--modern-grid-column-gutter) * 6
  );
  width: calc(
    var(--modern-grid-column-width) * 4 + var(--modern-grid-column-gutter) * 3
  );
  height: auto;
  aspect-ratio: 427/641;
}

@media (width <= 768px) {
  .expertise-collage-image-three-studio {
    top: 68%;
    left: 47%;
    width: 30%;
    height: auto;
    aspect-ratio: 115/174;
  }
}

.expertise-collage-image-three-onebed {
  top: 69%;
  left: calc(
    var(--modern-grid-column-margin) + var(--modern-grid-column-width) * 5 +
      var(--modern-grid-column-gutter) * 5
  );
  width: calc(
    var(--modern-grid-column-width) * 6 + var(--modern-grid-column-gutter) * 5
  );
  height: auto;
  aspect-ratio: 654/470;
}

@media (width <= 768px) {
  .expertise-collage-image-three-onebed {
    top: 67%;
    right: var(--modern-grid-column-margin);
    left: unset;
    width: calc(
      var(--modern-grid-column-width) * 4 + var(--modern-grid-column-gutter) * 3
    );
    height: auto;
    aspect-ratio: 213/153;
  }
}

.expertise-collage-image-three-twobed {
  top: 61.5%;
  left: calc(
    var(--modern-grid-column-margin) + var(--modern-grid-column-width) * 4 +
      var(--modern-grid-column-gutter) * 4
  );
  z-index: 1;
  width: calc(
    var(--modern-grid-column-width) * 5 + var(--modern-grid-column-gutter) * 4
  );
  height: auto;
  aspect-ratio: 539/672;
}

@media (width <= 768px) {
  .expertise-collage-image-three-twobed {
    top: 62%;
    left: calc(
      var(--modern-grid-column-margin) + var(--modern-grid-column-width) * 2 +
        var(--modern-grid-column-gutter) * 2
    );
    width: calc(
      var(--modern-grid-column-width) * 3 + var(--modern-grid-column-gutter) * 2
    );
    height: auto;
    aspect-ratio: 158/194;
  }
}

.expertise-collage-image-three-xl {
  top: 68%;
  left: calc(
    var(--modern-grid-column-margin) + var(--modern-grid-column-width) * 1 +
      var(--modern-grid-column-gutter) * 1
  );
  z-index: 1;
  width: calc(
    var(--modern-grid-column-width) * 6 + var(--modern-grid-column-gutter) * 5
  );
  height: auto;
  aspect-ratio: 653/489;
}

@media (width <= 768px) {
  .expertise-collage-image-three-xl {
    top: 68%;
    left: calc(
      var(--modern-grid-column-margin) + var(--modern-grid-column-width) * 1 +
        var(--modern-grid-column-gutter) * 1
    );
    width: calc(
      var(--modern-grid-column-width) * 4 + var(--modern-grid-column-gutter) * 3
    );
    height: auto;
    aspect-ratio: 214/161;
  }
}

.expertise-collage-image-three-xl-10 {
  top: 61%;
  left: calc(
    var(--modern-grid-column-width) * 7 + var(--modern-grid-column-gutter) * 6 +
      var(--modern-grid-column-margin)
  );
  width: calc(
    var(--modern-grid-column-width) * 4 + var(--modern-grid-column-gutter) * 3
  );
  height: auto;
  aspect-ratio: 427/320;
}

.expertise-doorway-container {
  background: #fdfdf7;
}

.expertise-doorway {
  display: flex;
  gap: var(--modern-grid-column-gutter);
}

@media (width <= 768px) {
  .expertise-collage-image-three-xl-10 {
    top: 61%;
    right: var(--modern-grid-column-margin);
    left: unset;
    width: calc(
      var(--modern-grid-column-width) * 3 + var(--modern-grid-column-gutter) * 2
    );
    height: auto;
    aspect-ratio: 157/118;
  }

  .expertise-doorway {
    flex-direction: column;
    gap: 0;
  }

  .expertise-doorway .doorway-item {
    aspect-ratio: 351/234;
  }
}

.expertise-doorway .doorway-item {
  flex: 1;
}

.expertise-specs {
  background: #fdfdf7;
}

.expertise-specs-table {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--modern-grid-column-gutter) * 2);
}

.expertise-specs-table-group {
  width: calc((100% - var(--modern-grid-column-gutter) * 6) / 4);
}

@media (width <= 768px) {
  .expertise-specs-table {
    gap: 0;
  }

  .expertise-specs-table-group {
    width: 100% !important;
  }

  .expertise-specs-table-group .type-14,
  .expertise-specs-table-group .type-18 {
    display: inline;
  }

  .expertise-specs-table-group .type-18 + .type-14 {
    margin-left: 4px;
  }

  .expertise-specs-table-collapsible-content {
    display: none;
  }

  .expertise-specs-table-collapsible:has(input:checked)
    + .expertise-specs-table-collapsible-content {
    display: block;
  }

  .expertise-specs-table-collapsible:has(input:checked) img {
    transform: none;
  }
}

@media (width <= 1350px) {
  .expertise-specs-table-group {
    width: calc((100% - var(--modern-grid-column-gutter) * 6) / 2);
  }
}

.expertise-specs-table-section {
  padding-top: 8px;
  border-top: 1px solid rgb(0 0 0 / 20%);
}

.expertise-specs-table-collapsible {
  position: relative;
}

.expertise-specs-table-collapsible input {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.expertise-specs-table-collapsible img {
  position: absolute;
  top: 35%;
  right: var(--modern-grid-column-margin);
  transform: scaleY(-1);
}

.expertise-specs-table-collapsible hr {
  width: 100%;
  margin: 0 0 8px;
  padding: 0;
  border: none;
  appearance: none;
  border-top: 1px solid #000;
}

.expertise-basement {
  background: #fdfdf7;
}

.expertise-specs .specs-content-colors {
  gap: 12px;
}

.expertise-specs .specs-content-colors > div {
  aspect-ratio: 1;
}

.segue .models-overview-header {
  margin: 0 -10vw;
  padding: 0 10vw;
}

.backyard .slide.models-overview-header {
  display: block;
  min-height: unset;
  color: #fff;
  background: #000;
}

.backyard .slide.models-lineup {
  flex-direction: column;
  min-height: unset;
  background: #fff;
}

.models-lineup-scroll {
  padding-bottom: 4px;
  overflow: auto;
  scrollbar-color: transparent;
  scrollbar-width: none;
}

.models-lineup-scroll::-webkit-scrollbar {
  display: none;
}

.models-lineup-scroll-container {
  display: flex;
  width: 2310px;
  padding: 0
    calc(
      var(--modern-grid-column-margin) +
        var(--modern-grid-column-width-fixed-column) - 6px +
        (100vw - var(--center-column-max-width)) * 0.5
    );
}

@media (width <= 1600px) {
  .models-lineup-scroll-container {
    padding: 0
      calc(
        var(--modern-grid-column-margin) + var(--modern-grid-column-width) - 6px
      );
  }
}

@media (width <= 768px) {
  .models-lineup-scroll {
    scroll-snap-type: x mandatory;
  }

  .models-lineup-scroll-container {
    padding: 0;
  }
}

.models-lineup-scroll-model {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-width: 385px;
  min-height: 485px;
  padding: 0 30px 12px;
  border-left: 1px solid rgb(0 0 0 / 20%);
  scroll-snap-align: center;
}

@media (width <= 1024px) {
  .models-lineup-scroll-model {
    min-width: 350px;
    max-width: 350px;
  }

  .models-lineup-scroll-model:first-child {
    padding-left: 22px;
  }
}

.models-lineup-scroll-model:first-child {
  border-left: 1px solid transparent;
}

.models-lineup-scroll-model-cant-decide {
  border-left: none;
}

@media (width <= 768px) {
  .models-lineup-scroll-model {
    min-width: unset;
    max-width: calc(100vw - 50px);
    min-height: 454px;
  }

  .models-lineup-scroll-model-cant-decide {
    min-width: calc(100vw - 50px);
    padding: 0 !important;
  }
}

.models-lineup-scroll-model-cant-decide-container {
  position: relative;
  height: 100%;
  background: rgb(0 0 0 / 5%);
  border-radius: 12px;
  overflow: hidden;
}

.models-lineup-scroll-model-cant-decide-container img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.models-lineup-scroll-model-cant-decide-container h4 {
  position: absolute;
  top: 36px;
  left: 36px;
  z-index: 10;
}

.models-lineup-scroll-model-cant-decide-container button {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.models-lineup-scroll-model-label {
  padding: 4px 9px;
  border: 1px solid #000;
  border-radius: 6px;
  align-self: flex-start;
}

.models-lineup-scroll-model-subtitle span {
  margin: 0 4px;
  color: var(--color-black-20);
}

.models-lineup-scroll-model-elevation {
  flex: 1;
}

.models-lineup-scroll-model-elevation img {
  width: calc(100% + 60px);
  transform: translateX(-30px);
  object-fit: contain;
}

.models-lineup-scroll-model-actions {
  display: flex;
  gap: 8px;
}

.models-lineup-collage-section {
  display: block !important;
  min-height: unset !important;
  background: #f7f7f0;
}

.models-lineup-collage {
  position: relative;
  display: block;
  min-height: unset;
  aspect-ratio: 1440/990;
  background: #f7f7f0;
}

@media (width <= 1024px) {
  .models-lineup-collage {
    aspect-ratio: 1440/1100;
  }
}

.models-lineup-collage h1 {
  position: absolute;
  top: 6%;
  right: var(--modern-grid-column-margin);
  width: calc(
    var(--modern-grid-column-width-fixed-column) * 4 +
      var(--modern-grid-column-gutter) * 3
  );
  font-family: 'TASA Explorer', sans-serif;
  font-size: calc(max(100vw, var(--center-column-max-width)) * 0.033);
  line-height: 112%;
  letter-spacing: -0.03em;
}

@media (width <= 768px) {
  .models-lineup-scroll-model-elevation img {
    transform: translateX(-30px) translateY(20px);
  }

  .models-lineup-collage {
    aspect-ratio: 375/720;
  }

  .models-lineup-collage h1 {
    top: 7.5%;
    left: var(--modern-grid-column-margin);
    width: calc(
      var(--modern-grid-column-width-fixed-column) * 6 +
        var(--modern-grid-column-gutter) * 5
    );
    font-size: calc(max(100vw, var(--center-column-max-width)) * 0.112);
  }
}

.models-lineup-collage > img {
  position: absolute;
  top: 16%;
  left: 0;
  width: calc(
    var(--modern-grid-column-margin) +
      var(--modern-grid-column-width-fixed-column) * 8 +
      var(--modern-grid-column-gutter) * 7
  );
  height: auto;
}

@media (width <= 768px) {
  .models-lineup-collage > img {
    top: 28%;
    left: calc(var(--modern-grid-column-margin) * 0.5);
    width: calc(
      var(--modern-grid-column-margin) * 0.5 +
        var(--modern-grid-column-width-fixed-column) * 5 +
        var(--modern-grid-column-gutter) * 4
    );
    height: auto;
  }
}

.models-lineup-collage div {
  position: absolute;
  top: 63%;
  right: var(--modern-grid-column-margin);
  width: calc(
    var(--modern-grid-column-width-fixed-column) * 4 +
      var(--modern-grid-column-gutter) * 3
  );
  height: auto;
  aspect-ratio: 428/280;
}

@media (width <= 768px) {
  .models-lineup-collage div {
    top: 48%;
    right: calc(var(--modern-grid-column-margin) * 0.5);
    width: calc(
      var(--modern-grid-column-margin) * 0.5 +
        var(--modern-grid-column-width-fixed-column) * 3 +
        var(--modern-grid-column-gutter) * 3
    );
    height: auto;
    aspect-ratio: 191/125;
  }
}

.models-lineup-collage div img {
  width: 100%;
  height: 100%;
}

.models-lineup-collage p {
  position: absolute;
  bottom: 100%;
  width: calc(
    var(--modern-grid-column-width-fixed-column) * 3 +
      var(--modern-grid-column-gutter) * 2
  );
  margin-bottom: 24px !important;
}

.models-lineup-compare-link {
  display: flex;
  align-items: center;
  gap: 0.4em;
}

.models-lineup-compare-link svg {
  transform: translateY(3px);
}

.models-lineup-compare-link:hover svg {
  opacity: 0.8;
}

.specs-content-colors {
  display: flex;
  gap: 12px;
}

@media (width <= 768px) {
  .models-lineup-collage p {
    top: 72%;
    left: var(--modern-grid-column-margin);
    width: calc(
      var(--modern-grid-column-width-fixed-column) * 6 +
        var(--modern-grid-column-gutter) * 5
    );
  }

  .models-lineup-compare-link svg {
    transform: translateY(1px);
  }

  .specs-content-colors {
    gap: 12px;
  }
}

.specs-content-colors > div {
  position: relative;
  width: 34px;
  height: 34px;
  background: #ccc;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.specs-content-colors .specs-content-colors-bone-white {
  background-color: var(--color-bone-white);
  border-color: rgb(0 0 0 / 10%);
}

.specs-content-colors .specs-content-colors-driftwood {
  background-color: var(--color-driftwood);
  border-color: var(--color-driftwood);
}

.specs-content-colors .specs-content-colors-parchment {
  background-color: var(--color-parchment);
  border-color: var(--color-parchment);
}

.specs-content-colors .specs-content-colors-evergreen {
  background-color: var(--color-evergreen);
  border-color: var(--color-evergreen);
}

.specs-content-colors .specs-content-colors-dark-bronze {
  background-color: var(--color-dark-bronze);
  border-color: var(--color-dark-bronze);
}

.specs-content-colors .specs-content-colors-metallic-silver {
  background-color: var(--color-metallic-silver);
  border-color: var(--color-metallic-silver);
}

.specs-content-colors > div > div {
  position: absolute;
  top: -35px;
  left: 50%;
  padding: 6px 15px 8px;
  white-space: nowrap;
  background: rgb(255 255 255 / 90%);
  border: 1px solid #dedfd8;
  border-radius: 20px;
  opacity: 0;
  transition: 0.2s;
  transform: translateY(25%) translateX(-50%);
  backdrop-filter: blur(18px) saturate(1.5);
  backdrop-filter: blur(18px) saturate(1.5);
  pointer-events: none;
}

.specs-fire-resistance-button a {
  display: inline-block;
  color: #fff;
  background: #000;
  border-radius: 12px !important;
}

.interior-carousel {
  background: #fdfdf7;
  user-select: none;
  user-select: none;
}

.interior-carousel-white {
  background: #fff;
}

@media (width <= 768px) {
  .specs-content-colors > div {
    width: 24px;
    height: 24px;
  }

  .specs-fire-resistance-button {
    display: flex;
    justify-content: center;
  }

  .interior-carousel h1 {
    margin: 0 auto;
    text-align: center;
  }

  .interior-carousel-cards {
    scroll-snap-type: x mandatory;
  }
}

.interior-carousel-cards {
  display: flex;
  flex-wrap: nowrap;
  padding: 0
    calc(
      var(--modern-grid-column-width) + var(--modern-grid-column-gutter) +
        var(--modern-grid-column-margin)
    );
  overflow: auto;
  gap: var(--modern-grid-column-gutter);
  scroll-snap-type: x mandatory;
  scrollbar-color: transparent;
  scrollbar-width: none;
  will-change: scroll-position;
}

.interior-carousel-cards::-webkit-scrollbar {
  display: none;
}

.interior-carousel-cards-card {
  min-width: calc(
    var(--modern-grid-column-width) * 7 + var(--modern-grid-column-gutter) * 6
  );
  scroll-snap-align: center;
}

.interior-carousel-cards-card-images {
  position: relative;
  aspect-ratio: 740/556;
  cursor: pointer;
  transition: opacity 0.2s;
}

.interior-carousel-cards-card-images-portrait {
  width: 464px !important;
}

.interior-carousel-cards-card-images-portrait img {
  width: 100% !important;
}

@media (width <= 768px) {
  .interior-carousel-cards-card {
    min-width: calc(
      var(--modern-grid-column-width) * 6 + var(--modern-grid-column-gutter) * 5
    );
    scroll-snap-align: center;
  }

  .interior-carousel-cards-card:has(
    .interior-carousel-cards-card-images-portrait
  ) {
    min-width: unset;
  }

  .interior-carousel-cards-card-images-portrait {
    width: 260px !important;
    min-width: unset;
  }

  .interior-carousel-cards-card-images-portrait img {
    height: 282px !important;
  }
}

.interior-carousel-cards-card.current:has(.all)
  .interior-carousel-cards-card-images {
  cursor: default;
}

.interior-carousel-cards-card img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 474/356;
  background: 100% #d3d3d3;
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 12%);
  pointer-events: none;
  will-change: opacity;
}

.interior-carousel-cards-card p {
  width: 90%;
  user-select: text;
  user-select: text;
}

@media (width <= 768px) {
  .interior-carousel-cards-card img {
    border-radius: 4px;
  }

  .interior-carousel-cards-card p {
    width: calc(
      var(--modern-grid-column-width) * 5 + var(--modern-grid-column-gutter) * 4
    );
  }

  .interior-carousel-cards-card-diptyque img:last-child {
    display: none;
  }
}

.interior-carousel-cards-card ul {
  display: flex;
  margin: 0;
  padding: 6px 0;
  font-family: 'TASA Explorer', sans-serif;
  font-size: 12px;
  line-height: 100%;
  color: var(--color-black-80);
  border-radius: 6px;
  font-feature-settings:
    "tnum" on,
    "lnum" on;
  gap: 6px;
  list-style-type: none;
}

.interior-carousel-cards-card ul li {
  position: relative;
  margin: 1px;
  padding: 5px 8px 6px;
  white-space: nowrap;
  background: rgb(0 0 0 / 5%);
  border-radius: 14px;
  cursor: pointer;
}

.interior-carousel-cards-card ul li:has(input:checked) {
  margin: 0;
  padding: 6px 9px 7px;
  color: #fff !important;
  background: var(--color-blue);
}

.interior-carousel-cards-card ul li input {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.interior-carousel-cards-card:has(input[data-layout="studio"]:checked)
  .interior-carousel-cards-card-images
  img:nth-child(2),
.interior-carousel-cards-card:has(input[data-layout="studio"]:checked)
  .interior-carousel-cards-card-images
  img:nth-child(3) {
  z-index: 1;
  opacity: 0;
  transition: opacity 0.6s;
}

.interior-carousel-cards-card:has(input[data-layout="onebed"]:checked)
  .interior-carousel-cards-card-images
  img:first-child,
.interior-carousel-cards-card:has(input[data-layout="onebed"]:checked)
  .interior-carousel-cards-card-images
  img:nth-child(3) {
  z-index: 1;
  opacity: 0;
  transition: opacity 0.6s;
}

.interior-carousel-cards-card:has(input[data-layout="twobed"]:checked)
  .interior-carousel-cards-card-images
  img:first-child,
.interior-carousel-cards-card:has(input[data-layout="twobed"]:checked)
  .interior-carousel-cards-card-images
  img:nth-child(2) {
  z-index: 1;
  opacity: 0;
  transition: opacity 0.6s;
}

@media (width >= 768px) {
  .interior-carousel-cards-card-diptyque {
    min-width: calc(
      var(--modern-grid-column-width) * 8 + var(--modern-grid-column-gutter) * 7
    );
  }

  .interior-carousel-cards-card-diptyque .interior-carousel-cards-card-images {
    display: flex;
    aspect-ratio: 740/485.1;
    gap: 6px;
  }

  .interior-carousel-cards-card-diptyque img {
    position: static;
    width: calc(50% - 3px);
    height: 100%;
    object-fit: cover;
  }
}

body,
html {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: fill-available;
  min-height: -webkit-fill-available;
  margin: 0;
  padding: 0;
  font-family: 'TASA Explorer', sans-serif;
  background: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  text-rendering: optimizelegibility;
}

body[data-slug="/backyard"] {
  background: #000;
}

body.segue {
  overflow-x: clip;
}

.backyard .slides {
  width: 100vw;
  height: auto;
}

.backyard .slide {
  position: relative;
  display: flex;
  width: 100vw;
  min-height: 100vh;
}

.backyard .slides p {
  margin: 0;
  padding: 0;
}

.backyard .backyard-basement {
  flex-direction: column;
  min-height: unset;
  background: var(--color-biege);
}

.configurator {
  background: #fdfdf7;
  overflow-x: clip;
}

.insights-module-explore-the-lineup {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1330/550;
  background: #f7f7f0;
  border-radius: 12px;
  box-shadow: 0 0.5px 2px 0 rgb(0 0 0 / 12%);
  overflow: hidden;
}

.insights-module-explore-the-lineup h1 {
  z-index: 1;
  box-sizing: border-box;
  max-width: 50%;
  padding: 0 var(--modern-grid-column-width-fixed-column) 0
    calc(
      var(--modern-grid-column-gutter) +
        var(--modern-grid-column-width-fixed-column)
    );
}

@media (width <= 768px) {
  .interior-carousel-cards-card {
    min-width: calc(
      var(--modern-grid-column-width) * 6 + var(--modern-grid-column-gutter) * 5
    );
  }

  .interior-carousel-cards-card-images img {
    width: 100%;
    height: auto;
    aspect-ratio: 745/556;
  }

  .interior-carousel-cards-card-diptyque
    .interior-carousel-cards-card-images
    img:first-child {
    width: calc(50% - 3px);
    height: calc(100% - 2px);
    aspect-ratio: unset;
    object-fit: cover;
  }

  .interior-carousel-cards-card-diptyque
    .interior-carousel-cards-card-images
    img:last-child {
    position: absolute;
    right: 0;
    display: block;
    width: calc(50% - 3px);
    height: calc(100% - 2px);
    aspect-ratio: unset;
    object-fit: cover;
  }

  .interior-carousel-cards-card p {
    width: 90%;
  }

  .insights-module-explore-the-lineup {
    flex-direction: column;
    min-width: calc(100% + var(--modern-grid-column-margin));
    aspect-ratio: 350/430;
    margin: 0 calc(var(--modern-grid-column-margin) * -0.5);
  }

  .insights-module-explore-the-lineup h1 {
    max-width: 100%;
    padding: 30px var(--modern-grid-column-margin);
  }
}

.insights-module-explore-the-lineup img {
  position: absolute;
  bottom: calc(min(100vw, var(--center-column-max-width)) * -0.08);
  left: calc(min(100vw, var(--center-column-max-width)) * 0.02);
  z-index: 0;
  width: calc(min(100vw, var(--center-column-max-width)) * 1.85);
  height: auto;
}

.insights-module-explore-the-lineup a {
  white-space: nowrap;
}

.insights-module-lineup .column-12 {
  padding: 30px 0 14px;
  background: #f7f7f0;
  border-radius: 12px;
  box-shadow: 0 0.5px 2px 0 rgb(0 0 0 / 12%);
}

.insights-module-lineup-container {
  position: relative;
  overflow: auto;
  scrollbar-width: none;
}

.insights-module-lineup-container::-webkit-scrollbar {
  display: none;
}

.insights-module-lineup-scroll {
  display: flex;
  width: 1550px;
  padding: 16px;
  white-space: nowrap;
}

@media (width <= 1024px) {
  .insights-module-lineup-scroll {
    width: 1320px;
  }
}

@media (width <= 768px) {
  .insights-module-explore-the-lineup img {
    bottom: calc(min(100vw, var(--center-column-max-width)) * -0.145);
    left: calc(min(100vw, var(--center-column-max-width)) * -0.725);
    width: calc(min(100vw, var(--center-column-max-width)) * 3.3);
  }

  .insights-module-lineup .column-12 {
    margin: 0 -16px;
  }

  .insights-module-lineup-scroll {
    width: 1104px;
    padding: 16px 10px;
    gap: 6px;
  }
}

.insights-module-lineup-model {
  min-width: 310px;
  padding: 36px 0 42px;
  cursor: pointer;
}

.insights-module-lineup-model-image {
  position: relative;
}

.insights-module-lineup-model-image img {
  display: block;
  width: 310px;
  height: 144px;
  object-fit: cover;
}

@media (width <= 1024px) {
  .insights-module-lineup-model {
    min-width: 264px;
  }

  .insights-module-lineup-model-image img {
    width: 264px;
    height: 126px;
  }
}

@media (width <= 768px) {
  .insights-module-lineup-model {
    min-width: 216px;
    padding: 30px 0;
    background: rgb(255 255 255 / 60%);
    border-radius: 18px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 5%);
  }

  .insights-module-lineup-model-image img {
    width: 216px;
    height: 99px;
  }

  .insights-module-lineup-model-image-fade {
    display: none;
  }
}

.insights-module-lineup-model-image-fade {
  position: absolute;
  width: 5%;
  height: 100%;
  background: red;
  background: linear-gradient(90deg, #f7f7f0, rgb(247 247 240 / 0%));
}

@media (hover: hover) {
  .specs-content-colors > div:hover > div {
    opacity: 1;
    transform: translateX(-50%);
  }

  .specs-fire-resistance-button a:hover {
    color: #ccc;
  }

  .insights-module-explore-the-lineup a:hover svg {
    opacity: 0.8;
  }

  .insights-module-lineup-model:hover {
    background: rgb(255 255 255 / 60%);
    border-radius: 18px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 5%);
  }

  .insights-module-lineup-model:hover .insights-module-lineup-model-image-fade {
    background: linear-gradient(90deg, #fff, rgb(255 255 255 / 0%));
  }

  .insights-module-lineup-model:hover
    .insights-module-lineup-model-image-fade:last-child {
    background: linear-gradient(90deg, rgb(255 255 255 / 0%), #fff);
  }
}

.insights-module-lineup-model-image-fade:last-child {
  top: 0;
  right: 0;
  width: 10%;
  background: linear-gradient(90deg, rgb(247 247 240 / 0%), #f7f7f0);
}

.insights-module-lineup-model-name {
  display: inline-block;
  padding: 0.25em 0.5em 0.33em;
  line-height: 1;
  border: 1px solid rgb(0 0 0 / 40%);
  border-radius: 9px;
}

@media (width <= 768px) {
  .insights-module-lineup-model-name {
    color: #000 !important;
    border-color: #000 !important;
  }
}

.insights-module-lineup-model-title {
  margin-bottom: 0.33em;
  color: #000;
}

.insights-module-lineup-model-features {
  display: flex;
  justify-content: center;
  white-space: nowrap;
}

.insights-module-lineup-model-features-divider {
  display: inline-block;
  width: 1.5ch;
}

.insights-module-lineup-controls {
  position: sticky;
  top: 50%;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  height: 0;
  padding: 0 var(--modern-grid-column-gutter);
  transform: translateY(-50%);
}

@media (width <= 1024px) {
  .insights-module-lineup-controls {
    padding: 0 6px;
  }
}

@media (width <= 768px) {
  .insights-module-lineup-controls {
    display: none;
  }
}

.insights-module-lineup-control {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  background: rgb(255 255 255 / 90%);
  border: none;
  border-radius: 24px;
  box-shadow:
    0 1px 0 0 rgb(255 255 255 / 30%) inset,
    0 1px 4px 0 rgb(0 0 0 / 12%);
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.2s;
  appearance: none;
  backdrop-filter: blur(18px);
  pointer-events: none;
  will-change: opacity;
}

@media (hover: hover) {
  .insights-module-lineup-model:hover .insights-module-lineup-model-name {
    color: #000;
    border-color: #000;
  }

  .insights-module-lineup-control:hover img {
    opacity: 0.5;
  }

  .insights-module-lineup-control:active {
    box-shadow:
      0 1px 0 0 rgb(255 255 255 / 30%) inset,
      0 1px 1px 0 rgb(0 0 0 / 12%);
  }
}

@media (width <= 1024px) {
  .insights-module-lineup-control {
    width: 48px;
    height: 48px;
    border-radius: 18px;
  }
}

.insights-module-lineup-control-visible {
  opacity: 1;
  pointer-events: all;
}

.insights-module-lineup-control:last-child img {
  transform: scaleX(-1);
}

.insights-module-faq .column-6 {
  display: flex;
  flex-direction: column;
  padding: 42px 18px 48px;
  background: #f7f7f0;
  border-radius: 24px;
  box-shadow: 0 0.5px 2px 0 rgb(0 0 0 / 12%);
}

.insights-module-faq-pair {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.insights-module-faq-question {
  display: inline-block;
  max-width: 70%;
  padding: 15px 24px 18px;
  color: #fff;
  background: #000;
  border-radius: 18px;
  box-shadow: 0 0.5px 2px 0 rgb(0 0 0 / 12%);
  align-self: flex-start;
}

@media (width <= 768px) {
  .insights-module-faq .column-6 {
    padding: 12px 9px 30px;
    border-radius: 18px;
  }

  .insights-module-faq-question {
    padding: 12px 15px;
    border-radius: 12px;
  }
}

.insights-module-faq-answer {
  margin-left: 10%;
  padding: 18px 24px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 0.5px 2px 0 rgb(0 0 0 / 12%);
}

.insights-module-faq-answer a {
  font-family: 'DM Serif Text', sans-serif !important;
}

.insights-module-faq-answer p + p {
  margin-top: 1em;
}

.insights-module-faq a {
  align-self: center;
}

.insights-module-showroom .column-6 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  aspect-ratio: 488/323;
  padding: 24px 36px;
  border-radius: 12px;
  overflow: hidden;
}

.insights-module-showroom a,
.insights-module-showroom h1 {
  color: #fff;
}

.insights-module-showroom h1 {
  opacity: 0.8;
  text-wrap: unset;
}

.insights-module-showroom-foreground {
  z-index: 1;
  line-height: 1.25;
}

.insights-module-showroom-foreground a {
  display: flex;
  align-items: center;
  color: #fff !important;
  gap: 0.5ch;
}

.insights-module-showroom-foreground a img {
  width: auto;
  height: 0.5em;
  transform: translateY(0.1em);
}

.insights-module-showroom-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insights-module-explore-customer-profile-container {
  display: flex;
  width: 100%;
  height: auto;
  aspect-ratio: 1106/514;
  background: #f7f7f0;
  border-radius: 12px;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 8%);
  overflow: hidden;
}

@media (width <= 1024px) {
  .insights-module-explore-customer-profile-container {
    flex-direction: column;
    width: calc(100% + 48px);
    aspect-ratio: 536/473;
    margin: 0 -24px;
  }
}

@media (width <= 768px) {
  .insights-module-faq-answer {
    padding: 12px 15px;
    border-radius: 12px;
  }

  .insights-module-showroom .column-6 {
    padding: 12px 14px;
  }

  .insights-module-explore-customer-profile-container {
    flex-direction: column;
    width: calc(100% + 32px);
    aspect-ratio: 350/445;
    margin: 0 -16px;
  }

  .insights-module-explore-customer-profile-media a {
    position: absolute;
  }
}

.insights-module-explore-customer-profile-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  min-width: 50%;
  padding: 30px;
  color: #000 !important;
}

.insights-module-explore-customer-profile-media {
  position: relative;
  min-width: 50%;
  background: rgb(0 0 0 / 10%);
}

@media (width <= 1024px) {
  .insights-module-explore-customer-profile-text {
    width: 100%;
    min-height: 50%;
    padding: 24px;
  }

  .insights-module-explore-customer-profile-media {
    min-width: 100%;
    height: 100%;
    max-height: 50%;
  }
}

.insights-module-explore-customer-profile-media-link {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  height: 60px;
  padding: 6px 15px 6px 69px;
  color: #000;
  background: rgb(255 255 255 / 60%);
  border-radius: 12px;
  box-shadow: 0 0.5px 2px 0 rgb(0 0 0 / 12%);
  backdrop-filter: blur(18px);
}

@media (width <= 1024px) {
  .insights-module-explore-customer-profile-media-link {
    right: unset;
    bottom: 18px;
    left: 18px;
  }
}

.insights-module-explore-customer-profile-media-link img {
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 6px;
}

@media (width <= 768px) {
  .insights-module-explore-customer-profile-media-link {
    right: unset;
    bottom: 12px;
    left: 12px;
    height: 48px;
    padding-left: 50px;
  }

  .insights-module-explore-customer-profile-media-link img {
    width: 36px;
    height: 36px;
  }
}

.insights-module-explore-customer-profile-media-link svg {
  transform: translateX(1px);
}

.insights-module-explore-customer-profile-media video {
  width: 100%;
  height: 105%;
  object-fit: cover;
  object-position: top right;
}

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

.guides-index-video video {
  width: 100%;
  height: auto;
  aspect-ratio: 1330/750;
  border-radius: 6px;
  object-fit: cover;
}

@media (width <= 768px) {
  .guides-index-video video {
    aspect-ratio: 350/230;
    border-radius: 0;
  }
}

.guides-cta-button {
  display: flex;
  align-items: center;
  padding: 15px 36px 15px 18px;
  background: rgb(255 255 255 / 90%);
  border-radius: 9px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 12%);
  cursor: pointer;
  backdrop-filter: blur(18px);
  gap: 21px;
}

.guides-cta-button img {
  border-radius: 6px;
}

@media (width <= 1024px) {
  .guides-cta-button {
    padding: 12px 18px 12px 12px;
    gap: 18px;
  }

  .guides-cta-button img {
    width: 48px;
    height: 48px;
  }
}

.guides-cta-button svg {
  transform: translateY(0.05em);
}

.guides-cities {
  display: flex;
  flex-wrap: wrap;
  gap: var(--modern-grid-column-gutter);
}

.guides-cities a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: calc((100% - var(--modern-grid-column-gutter) * 2) * 0.33);
  height: 84px;
  padding: 0 24px 1px;
  color: #000;
  background: #f7f7f0;
  border-radius: 15px;
  box-shadow: 0 2px 3px 0 rgb(0 0 0 / 8%);
}

@media (width <= 1024px) {
  .guides-cities a {
    height: 75px;
    padding: 0 18px 1px;
  }
}

.showroom {
  background: var(--color-biege);
}

.showroom .modern-slideshow {
  aspect-ratio: 1440/735;
}

@media (width <= 768px) {
  .guides-cities a {
    width: calc((100% - var(--modern-grid-column-gutter)) * 0.5);
    height: 72px;
  }

  .showroom .modern-slideshow {
    height: auto;
    aspect-ratio: 375/326;
  }

  .showroom-photo-caption {
    padding-right: calc(
      var(--modern-grid-column-width) * 2 + var(--modern-grid-column-gutter)
    );
  }
}

.showroom-hours {
  display: flex;
  gap: 24px;
}

.showroom-hours > div {
  width: 50%;
}

.showroom-photo img {
  width: 100%;
  height: auto;
  background: rgb(0 0 0 / 2%);
  border-radius: 4px;
}

.showroom-photo-caption hr {
  margin: 0;
  padding: 0;
  border: none;
  border-top: var(--color-black-6) 1.5px solid;
}

.showroom-footer-link img {
  height: 0.4em;
  margin-bottom: 0.1em;
}

.showroom-book-heading {
  text-align: center;
}

.showroom-book-card {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -40px;
  padding: 33px 40px 38px;
  background: var(--color-biege-darker);
  border-radius: 24px;
  box-shadow: 0 0.5px 1px rgb(0 0 0 / 12%);
}

.showroom-book-card > div {
  width: calc(50% - 30px);
}

@media (width <= 768px) {
  .showroom-book-card {
    flex-wrap: wrap;
    margin: 0 -16px;
    padding: 36px;
    border-radius: 12px;
    gap: 32px;
  }

  .showroom-book-card > div {
    width: 100%;
  }
}

.showroom-book-card-info p {
  line-height: 20px !important;
}

.showroom-book-schedule {
  margin: 0 -40px;
  padding: 33px 40px 38px;
  border: 1px solid var(--color-black-10);
  border-radius: 24px;
}

@media (width <= 768px) {
  .showroom-book-schedule {
    margin: 0 -16px;
    padding: 24px;
  }
}

.showroom-book-card-details {
  display: flex;
  flex-direction: column;
  padding: 24px 0 26px;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  border-top: 1px solid rgb(0 0 0 / 10%);
  gap: 12px;
}

.showroom-book-card-details > a,
.showroom-book-card-details > div {
  display: flex;
  flex-direction: column;
  color: #000;
  border-radius: 12px;
  gap: 10px;
}

.showroom-book-card-details > div {
  flex-direction: row;
}

.showroom-book-card-info-detail {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.showroom-book-card-info-detail img {
  position: relative;
  top: 2.5px;
}

.showroom-book-card-details-labeled img {
  top: 26px;
}

.showroom.tour article {
  min-height: 100vh;
}

.showroom-title-secondary span {
  margin-left: 0.25em;
  letter-spacing: 0;
}

.showroom-title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.5em;
}

@media (width <= 768px) {
  .showroom-book-card-details {
    padding: 24px 0 0;
    border-bottom: none;
  }

  .showroom-footer h4:last-of-type {
    display: inline;
    margin-right: 0.2em;
  }

  .showroom-footer a {
    white-space: nowrap;
  }

  .showroom-title {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
  }
}

.showroom-jump-links {
  position: relative;
  top: -11px;
  display: flex;
  gap: 18px;
}

.showroom-jump-links a {
  padding: 12px 24px 15px;
  letter-spacing: 0;
  white-space: nowrap;
  color: #000;
  background: #f7f7f0;
  border-radius: 12px;
  box-shadow: 0 0.5px 2px 0 rgb(0 0 0 / 12%);
}

.showroom-events {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 56px;
  gap: 18px;
}

.showroom-events-divider {
  display: none;
}

@media (width <= 768px) {
  .showroom-jump-links {
    top: 0;
  }

  .showroom-jump-links a {
    padding: 13px 18px 14px;
  }

  .showroom-thousand-oaks .showroom-photo {
    order: 1;
  }

  .showroom-thousand-oaks .showroom-description {
    order: -1;
  }

  .showroom-events {
    margin-bottom: 68px;
  }
}

.showroom-events[data-number-of-events="0"] {
  display: none;
  margin-bottom: 0;
}

.showroom-events[data-number-of-events="0"] + div + .showroom-events-divider {
  display: grid;
}

.showroom-events[data-number-of-events="0"]
  + div
  + .showroom-events-divider
  hr {
  margin: 0;
  padding: 0;
  border: none;
  border-top: var(--color-black-10) 1px solid;
}

.showroom-events ul {
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0
    calc(
      var(--modern-grid-column-margin) + var(--modern-grid-column-width) +
        var(--modern-grid-column-gutter)
    );
  padding-bottom: 10px;
  overflow: auto;
  gap: var(--modern-grid-column-gutter);
  list-style-type: none;
  scroll-padding-block: var(--modern-grid-column-margin);
  scroll-snap-type: x mandatory;
  scrollbar-color: transparent;
  scrollbar-width: none;
}

.showroom-events[data-number-of-events="1"] ul,
.showroom-events[data-number-of-events="2"] ul {
  justify-content: center;
}

.showroom-events ul::-webkit-scrollbar {
  display: none;
}

.showroom-events-event {
  width: calc(
    var(--modern-grid-column-width) * 4 + var(--modern-grid-column-gutter) * 5
  );
  min-width: calc(
    var(--modern-grid-column-width) * 4 + var(--modern-grid-column-gutter) * 5
  );
  padding: 30px;
  background: var(--color-biege-darker);
  border-radius: 24px;
  box-shadow: 0 0.5px 1px 0 var(--color-black-12);
  scroll-snap-align: center;
}

@media (width <= 768px) {
  .showroom-events ul {
    padding: 0 24px 10px;
  }

  .showroom-events[data-number-of-events="2"] ul {
    justify-content: unset;
  }

  .showroom-events-event {
    width: calc(
      var(--modern-grid-column-width) * 5 + var(--modern-grid-column-gutter) * 4
    );
    min-width: calc(
      var(--modern-grid-column-width) * 5 + var(--modern-grid-column-gutter) * 4
    );
    padding: 24px;
  }

  .showroom-events[data-number-of-events="1"] .showroom-events-event {
    width: 100%;
  }
}

.showroom-events-event a {
  display: block;
  color: #000 !important;
}

.showroom-events-event p {
  display: -webkit-box;
  line-height: 130% !important;
  overflow: hidden;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.showroom-events-event hr {
  margin: 0;
  padding: 0;
  border: none;
  border-top: var(--color-black-10) 1px solid;
}

.showroom-events-event-footer {
  display: flex;
  justify-content: space-between;
}

.showroom-events-event-footer-date {
  display: flex;
  align-items: center;
  gap: 16px;
}

.showroom-events-event-footer-date-day {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 100%;
  aspect-ratio: 1;
  line-height: 80% !important;
  border: 1px solid #000;
  border-radius: 12px;
}

.showroom-events-event-footer-date-rest-time {
  white-space: nowrap;
}

.showroom-event-label {
  color: var(--color-red);
}

.showroom-event-box h1 {
  width: 80%;
}

.showroom-event-box {
  padding: 40px;
  background: var(--color-biege-darker);
  border-radius: 24px;
  box-shadow: 0 0.5px 1px 0 var(--color-black-12);
}

.showroom-event-body {
  display: flex;
  gap: 40px;
}

@media (width <= 768px) {
  .showroom-event-box h1 {
    width: 100%;
  }

  .showroom-event-box {
    margin: 0 -12px;
    padding: 24px;
  }

  .showroom-event-body {
    flex-direction: column;
    gap: 24px;
  }
}

.showroom-event-body > div {
  width: 50%;
}

@media (width <= 768px) {
  .showroom-event-body > div {
    width: 100%;
  }
}

.showroom-event-body > hr {
  width: 1px;
  margin: 0;
  padding: 0;
  border: none;
  border-right: var(--color-black-10) 1px solid;
}

@media (width <= 768px) {
  .showroom-event-body > hr {
    width: 100%;
    border: none;
    border-top: var(--color-black-10) 1px solid;
  }
}

.showroom-event-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.showroom-event-body-details-detail p {
  margin-bottom: 1em;
}

.showroom-event-body-details-detail p:last-child {
  margin-bottom: 0;
}

.showroom-event-body-details-detail ul {
  display: flex;
  flex-direction: column;
  margin: 0 0 1em;
  padding: 0 0 0 2.5ch;
  list-style-image: url("../images/bullet.svg");
  list-style-type: none;
}

nav {
  position: fixed;
  top: 36px;
  z-index: 8999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  padding: 0 var(--modern-grid-column-margin);
  pointer-events: none;
  user-select: none;
  user-select: none;
}

@media (width >= 768px) and (width <= 1024px) {
  .backyard .slides .jealousy .h3 {
    grid-column: col-start 2 / span 6;
  }

  nav {
    padding: 0 3.75vw;
  }
}

nav button,
nav ul,
nav ul > li > a {
  pointer-events: all;
}

nav .logo {
  position: relative;
  top: 1px;
  width: var(--modern-grid-column-width);
  pointer-events: all;
}

nav .logo img {
  width: 102%;
  min-width: 85px;
}

@media (width <= 768px) {
  nav {
    top: 31px;
  }

  nav .logo {
    position: absolute;
    top: -12px;
    left: 12px;
    display: none;
    width: auto;
    height: 42px;
    padding: 0 12px;
    border-radius: 12px;
    transform: none;
  }

  nav .logo img {
    width: 67px;
  }

  nav .backyard-configure,
  nav .financing-get-your-rate-button {
    position: absolute;
    top: -12px;
    right: 12px;
    z-index: -1;
    box-sizing: border-box;
    height: 42px;
    font-size: 12px;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%);
  }
}

nav img {
  transition: filter 0.4s;
}

nav.inverted img {
  filter: invert(100%);
}

nav img:active {
  opacity: 0.75;
}

nav .main-navigation-list {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  padding: 0 var(--modern-grid-column-margin);
}

nav ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 15px 24px;
  background: rgb(255 255 255 / 40%);
  border-radius: 12px;
  backdrop-filter: blur(18px) saturate(1.5);
  backdrop-filter: blur(18px) saturate(1.5);
  list-style-type: none;
  will-change: opacity;
}

body:not(.complete) nav ul {
  transition: none;
}

.configurator nav ul,
nav.transition-configurator ul,
nav.transition-configurator ul + ol {
  opacity: 0 !important;
  pointer-events: none;
}

.configurator nav ul a,
nav.transition-configurator ul a,
nav.transition-configurator ul + ol a {
  pointer-events: none;
}

nav.inverted ul {
  background: rgb(0 0 0 / 20%);
}

nav ul a,
nav ul + ol a,
nav .main-navigation-submenu a {
  font-family: 'TASA Explorer', sans-serif;
  font-size: 15px;
  line-height: 100%;
  white-space: nowrap;
  text-decoration: none;
  color: rgb(0 0 0 / 60%);
}

nav.inverted ul a,
nav.inverted ul + ol a,
nav.inverted .main-navigation-submenu a {
  color: rgb(255 255 255 / 80%);
}

nav ul a.current,
nav ul + ol a.current {
  color: #000;
}

@media (hover: hover) {
  .insights-module-explore-customer-profile-media-link:hover {
    color: #000;
    background: #fff;
  }

  .guides-cta-button:hover .guides-cta-button-text {
    opacity: 0.8;
  }

  .guides-cta-button:hover img {
    filter: brightness(1.05);
  }

  .guides-cities a:hover {
    color: #fff;
    background: #000;
  }

  .showroom-jump-links a:hover {
    color: #000;
    background: #fff;
  }

  nav ul a:hover,
  nav ul + ol a:hover,
  nav .main-navigation-submenu a:hover {
    color: #000;
  }

  nav.inverted ul a:hover,
  nav.inverted ul + ol a:hover,
  nav.inverted .main-navigation-submenu a:hover {
    color: #fff;
  }
}

nav.inverted ul a.current,
nav.inverted ul + ol a.current,
nav.inverted .main-navigation-submenu a.current {
  color: #fff;
}


/* (definitions moved later to unify with nav ul + ol) */

nav ul .menu-item {
  width: 0;
  height: 1em;
  margin: 0;
  opacity: 0;
  overflow: hidden;
}

nav ul .menu-item-mobile {
  display: none;
}

nav ul .pages-menu-item {
  margin-left: 24px;
}

.menu-item {
  width: auto !important;
  margin-left: 24px !important;
  opacity: 1 !important;
  overflow: visible !important;
}

nav .backyard-configure {
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}

nav .get-in-touch {
  display: none;
}

.backyard nav .backyard-configure {
  opacity: 1;
  pointer-events: all;
}

.configurator nav .backyard-configure,
nav.transition-configurator .backyard-configure {
  opacity: 0;
  pointer-events: none;
}

@media screen and (width >= 800px) {
  nav .backyard-configure:hover {
    color: rgb(255 255 255 / 80%);
  }
}

main.out {
  animation: 0.4s ease-in forwards out;
}

main.out-pop {
  animation: 0.4s ease-in forwards out-pop;
}

main.in {
  animation: 0.8s cubic-bezier(0, 0.635, 0.345, 1) in;
}

main.in-pop {
  animation: 0.8s cubic-bezier(0, 0.635, 0.345, 1) in-pop;
}

@keyframes out {
  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
}

@keyframes out-pop {
  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes out-pop-fade {
  80%,
  100% {
    opacity: 0;
  }
}

@keyframes in {
  from {
    opacity: 0;
    transform: translate3d(max(1vw, 25px), 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes in-pop {
  from {
    opacity: 0;
    transform: translate3d(min(-1vw, -25px), 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes in-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.backyard-configure.multiunit,
.multiunit .backyard-configure {
  display: none;
}

.multiunit .backyard-configure.multiunit {
  display: block;
}

.main-navigation-list-container {
  position: relative;
  top: 32.5px;
  display: flex;
  flex-direction: column;
}

.expertise nav ul + ol,
.main-navigation-hover-models ul + ol {
  display: flex;
  opacity: 1;
  pointer-events: all;
}

.expertise nav ul,
.main-navigation-hover-models ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

nav ul + ol {
  position: relative;
  top: 24px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0;
  padding: 24px;
  background: rgb(255 255 255 / 40%);
  opacity: 0;
  transform: translateY(-24.5px);
  backdrop-filter: blur(18px) saturate(1.5);
  backdrop-filter: blur(18px) saturate(1.5);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  gap: 24px;
  list-style-type: none;
  pointer-events: none;
}

/* Make Showrooms submenu box identical to Models submenu (but hidden by default) */
nav .main-navigation-submenu {
  position: relative;
  top: 24px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0;
  padding: 24px;
  background: rgb(255 255 255 / 40%);
  opacity: 0;
  transform: translateY(-24.5px);
  backdrop-filter: blur(18px) saturate(1.5);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  gap: 24px;
  list-style-type: none;
  pointer-events: none;
}

nav.inverted ul + ol {
  background: rgb(77 77 77 / 30%);
}

nav.inverted .main-navigation-submenu {
  background: rgb(77 77 77 / 30%);
}

nav ul + ol li {
  position: relative;
}

nav .main-navigation-submenu li {
  position: relative;
}

nav ul + ol span {
  position: absolute;
  top: -8px;
  left: -12px;
  z-index: -1;
  width: 100%;
  height: 100%;
  padding: 8px 12px;
  background: #fff;
  border-radius: 32px;
  opacity: 0;
}

nav .main-navigation-submenu span {
  position: absolute;
  top: -8px;
  left: -12px;
  z-index: -1;
  width: 100%;
  height: 100%;
  padding: 8px 12px;
  background: #fff;
  border-radius: 32px;
  opacity: 0;
}

nav.inverted ol span,
nav.inverted .main-navigation-submenu span {
  background: #000;
}

nav ul + ol li:has(a:hover) span {
  opacity: 0.4;
}

/* Mirror hover highlight for Showrooms submenu */
nav .main-navigation-submenu li:has(a:hover) span {
  opacity: 0.4;
}

nav ul + ol li a.current,
nav .main-navigation-submenu li a.current {
  color: #000;
}

nav ul + ol li a.current + span,
nav .main-navigation-submenu li a.current + span {
  box-shadow: 0 2px 3px 0 rgb(0 0 0 / 8%);
  opacity: 1;
}

/* Make the active nav item feel darker for aesthetics on light nav */
nav ul + ol li a.current + span,
nav .main-navigation-submenu li a.current + span {
  background: rgb(0 0 0 / 12%);
}

/* Keep inverted (dark) nav active pill dark */
nav.inverted ul + ol li a.current + span,
nav.inverted .main-navigation-submenu li a.current + span {
  background: #000; /* already darkest; ensure override */
}

.main-navigation-models-divider {
  display: none;
  appearance: none;
}


.expertise .main-navigation-models-divider,
.main-navigation-hover-models .main-navigation-models-divider {
  position: absolute;
  top: 40px;
  left: 0;
  display: block;
  width: 100%;
  border: none;
  border-top: 1px solid rgb(255 255 255 / 20%);
}

.inverted .main-navigation-models-divider {
  border-top: 1px solid rgb(255 255 255 / 20%);
}

.backyard .menu-item:has(+ :not(.menu-item)) {
  border-bottom: none;
}

.multiunit .button-rounded img {
  filter: none;
}

.financing nav .backyard-configure.button-rounded,
nav .financing-get-your-rate-button.button-rounded {
  display: none;
}

.financing nav .financing-get-your-rate-button {
  display: block;
  pointer-events: all;
}

@media (width <= 768px) {
  nav .financing-get-your-rate-button.button-rounded {
    top: -12px;
  }
}

@media (width >= 768px) {
  .showroom .modern-slideshow {
    height: 736px;
    aspect-ratio: unset;
    padding-right: max(
      calc((100vw - 1600px) / 2 + var(--modern-grid-column-margin)),
      var(--modern-grid-column-margin)
    );
  }

  .showroom .modern-slideshow > :first-child {
    margin-left: max(
      calc((100vw - 1600px) / 2 + var(--modern-grid-column-margin)),
      var(--modern-grid-column-margin)
    );
  }

  .expertise nav ul,
  .expertise nav ul + ol,
  nav.main-navigation-hover-models ul,
  nav.main-navigation-hover-models ul + ol {
    justify-content: center;
    min-width: 330px;
  }
  /* Ensure both submenus share the same sizing on desktop */
  nav .main-navigation-submenu {
    justify-content: center;
    min-width: 330px;
  }

  nav .button-rounded {
    top: 0;
    padding: 13.5px 18px 14px !important;
    transform: translateX(18px) translateY(0.5px);
  }
}

.main-navigation-hamburger {
  position: relative;
  width: 15px !important;
  height: 9px !important;
  opacity: 0.6 !important;
  cursor: pointer;
}

.main-navigation-hamburger-hover .main-navigation-hamburger {
  opacity: 1 !important;
}

.inverted .main-navigation-hamburger > svg {
  filter: invert(100%);
}

.main-navigation-hamburger svg {
  position: absolute;
  top: 2px;
  left: -15px;
  padding: 4px 15px;
}

.main-navigation-hamburger-dropdown {
  position: absolute;
  top: calc(100% - 62px);
  left: calc(100% - 70px);
  display: none;
  flex-direction: column;
  box-sizing: border-box;
  min-width: 225px;
  padding: 20px 6px;
  background: rgb(255 255 255 / 20%);
  border-radius: 18px;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 8%);
  backdrop-filter: blur(18px) saturate(1.5);
  backdrop-filter: blur(18px) saturate(1.5);
  gap: 6px;
}

@media (width <= 1024px) {
  .main-navigation-hamburger-dropdown {
    left: calc(100% - 117px);
  }
}

.main-navigation-hamburger-hover .main-navigation-hamburger-dropdown {
  display: flex;
}

.inverted .main-navigation-hamburger-dropdown {
  background: rgb(0 0 0 / 40%);
}

.main-navigation-hamburger-dropdown a {
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
  padding: 9px 16px;
  color: rgb(0 0 0 / 60%);
  border-radius: 9px;
  gap: 14px;
  pointer-events: all;
}

.inverted .main-navigation-hamburger-dropdown a {
  color: rgb(255 255 255 / 80%);
}

.main-navigation-hamburger-dropdown a.current {
  color: #000;
}

.inverted .main-navigation-hamburger-dropdown a.current {
  color: #fff;
}

.main-navigation-hamburger-dropdown-icon {
  position: relative;
  min-width: 24px;
  min-height: 16px;
}

.main-navigation-hamburger-dropdown-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.6;
  transform: translateX(-50%) translateY(-50%);
}

.inverted .main-navigation-hamburger-dropdown-icon img {
  filter: invert(100%);
}

@media (hover: hover) {
  .main-navigation-hamburger-dropdown a:hover {
    color: #000;
    background: rgb(255 255 255 / 40%);
    box-shadow: 0 0.5px 2px 0 rgb(0 0 0 / 12%);
  }

  .inverted .main-navigation-hamburger-dropdown a:hover {
    color: #fff;
    background: rgb(0 0 0 / 40%);
  }

  .main-navigation-hamburger-dropdown a:hover img {
    opacity: 1;
  }
}

.main-navigation-hamburger-dropdown a.current img {
  opacity: 1;
}

.main-navigation-hamburger-dropdown-divider {
  display: block;
  margin: 12px 18px !important;
  border: none;
  border-top: 0.5px solid rgb(0 0 0 / 20%);
  pointer-events: none;
}

.inverted .main-navigation-hamburger-dropdown-divider {
  border-top: 0.5px solid rgb(255 255 255 / 20%);
}

.mobile-navigation {
  position: fixed;
  top: 18px;
  left: 12px;
  z-index: 999;
  background: rgb(255 255 255 / 80%);
  border-radius: 30px;
  box-shadow: 0 9px 20px 0 rgb(0 0 0 / 16%);
  opacity: 0;
  backdrop-filter: blur(36px);
  will-change: opacity;
}

.inverted .mobile-navigation {
  background: rgb(0 0 0 / 40%);
}

.mobile-navigation-active {
  opacity: 1;
  transition: 0.2s;
}

.mobile-navigation > div {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 18px 6px;
  opacity: 0;
  transition:
    opacity 0.2s,
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  gap: 3px;
  pointer-events: none;
}

.mobile-navigation[data-index="0"] {
  background: rgb(255 255 255 / 30%);
  border-radius: 12px;
  box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%);
  backdrop-filter: blur(18px);
}

.inverted .mobile-navigation[data-index="0"] {
  background: rgb(0 0 0 / 40%);
}

.mobile-navigation[data-index="0"] .mobile-navigation-inactive,
.mobile-navigation[data-index="1"] .mobile-navigation-main,
.mobile-navigation[data-index="2"] .mobile-navigation-models {
  opacity: 1;
  transition:
    opacity 0.2s 0.2s,
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  pointer-events: all;
}

.mobile-navigation[data-index="2"] .mobile-navigation-main {
  transform: translateX(-10%);
}

.mobile-navigation[data-index="1"] .mobile-navigation-models {
  transform: translateX(10%);
}

.mobile-navigation-main {
  padding-top: 12px !important;
}

.mobile-navigation-inactive {
  padding: 0 !important;
}

.mobile-navigation-hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 42px;
  padding: 0;
  cursor: pointer;
}

.mobile-navigation-close {
  position: relative;
  width: 22px;
  height: 42px;
  padding: 0 18px;
  opacity: 0.6;
}

.inverted .mobile-navigation-close {
  filter: invert(100%);
}

.mobile-navigation-close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.inverted .mobile-navigation-hamburger svg {
  filter: invert(100%);
}

.mobile-navigation-item {
  display: flex;
  align-items: center;
  width: 185px;
  padding: 9px 24px 9px 18px;
  white-space: nowrap;
  color: rgb(0 0 0 / 60%) !important;
  gap: 15px;
}

.inverted .mobile-navigation-item {
  color: rgb(255 255 255 / 80%) !important;
}

.mobile-navigation-item.current {
  color: #000 !important;
}

.inverted .mobile-navigation-item.current {
  color: #fff !important;
}

.mobile-navigation-item-icon {
  position: relative;
  min-width: 24px;
  min-height: 18px;
  opacity: 0.6;
}

.mobile-navigation-item.current .mobile-navigation-item-icon {
  opacity: 1;
}

.mobile-navigation-item-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.mobile-navigation-item-title {
  flex: 1;
}

.inverted .mobile-navigation-item-chevron {
  filter: invert(100%);
}

.mobile-navigation-item-divider {
  margin: 12px;
  border: none;
  appearance: none;
  border-top: 0.5px solid rgb(0 0 0 / 20%);
}

.inverted .mobile-navigation-item-divider {
  border-top: 0.5px solid rgb(255 255 255 / 20%);
}

.mobile-navigation-logo {
  width: 185px;
  padding: 3px 24px 3px 18px;
  color: rgb(0 0 0 / 60%) !important;
}

.inverted .mobile-navigation-logo {
  color: rgb(255 255 255 / 80%) !important;
}

.inverted .mobile-navigation-item-back {
  filter: invert(100%);
}

.hello .ice-faq-link {
  display: none;
}

.lists.svelte-qy5cur {
  margin: 0 -14px;
}

.header.svelte-iqdnnn {
  display: flex;
  flex-direction: column;
}

p.svelte-iqdnnn {
  margin: 0;
  padding: 0;
}

.estimated.svelte-901m7r.svelte-901m7r {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 36px 0;
  padding-top: 32px;
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.estimated.svelte-901m7r h4.svelte-901m7r {
  margin: 0;
  padding: 0;
  font-family: 'TASA Explorer', sans-serif;
}

.estimated.svelte-901m7r p.svelte-901m7r {
  margin-top: 8px;
  line-height: 133% !important;
  color: rgb(0 0 0 / 40%);
}

.slider-native.svelte-7kpfix.svelte-7kpfix {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 90px;
  background: #fff;
  gap: 8px;
}

.slider-native.svelte-7kpfix .svelte-7kpfix {
  user-select: none;
  user-select: none;
}

input[type="range"].svelte-7kpfix.svelte-7kpfix {
  flex: 1;
  height: 1px;
  appearance: none;
  border-top: 1px solid rgb(0 0 0 / 20%);
}

.slider-native input[type="range"]::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  background-color: #000;
  border-radius: 100%;
  box-shadow: none;
  cursor: pointer;
  appearance: none;
}

.slider-native-value.svelte-7kpfix.svelte-7kpfix {
  position: absolute;
  top: 1px;
  transform: translateX(-50%);
  pointer-events: none;
}

.slider-native-value.svelte-7kpfix svg.svelte-7kpfix {
  position: absolute;
  bottom: -39.5px;
  left: 50%;
  z-index: 1;
  margin-left: -6.6px;
}

.slider-native-value-input.svelte-7kpfix.svelte-7kpfix {
  position: absolute;
  top: 6px;
  left: 0;
  display: flex;
  align-items: center;
  padding: 11px 15px 13px 18px;
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  pointer-events: all;
  will-change: transform;
}

input[inputmode="numeric"].svelte-7kpfix.svelte-7kpfix {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1;
  text-align: center;
  background: 0 0;
  border: none;
  outline: 0;
  transform: translateY(-1px);
  appearance: none;
}

input[inputmode="numeric"].svelte-7kpfix.svelte-7kpfix:focus {
  user-select: text;
  user-select: text;
}

.slider-native-value.svelte-7kpfix span.svelte-7kpfix {
  padding: 12px 17px 12px 20px;
  border: 1px solid #9a9a9a;
  pointer-events: none;
  visibility: hidden;
}

.slider-native-label.svelte-7kpfix.svelte-7kpfix {
  line-height: 1;
  transform: translateY(22.5%);
}

.slider-native-value-relative.svelte-7kpfix.svelte-7kpfix {
  position: absolute;
  top: 98px;
  left: 3px;
  width: 100%;
  text-align: center;
}

.invalid.svelte-jpc34f input.svelte-jpc34f,
.invalid.svelte-jpc34f label.svelte-jpc34f,
.invalid.svelte-jpc34f.svelte-jpc34f {
  color: #bb262c !important;
  opacity: 1;
}

.invalid.svelte-jpc34f .overlay.svelte-jpc34f {
  display: none;
}

.form-row.svelte-jpc34f.svelte-jpc34f {
  display: flex;
  margin-top: 16px;
  gap: 12px;
}

.field.svelte-jpc34f.svelte-jpc34f {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}

.field.merge.svelte-jpc34f.svelte-jpc34f {
  display: block;
}

label.svelte-jpc34f.svelte-jpc34f {
  width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 18px;
  opacity: 0.4;
}

.input.svelte-jpc34f.svelte-jpc34f {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}

input.svelte-jpc34f.svelte-jpc34f:focus {
  outline: var(--color-blue) 2px solid;
}

.invalid.svelte-jpc34f input.svelte-jpc34f:focus {
  outline: rgb(187 38 44 / 100%) solid 2px;
  box-shadow: 0 0 0 4px rgb(187 38 44 / 25%);
}

.overlay.svelte-jpc34f.svelte-jpc34f {
  position: absolute;
  top: 1px;
  left: 0.5px;
  padding: 17px 20px 18px;
  opacity: 0.5;
  pointer-events: none;
}

@media (width <= 768px) {
  .slider-native-value.svelte-7kpfix svg.svelte-7kpfix {
    bottom: -40.5px;
  }

  input[inputmode="numeric"].svelte-7kpfix.svelte-7kpfix {
    transform: none;
  }

  .input.svelte-jpc34f.svelte-jpc34f {
    border-radius: 10px;
  }

  .overlay.svelte-jpc34f.svelte-jpc34f {
    top: 1.5px;
    left: 1px;
    padding: 16px 18px;
  }
}

.overlay.svelte-jpc34f span.svelte-jpc34f {
  opacity: 0;
}

input.svelte-jpc34f.svelte-jpc34f {
  box-sizing: border-box;
  width: 100%;
  padding: 16px 20px 18px;
  font-size: 15px;
  background: 0 0;
  border: none;
  outline: 0;
  appearance: none;
}

.calculator-rate-input.svelte-jpc34f.svelte-jpc34f {
  padding: 17px 18px 19px;
  background: var(--color-black-2);
  border: 1px solid rgb(0 0 0 / 10%);
  border-radius: 12px;
}

.configurator .result .button-rounded {
  display: none;
}

.result.svelte-16kiupr.svelte-16kiupr {
  display: flex;
  flex-direction: column;
}

.mortgage.svelte-16kiupr.svelte-16kiupr {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  border-top: 1px solid rgb(0 0 0 / 10%);
  gap: 4px;
}

.monthly.svelte-16kiupr div.svelte-16kiupr {
  display: inline;
}

.button-rounded.svelte-16kiupr.svelte-16kiupr {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 60px;
  white-space: nowrap;
}

.calculator.svelte-1ldgoce.svelte-1ldgoce {
  position: relative;
  display: flex;
  max-width: 540px;
  margin: auto;
  font-family: 'TASA Explorer', sans-serif;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 8%);
  will-change: transform;
}

.column.svelte-1ldgoce.svelte-1ldgoce {
  box-sizing: border-box;
  max-width: 720px;
  margin: 0;
  padding: 50px 60px;
  background: #fff;
  border-radius: 24px;
}

.calculator[data-variant="both"].svelte-1ldgoce .info.svelte-1ldgoce {
  background: #fafafa;
  border-radius: 24px 0 0 24px;
}

@media (width <= 768px) {
  input.svelte-jpc34f.svelte-jpc34f {
    padding: 10px 12px 11px;
    font-size: 16px;
  }

  .monthly.svelte-16kiupr div.svelte-16kiupr {
    display: block;
  }

  .calculator.svelte-1ldgoce.svelte-1ldgoce {
    display: block;
    margin: 0;
  }

  .column.svelte-1ldgoce.svelte-1ldgoce {
    padding: 32px;
    border-radius: 18px;
  }

  .calculator[data-variant="both"].svelte-1ldgoce .info.svelte-1ldgoce {
    border-bottom-left-radius: 0;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}

.calculator[data-variant="both"].svelte-1ldgoce .form.svelte-1ldgoce {
  border-radius: 0 24px 24px 0;
}

@keyframes svelte-1ldgoce-reveal {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes svelte-1ldgoce-reveal-background {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.contact-option.svelte-18pz7gy {
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 18px 24px;
  background: rgb(0 0 0 / 2%);
  border-radius: 12px;
  box-shadow: 0 0.5px 1px 0 rgb(0 0 0 / 12%);
  cursor: pointer;
  gap: 18px;
}

.contact-option-icon.svelte-18pz7gy {
  height: 1.25em;
}

@media (width <= 768px) {
  .calculator[data-variant="both"].svelte-1ldgoce .form.svelte-1ldgoce {
    border-bottom-left-radius: 24px;
    border-top-right-radius: 0;
  }

  .contact-option.svelte-18pz7gy {
    padding: 14px 8px 14px 14px;
    gap: 14px;
  }

  .contact-option-icon.svelte-18pz7gy {
    top: 2px;
  }

  .contact-option-icon svg {
    width: 1em;
  }
}

.contact-option-title.svelte-18pz7gy {
  color: var(--color-blue);
}

.contact-option-subtitle.svelte-18pz7gy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 2em;
}

.contact-options.svelte-or7mni {
  display: inline-flex;
  flex-direction: column;
  gap: 16px;
}

.contact-option-icon-container.svelte-or7mni {
  position: relative;
  width: 20px;
  height: 100%;
}

.contact-option-icon-container svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hello .contact-faq-link {
  display: none;
}

.contact-content:has(.contact-content-home) {
  padding: 42px 36px !important;
}

@media (width <= 768px) {
  .contact-option-icon-container.svelte-or7mni {
    width: 14px;
  }

  .contact-content:has(.contact-content-home) {
    padding: 32px 16px !important;
  }
}

.contact-faq-link.svelte-14afq7f {
  line-height: 1.33 !important;
}

.modal-grid-column-6.svelte-14afq7f {
  padding: 0 24px;
}

.common-form-field-label.svelte-1lngd6v {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 6px;
}

.common-form-field-input.svelte-1y2ze90.svelte-1y2ze90 {
  position: relative;
}

.common-form-field-input-inverted.svelte-1y2ze90.svelte-1y2ze90 {
  color: #fff;
}

label.svelte-1y2ze90.svelte-1y2ze90 {
  position: absolute;
  top: 17px;
  left: 22px;
  transition:
    transform 0.2s,
    opacity 0.2s;
  pointer-events: none;
  transform-origin: top left;
}

.common-form-field-input-label-hidden.svelte-1y2ze90.svelte-1y2ze90 {
  opacity: 0;
}

.common-form-field-input-financing.svelte-1y2ze90 label.svelte-1y2ze90 {
  top: 22px;
}

.common-form-field-input-inverted.svelte-1y2ze90 label.svelte-1y2ze90 {
  color: rgb(255 255 255 / 60%);
}

.common-form-field-input.svelte-1y2ze90:has(:focus) label.svelte-1y2ze90,
.common-form-field-input.svelte-1y2ze90:has(select) label.svelte-1y2ze90,
.svelte-1y2ze90:not(.empty) label.svelte-1y2ze90 {
  transform: scale(0.75) translateX(-3px) translateY(-12px);
}

.common-form-field-input-financing.svelte-1y2ze90:has(:focus)
  label.svelte-1y2ze90,
.common-form-field-input-financing.svelte-1y2ze90:has(select)
  label.svelte-1y2ze90,
.common-form-field-input-financing.svelte-1y2ze90:not(.empty)
  label.svelte-1y2ze90 {
  transform: scale(0.75) translateX(-3px) translateY(-16px);
}

input.svelte-1y2ze90.svelte-1y2ze90,
select.svelte-1y2ze90.svelte-1y2ze90,
textarea.svelte-1y2ze90.svelte-1y2ze90 {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 25px 8px 9px 18px;
  background: var(--color-black-2);
  border: 1px solid rgb(0 0 0 / 10%);
  border-radius: 12px;
  outline: 0;
  appearance: none;
  scroll-padding-block: 18px;
}

.common-form-field-input-financing.svelte-1y2ze90 input.svelte-1y2ze90 {
  padding: 28px 8px 15px 17px;
}

@media (width <= 768px) {
  .modal-grid-column-6.svelte-14afq7f {
    padding: 0 16px;
  }

  .common-form-field-input-financing.svelte-1y2ze90 label.svelte-1y2ze90 {
    top: 18px;
  }

  .common-form-field-input-financing.svelte-1y2ze90:has(:focus)
    label.svelte-1y2ze90,
  .common-form-field-input-financing.svelte-1y2ze90:has(select)
    label.svelte-1y2ze90,
  .common-form-field-input-financing.svelte-1y2ze90:not(.empty)
    label.svelte-1y2ze90 {
    transform: scale(0.7) translateX(-3px) translateY(-16px);
  }

  .common-form-field-input-financing.svelte-1y2ze90 input.svelte-1y2ze90 {
    padding: 25px 8px 12px 16px;
  }
}

.titleless.svelte-1y2ze90 input.svelte-1y2ze90,
.titleless.svelte-1y2ze90 select.svelte-1y2ze90,
.titleless.svelte-1y2ze90 textarea.svelte-1y2ze90 {
  padding-top: 17px;
  padding-bottom: 19px;
}

.common-form-field-input-inverted.svelte-1y2ze90 input.svelte-1y2ze90,
.common-form-field-input-inverted.svelte-1y2ze90 select.svelte-1y2ze90,
.common-form-field-input-inverted.svelte-1y2ze90 textarea.svelte-1y2ze90 {
  color: #fff;
  background: rgb(255 255 255 / 10%);
}

.common-form-field-input-inverted.svelte-1y2ze90 input.svelte-1y2ze90,
.common-form-field-input-inverted.svelte-1y2ze90 textarea.svelte-1y2ze90 {
  border: 1px solid rgb(255 255 255 / 10%);
}

.common-form-field-input-inverted.svelte-1y2ze90
  input.svelte-1y2ze90::-webkit-contacts-auto-fill-button {
  background-color: #fff;
}

.common-form-field-input-inverted.svelte-1y2ze90:has(input:-webkit-autofill)
  label.svelte-1y2ze90 {
  color: rgb(0 0 0 / 60%);
}

input.svelte-1y2ze90.svelte-1y2ze90:focus,
select.svelte-1y2ze90.svelte-1y2ze90:focus,
textarea.svelte-1y2ze90.svelte-1y2ze90:focus {
  background: #fff;
  outline: var(--color-blue) 2px solid;
}

.common-form-field-input-inverted.svelte-1y2ze90 input.svelte-1y2ze90:focus,
.common-form-field-input-inverted.svelte-1y2ze90 select.svelte-1y2ze90:focus,
.common-form-field-input-inverted.svelte-1y2ze90 textarea.svelte-1y2ze90:focus {
  background: #000;
  outline: var(--color-blue) 2px solid;
}

textarea.svelte-1y2ze90.svelte-1y2ze90 {
  height: 12em;
  resize: none;
}

select.svelte-1y2ze90.svelte-1y2ze90 {
  color: #000;
}

.common-form-field-input-dropdown-arrow.svelte-1y2ze90.svelte-1y2ze90 {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  pointer-events: none;
}

.error.svelte-1y2ze90 input.svelte-1y2ze90:focus {
  outline: var(--color-red) 2px solid;
}

.common-form-field-input-select.svelte-1y2ze90.svelte-1y2ze90 {
  user-select: none;
  user-select: none;
}

.common-form-field-input-hello.svelte-1y2ze90 input.svelte-1y2ze90 {
  padding-top: 15px;
  padding-bottom: 15px;
}

h1.svelte-1omh370 {
  padding-right: 1em;
  text-wrap-style: unset;
}

.contact-footer.svelte-piuq3u {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

button.svelte-piuq3u {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 57px;
  border-radius: 12px !important;
}

button.svelte-piuq3u:disabled {
  pointer-events: none;
}

.common-form-field-checkbox.svelte-1d7a6bp.svelte-1d7a6bp {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 16px;
  user-select: none;
  user-select: none;
}

.common-form-field-checkbox-box.svelte-1d7a6bp.svelte-1d7a6bp {
  position: relative;
  line-height: 0;
}

input.svelte-1d7a6bp.svelte-1d7a6bp {
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  background: var(--color-black-2);
  border: 1px solid rgb(0 0 0 / 10%);
  border-radius: 6px;
  cursor: pointer;
  appearance: none;
}

img.svelte-1d7a6bp.svelte-1d7a6bp {
  position: absolute;
  top: 7px;
  left: 6px;
  display: none;
  pointer-events: none;
}

input.svelte-1d7a6bp:checked + img.svelte-1d7a6bp {
  display: block;
}

.suggestions.svelte-18bga3j.svelte-18bga3j {
  position: relative;
  width: 70%;
  min-width: 300px;
  height: 0;
  margin: 0 auto;
  font-size: 15px;
  color: #000;
}

.contact.suggestions.svelte-18bga3j.svelte-18bga3j {
  width: 100% !important;
}

@media (width <= 768px) {
  .common-form-field-checkbox.svelte-1d7a6bp.svelte-1d7a6bp {
    gap: 12px;
  }

  input.svelte-1d7a6bp.svelte-1d7a6bp {
    width: 24px;
    height: 24px;
  }

  img.svelte-1d7a6bp.svelte-1d7a6bp {
    top: 4px;
    left: 4px;
  }

  .suggestions.svelte-18bga3j.svelte-18bga3j {
    width: 100% !important;
    min-width: unset;
  }
}

ul.svelte-18bga3j.svelte-18bga3j {
  position: absolute;
  top: 9px;
  z-index: 10000;
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 8px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
  list-style-type: none;
}

ul.visible.svelte-18bga3j.svelte-18bga3j {
  display: unset;
}

ul.svelte-18bga3j li.svelte-18bga3j {
  padding: 8px;
  white-space: nowrap;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  text-overflow: ellipsis;
}

ul.svelte-18bga3j li.selected.svelte-18bga3j {
  color: #fff;
  background: var(--color-blue);
}

.loader-container.svelte-18bga3j.svelte-18bga3j {
  display: flex;
  justify-content: center;
}

.contact-schedule-feature-group.svelte-1s0z76d.svelte-1s0z76d {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: var(--color-black-10) 1px solid;
  border-top: var(--color-black-10) 1px solid;
  gap: 32px;
}

@media (width <= 768px) {
  .contact-schedule-feature-group.svelte-1s0z76d.svelte-1s0z76d {
    gap: 16px;
  }
}

.contact-schedule-feature-group-half-split.svelte-1s0z76d.svelte-1s0z76d {
  gap: 0;
}

.contact-schedule-feature.svelte-1s0z76d.svelte-1s0z76d {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  gap: 8px;
}

.contact-schedule-feature-group-half-split.svelte-1s0z76d
  .contact-schedule-feature.svelte-1s0z76d {
  width: 50%;
}

.contact-schedule-feature.svelte-1s0z76d.svelte-1s0z76d:last-child {
  flex-grow: unset;
  max-width: unset;
}

.loading.svelte-xtmvkg {
  opacity: 0.5;
  pointer-events: none;
}

.address-dependency-group.disabled.svelte-xtmvkg {
  opacity: 0.5;
  filter: saturate(0);
}

.hello-success-footer.svelte-ltvp3c {
  width: 100%;
}

.slots-loading-message.svelte-1bl5y5v {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.contact-schedule-picker-loading.svelte-1bl5y5v {
  pointer-events: none;
}

.common-form-button-select.svelte-19fks1u.svelte-19fks1u {
  display: flex;
  gap: 12px;
}

.common-form-button-select.svelte-19fks1u button.svelte-19fks1u {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 18px 0;
  color: #000;
  background-color: #f7f7f7;
  border: none;
  border-radius: 12px;
  box-shadow: 0 0.5px 1px 0 rgb(0 0 0 / 12%);
  appearance: none;
  gap: 6px;
}

.common-form-button-select button svg {
  position: relative;
  top: -0.05em;
  width: auto;
  height: 0.8em;
}

.common-form-button-select.svelte-19fks1u button.selected.svelte-19fks1u {
  color: #fff;
  background-color: #000;
}

.common-form-button-select-blue.svelte-19fks1u button.selected.svelte-19fks1u {
  background: var(--color-blue);
}

@media (hover: hover) {
  .contact-option.svelte-18pz7gy:hover {
    background: rgb(0 0 0 / 1%);
    box-shadow: 0 0.5px 1px 0 rgb(0 0 0 / 20%);
  }

  .common-form-button-select-inverted.svelte-19fks1u
    button.svelte-19fks1u:hover {
    background-color: rgb(255 255 255 / 40%);
  }

  .content-calendar-grid.svelte-sp5uqr
    .content-calendar-grid-day-available.svelte-sp5uqr:hover {
    background: var(--color-blue-20);
  }
}

.common-form-button-select-inverted.svelte-19fks1u button.svelte-19fks1u {
  color: #fff;
  background-color: rgb(255 255 255 / 20%);
}

.common-form-button-select-inverted.svelte-19fks1u
  button.selected.svelte-19fks1u {
  color: #000;
  background-color: #fff;
}

.common-form-button-select-full-width.svelte-19fks1u.svelte-19fks1u {
  flex-direction: column;
  width: 100%;
}

.common-form-button-select-two-column.svelte-19fks1u.svelte-19fks1u {
  flex-wrap: wrap;
}

.common-form-button-select-two-column.svelte-19fks1u button.svelte-19fks1u {
  flex-grow: unset;
  flex-basis: unset;
  width: calc(50% - 6px);
}

.contact-content.svelte-jzf1v9 {
  box-sizing: border-box;
  width: 540px;
  padding: 60px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 8%);
}

@media (width <= 768px) {
  .common-form-button-select.svelte-19fks1u.svelte-19fks1u {
    gap: 9px;
  }

  .common-form-button-select.svelte-19fks1u button.svelte-19fks1u {
    padding: 15px 0;
  }

  .contact-content.svelte-jzf1v9 {
    width: 100%;
    padding: 32px;
    border-radius: 0;
    box-shadow: none;
  }
}

.calendar-links-list.svelte-nn755x.svelte-nn755x {
  display: flex;
  flex-wrap: wrap;
  line-height: 150%;
  gap: 10px;
}

.calendar-links-list.svelte-nn755x .divider.svelte-nn755x {
  width: 1px;
  background: rgb(0 0 0 / 18%);
}

.calendar-links-variant-centered.svelte-nn755x.svelte-nn755x {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.calendar-links-list.svelte-nn755x a.svelte-nn755x {
  white-space: nowrap;
}

.showroom-book-card-title.svelte-2bypd.svelte-2bypd.svelte-2bypd {
  width: 100%;
}

.showroom-book-card-divider.svelte-2bypd.svelte-2bypd.svelte-2bypd {
  width: 60px;
}

.contact.svelte-2bypd .showroom-book-card-details.svelte-2bypd.svelte-2bypd {
  flex-direction: row;
  width: 100%;
  padding-bottom: 0;
  border-bottom: 0;
}

.contact.svelte-2bypd .showroom-book-card-details.svelte-2bypd > .svelte-2bypd {
  width: 40%;
}

.contact.svelte-2bypd
  .showroom-book-card-details.svelte-2bypd
  > .svelte-2bypd:last-child {
  width: 60%;
}

.showroom-book-card-details-date.svelte-2bypd.svelte-2bypd.svelte-2bypd {
  position: relative;
}

.showroom-book-card-details-edit-button.svelte-2bypd.svelte-2bypd.svelte-2bypd {
  position: absolute;
  right: 0;
  bottom: 0;
  color: var(--color-blue);
}

@media (width <= 768px) {
  .calendar-links-list.svelte-nn755x.svelte-nn755x {
    gap: 6px;
  }

  .showroom-book-card-divider.svelte-2bypd.svelte-2bypd.svelte-2bypd {
    display: none;
  }

  .contact.svelte-2bypd .showroom-book-card-details.svelte-2bypd.svelte-2bypd {
    flex-direction: column;
    margin-bottom: 44px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
  }

  .contact.svelte-2bypd
    .showroom-book-card-details.svelte-2bypd
    > .svelte-2bypd {
    width: 100%;
  }

  .showroom-book-card-details-edit-button.svelte-2bypd.svelte-2bypd.svelte-2bypd {
    bottom: -64px;
    left: 30px;
  }

  .contact-calendar.svelte-sp5uqr.svelte-sp5uqr {
    width: 100%;
  }
}

.showroom-book-card-details-date.svelte-2bypd div.svelte-2bypd.svelte-2bypd {
  display: flex;
}

.showroom-book-card-info-detail-time.svelte-2bypd.svelte-2bypd.svelte-2bypd {
  gap: 12px;
}

.showroom-book-card-info-detail-address.svelte-2bypd.svelte-2bypd.svelte-2bypd,
.showroom-book-card-info-detail-time-time.svelte-2bypd.svelte-2bypd.svelte-2bypd {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.showroom-book-card-info-detail-address.svelte-2bypd
  span.svelte-2bypd.svelte-2bypd {
  display: block;
}

.showroom-book-card-details-labeled.svelte-2bypd.svelte-2bypd.svelte-2bypd {
  gap: 24px;
}

.showroom-book-card-details-label.svelte-2bypd.svelte-2bypd.svelte-2bypd {
  display: none;
  margin-bottom: 2px;
}

.showroom-book-card-details-labeled.svelte-2bypd
  .showroom-book-card-details-label.svelte-2bypd.svelte-2bypd {
  display: block;
}

.contact-calendar.svelte-sp5uqr.svelte-sp5uqr {
  width: 100%;
  margin: 0 auto;
  user-select: none;
  user-select: none;
}

.contact-calendar-header.svelte-sp5uqr.svelte-sp5uqr {
  display: flex;
  gap: 32px;
}

.contact-calendar-header.svelte-sp5uqr button.svelte-sp5uqr {
  padding: 0;
  background: 0 0;
  border: none;
  cursor: pointer;
  appearance: none;
}

.contact-calendar-header.svelte-sp5uqr button.svelte-sp5uqr:disabled {
  opacity: 0.2;
  filter: saturate(0);
}

.contact-calendar-header-button-next.svelte-sp5uqr.svelte-sp5uqr {
  transform: scaleX(-1);
}

.contact-calendar-date.svelte-sp5uqr.svelte-sp5uqr {
  flex-grow: 1;
  font-size: 24px;
}

.content-calendar-days-legend.svelte-sp5uqr.svelte-sp5uqr {
  display: flex;
  gap: 10px;
}

.content-calendar-days-legend.svelte-sp5uqr div.svelte-sp5uqr {
  width: calc((100% - 10px * 6) / 7);
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

@media (width <= 768px) {
  .contact-calendar-date.svelte-sp5uqr.svelte-sp5uqr {
    font-size: 18px;
  }

  .content-calendar-days-legend.svelte-sp5uqr.svelte-sp5uqr {
    gap: 6px;
  }

  .content-calendar-days-legend.svelte-sp5uqr div.svelte-sp5uqr {
    width: calc((100% - 6px * 6) / 7);
    font-size: 10px !important;
    text-align: center;
  }
}

.content-calendar-grid.svelte-sp5uqr.svelte-sp5uqr {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.content-calendar-grid.svelte-sp5uqr div.svelte-sp5uqr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 10px * 6) / 7);
  height: auto;
  aspect-ratio: 1;
  font-size: 18px;
  background: 0 0;
  border-radius: 12px;
  font-feature-settings: "tnum", "lnum";
  pointer-events: none;
}

@media (width <= 768px) {
  .content-calendar-grid.svelte-sp5uqr.svelte-sp5uqr {
    gap: 6px;
  }

  .content-calendar-grid.svelte-sp5uqr div.svelte-sp5uqr {
    width: calc((100% - 6px * 6) / 7);
    font-size: 15px;
    border-radius: 10px;
  }
}

.content-calendar-grid div.svelte-sp5uqr span.svelte-sp5uqr {
  visibility: hidden;
}

.content-calendar-grid.svelte-sp5uqr
  .content-calendar-grid-day-available.svelte-sp5uqr {
  font-family: 'DM Serif Text', sans-serif;
  color: var(--color-blue);
  background: rgb(0 0 0 / 3%);
  box-shadow: 0 0.5px 1px 0 rgb(0 0 0 / 12%);
  cursor: pointer;
  pointer-events: all;
}

.content-calendar-grid.svelte-sp5uqr
  .content-calendar-grid-day-selected.svelte-sp5uqr {
  color: #fff;
  background: var(--color-blue);
}

.loader.light.svelte-f9d7e9 div.svelte-f9d7e9 {
  background: #fff;
}

ul.svelte-14sv38h.svelte-14sv38h.svelte-14sv38h {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 10px;
  list-style-type: none;
}

li.svelte-14sv38h.svelte-14sv38h.svelte-14sv38h {
  display: flex;
  justify-content: center;
  padding: 16px 0;
  font-family: 'DM Serif Text', sans-serif;
  text-align: center;
  background: rgb(0 0 0 / 2%);
  border-radius: 12px;
  box-shadow: 0 0.5px 1px 0 rgb(0 0 0 / 12%);
  cursor: pointer;
  gap: 10px;
  user-select: none;
  user-select: none;
}

.confirmable.svelte-14sv38h li.svelte-14sv38h > .svelte-14sv38h {
  box-sizing: border-box;
  width: 50%;
}

@media (hover: hover) {
  .content-calendar-grid.svelte-sp5uqr
    .content-calendar-grid-day-selected.svelte-sp5uqr:hover {
    background: var(--color-blue-black-6);
  }

  li.svelte-14sv38h.svelte-14sv38h.svelte-14sv38h:hover {
    background: rgb(0 0 0 / 1%);
  }

  .default.svelte-14sv38h .selected.svelte-14sv38h.svelte-14sv38h:hover {
    background: var(--color-blue-black-2);
  }
}

.default.svelte-14sv38h .selected.svelte-14sv38h.svelte-14sv38h {
  color: #fff;
  background: var(--color-blue);
}

.confirmable.svelte-14sv38h .selected.svelte-14sv38h.svelte-14sv38h {
  padding: 0;
  background: 0 0;
  box-shadow: none;
}

.confirmable.svelte-14sv38h .selected div.svelte-14sv38h.svelte-14sv38h {
  padding: 16px;
  background: #fff;
  border-radius: 12px;
  outline: rgb(0 0 0 / 20%) solid 1px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 5%);
}

button.svelte-14sv38h.svelte-14sv38h.svelte-14sv38h {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: var(--color-blue);
  border-radius: 12px;
}

div.svelte-1qe6l86 {
  height: 100%;
}

.showroom-book-schedule-header.svelte-z3e86r.svelte-z3e86r {
  width: 100%;
}

.showroom-book-schedule-picker.svelte-z3e86r.svelte-z3e86r {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.showroom-book-schedule-picker.svelte-z3e86r > div.svelte-z3e86r {
  flex-grow: 1;
  width: 50%;
}

@media screen and (width <= 768px) {
  .showroom-book-schedule-picker.svelte-z3e86r.svelte-z3e86r {
    flex-direction: column;
  }

  .showroom-book-schedule-picker.svelte-z3e86r > div.svelte-z3e86r {
    flex-grow: 1;
    width: 100%;
  }
}

.showroom-book-schedule-loading.svelte-z3e86r.svelte-z3e86r {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
}

.showroom-book-schedule-calendar.svelte-z3e86r.svelte-z3e86r {
  position: relative;
  top: 4px;
}

.showroom-book-schedule-modify.svelte-z3e86r.svelte-z3e86r {
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.showroom-book-schedule-modify.svelte-z3e86r button.svelte-z3e86r {
  display: flex;
  flex-direction: column;
  padding: 12px 18px 14px;
  background: var(--color-biege-darker);
  border-radius: 12px;
  box-shadow: 0 0.5px 1px rgb(0 0 0 / 12%);
  gap: 6px;
}

.showroom-book-schedule-modify.svelte-z3e86r button span.svelte-z3e86r {
  color: var(--color-blue);
}

.mobile.svelte-z3e86r.svelte-z3e86r {
  display: none;
}

@media screen and (width <= 768px) {
  .showroom-book-schedule-modify.svelte-z3e86r button.svelte-z3e86r {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
    line-height: 20px !important;
    text-align: center;
    gap: 8px;
  }

  .mobile.svelte-z3e86r.svelte-z3e86r {
    display: block;
  }
}

.divider.svelte-z3e86r.svelte-z3e86r {
  width: 1px;
  min-height: 100%;
  border-left: 1px solid rgb(0 0 0 / 10%);
}

.ice {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  font-family: 'TASA Explorer', sans-serif;
}

.ice h1 {
  margin: 0 0 0.5em;
  padding: 0 10px;
  font-family: 'TASA Explorer', sans-serif;
  font-size: clamp(24px, 2.5vw, 42px);
  font-weight: 400;
  letter-spacing: -1px;
  text-align: left;
  text-transform: none;
}

@media (width <= 768px) {
  .ice h1 {
    padding: 0;
    font-family: 'TASA Explorer', sans-serif;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: 0;
  }
}

.ice h2 {
  margin: 0 0 8px;
  font-family: 'TASA Explorer', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}

@media (width <= 768px) {
  .ice h2 {
    margin-bottom: 1em;
    padding: 0;
    font-size: 15px;
    line-height: 18px;
  }
}

.ice p {
  padding: 0 10px;
  line-height: 24px;
  text-align: left !important;
  color: rgb(0 0 0 / 60%);
}

.ice .bottom {
  display: inline-block;
  padding: 12px 18px 14px;
  background: rgb(0 0 0 / 3%);
  border-radius: 12px;
  box-shadow: 0 0.5px 2px 0 rgb(0 0 0 / 12%);
}

.ice .bottom:hover {
  background: #fff;
}

@media (width <= 768px) {
  .ice p {
    padding: 0;
    font-size: 15px;
    line-height: 18px;
  }

  .ice .bottom {
    margin: 0 -14px;
    padding: 12px 16px 14px;
  }
}

.ice a {
  font-size: 15px;
  text-decoration: none;
  color: var(--color-blue);
}

.ice .lists {
  box-sizing: border-box;
  width: calc(100% + 28px);
  padding: 24px;
  background: rgb(0 0 0 / 3%);
  border-radius: 12px;
}

.ice .lists ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding-left: 2.3ch;
  opacity: 0.6;
  gap: 2px;
  list-style-image: url("../images/bullet.svg");
}

@media (width <= 768px) {
  .ice .lists {
    padding: 16px;
  }

  .ice .lists ul li {
    font-size: 15px;
    line-height: 18px;
  }
}

.ice .flexible {
  flex-grow: 1;
}

.socal-wildfires {
  background: var(--color-biege);
}

.socal-wildfires-content {
  background: #000;
}

.segue .socal-wildfires-content {
  margin: 0 -10vw;
  padding: 0 10vw;
}

.wildfire {
  box-sizing: border-box;
  min-height: 300px !important;
  padding-top: 80px;
  background: #000;
}

.segue .wildfire {
  width: 120vw;
  padding-right: 10vw;
  padding-left: 10vw;
  transform: translateX(-10vw);
}

.wildfire-banner {
  box-sizing: border-box;
  width: 100%;
}

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

.wildfire-banner-content-row {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 42px;
}

@media (width <= 1024px) {
  .wildfire {
    min-height: 330px !important;
  }

  .wildfire-banner-content-row {
    align-items: flex-end;
    gap: 21px;
    text-wrap: balance;
  }
}

@media (width <= 768px) {
  .wildfire {
    min-height: 260px !important;
    padding-top: 24px;
  }

  .wildfire-banner-content-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
    text-wrap: balance;
  }
}

.wildfire-banner-content a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 45px;
  padding: 0 18px !important;
  background: #ff4000;
  gap: 1ch;
}

@media (hover: hover) {
  .wildfire-banner-content a:hover {
    color: #fff;
    filter: contrast(75%) brightness(115%);
  }
}

.wildfire-banner-content a:active {
  color: #fff;
  filter: brightness(90%);
}

.wildfire-banner-content a svg {
  transform: translateY(10%);
}

.wildfires-cta-button {
  box-sizing: border-box;
  padding: 24px 54px !important;
}

@media (width <= 1024px) {
  .wildfires-cta-button {
    height: 54px;
    padding: 0 36px !important;
  }

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

@media (width <= 768px) {
  .wildfires-cta-button {
    height: 45px;
    padding: 0 24px !important;
  }
}

.socal-wildfires-faq {
  background: #1c2138;
}

.socal-wildfires-faq .insights-module-faq .column-6 {
  background: rgb(0 0 0 / 20%);
}

.socal-wildfires-news {
  background-color: #000;
}

html:has(.video-modal) {
  overflow: clip;
  pointer-events: none;
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100dvh;
  animation: 0.2s forwards video-modal-appearing;
  pointer-events: all;
}

@keyframes video-modal-appearing {
  from {
    background: rgb(0 0 0 / 0%);
  }

  to {
    background: rgb(0 0 0 / 80%);
  }
}

.video-modal-dismissing {
  animation: 0.2s forwards video-modal-dismissing;
}

@keyframes video-modal-dismissing {
  from {
    background: rgb(0 0 0 / 80%);
  }

  to {
    background: rgb(0 0 0 / 0%);
  }
}

.video-modal-container {
  position: relative;
  width: 100%;
  max-width: calc(100vw - var(--modern-grid-column-margin) * 2);
  height: auto;
  max-height: calc(100vh - var(--modern-grid-column-margin) * 2);
  aspect-ratio: 16/9;
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 16%);
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.2, 0.6, 0.35, 1);
}

.video-modal-dismissing .video-modal-container {
  transition-duration: 0.2s;
}

.video-modal-container video {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  object-fit: cover;
  pointer-events: none;
}

.video-modal-controls {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.4s;
}

.video-modal-controls-visible {
  opacity: 1;
  transition: opacity 0.2s;
}

.video-modal-dismissing .video-modal-controls-visible {
  opacity: 0;
  transition: opacity 0.2s;
}

.video-modal-controls-close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: 0 0;
}

@media (width <= 768px) {
  .video-modal-container {
    max-width: calc(100vw - var(--modern-grid-column-margin));
    max-height: calc(100dvh - var(--modern-grid-column-margin));
  }

  .video-modal-controls-close {
    width: 45px;
    height: 45px;
  }
}

.video-modal-controls-scrubber {
  position: absolute;
  bottom: 36px;
  left: 25%;
  width: 50%;
  padding: 16px 0;
  background: 0 0;
  outline: 0;
  cursor: pointer;
  appearance: none;
  appearance: none;
}

.video-modal-controls-scrubber::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
  content: "";
}

@media (width <= 768px) {
  .video-modal-controls-scrubber {
    bottom: 4px;
    left: 10%;
    width: 80%;
  }

  .video-modal-controls-scrubber::before {
    height: 1px;
  }
}

.video-modal-controls-scrubber::-webkit-slider-thumb {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  appearance: none;
  appearance: none;
}

@media (width <= 768px) {
  .video-modal-controls-scrubber::-webkit-slider-thumb {
    width: 9px;
    height: 9px;
  }

  .testimonials {
    padding: 0;
  }
}

.modal-control.svelte-r0nedy {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 14px;
  background: rgb(255 255 255 / 20%);
  border-radius: 12px;
  cursor: pointer;
  backdrop-filter: blur(18px) saturate(1.5);
  backdrop-filter: blur(18px) saturate(1.5);
  gap: 12px;
  pointer-events: all;
}

@media (hover: hover) {
  .modal-control.svelte-r0nedy:hover {
    background: rgb(0 0 0 / 2%);
    box-shadow: 0 0.5px 0.5px 0 rgb(0 0 0 / 12%);
  }

  .tour-model-selector.svelte-1elduth button.svelte-1elduth:hover {
    background: rgb(255 255 255 / 5%) !important;
  }

  .tour-model-selector-null.svelte-1elduth button.svelte-1elduth:hover {
    background: rgb(255 255 255 / 15%) !important;
    outline-color: rgb(255 255 255 / 25%) !important;
  }
}

.common-modal-presented,
html:has(.common-modal-presented) {
  overflow: clip;
  pointer-events: none;
}

.common-modal.svelte-1tejbzu.svelte-1tejbzu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 60%);
  animation: 0.6s ease-out svelte-1tejbzu-appear;
  pointer-events: all;
  will-change: opacity;
}

@media (width <= 768px) {
  .modal-control.svelte-r0nedy {
    border-radius: 9px;
  }

  .common-modal-presented .configurator-section {
    opacity: 0;
    transition: opacity 0.4s;
  }

  .common-modal-presented .configurator-section:has(.common-modal) {
    opacity: 1;
  }

  .common-modal-presented .configurator-section .configurator-blinds > * {
    opacity: 0;
    transition: opacity 0.4s;
  }

  .configurator-section-column:has(.common-modal) {
    opacity: 1 !important;
  }

  .common-modal-presented .configurator-content {
    background: #fff;
  }

  .common-modal-presented {
    background: #fff !important;
  }

  .common-modal-presented main {
    opacity: 0;
    transition: opacity 0.4s;
  }

  .configurator.common-modal-presented main {
    opacity: 1;
  }

  .common-modal.svelte-1tejbzu.svelte-1tejbzu {
    background: #fff;
  }
}

.common-modal-without-appear-animation.svelte-1tejbzu.svelte-1tejbzu {
  animation: none;
}

.common-modal-variant-financing.svelte-1tejbzu.svelte-1tejbzu {
  background: 0 0;
}

.common-modal-scroll.svelte-1tejbzu.svelte-1tejbzu {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 120px;
  overflow: auto;
  scrollbar-width: none;
}

.common-modal-scroll.svelte-1tejbzu.svelte-1tejbzu::-webkit-scrollbar {
  display: none;
}

.content.svelte-1tejbzu.svelte-1tejbzu {
  position: relative;
  margin: auto;
  transition: transform 0.2s;
  animation: 0.8s cubic-bezier(0.16, 1, 0.3, 1) svelte-1tejbzu-appear-content;
  will-change: transform;
}

@media (width <= 768px) {
  .common-modal-scroll.svelte-1tejbzu.svelte-1tejbzu {
    padding: 0 6px;
  }

  .content.svelte-1tejbzu.svelte-1tejbzu {
    min-height: 100dvh;
  }
}

.common-modal-without-appear-animation.svelte-1tejbzu .content.svelte-1tejbzu {
  animation: none;
}

@keyframes svelte-1tejbzu-appear {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@keyframes svelte-1tejbzu-appear-content {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.common-modal-controls.svelte-1tejbzu.svelte-1tejbzu {
  position: sticky;
  top: -120px;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  height: 0;
  padding: 0 12px;
  transform: translateY(12px);
  pointer-events: none;
}

@media (width <= 768px) {
  .common-modal-controls.svelte-1tejbzu.svelte-1tejbzu {
    top: 0;
    padding: 8px;
    transform: translateY(16px);
  }
}

.common-modal-variant-inverted.svelte-1tejbzu
  .common-modal-close-button
  svg.svelte-1tejbzu {
  filter: invert(100%);
}

.common-modal-dismissing.svelte-1tejbzu.svelte-1tejbzu {
  animation: 0.2s ease-out forwards svelte-1tejbzu-disappear;
}

.common-modal-dismissing.svelte-1tejbzu .content.svelte-1tejbzu {
  animation: 0.2s cubic-bezier(0.16, 1, 0.3, 1) svelte-1tejbzu-disappear-content;
  animation-fill-mode: forwards;
}

@keyframes svelte-1tejbzu-disappear {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes svelte-1tejbzu-disappear-content {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.tour-controls-selector-button.svelte-1w69iwe.svelte-1w69iwe {
  position: absolute;
  top: 24px;
  left: 50%;
  z-index: 100;
  display: flex;
  align-items: center;
  padding-right: 22px !important;
  transition: opacity 0.4s;
  transform: translateX(-50%);
  gap: 8px;
}

.tour-controls-selector-button.svelte-1w69iwe svg.svelte-1w69iwe {
  transform: translateY(1px);
}

.tour-controls-selector-button-visible.svelte-1w69iwe svg.svelte-1w69iwe {
  transform: scaleY(-1);
}

.tour-controls-selector-button-none.svelte-1w69iwe.svelte-1w69iwe {
  opacity: 0;
  pointer-events: none;
}

.tour-model-selector.svelte-1elduth.svelte-1elduth {
  position: absolute;
  z-index: 60;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background: rgb(0 0 0 / 40%);
  opacity: 0;
  overflow: auto;
  transition: opacity 0.4s;
  backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -ms-overflow-style: none;
  pointer-events: none;
  scrollbar-width: none;
}

.tour-model-selector.svelte-1elduth.svelte-1elduth::-webkit-scrollbar {
  display: none;
}

.tour-model-selector-content.svelte-1elduth.svelte-1elduth {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  gap: 4px;
}

.tour-model-selector-visible.svelte-1elduth.svelte-1elduth {
  opacity: 1;
  transition: opacity 0.2s;
  pointer-events: auto;
}

button.svelte-1elduth.svelte-1elduth,
h1.svelte-1elduth.svelte-1elduth,
h2.svelte-1elduth.svelte-1elduth {
  opacity: 0;
  transition: 10ms linear 0.2s;
  transform: translateY(25%);
  will-change: opacity;
}

button.svelte-1elduth.svelte-1elduth {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  margin-bottom: 12px !important;
  line-height: 100%;
  gap: 4px !important;
}

.tour-model-selector-visible.svelte-1elduth h1.svelte-1elduth {
  opacity: 1;
  transition:
    transform 0.4s,
    opacity 0.4s;
  transform: none;
}

.tour-model-selector-visible.svelte-1elduth h2.svelte-1elduth {
  opacity: 1;
  transition:
    transform 0.4s 50ms,
    opacity 0.4s 50ms;
  transform: none;
}

.tour-model-selector-visible.svelte-1elduth
  button.svelte-1elduth:first-of-type {
  opacity: 1;
  transition:
    transform 0.4s 0.1s,
    opacity 0.4s 0.1s,
    background 0.2s;
  transform: none;
}

.tour-model-selector-visible.svelte-1elduth
  button.svelte-1elduth:nth-of-type(2) {
  opacity: 1;
  transition:
    transform 0.4s 125ms,
    opacity 0.4s 125ms,
    background 0.2s;
  transform: none;
}

.tour-model-selector-visible.svelte-1elduth
  button.svelte-1elduth:nth-of-type(3) {
  opacity: 1;
  transition:
    transform 0.4s 0.15s,
    opacity 0.4s 0.15s,
    background 0.2s;
  transform: none;
}

.tour-model-selector-visible.svelte-1elduth
  button.svelte-1elduth:nth-of-type(4) {
  opacity: 1;
  transition:
    transform 0.4s 175ms,
    opacity 0.4s 175ms,
    background 0.2s;
  transform: none;
}

.tour-model-selector-visible.svelte-1elduth
  button.svelte-1elduth:nth-of-type(5) {
  opacity: 1;
  transition:
    transform 0.4s 0.2s,
    opacity 0.4s 0.2s,
    background 0.2s;
  transform: none;
}

.tour-model-selector.svelte-1elduth button.svelte-1elduth {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 428px;
  height: 90px !important;
  padding: 0 18px;
  background: rgb(0 0 0 / 10%) !important;
  border-radius: 12px !important;
  backdrop-filter: none !important;
  backdrop-filter: none !important;
}

@media (width <= 1024px) {
  .tour-model-selector.svelte-1elduth button.svelte-1elduth {
    width: 362px;
  }
}

@media (width <= 768px) {
  .tour-controls-selector-button.svelte-1w69iwe.svelte-1w69iwe {
    top: calc(5dvh + 25px);
  }

  .tour-controls-selector-button-full-screen.svelte-1w69iwe.svelte-1w69iwe {
    top: 21px;
  }

  .tour-model-selector-content.svelte-1elduth.svelte-1elduth {
    gap: 0;
  }

  button.svelte-1elduth.svelte-1elduth {
    margin-bottom: 8px !important;
  }

  .tour-model-selector.svelte-1elduth button.svelte-1elduth {
    height: 71px !important;
  }
}

.tour-model-selector-null.svelte-1elduth button.svelte-1elduth {
  background: rgb(255 255 255 / 10%) !important;
}

.tour-model-selector.svelte-1elduth
  button.tour-model-selector-selected.svelte-1elduth,
.tour-model-selector.svelte-1elduth
  button.tour-model-selector-selected.svelte-1elduth:hover {
  background: rgb(255 255 255 / 15%) !important;
  outline: 2px solid var(--color-blue) !important;
}

.tour-progress-bar.svelte-1vxamij.svelte-1vxamij {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 4px;
  background: rgb(255 255 255 / 10%);
  border-radius: 2px;
  overflow: hidden;
  transform: translateX(-50%);
  pointer-events: none;
}

.tour-progress-bar.svelte-1vxamij div.svelte-1vxamij {
  height: 4px;
  background: #fff;
  transition: width 0.4s linear;
}

.tour-progress-bar-hidden.svelte-1vxamij div.svelte-1vxamij,
.tour-progress-bar-without-animation.svelte-1vxamij div.svelte-1vxamij {
  transition: none;
}

.tour-progress-bar-hidden.svelte-1vxamij.svelte-1vxamij {
  opacity: 0;
  transition: opacity 0.2s 0.2s;
}

.tour-outline.svelte-1iapjqr {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  border-radius: 24.5px;
  outline: rgb(255 255 255 / 10%) solid 1px;
  outline-offset: -1px;
  pointer-events: none;
}

@media (width <= 768px) {
  .tour-outline.svelte-1iapjqr {
    top: 5dvh;
    height: 95dvh;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.common-modal-variant-tour .common-modal-scroll {
  padding: 0 !important;
}

.common-modal-variant-tour .common-modal-controls {
  position: absolute !important;
  top: 12px !important;
  right: 0;
  padding: 0 24px !important;
}

.common-modal-variant-tour:has(.tour-content-null) .common-modal-controls {
  z-index: 100 !important;
}

.common-modal-variant-tour .common-modal-close-button button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0 !important;
}

.common-modal-variant-tour .common-modal-close-button button svg path {
  fill: #fff;
  fill-opacity: 1;
}

.tour-content.svelte-1iapjqr {
  position: relative;
  box-sizing: border-box;
  width: calc(100vw - var(--modern-grid-column-margin) * 2 + 2px);
  height: calc(100vh - var(--modern-grid-column-margin) * 2);
  background: #000;
  border-radius: 24px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 8%);
  overflow: hidden;
  transition: background 0.4s;
  will-change: background;
}

@media (width <= 768px) {
  .common-modal-variant-tour .common-modal-controls {
    top: calc(5dvh + 10px) !important;
    transform: translateY(12px) !important;
  }

  .tour-modal-variant-full-screen .common-modal-controls {
    top: 8px !important;
  }

  body:has(.common-modal-variant-tour) {
    background: #000 !important;
  }

  .common-modal-variant-tour .common-modal-close-button button {
    width: 44px;
    height: 44px;
  }

  .tour-content.svelte-1iapjqr {
    width: 100vw;
    height: 95dvh;
    min-height: unset;
    margin-top: 5dvh;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.tour-content-variant-full-screen.svelte-1iapjqr {
  width: 100vw;
  height: 100vh;
  border-radius: 0;
}

.tour-controls-specs-pricing.svelte-1iapjqr {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 50;
}

.tour-controls-zoom-in.svelte-1iapjqr {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 50;
}

#tour button {
  display: flex;
  align-items: center;
  height: 48px;
  margin: 0;
  padding: 0 24px;
  color: #fff;
  background: rgb(0 0 0 / 20%);
  border-radius: 24px;
  appearance: none;
  backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  gap: 8px;
}

@media (hover: hover) {
  #tour button:hover {
    background: rgb(255 255 255 / 10%);
    outline: rgb(255 255 255 / 20%) solid 1px;
  }
}

samara-room-tour.svelte-1iapjqr {
  position: relative;
  z-index: 0;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s 0.8s;
}

@media (width <= 768px) {
  .tour-content-variant-full-screen.svelte-1iapjqr {
    height: 100dvh;
    margin: 0;
  }

  #tour button {
    height: 44px;
  }

  .glass samara-room-tour.svelte-1iapjqr {
    border-radius: 12px;
  }

  samara-room-tour.svelte-1iapjqr {
    overflow: hidden;
  }
}

.samara-scene-loaded.svelte-1iapjqr {
  opacity: 1;
  transition: opacity 0.8s 1s;
}

.samara-scene-changing-model.svelte-1iapjqr {
  opacity: 0;
  transition: opacity 0.8s;
}

.testimonials {
  background: var(--color-biege);
}

.testimonials-content {
  position: relative;
}

.testimonials-heading {
  text-wrap: balance;
}

.testimonials-scroll {
  overflow: auto;
  transform: translateY(-37px);
  scrollbar-width: none;
}

.testimonials-scroll::-webkit-scrollbar {
  display: none;
}

.testimonials-scroll-left-gradient {
  position: absolute;
  top: -37px;
  left: -1px;
  z-index: 10;
  width: 60px;
  height: 100%;
  background: linear-gradient(90deg, #fdfdf8, #fdfdf800);
  pointer-events: none;
}

@media (width <= 768px) {
  .testimonials-scroll-left-gradient {
    width: 18px;
  }
}

.hello .testimonials-scroll-left-gradient {
  background: linear-gradient(90deg, #fff, transparent);
}

.testimonials-scroll-right-gradient {
  position: absolute;
  top: -37px;
  right: 0;
  z-index: 10;
  width: 80px;
  height: 100%;
  background: linear-gradient(-90deg, #fdfdf8, #fdfdf800);
  pointer-events: none;
}

@media (width <= 768px) {
  .testimonials-scroll-right-gradient {
    width: 18px;
  }
}

.hello .testimonials-scroll-right-gradient {
  background: linear-gradient(90deg, transparent, #fff);
}

.testimonials-items {
  position: relative;
  width: 1px;
  height: 100px;
  padding: 24px 0 24px 60px;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  perspective: 1000px;
  text-rendering: optimizelegibility;
  transform-style: preserve-3d;
  will-change: transform;
}

.testimonials-item {
  position: absolute;
  user-select: none;
  will-change: transform;
}

.testimonials-item-preview {
  width: fit-content;
  padding: 15px 18px;
  white-space: nowrap;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 8%);
  cursor: pointer;
  transition:
    box-shadow 0.4s,
    transform 0.4s;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  perspective: 1000px;
  text-rendering: optimizelegibility;
  transform-style: preserve-3d;
  user-select: none;
  will-change: transform;
}

.testimonials-item-body {
  flex: 1;
}

.testimonials-item-body::first-letter {
  margin-left: -0.5ch;
}

.testimonials-item-details {
  align-items: center;
  gap: 8px;
}

.testimonials-item-avatar-image {
  border-radius: 100%;
  opacity: 0.6;
  filter: saturate(0);
  object-fit: cover;
}

.testimonials-item-avatar-initials {
  width: 21px;
  height: 21px;
  font-size: 12px;
  line-height: 21px;
  color: #fff;
  background: rgb(0 0 0 / 40%);
  border-radius: 100%;
}

.testimonials-item-avatar-initials span {
  display: block;
  width: 21px;
  text-align: center;
}

.testimonials-item-modal {
  position: fixed;
  z-index: 100;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 326px;
  height: 340px;
  padding: 15px 18px;
  background-color: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 16%);
  overflow: hidden;
  transform: translate3d(-50%, -50%, 0);
}

.testimonials-item-modal .testimonials-item-body {
  width: 290px;
  min-width: 290px;
  height: 235px;
  margin-top: 9px;
  padding: 2px 0 12px;
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
}

.testimonials-item-modal-content {
  flex: 1;
  opacity: 0;
  animation: 0.4s forwards testimonials-item-modal-content-appear;
}

@keyframes testimonials-item-modal-content-appear {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.testimonials-item-modal .testimonials-item-body::-webkit-scrollbar {
  display: none;
}

.testimonials-item-modal .testimonials-item-body::first-letter {
  margin-left: 0;
}

.testimonials-item-body p {
  margin-bottom: 18px;
}

.testimonials-item-body p:has(img) {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.testimonials-item-body p img {
  width: 100%;
  border-radius: 6px;
}

.testimonials-item-body p:last-child {
  margin-bottom: 0;
}

.testimonials-item-body-container {
  position: relative;
  flex: 1;
}

.testimonials-item-body-top-gradient {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 12px;
  background: linear-gradient(0deg, rgb(255 255 255 / 0%) 0, #fff 100%);
}

.testimonials-item-body-bottom-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0, #fff 100%);
}

.hello .testimonials-item-body-top-gradient {
  background: linear-gradient(0deg, transparent, #fdfdf8 100%);
}

.hello .testimonials-item-body-bottom-gradient {
  background: linear-gradient(180deg, transparent, #fdfdf8 100%);
}

.testimonials-item-details-photos {
  display: flex;
  align-items: center;
  gap: 5px;
}

.testimonials-item-modal .testimonials-item-details-photos {
  cursor: pointer;
}

html {
  height: fill-available;
  height: -webkit-fill-available;
  opacity: 1;
  overflow: clip auto;
}

body {
  background: var(--color-biege);
  transition: background-color 0.6s;
}

* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

.nobr {
  white-space: nowrap;
}

p {
  margin: 0;
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
  orphans: 2;
}

input {
  font-family: 'TASA Explorer', sans-serif;
  -webkit-font-smoothing: antialiased;
}

img {
  font-family: 'TASA Explorer', sans-serif;
}

a {
  text-decoration: none;
  color: var(--color-blue);
  cursor: pointer;
}

@media (hover: hover) {
  .testimonials-item:hover .testimonials-item-preview {
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 8%);
    transform: translateY(-4px);
  }

  a:hover {
    color: var(--color-blue-white-20);
  }

  a:hover img[url*="svg"] {
    opacity: 0.8;
  }
}

button:focus {
  outline-color: #000;
}

.error404 {
  height: 100%;
  background: #fff054;
}

.error404 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: #ffec74;
  overflow: hidden;
}

.error404 svg {
  height: 20vmin;
}

.error404 img {
  position: absolute;
  bottom: 30px;
  width: 30px;
}

.no-javascript img[data-src] {
  display: none;
}

}
