@font-face {
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/regola-light.woff2) format("woff2");
    font-family: regola-light;
    font-display: block;
}
@font-face {
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/regola-book.woff2) format("woff2");
    font-family: regola-book;
    font-display: block;
}
@font-face {
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/regola-regular.woff2) format("woff2");
    font-family: regola-regular;
    font-display: swap;
}
@font-face {
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/regola-medium.woff2) format("woff2");
    font-family: regola-medium;
    font-display: swap;
}
.row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin-bottom: 12px;
    min-height: 72px;
}
.row:last-of-type {
    margin-bottom: 0;
}
.row.above-fold {
    margin-bottom: 0;
    height: 100vh;
}
.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-size: 72px;
    line-height: 78px;
    font-family: regola-light;
    letter-spacing: -3px;
}
@media screen and (max-width: 950px) and (orientation: portrait) {
    .grid .row {
        flex-flow: column wrap;
        margin-bottom: 0;
        min-height: 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 (max-width: 950px) and (orientation: landscape) {
    .grid h1 {
        padding: 0;
        font-size: 8vmin;
        line-height: 120%;
    }
}
.grid h2 {
    font-size: 64px;
    line-height: 72px;
    font-family: regola-book;
}
@media screen and (max-width: 950px) and (orientation: portrait) {
    .grid h2 {
        padding: 0 40px 20px;
        font-size: 6vmin;
        line-height: 120%;
    }
}
.grid h3 {
    margin-top: -12px;
    font-size: 36px;
    line-height: 36px;
    font-family: regola-book;
}
@media screen and (max-width: 950px) and (orientation: portrait) {
    .grid h3 {
        font-size: 5vmin;
        line-height: 120%;
    }
}
.grid h6 {
    font-size: 14px;
    line-height: 18px;
    font-family: regola-book;
    text-align: center;
    text-transform: uppercase;
}
@media screen and (max-width: 950px) and (orientation: portrait) {
    .grid h6 {
        padding: 0;
        font-size: 16px;
        line-height: 120%;
    }
}
.grid p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
    font-family: regola-book;
}
.grid p:last-of-type {
    margin-bottom: 0;
}
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;
    animation: 1s appear;
    transition: opacity 0.4s;
    border-radius: 100%;
    background: #000;
}
@keyframes appear {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
body > .dot.hidden {
    opacity: 0;
    transition: none;
}
body > .dot.solo {
    z-index: 99;
}
main .jobs {
    flex-grow: 1;
    box-sizing: border-box;
    padding-top: 10em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.jobs.content .wrapper {
    width: 100vw;
    min-height: unset;
}
.jobs h1 {
    margin: 0 auto;
    padding: 0;
    max-width: 80%;
    font-weight: 400;
    font-size: 60px;
    line-height: 130%;
    font-family: regola-light, sans-serif;
    letter-spacing: -2px;
    text-align: center;
}
.jobs .jobs h1 {
    font-size: 48px;
}
@media screen and (max-width: 950px) {
    .jobs.content .wrapper {
        max-width: 600px;
    }
    .jobs .jobs h1,
    .jobs h1 {
        font-size: 32px;
        letter-spacing: -1px;
    }
}
.jobs .wrapper > h2 {
    font-weight: 400;
    font-size: 18px;
    font-family: regola-medium, sans-serif;
    text-align: center;
    text-transform: uppercase;
}
@media screen and (max-width: 950px) {
    .jobs .wrapper > h2 {
        font-size: 16px;
    }
}
.jobs .wrapper > p {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 16px;
    width: 100%;
    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;
    margin: 2em auto 8em;
    width: calc(100vw / 12 * 8);
}
@media screen and (max-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;
        padding: 0 40px;
        width: 100%;
    }
}
.jobs .description > p {
    clear: both;
    margin-right: auto;
    margin-bottom: 1.5em;
    margin-left: auto;
    width: 670px;
    max-width: 85%;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
}
@media screen and (max-width: 950px) {
    .jobs .description > p {
        margin-left: 1em;
        padding: 0;
    }
}
.jobs .wrapper > ul {
    position: relative;
    margin: 0;
    padding: 0 0 6em;
    width: 100%;
    font-size: 24px;
    list-style-type: none;
    text-align: center;
}
.jobs .wrapper > ul li {
    width: 714px;
    max-width: 100%;
    margin: 0 auto 16px;
    text-align: center;
}
.jobs .wrapper > ul li a {
    display: block;
    transition: color 0.4s;
    box-sizing: border-box;
    border: 2px solid #000;
    border-radius: 8px;
    background-color: #f9f8f1;
    padding: 0.9em 1.1em;
}
.jobs .wrapper > ul li a:hover {
    opacity: 1;
    transition: color 0.2s, background-color 0.2s;
    background: #000;
    color: #f9f8f1;
}
@media screen and (max-width: 950px) {
    .jobs .wrapper > ul {
        font-size: 20px;
    }
    .jobs .wrapper > ul li {
        width: 500px;
        max-width: 80%;
    }
    .jobs .wrapper > ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        height: 4.5em;
    }
    .jobs .jobs ul {
        font-size: 22px;
    }
}
.jobs.empty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.jobs.empty li {
    opacity: 0.3;
    pointer-events: none;
}
.jobs .jobs a {
    color: #000;
    text-decoration: none;
}
.jobs .jobs a:hover {
    opacity: 0.25;
}
.jobs .column {
    float: left;
    box-sizing: border-box;
    margin: 3em 0;
    width: 50%;
    font-size: 18px;
    line-height: 24px;
}
.jobs .column.wide {
    float: none;
    margin: 6em auto 4em;
    padding: 0;
    width: 670px;
    max-width: 85%;
}
.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-weight: 400;
    font-size: 18px;
    line-height: 150%;
    font-family: regola-medium, sans-serif;
}
.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;
    margin-left: -1.25em;
    width: 1.25em;
    content: "—";
}
@media screen and (max-width: 950px) {
    .jobs .column {
        float: none;
        margin-top: 0 !important;
        padding: 0 !important;
        width: 100%;
    }
    .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;
    margin-left: -1.2em;
    width: 1em;
    content: "-";
}
.jobs .apply {
    clear: both;
    padding-top: 1em;
    text-align: center;
}
.jobs .apply a {
    color: #000;
    font-size: 36px;
    text-decoration: none;
}
.jobs .apply a:hover {
    opacity: 0.25;
}
.job-description {
    display: flex;
    flex-wrap: wrap;
}
.job-description p {
    text-align: center;
    width: calc(
        var(--modern-grid-column-width) * 6 + var(--modern-grid-column-gutter) *
            5
    );
    margin: 0 auto 1.5em;
    line-height: 1.5em;
}
@media screen and (max-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;
    list-style-type: none;
    line-height: 1.5em;
}
.job-description li {
    list-style-type: "—  ";
}
.job-description h2 {
    font-size: clamp(16px, 1.25vw, 18px);
    font-family: regola-medium, sans-serif;
    margin-bottom: 0.3em;
}
.job-get-in-touch {
    font-family: regola-book !important;
    font-size: clamp(32px, 9.6vw, 36px) !important;
}
.job-get-in-touch a {
    color: #000;
}
.job-get-in-touch a:hover {
    opacity: 0.7;
    color: #000;
}
@media screen and (max-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;
    grid-template-columns: repeat(12, [col-start] 1fr);
    gap: 22px;
    box-sizing: border-box;
    padding: 0 3vw;
    width: 100%;
    height: 100%;
}
.legal .page h1 {
    grid-column: col-start 2 / span 10;
    margin-top: 1.5em;
    margin-bottom: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 1em;
    font-weight: 400;
    font-size: 96px;
    line-height: 96px;
    font-family: regola-light, sans-serif;
    letter-spacing: -4px;
}
.legal .page .text {
    grid-column: col-start 6 / span 6;
    margin-bottom: 96px;
}
@media (max-width: 768px) {
    .legal .page .row {
        display: grid;
        grid-template-columns: repeat(6, [col-start] 1fr);
        gap: 22px;
        box-sizing: border-box;
        padding: 0 24px;
        width: 100%;
        height: 100%;
    }
    .legal .page h1 {
        grid-column: col-start 1 / span 6;
        margin-top: 3em;
        font-size: 42px;
        line-height: 42px;
        font-family: regola-light, sans-serif;
        letter-spacing: -1px;
    }
    .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-weight: 400;
    font-size: 42px;
    line-height: 48px;
    font-family: regola-light, sans-serif;
    letter-spacing: -2px;
}
.legal .page h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    font-family: regola-book, sans-serif;
}
.legal .page .row li,
.legal .page .row p {
    margin-bottom: 1em;
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    line-height: 26px;
    font-family: regola-book, sans-serif;
}
.legal .page a {
    color: inherit;
}
.legal .phone {
    display: none;
    margin-bottom: 20px;
    font-family: regola-book, 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;
    margin-left: -1.15em;
    width: 0.85em;
}
.legal .phone .phone-hours {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    line-height: 15px;
}
.footer-nav-variant-light .legal .phone .phone-hours {
    color: rgba(0, 0, 0, 0.6);
}
.multiunit {
    background: #000;
}
.multiunit main {
    color: #fff;
}
.multiunit nav .logo {
    width: unset;
    height: unset;
}
@media (max-width: 768px) {
    .multiunit nav .logo {
        position: absolute;
        top: -13px;
        left: 13.5px;
        transform: none !important;
        opacity: 1 !important;
        backdrop-filter: blur(18px) saturate(1.5);
        -webkit-backdrop-filter: blur(18px) saturate(1.5);
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.03);
        padding: 12px 12px 10px;
    }
}
.multiunit nav .backyard-configure {
    transform: translateX(18px);
    opacity: 1;
    pointer-events: all;
}
.multiunit nav .backyard-configure img {
    display: none;
}
.multiunit-hero {
    position: relative;
    color: #000;
}
.multiunit-hero .multiunit-hero-title {
    display: flex;
    position: absolute;
    left: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: -25vw;
    width: 50vw;
    text-align: center;
}
.multiunit-hero .multiunit-hero-photo {
    display: block;
    border-radius: 6px;
    background: #fff;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.multiunit-heading h2 {
    padding: 0 5%;
    text-align: center;
}
.multiunit-community img {
    display: block;
    border-radius: 6px;
    background: #fff;
    width: 100%;
    height: auto;
}
.multiunit-hr hr {
    margin: 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
}
.multiunit-form p {
    padding-right: 10%;
    color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 768px) {
    .multiunit nav .backyard-configure {
        transform: translate3d(-2px, 7px, 0);
        box-sizing: border-box;
        padding: 0;
        aspect-ratio: 1;
        width: 40px;
        height: 40px;
    }
    .multiunit nav .backyard-configure img {
        display: block;
        position: absolute;
        transform: translateX(-40%);
    }
    .multiunit nav .backyard-configure span {
        display: none;
    }
    .multiunit-hero .multiunit-hero-title {
        position: static;
        filter: invert(100%);
        margin: 0;
        width: 100%;
    }
    .multiunit-hero .multiunit-hero-title img {
        width: 196px;
    }
    .multiunit-hero .multiunit-hero-photo {
        margin: 0 -12px;
        width: calc(100% + 24px);
    }
    .multiunit-text p {
        color: rgba(255, 255, 255, 0.6);
    }
    .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);
}
.multiunit .error-message a:hover {
    color: #fff;
}
.newsroom {
    background: var(--color-biege);
}
.newsroom article a {
    color: inherit;
    text-decoration: none;
}
.newsroom article {
    background: var(--color-biege);
}
.newsroom .g,
.newsroom .item {
    display: grid;
    grid-template-columns: repeat(12, [col-start] 1fr);
    gap: 22px;
    box-sizing: border-box;
    margin: 0 3vw;
    width: 94vw;
}
.newsroom h1,
.newsroom h2 {
    grid-column: col-start 2 / span 10;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: clamp(100px, 8.33vw, 140px);
    line-height: 112.5%;
    font-family: regola-light, sans-serif;
    letter-spacing: -0.033em;
}
.newsroom .item > a img {
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.06);
}
.newsroom .item .source {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    line-height: 24px;
    font-family: regola-book, sans-serif;
}
.newsroom .item .date {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    line-height: 18px;
    font-family: regola-medium, sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.newsroom .item .date img {
    margin-left: 4px;
}
.newsroom .item.large > a {
    grid-column: col-start 1 / span 12;
    margin-bottom: 24px;
    aspect-ratio: 2717/1563;
}
.newsroom .item.large > a img {
    border-radius: 6px;
    aspect-ratio: 2717/1563;
    width: 100%;
    height: auto;
}
.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;
    border-top: 0.5px solid rgba(0, 0, 0, 0.2);
    padding-top: 60px;
}
.newsroom .item.medium {
    margin-bottom: 60px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 60px;
}
@media only screen and (max-width: 950px) {
    .newsroom .g,
    .newsroom .item {
        grid-template-columns: repeat(6, [col-start] 1fr);
        gap: 0;
        margin: 0 24px;
        width: calc(100% - 48px);
    }
    .newsroom h1 {
        grid-column: col-start 1 / span 6;
    }
    .newsroom h1 span {
        display: none;
    }
    .newsroom .item.large > a {
        grid-column: col-start 1 / span 6;
    }
    .newsroom .item.large > a img {
        margin: 0 -24px;
        border-radius: 0;
        width: calc(100% + 48px);
        height: auto;
    }
    .newsroom .item.large .details {
        grid-column: col-start 1 / span 6;
    }
    .newsroom .item.large h2 {
        padding: 0.25em 0;
        font-size: clamp(28px, 9.6vw, 42px);
        line-height: 133%;
        font-family: regola-light, sans-serif;
        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 {
    aspect-ratio: 856/585;
    width: 100%;
    height: auto;
}
.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);
}
.newsroom .item.medium .date {
    padding-top: 0.5em;
}
.newsroom .item.small {
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    border-right: 0.5px solid rgba(0, 0, 0, 0.2);
    padding: 0 22px 0 0;
    width: calc(((94vw - 22px * 11) / 12) * 3 + 2 * 22px);
}
@media only screen and (max-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.small {
        margin-right: 22px;
        margin-left: 0;
        border-right: 0.5px solid rgba(0, 0, 0, 0.2);
        width: 75%;
        height: 100%;
    }
    .newsroom .item.small:last-child {
        margin-right: 0;
        border-right: none;
        padding-right: 0;
    }
    .newsroom .item.small,
    .newsroom .item.small * {
        white-space: normal;
    }
}
.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-size: clamp(15px, 1.5vw, 28px);
    line-height: 130%;
    font-family: regola-book, sans-serif;
    letter-spacing: 0;
}
.newsroom .item-group {
    display: flex;
    gap: 24px;
    box-sizing: border-box;
    margin: 3vw 0 60px 3vw;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 60px;
    padding-left: calc(((94vw - 22px * 11) / 12) + 22px);
    width: 94vw;
}
.newsroom .item-group:last-child {
    margin-bottom: 96px;
    border-bottom: none;
}
.seen-in {
    padding: 50px 3vw 85px;
}
@media only screen and (max-width: 950px) {
    .newsroom .item.small h2 {
        font-size: clamp(14px, 4.8vw, 24px);
    }
    .newsroom .item-group {
        display: block;
        margin: 0 0 48px;
        border: none;
        padding: 0 24px;
        width: 100%;
        overflow: auto;
        scrollbar-color: transparent;
        scrollbar-width: 0;
        white-space: nowrap;
    }
    .newsroom .item-group::-webkit-scrollbar {
        display: none;
    }
    .seen-in {
        margin-top: 32px;
        margin-bottom: 60px;
    }
}
.seen-in h3 {
    padding: 10px 0 28px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    font-size: 18px;
    font-family: regola-book, sans-serif;
    text-align: center;
}
.seen-in .logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0.8;
    border-top: 0.5px solid rgba(0, 0, 0, 0.2);
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
    padding: 60px calc(((94vw - 22px * 11) / 12) + 22px);
}
@media only screen and (max-width: 950px) {
    .seen-in .logos {
        flex-direction: column;
        gap: 60px;
        border-bottom: none;
        padding-bottom: 0;
    }
}
.newsroom-internal-key-takeaways {
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin: 0;
    padding: 0;
    padding-inline-start: 2ch;
    list-style-type: "•  ";
}
.newsroom-internal-body p.type-18,
.newsroom-internal-key-takeaways.type-18 li {
    line-height: 150% !important;
}
.newsroom-internal-body h2 sub,
.newsroom-internal-body h3 sub {
    display: block;
    color: var(--color-black-40);
    font-size: inherit;
}
.newsroom-internal-body h2 {
    padding-right: calc(
        var(--modern-grid-column-width) + var(--modern-grid-column-gutter)
    );
}
@media (max-width: 768px) {
    .newsroom-internal-body h2 {
        padding-right: 0;
    }
}
.newsroom-internal-body blockquote {
    margin: 0;
    padding: 0;
}
.newsroom-internal-body blockquote::first-letter {
    margin-left: -0.66ch;
}
.newsroom-internal-body ul {
    display: flex;
    flex-direction: column;
    gap: 1.4em;
    margin: 0;
    padding: 0 0 0 1.1em;
}
.newsroom-internal-image {
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.06);
    width: 100%;
    height: auto;
}
@media (max-width: 768px) {
    .newsroom-internal-image {
        margin: 0 -14px;
        width: calc(100% + 28px);
    }
    .newsroom-internal-action span .long {
        display: none;
    }
}
.newsroom-internal-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -18px;
    box-shadow: 0 0.5px 1px 0 rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.03);
    padding-left: 18px;
    -webkit-user-select: none;
    user-select: none;
}
.newsroom-internal-action button {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 16px 18px;
    color: var(--color-blue);
}
.newsroom-internal-action button:hover img,
.newsroom-internal-action button:hover span {
    opacity: 0.8;
    color: var(--color-blue);
}
.newsroom-internal-action button:active img,
.newsroom-internal-action button:active span {
    opacity: 0.6;
}
.newsroom 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 {
    margin-bottom: 0.66em;
    width: 100%;
    text-align: center;
}
.newsroom-internal-share a {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.03);
    width: 52px;
    height: 42px;
}
.newsroom-internal-share a:hover {
    background: #fff;
    color: var(--color-blue);
}
.newsroom-internal-share a:active img {
    opacity: 0.6;
}
.newsroom :has(> .newsroom-internal-feedback) {
    position: relative;
}
.newsroom-internal-feedback {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    opacity: 0;
    transition: opacity 0.2s, transform 0s linear 0.2s;
    border-radius: 24px;
    background: #000;
    padding: 8px 15px;
    width: auto !important;
    pointer-events: none;
    color: #fff;
    white-space: nowrap;
}
.newsroom-internal-feedback-visible .newsroom-internal-feedback {
    transform: translateX(-50%) translateY(calc(-100% - 8px));
    opacity: 1;
    transition: 0.2s;
}
.yoshino {
    background: #f9f8f1;
}
.yoshino .logos {
    position: fixed;
    top: 20vh;
    right: 4.66vw;
}
@media screen and (max-width: 950px) {
    .yoshino .logos {
        display: none;
    }
}
.yoshino .above-fold {
    background: #fff;
}
.yoshino .above-fold .column:last-of-type {
    background-image: url("/assets/images/yoshino/01.jpg");
    background-position: center;
    background-size: cover;
}
.yoshino footer {
    min-height: 50vh;
}
:root {
    --color-blue: #ae0014;
    --color-blue-10: rgba(0, 150, 247, 0.1);
    --color-blue-20: rgba(0, 150, 247, 0.2);
    --color-blue-white-20: #9c0000;
    --color-blue-white-6: #0f9cf7;
    --color-blue-black-6: #008de8;
    --color-white-80: rgba(255, 255, 255, 0.8);
    --color-white-60: rgba(255, 255, 255, 0.6);
    --color-white-40: rgba(255, 255, 255, 0.4);
    --color-black-80: rgba(0, 0, 0, 0.8);
    --color-black-60: rgba(0, 0, 0, 0.6);
    --color-black-40: rgba(0, 0, 0, 0.4);
    --color-black-20: rgba(0, 0, 0, 0.2);
    --color-black-12: rgba(0, 0, 0, 0.12);
    --color-black-10: rgba(0, 0, 0, 0.1);
    --color-black-6: rgba(0, 0, 0, 0.06);
    --color-black-4: rgba(0, 0, 0, 0.04);
    --color-black-2: rgba(0, 0, 0, 0.02);
    --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;
    --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-margin: 3vw;
    --three-sizes-h: 920;
    --three-sizes-v: 230;
}
.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-white-80 {
    color: var(--color-white-80);
}
.color-white-60 {
    color: var(--color-white-60);
}
.color-white-40 {
    color: var(--color-white-40);
}
button {
    appearance: none;
    cursor: pointer;
    margin: 0;
    outline: 0;
    border: none;
    background: 0 0;
    padding: 0;
    user-select: none;
    -webkit-user-select: none;
}
.button-rounded {
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 24px !important;
    padding: 11px 18px 13px !important;
    font-size: 14px !important;
    font-family: regola-book, sans-serif !important;
}
@media (max-width: 768px) {
    .newsroom-internal-share a:hover {
        background: rgba(0, 0, 0, 0.03);
    }
    .newsroom-internal-share a {
        width: 44px;
        height: 38px;
    }
    .newsroom-internal-share img {
        transform: scale(0.833);
    }
    .button-rounded {
        padding: 12px 18px !important;
    }
}
.button-rounded-12 {
    border-radius: 12px !important;
}
.button-rounded-blue {
    border-color: var(--color-blue) !important;
    background-color: var(--color-blue) !important;
    color: #fff !important;
}
.button-rounded-blue:hover {
    border-color: var(--color-blue-white-20) !important;
    background-color: var(--color-blue-white-20) !important;
}
.button-rounded-blue:active {
    border-color: var(--color-blue-black-6) !important;
    background-color: var(--color-blue-black-6) !important;
}
.button-rounded-blue:disabled {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    background-color: transparent !important;
    pointer-events: none !important;
    color: rgba(0, 0, 0, 0.2) !important;
}
.button-rounded-blue-outline {
    border-color: var(--color-blue) !important;
    background-color: transparent !important;
    color: var(--color-blue) !important;
}
.button-rounded-blue-outline:hover {
    opacity: 0.5;
}
.button-rounded-white-outline {
    border-color: #fff !important;
    background-color: transparent !important;
    color: #fff !important;
}
.button-rounded-transparent {
    border: var(--color-black-60) 1px solid !important;
    background-color: transparent !important;
    color: var(--color-black-60) !important;
}
@media screen and (min-width: 800px) {
    .button-rounded-transparent:hover {
        background-color: var(--color-black-2) !important;
        color: var(--color-black-80) !important;
    }
    .button-rounded-transparent:active {
        background-color: var(--color-black-10) !important;
    }
}
.button-edit {
    appearance: none;
    cursor: pointer;
    border: 1px solid var(--color-black-20);
    border-radius: 12px;
    background: 0 0;
    padding: 9px 16px 11px;
    color: var(--color-black-60);
    font-size: 14px;
    font-family: regola-book, sans-serif;
}
.button-edit:hover {
    border: 1px solid var(--color-black-40);
    color: var(--color-black-80);
}
.button-edit:active {
    background: var(--color-black-2);
    color: #000;
}
.button-edit.selected {
    background: #fff;
    color: #000;
}
.button-selector {
    appearance: none;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 12px;
    background: var(--color-black-2);
    padding: 9px 16px 11px;
    color: var(--color-black-60);
    font-size: 14px;
    font-family: regola-book, sans-serif;
}
.button-selector:hover {
    color: var(--color-black-80);
}
.button-selector:active {
    background: var(--color-black-2);
    color: #000;
}
.button-selector.selected {
    border: 1px solid var(--color-black-20);
    background: #fff;
    color: #000;
}
hr.divider {
    margin: 0;
    border: none;
    border-top: var(--color-black-10) 1px solid;
    padding: 0;
}
.infinite-slideshow {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
    scrollbar-width: none;
    will-change: scroll-position;
}
.infinite-slideshow::-webkit-scrollbar {
    display: none;
}
.infinite-slideshow-spacer {
    position: relative;
    width: 5000vw;
    height: 100%;
}
.infinite-slideshow-item {
    position: absolute;
    width: auto;
    height: 100%;
    will-change: transform;
    z-index: 1;
}
.infinite-slideshow-snapper {
    position: absolute;
    width: auto;
    height: 100%;
    scroll-snap-align: center;
}
.modal-grid {
    grid-column-gap: 24px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.modal-grid-half-gap {
    grid-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 {
    grid-column-gap: var(--modern-grid-column-gutter);
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    box-sizing: border-box;
    padding: 0 var(--modern-grid-column-margin);
    width: 100%;
}
.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 (max-width: 768px) {
    :root {
        --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-margin: 26px;
    }
    .modern-grid {
        grid-column-gap: var(--modern-grid-column-gutter);
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        padding: 0 var(--modern-grid-column-margin);
    }
    .modern-grid.modern-grid-full {
        padding: 0;
    }
    .modern-grid .m-column-0 {
        display: none;
    }
    .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-5 {
        grid-column: span 5;
    }
    .modern-grid .m-column-6 {
        grid-column: span 6;
    }
}
.modern-slideshow {
    display: flex;
    gap: 36px;
    box-sizing: border-box;
    padding-right: 3vw;
    width: 100%;
    height: auto;
    overflow: auto;
    scroll-snap-type: x mandatory;
    scrollbar-color: transparent;
    scrollbar-width: 0;
    white-space: nowrap;
}
.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 (max-width: 768px) {
    .modern-slideshow {
        gap: 10px;
        padding-right: 24px;
    }
    .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;
    gap: 6px;
    margin: 0;
    padding: 0;
    pointer-events: none;
    list-style-type: none;
}
.paging-indicator li {
    opacity: 0.1;
    border-radius: 50%;
    background: #000;
    width: 6px;
    height: 6px;
}
.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-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;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}
.prop-nums {
    font-feature-settings: "pnum" on, "onum" on;
}
.mono-nums {
    font-variant-numeric: lining-nums tabular-nums slashed-zero;
}
.alt {
    font-feature-settings: "ss01" on;
}
.type-center {
    text-align: center;
}
.type-120 {
    font-size: clamp(96px, 8.3vw, 120px) !important;
    line-height: 100% !important;
    font-family: regola-light, sans-serif !important;
    letter-spacing: -0.04em !important;
}
.type-96 {
    font-size: clamp(72px, 6.67vw, 120px) !important;
    line-height: 110% !important;
    font-family: regola-light, sans-serif !important;
    letter-spacing: -0.04em !important;
}
.type-72 {
    font-size: clamp(64px, 5vw, 72px) !important;
    line-height: 110% !important;
    font-family: regola-light, sans-serif !important;
    letter-spacing: -0.04em !important;
}

.type-72-light {
    font-size: clamp(64px, 5vw, 72px) !important;
    line-height: 110% !important;
    font-family: regola-light, sans-serif !important;
    letter-spacing: -0.25rem !important;

}
.type-60 {
    font-size: clamp(54px, 4.16vw, 60px) !important;
    line-height: 110% !important;
    font-family: regola-light, sans-serif !important;
    letter-spacing: -0.04em !important;
}
.type-48 {
    font-size: clamp(42px, 3.3vw, 48px) !important;
    line-height: 110% !important;
    font-family: regola-light, sans-serif !important;
    letter-spacing: -0.04em !important;
}
.type-42 {
    font-size: clamp(36px, 3vw, 48px) !important;
    line-height: 110% !important;
    font-family: regola-light, sans-serif !important;
    letter-spacing: -0.04em !important;
}
.type-36 {
    font-size: clamp(30px, 2.9vw, 36px) !important;
    line-height: 117% !important;
    font-family: regola-light, sans-serif !important;
    letter-spacing: -0.02em !important;
}
.type-30 {
    font-size: clamp(26px, 2vw, 30px) !important;
    line-height: 120% !important;
    font-family: regola-book, sans-serif !important;
}
.type-30-light {
    font-size: clamp(26px, 2vw, 30px) !important;
    line-height: 120% !important;
    font-family: regola-light, sans-serif !important;
    letter-spacing: -0.02em !important;
}
.type-24 {
    font-size: clamp(21px, 1.6vw, 24px) !important;
    line-height: 125% !important;
    font-family: regola-book, sans-serif !important;
}
.type-24-light {
    font-size: clamp(21px, 1.6vw, 26px) !important;
    line-height: 125% !important;
    font-family: regola-light, sans-serif !important;
    letter-spacing: 0 !important;
}
.type-18 {
    font-size: clamp(16px, 1.25vw, 18px) !important;
    line-height: 133% !important;
    font-family: regola-book, sans-serif !important;
}
.type-15 {
    font-size: 15px !important;
    line-height: 140% !important;
    font-family: regola-book, sans-serif !important;
}
.type-14 {
    font-size: 14px !important;
    line-height: 100% !important;
    font-family: regola-book, sans-serif !important;
}
.type-12 {
    font-size: 12px !important;
    line-height: 100% !important;
    font-family: regola-book, sans-serif !important;
}
.type-caps {
    font-family: regola-book, sans-serif !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .m-spacer-0 {
        display: none;
    }
    .m-spacer-8 {
        height: 8px;
    }
    .m-spacer-16 {
        height: 16px;
    }
    .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-100 {
        height: 100px;
    }
    .m-spacer-150 {
        height: 150px;
    }
    .m-type-96 {
        font-size: clamp(72px, 25.6vw, 96px) !important;
        line-height: 100% !important;
        font-family: regola-light, sans-serif !important;
        letter-spacing: -0.04em !important;
    }
    .m-type-72 {
        font-size: clamp(4.2rem, 4.16vw, 68px) !important;
        line-height: 100% !important;
        font-family: regola-light, sans-serif !important;
        letter-spacing: -0.04em !important;
    }
    .m-type-60 {
        font-size: clamp(54px, 4.16vw, 68px) !important;
        line-height: 110% !important;
        font-family: regola-light, sans-serif !important;
        letter-spacing: -0.04em !important;
    }
    .m-type-48 {
        font-size: clamp(42px, 12.8vw, 48px) !important;
        line-height: 110% !important;
        font-family: regola-light, sans-serif !important;
        letter-spacing: -0.04em !important;
    }
    .m-type-42 {
        font-size: clamp(36px, 11.2vw, 42px) !important;
        line-height: 110% !important;
        font-family: regola-light, sans-serif !important;
        letter-spacing: -0.04em !important;
    }
    .m-type-36 {
        font-size: clamp(32px, 9.6vw, 36px) !important;
        line-height: 117% !important;
        font-family: regola-light, sans-serif !important;
        letter-spacing: -0.04em !important;
    }
    .m-type-30-light {
        font-size: clamp(26px, 2vw, 30px) !important;
        line-height: 120% !important;
        font-family: regola-light, sans-serif !important;
        letter-spacing: -0.02em !important;
    }
    .m-type-24 {
        font-size: clamp(21px, 6.4vw, 24px) !important;
        line-height: 125% !important;
        font-family: regola-book, sans-serif !important;
        letter-spacing: 0 !important;
    }
    .m-type-24-light {
        font-size: clamp(21px, 6.4vw, 24px) !important;
        line-height: 125% !important;
        font-family: regola-light, sans-serif !important;
        letter-spacing: -0.01em !important;
    }
    .m-type-21-light {
        font-size: clamp(18px, 5.6vw, 21px) !important;
        line-height: 125% !important;
        font-family: regola-light, sans-serif !important;
        letter-spacing: -0.01em !important;
    }
    .m-type-18 {
        font-size: clamp(16px, 4.8vw, 18px) !important;
        line-height: 133% !important;
        font-family: regola-book, sans-serif !important;
        letter-spacing: 0 !important;
    }
    .m-type-18-light {
        font-size: clamp(16px, 4.8vw, 18px) !important;
        line-height: 133% !important;
        font-family: regola-light, sans-serif !important;
        letter-spacing: 0 !important;
    }
    .m-type-15 {
        font-size: 15px !important;
        line-height: 140% !important;
        font-family: regola-book, sans-serif !important;
        letter-spacing: 0 !important;
    }
    .m-type-16 {
        font-size: 16px !important;
        line-height: 133% !important;
        font-family: regola-book, sans-serif !important;
        letter-spacing: 0 !important;
    }
    .m-type-14 {
        font-size: 14px !important;
        line-height: 140% !important;
        font-family: regola-book, sans-serif !important;
        letter-spacing: 0 !important;
    }
    .m-type-12 {
        font-size: 12px !important;
        line-height: 140% !important;
        font-family: regola-book, sans-serif !important;
        letter-spacing: 0 !important;
    }
}
.rounded-4 {
    border-radius: 4px;
}
.rounded-6 {
    border-radius: 6px;
}
.drop-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
    .m-rounded-0 {
        border-radius: 0;
    }
    .drop-shadow {
        box-shadow: 0 0.5px 1.5px 0 rgba(0, 0, 0, 0.12);
    }
    .mobile-hidden {
        display: none;
    }
}
@media (min-width: 768px) {
    .desktop-hidden {
        display: none;
    }
}
#tooltip {
    position: fixed;
    z-index: 10100;
    left: 8px;
    top: -35px;
    pointer-events: none;
    transition: opacity 0.2s;
}
#tooltip.centered {
    left: 0;
    top: -50px;
}
#tooltip.dismissed {
    opacity: 0;
    transition: opacity 0.4s;
}
#tooltip .tooltip-container {
    display: flex;
    padding: 9px 15px 10px;
    align-items: flex-start;
    gap: 8px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(18px) saturate(1.5);
    -webkit-backdrop-filter: blur(18px) saturate(1.5);
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.2s, transform 0.2s;
    align-items: center;
    transform-origin: -30% 90%;
    box-sizing: border-box;
    justify-content: center;
}
#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 .tooltip-container span:empty {
    display: none;
}
.doorway-item {
    display: block;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.05);
    aspect-ratio: 315/436;
    overflow: hidden;
    color: #000;
}
.doorway-item:hover {
    color: #000;
}
.doorway-item-foreground {
    position: absolute;
    z-index: 1;
    padding: 18px 24px;
}
.doorway-item:hover .doorway-item-foreground {
    opacity: 1;
}
.doorway-item-foreground div {
    opacity: 0.4;
}
.doorway-item-inverted .doorway-item-foreground div {
    opacity: 0.7;
}
.doorway-item-arrow {
    transform: translateY(-1px);
    width: auto;
    height: 0.5em;
}
.doorway-item-inverted,
.doorway-item-inverted:hover {
    color: #fff;
}
.doorway-item-background {
    width: 100%;
    height: 100%;
}
.doorway-item > img,
.doorway-item > video {
    aspect-ratio: 315/436;
    width: 100%;
    height: auto;
    object-fit: cover;
}
@media only screen and (max-width: 768px) {
    .doorway-item {
        margin: 0 -14px 12px;
        aspect-ratio: 351/216;
    }
    .doorway-item:last-child {
        margin-bottom: 0;
    }
    .doorway-item > img,
    .doorway-item > video {
        aspect-ratio: 351/216;
    }
}
.backyard .slide.intro-carousel-new {
    flex-direction: column;
    align-items: center;
    background: linear-gradient(180deg, #fff 0, #fdfdf7 100%);
    min-height: unset;
}
.backyard .slide .intro-carousel-container {
    aspect-ratio: 1440/735;
    width: 100%;
    height: auto;
}
.intro-carousel-new .infinite-slideshow {
    width: 100%;
    height: 100%;
}
.intro-carousel-new img {
    margin: 0 12px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background: 50% #d3d3d3;
    width: 77.75vw;
    height: calc(100% - 10px);
    object-fit: cover;
}
.intro-carousel-new .infinite-slideshow-snapper {
    padding: 0 12px;
    width: 77.75vw;
    height: calc(100% - 10px);
}
.backyard .slides .intro-carousel {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    background: var(--color-biege);
    height: auto;
    min-height: unset;
}
.backyard .slides .intro-carousel .mobile {
    display: none;
}
.backyard .slides .intro-carousel-layout {
    display: flex;
    align-items: center;
    gap: 10px;
}
.backyard .slides .intro-carousel-layout .type-15 {
    position: relative;
    top: 2.5px;
}
.backyard .slides .intro-carousel-layout .type-18 {
    position: relative;
    top: 1.5px;
}
.backyard .slides .intro-carousel h1 br {
    display: none;
}
@media (max-width: 1024px) {
    .l-type-36 {
        font-size: clamp(32px, 9.6vw, 36px) !important;
        line-height: 117% !important;
        font-family: regola-light, sans-serif !important;
        letter-spacing: -0.04em !important;
    }
    .l-type-30-light {
        font-size: clamp(26px, 2vw, 30px) !important;
        line-height: 120% !important;
        font-family: regola-light, sans-serif !important;
        letter-spacing: -0.02em !important;
    }
    .l-type-21-light {
        font-size: clamp(18px, 5.6vw, 21px) !important;
        line-height: 125% !important;
        font-family: regola-light, sans-serif !important;
        letter-spacing: -0.01em !important;
    }
    .l-type-18-light {
        font-size: clamp(16px, 4.8vw, 18px) !important;
        line-height: 133% !important;
        font-family: regola-light, sans-serif !important;
        letter-spacing: 0 !important;
    }
    .l-type-14 {
        font-size: 14px !important;
        line-height: 140% !important;
        font-family: regola-book, sans-serif !important;
        letter-spacing: 0 !important;
    }
    .backyard .slides .intro-carousel h1 {
        margin-bottom: 32px;
        text-align: center;
    }
    .backyard .slides .intro-carousel h1 br {
        display: unset;
    }
}
.backyard .slides .intro {
    display: grid;
    grid-template-columns: repeat(12, [col-start] 1fr);
    gap: 22px;
    animation-fill-mode: forwards;
    will-change: transform;
    box-sizing: border-box;
    background: #fff;
    padding: 0 3vw;
    min-height: unset;
    overflow-x: hidden;
}
.intro-complete.backyard .slides .intro {
    opacity: 1;
    animation: none;
}
@keyframes intro-appear-animation {
    from {
        transform: translate3d(0, 1vh, 0);
        opacity: 0;
    }
    to {
        transform: none;
        opacity: 1;
    }
}
.backyard .slides .intro-container {
    grid-column: col-start 2 / span 10;
}
.backyard .slides .intro h1 {
    position: relative;
    background: #fff;
    font-size: 6.67vw;
    line-height: 96%;
    font-family: regola-light, sans-serif;
    letter-spacing: -0.04em;
    white-space: nowrap;
}
.backyard .slides .intro h1 .part {
    display: inline;
    transition: color 0.3s;
    color: var(--color-black-10);
}
.backyard .slides .intro h1 .part.active {
    transition: color 0.6s;
    color: #000;
}
.backyard .slides .intro h1 span[data-sentence].active {
    transition: color 1s;
    color: #000;
}
.segue.backyard .slides .intro h1 .part {
    transition: none;
}
.backyard .slides .intro h1 br.mobile {
    display: none;
}
.backyard .slides .intro h1 strong {
    color: #000;
    font-weight: 400;
}
.backyard .slides .intro h1 .intro-elevation {
    display: inline-block;
    position: relative;
    z-index: 0;
}
.backyard .slides .intro h1 .intro-elevation.mobile {
    display: none;
}
.backyard .slides .intro h1 .intro-elevation img {
    position: absolute;
    top: -0.71em;
    transform: translate3d(0, 0, 0);
    opacity: 0;
    will-change: transform;
    height: 0.85em;
}
.backyard .slides .intro h1 .intro-elevation img.loaded {
    opacity: 1;
    transition: opacity 0.4s;
}
.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 a:hover {
    opacity: 0.75;
    color: var(--color-black-60) !important;
}
.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 (max-width: 768px) {
    .backyard .slide .intro-carousel-container {
        aspect-ratio: 375/521;
    }
    .intro-carousel-new img {
        margin: 0 5px;
        width: calc(100vw - 44px);
    }
    .intro-carousel-new .infinite-slideshow-snapper {
        padding: 0 5px;
        width: calc(100vw - 44px);
    }
    .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 {
        grid-template-columns: repeat(6, [col-start] 1fr);
        gap: 12px;
        padding: 0 24px;
    }
    .backyard .slides .intro-container {
        display: flex;
        grid-column: unset;
        flex-direction: column;
        justify-content: center;
        margin-top: 40px;
        width: 100%;
    }
    .backyard .slides .intro h1 {
        grid-column: col-start 1 / span 6;
        margin: 0;
        font-size: 11vw;
    }
    .backyard .slides .intro h1 br {
        display: none;
    }
    .backyard .slides .intro h1 br.mobile {
        display: unset;
    }
    .backyard .slides .intro h1 .intro-elevation.mobile {
        display: inline-block;
    }
    .backyard .slides .intro h1 .intro-elevation.desktop {
        display: none;
    }
    .backyard .slides .intro .intro-cta {
        grid-column: col-start 1 / span 6;
        margin: 0;
        padding-right: 24px;
    }
    .backyard .slides .intro .intro-cta h2 {
        display: inline;
    }
    .backyard .slides .intro .intro-cta .not-in-ca {
        flex-direction: column;
        gap: 0;
    }
    .backyard .as-seen-in-container {
        grid-column-start: 1;
        height: unset;
    }
}
.backyard .as-seen-in {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    opacity: 0.8;
    box-shadow: 0 0.5px 1px 0 rgba(0, 0, 0, 0.12);
    border-radius: 9px;
    background: rgba(0, 0, 0, 0.04);
    padding: 3px 32px 0;
    height: 60px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 15px;
    line-height: 24px;
    font-family: regola-book, sans-serif;
    white-space: nowrap;
}
.backyard .as-seen-in a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 18px;
    white-space: nowrap;
}
@media (max-width: 768px) {
    .backyard .as-seen-in {
        position: static;
        gap: 10px;
        height: unset;
        line-height: auto;
        flex-direction: column;
        gap: 8px;
        transform: none;
        box-sizing: border-box;
        padding: 12px 21px 16px;
        width: calc(100vw - 48px);
    }
    .backyard .as-seen-in a {
        justify-content: space-between;
        gap: 0;
        width: 100%;
    }
    .backyard .as-seen-in .label {
        width: 100%;
        line-height: 1;
        text-align: center;
    }
    .backyard .slides .as-seen-in img {
        opacity: 0.8;
        width: auto;
        height: 3.75vw;
    }
    .backyard .slides .as-seen-in img:last-child {
        height: 4.5vw;
    }
}
.banners {
    flex-direction: column;
    background: var(--color-biege);
    min-height: unset !important;
}
.banners .modern-grid {
    box-sizing: border-box;
    width: 100%;
}
.banners .banner {
    display: block;
    box-sizing: border-box;
    margin-bottom: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    background-color: #e0ded4;
    padding: 28px 32px 32px;
    aspect-ratio: 540/350;
    width: 100%;
    height: auto;
    overflow: hidden;
    color: #fff;
}
.banner span {
    color: var(--color-white-80);
}
.banner svg {
    position: relative;
    left: 2px;
    vertical-align: middle;
}
.banner-showroom {
    background-image: url("/assets/images/backyard/banner-showroom/banner-showroom-1440.webp");
    background-position: center 20%;
    background-size: cover;
}
@media (max-width: 768px) {
    .banners .banner {
        margin: 0 -14px 12px;
        border-radius: 9px;
        padding: 15px 18px;
        aspect-ratio: 350/215;
        width: calc(100% + 28px);
    }
    .banner-showroom {
        background-position: center 20%;
    }
    .banner-showroom svg {
        width: 0.75em;
    }
    .banner-video video {
        transform: scale(1.01);
    }
}
.banner-video {
    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;
}
.three-sizes {
    flex-direction: column;
    background: var(--color-biege);
    min-height: unset !important;
}
.three-sizes-gradient {
    background: linear-gradient(180deg, #fdfdf7 0, rgba(255, 255, 255, 0) 100%);
}
.three-sizes h1 {
    text-align: center;
}
.three-sizes-layouts {
    margin: 0 3vw;
    box-shadow: 0 0.5px 2px rgba(0, 0, 0, 0.12);
    border-radius: 24px;
    background: var(--color-biege-darker);
    padding: 30px 0;
    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 (max-width: 768px) {
    .banner .long {
        display: none;
    }
    .banner .short {
        display: inline;
    }
    :root {
        --three-sizes-v: 280;
    }
    .three-sizes h1 span {
        display: block;
    }
    .three-sizes-layouts {
        margin: 0 12px;
    }
    .three-sizes-layouts-pages-controls,
    .three-sizes-layouts-selector {
        display: none;
    }
    .three-sizes-layouts-pages-image {
        top: 10px;
    }
}
.three-sizes-layouts-pages-controls button {
    display: flex;
    position: absolute;
    top: calc(80vw * var(--three-sizes-v) / var(--three-sizes-h) - 50px);
    justify-content: center;
    align-items: center;
    appearance: none;
    z-index: 110;
    backdrop-filter: blur(18px) saturate(1.5);
    -webkit-backdrop-filter: blur(18px) saturate(1.5);
    transition: opacity 0.3s, transform 0.6s, background-color 0.2s;
    cursor: pointer;
    border: none;
    border-radius: 24px;
    background: rgba(0, 0, 0, 0.04);
    width: 60px;
    height: 60px;
    pointer-events: all;
}
.three-sizes-layouts-pages-controls button.highlight,
.three-sizes-layouts-pages-controls button:hover {
    background: rgba(0, 0, 0, 0.02);
}
.three-sizes-layouts-pages-controls button:active {
    background: rgba(0, 0, 0, 0.06);
}
.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) + 110px);
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}
.three-sizes-layouts-pages-container::-webkit-scrollbar {
    display: none;
}
.three-sizes-layouts-pages-container-scroll {
    width: 300%;
    height: 100%;
    white-space: nowrap;
}
.three-sizes-layouts-pages-page {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    float: left;
    will-change: transform;
    background: var(--color-biege-dark);
    width: 33.333%;
    scroll-snap-align: center;
}
.three-sizes-layouts-pages-image {
    position: relative;
    background: var(--color-biege-dark);
    width: auto;
    height: calc(80vw * var(--three-sizes-v) / var(--three-sizes-h));
}
.three-sizes-layouts-pages-container .three-sizes-layouts-pages-heading {
    position: relative;
    opacity: 0;
    transition: opacity 0.2s;
    will-change: opacity;
    text-align: center;
}
.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 {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    width: auto;
    height: 100%;
}
.complete .three-sizes-layouts-pages-page.selected img {
    display: block;
}
.three-sizes-layouts-pages-page img.current {
    display: block;
    visibility: visible;
    aspect-ratio: 4016/930;
    object-fit: cover;
}
.three-sizes-paging-indicator {
    display: none;
}
@media (max-width: 768px) {
    .three-sizes-paging-indicator {
        display: block;
        transform: translateY(-14px);
    }
}
.three-sizes-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}
.three-sizes-footer p {
    width: 540px;
}
@media (max-width: 768px) {
    .three-sizes-footer {
        box-sizing: border-box;
        padding: 0 24px;
        width: 100%;
        text-align: left;
    }
    .three-sizes-footer p {
        width: 100%;
    }
    .three-sizes-footer-actions {
        flex-direction: column;
        width: 100%;
    }
}
.three-sizes-footer-actions {
    display: flex;
    gap: 24px;
    padding-bottom: 2px;
    text-align: left;
}
.three-sizes-footer-action {
    display: flex;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    background: var(--color-black-4);
    padding: 8px 20px;
    min-width: 220px;
}
.three-sizes-footer-action:first-child {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    line-height: 115% !important;
}
@media (max-width: 768px) {
    .three-sizes-footer-action {
        justify-content: center !important;
        align-items: center !important;
        border-radius: 18px;
        height: 64px;
        line-height: 150% !important;
    }
    .three-sizes-footer p:first-of-type {
        margin-top: 18px !important;
        border-top: var(--color-black-4) 2px solid;
        padding-top: 18px !important;
    }
    .three-sizes-footer p:last-of-type {
        margin-bottom: 20px !important;
        border-bottom: var(--color-black-4) 2px solid;
        padding-bottom: 20px !important;
    }
}
.three-sizes-footer-action img:first-of-type {
    display: block;
    margin-right: 8px;
    margin-left: -12px;
    border-radius: 6px;
    width: 48px;
    height: 48px;
}
.three-sizes-footer a {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: var(--color-blue);
    text-decoration: none;
}
.three-sizes-footer a:hover {
    background: #fff;
}
.three-sizes-footer img {
    position: relative;
    top: 0.5px;
    left: 1px;
}
.three-sizes-colors {
    display: flex;
    justify-content: center;
    gap: 11px;
}
.three-sizes-colors > div {
    display: inline;
    position: relative;
    appearance: none;
    cursor: pointer;
    margin: 0;
    outline: 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    padding: 0;
    width: 32px;
    height: 32px;
}
.three-sizes-colors > div:hover {
    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%;
    transform: translateX(-50%) translateY(-50%);
    border: 2px solid var(--color-blue);
    border-radius: 50%;
    width: 38px;
    height: 38px;
}
.three-sizes-colors .three-sizes-colors-label {
    display: flex;
    position: absolute;
    top: -125%;
    left: 50%;
    justify-content: center;
    z-index: 100;
    margin-left: -100px;
    width: 200px;
    pointer-events: none;
}
.three-sizes-colors .three-sizes-colors-label span {
    display: inline-block;
    opacity: 0;
    backdrop-filter: blur(18px) saturate(1.5);
    -webkit-backdrop-filter: blur(18px) saturate(1.5);
    transition: opacity 0.2s;
    will-change: opacity;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.04);
    padding: 6px 12px 7px;
    white-space: nowrap;
}
.three-sizes-colors > div:hover .three-sizes-colors-label span {
    opacity: 1;
}
.three-sizes-contact {
    display: none;
    flex-direction: column;
    align-items: center;
}
@media (max-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;
}
.four-simple-steps {
    flex-wrap: wrap;
    gap: var(--modern-grid-column-gutter);
    box-sizing: border-box;
    margin: 0 var(--modern-grid-column-margin);
    padding: calc(
        var(--modern-grid-column-width) + var(--modern-grid-column-gutter)
    );
    min-height: unset !important;
}
.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 (max-width: 768px) {
    .three-sizes-contact h3 {
        width: 60%;
    }
    .four-simple-steps {
        flex-wrap: nowrap;
        gap: 18px;
        margin: 0;
        padding: 0 24px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-color: transparent;
        scrollbar-width: 0;
    }
    .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 {
    display: flex;
    position: relative;
    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 (max-width: 768px) {
    .four-simple-steps-step-header {
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        align-items: center;
        z-index: 2;
        padding: 14px;
    }
    .four-simple-steps-step-header-light {
        color: #fff;
    }
    .four-simple-steps-step-header-light .four-simple-steps-step-number {
        -webkit-backdrop-filter: blur(18px) saturate(1.5);
        backdrop-filter: blur(18px) saturate(1.5);
        border: 1px solid #fff;
        background: rgba(0, 0, 0, 0.03);
        color: #fff;
    }
}
.four-simple-steps-step-number {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    padding-bottom: 2px;
    width: 40px;
    height: 38px;
    line-height: 90% !important;
    letter-spacing: -0.36px;
    text-align: center;
}
@media (max-width: 768px) {
    .four-simple-steps-step-number {
        margin-right: 15px;
        border-radius: 9px;
        padding: 0;
        width: 32px;
        height: 32px;
    }
}
.four-simple-steps-step-eternal .four-simple-steps-step-number {
    border-color: #000;
    background: #000;
    color: #fff;
}
.four-simple-steps-step-footer {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.four-simple-steps-step-media {
    position: relative;
    margin: auto 0 30px;
    box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    background-color: #e0ded4;
    aspect-ratio: 315/396;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.four-simple-steps-step-media-touch {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
@media (max-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 {
    transform: scale(1.01);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.four-simple-steps-footer {
    display: flex;
    position: relative;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 54px;
    padding-left: calc(
        var(--modern-grid-column-width) + var(--modern-grid-column-gutter)
    );
    width: calc(
        var(--modern-grid-column-width) * 4 + var(--modern-grid-column-gutter) *
            3
    );
}
@media (max-width: 768px) {
    .four-simple-steps-footer.mobile-hidden {
        display: none;
    }
    .four-simple-steps-footer {
        flex-direction: row;
        margin-top: 50px;
        border-top: 0.5px solid rgba(0, 0, 0, 0.15);
        padding: 18px 0 0;
        min-width: calc(100vw - 48px);
    }
}
.four-simple-steps-footer-title {
    gap: 18px;
    min-width: 62%;
}
.four-simple-steps-footer h3 {
    margin-bottom: 0.25em !important;
    letter-spacing: 0 !important;
}
.four-simple-steps-footer-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: auto 0 30px;
    aspect-ratio: 315/396;
    width: 100%;
    height: auto;
}
.four-simple-steps-footer a {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    background: var(--color-black-4);
    padding: 14px;
    width: 140px;
    color: var(--color-blue);
}
.four-simple-steps-footer a:hover {
    background: #fff;
}
.four-simple-steps-footer .four-simple-steps-footer-button-configure {
    gap: 8px;
    background: var(--color-blue);
    color: #fff;
}
.four-simple-steps-footer .four-simple-steps-footer-button-configure:hover {
    background-color: var(--color-blue-white-20);
}
.four-simple-steps-step-line {
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 1px;
}
.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;
    aspect-ratio: 1440/624;
    min-height: unset;
}
@media (max-width: 768px) {
    .four-simple-steps-footer-buttons a {
        padding: 0;
        width: 100%;
        height: 46px;
    }
    .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 {
    border-radius: 6px;
    background: var(--color-black-10);
    overflow: hidden;
}
.a-lot-can-happen-background img {
    transform: scale3d(1.02, 1.02, 1);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.a-lot-can-happen-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}
.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 {
    flex: 1;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    background: #f7f7f0;
    width: 90%;
    position: relative;
    flex: 1;
    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 (max-width: 768px) {
    .a-lot-can-happen-title h1 {
        transform: none;
    }
    .a-lot-can-happen-cards {
        margin: 0 36px;
        width: unset;
        min-height: 340px;
        --card-width: calc(
            var(--modern-grid-column-width) * 4 +
                var(--modern-grid-column-gutter) * 4
        );
    }
    .a-lot-can-happen-cards .infinite-slideshow {
        transform: translateY(-15%);
        height: 120%;
    }
}
.a-lot-can-happen-cards .infinite-slideshow-item {
    aspect-ratio: 1;
    width: var(--card-width);
    height: auto;
    object-fit: contain;
    user-select: none;
    -webkit-user-select: none;
}
.a-lot-can-happen-cards .infinite-slideshow-item img {
    opacity: 0.2;
    transition: opacity 0.6s;
    margin-left: calc(var(--modern-grid-column-gutter));
    width: calc(100% - var(--modern-grid-column-gutter));
    height: 100%;
    object-fit: contain;
}
.a-lot-can-happen-cards .infinite-slideshow-item.current img {
    opacity: 1;
}
.a-lot-can-happen-cards .infinite-slideshow-snapper {
    aspect-ratio: 1;
    width: var(--card-width);
    height: auto;
}
.a-lot-can-happen-cards-label {
    position: absolute;
    bottom: 64px;
    transition: opacity 0.4s;
    width: 100%;
    pointer-events: none;
    text-align: center;
}
@media (max-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;
    cursor: pointer;
    aspect-ratio: 1440/870;
    min-height: unset;
}
.backyard .slides .jealousy .column {
    align-items: start;
}
.backyard .slides .jealousy .h3 {
    grid-column: col-start 2 / span 3;
    z-index: 2;
    transition: opacity 1s;
    margin-top: 2em;
    pointer-events: none;
    color: #fff;
}
@media (max-width: 768px) {
    .a-lot-can-happen-cards-paging-indicator {
        bottom: 30px;
    }
    .backyard.complete .slides .jealousy {
        border-bottom: 64px solid transparent;
        background-position: right bottom;
        aspect-ratio: 375/456;
    }
    .backyard .slides .jealousy .h3 {
        grid-column: col-start 1 / span 5;
        margin-top: 0.8em;
        font-size: clamp(42px, 3.3vw, 57px);
    }
}
.backyard .slides .jealousy.active .h3 {
    opacity: 0;
    transition: opacity 0.5s;
}
.backyard .slides .jealousy ul {
    display: flex;
    position: absolute;
    right: 3vw;
    bottom: 30px;
    gap: 6px;
    z-index: 2;
    backdrop-filter: blur(18px) saturate(1.5);
    -webkit-backdrop-filter: blur(18px) saturate(1.5);
    margin: 0;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.2);
    padding: 6px 9px;
    color: #fff;
    font-size: 12px;
    line-height: 100%;
    font-family: regola-book, sans-serif;
    font-feature-settings: "tnum" on, "lnum" on;
    list-style-type: none;
}
.backyard .slides .jealousy ul li {
    position: relative;
    cursor: pointer;
    margin: 1px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.15);
    padding: 5px 8px 6px;
}
.backyard .slides .jealousy ul li:hover {
    color: rgba(255, 255, 255, 0.8);
}
.backyard .slides .jealousy ul li:has(input:checked) {
    margin: 0;
    background: var(--color-blue);
    padding: 6px 9px 7px;
}
.backyard .slides .jealousy ul li input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    margin: 0;
    width: 100%;
    height: 100%;
}
.backyard .slides .jealousy .images {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.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) {
    opacity: 0;
    z-index: 1;
    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) {
    opacity: 0;
    z-index: 1;
    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) {
    opacity: 0;
    z-index: 1;
    transition: opacity 1s;
}
.backyard .slide.bento {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3px;
    padding: 3px 3px 0;
    min-height: unset;
}
.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;
    border-radius: 12px;
    height: 500px;
    overflow: hidden;
}
@media (max-width: 768px) {
    .backyard .slides .jealousy ul {
        right: 3px;
        bottom: -44px;
    }
    .backyard .slides .jealousy .images img {
        width: 130%;
    }
    .bento > div {
        height: 450px;
    }
    .bento > .bento-better-future {
        border-radius: 15px;
        padding-bottom: 34px;
        height: auto;
    }
}
.bento > .bento-high-performance {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.bento > .bento-air-purification {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.bento > .bento-net-zero {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.bento > div:has(.bento-details-card) {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
@media (max-width: 768px) {
    .bento > .bento-air-purification,
    .bento > .bento-high-performance,
    .bento > .bento-net-zero {
        border-radius: 3px;
    }
    .bento > .bento-high-performance {
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
    }
    .bento > .bento-net-zero {
        border-bottom-right-radius: 15px;
        border-bottom-left-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;
    background: #e7e3e1;
    width: calc(100% - 6px);
}
.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;
    gap: 12px;
    -webkit-backdrop-filter: blur(30px) saturate(1.5);
    backdrop-filter: blur(30px) saturate(1.5);
    box-sizing: border-box;
    box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.2);
    border: 0.5px solid rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.3);
    padding: 24px 24px 36px;
    min-height: 300px;
}
.bento-better-future-card-header {
    flex: 1;
}
@media (max-width: 768px) {
    .bento-better-future-card {
        flex-direction: row;
        align-items: flex-start;
        margin: 0 -12px 12px;
        padding: 21px 18px 30px;
        min-height: unset;
    }
    .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 {
    opacity: 0.8;
    width: 85%;
    min-height: 4.2em;
}
.bento-high-performance {
    background: #666;
    width: calc(100% - 6px);
}
.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-air-purification-card {
    background: #263db5;
    color: #fff;
}
.bento-net-zero-card {
    background: #ffbd00;
}
.bento-air-purification-card .color-text-80 {
    color: rgba(255, 255, 255, 0.8);
}
.bento-air-purification-card .color-text-60 {
    color: rgba(255, 255, 255, 0.6);
}
.bento-details-card {
    left: -57px;
    cursor: pointer;
    margin: auto -24px 36px;
    box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.12);
    border-radius: 18px;
    padding: 36px;
    width: calc(
        var(--modern-grid-column-width) * 3 + var(--modern-grid-column-gutter) *
            3
    );
}
@media (max-width: 768px) {
    .bento-better-future-card p {
        width: 100%;
        min-height: unset;
    }
    .bento-details-card {
        left: 0;
        margin: 0 21px 24px;
        border-radius: 12px;
        padding: 21px;
        width: 75%;
    }
}
.bento-details-card p {
    width: 90%;
}
.bento-details-card label {
    display: flex;
    position: relative;
    align-items: center;
    gap: 6px;
    transition: opacity 0.4s;
}
.bento-details-card label:has(input:checked) {
    opacity: 0.4;
}
.bento-details-card label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.bento-details-card-icon {
    position: relative;
    width: 0.7em;
    height: 0.7em;
}
.bento-details-card-icon div {
    position: absolute;
    transition: transform 0.4s, opacity 0.2s;
    background: var(--color-black-80);
    width: 100%;
    height: 1px;
}
.bento-air-purification-card .bento-details-card-icon div {
    background: rgba(255, 255, 255, 0.8);
}
.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 {
    transform: rotate(90deg);
    opacity: 0;
}
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;
    gap: 8px;
    opacity: 0;
    transition: max-height 0.4s 0.1s, opacity 0.4s;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    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 {
    opacity: 0;
    transition: opacity 0.2s;
    border-top: var(--color-black-20) 1px solid;
    padding: 8px 10% 8px 0;
}
.bento-air-purification-card li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.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 {
    transition-delay: 0s;
    padding-bottom: 0;
}
.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-air-purification,
.bento-net-zero {
    width: calc(50% - 4.5px);
}
@media (max-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-air-purification,
    .bento-net-zero {
        width: calc(100% - 6px);
    }
}
.bento-bottom-divider {
    position: absolute;
    left: 50%;
    margin: 0 0 0 -50px;
    border: none;
    background: linear-gradient(180deg, #000 99%, #fdfdf7 100%);
    padding: 0;
    width: 100px;
    height: 620px;
}
.configure-now {
    flex-direction: column;
    box-sizing: border-box;
    background: #fdfdf7;
    padding: 0 var(--modern-grid-column-margin);
    aspect-ratio: 1440/552;
    min-height: unset !important;
}
.configure-now .modern-grid {
    box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    background: #f7f7f0;
    padding: 0;
    height: 100%;
}
.configure-now .modern-grid > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.configure-now h1 a:hover {
    opacity: 0.8;
}
.configure-now h1 svg {
    aspect-ratio: 1;
    width: 0.55em;
    height: auto;
}
.configure-now .column-5 > a svg {
    position: relative;
    top: -3px;
    left: 2px;
    width: auto;
    height: 0.4em;
}
.configure-now .column-5 > a:hover path {
    fill: var(--color-blue-white-20);
}
.configure-now-not-in-ca {
    display: flex;
    gap: 12px;
}
.configure-now-not-in-ca a:hover {
    opacity: 0.8;
    color: var(--color-black-60);
}
.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;
}
@media (max-width: 768px) {
    .configure-now {
        padding: 0 14px;
        aspect-ratio: 375/435;
    }
    .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;
        transform: translateY(-0.05em);
        width: auto;
        height: 0.45em;
    }
    .configure-now-not-in-ca {
        gap: 8px;
    }
    .configure-now .modern-grid > img {
        top: unset;
        bottom: -18vw;
        left: -72.5vw;
        width: 320vw;
    }
    .backyard .backyard-faq .faq-top {
        margin: 36px 0 60px;
    }
}
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 {
    margin: 96px 0;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 0;
}
.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;
    gap: 6px;
    margin: 9px 0 0;
    padding: 0;
    list-style-type: none;
}
.backyard .backyard-faq .sidebar .menu li {
    cursor: pointer;
    margin-left: -18px;
    border-radius: 12px;
    background: 0 0;
    padding: 10px 18px;
    font-family: regola-book, sans-serif;
    user-select: none;
    -webkit-user-select: none;
    white-space: nowrap;
}
.backyard .backyard-faq .sidebar .menu li:hover {
    box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.12);
    background: var(--color-black-4);
    color: #000;
}
.backyard .backyard-faq .sidebar .menu li.faq-menu-still-questions {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 72px;
    box-shadow: 0 0.5px 1px 0 rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    background: var(--color-black-4);
    padding: 14px 18px;
}
.backyard .backyard-faq .sidebar .menu li.faq-menu-still-questions:hover {
    box-shadow: 0 0.5px 1px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
}
.backyard .backyard-faq .sidebar .menu li.active {
    background: #000;
    color: #fff;
}
.backyard .backyard-faq .faq-group h2 {
    position: relative;
    margin-bottom: 1em;
    pointer-events: none;
}
.backyard .backyard-faq .faq-group h2 input {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.backyard .backyard-faq .faq-group .question {
    width: 80%;
}
.backyard .backyard-faq .faq-group .question .bubble {
    display: inline-block;
    box-sizing: border-box;
    border-radius: 18px;
    background: #000;
    padding: 14px 24px 16px;
    color: #fff;
    font-family: regola-book, sans-serif;
}
@media (max-width: 768px) {
    .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("/assets/images/backyard/faq-up.svg");
        background-size: 0 0;
    }
    .backyard .backyard-faq .faq-group h2 {
        margin-bottom: 18px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        background-image: url("/assets/images/backyard/faq-down.svg");
        background-position: right 75%;
        background-repeat: no-repeat;
        padding-top: 18px;
        pointer-events: all;
    }
    .backyard .backyard-faq .faq-group h2:has(input:checked) {
        background-image: url("/assets/images/backyard/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 {
        border-radius: 12px;
        padding: 14px 18px;
        width: calc(
            var(--modern-grid-column-width) * 5 +
                var(--modern-grid-column-gutter) * 4
        );
    }
}
.backyard .backyard-faq .faq-group .answer {
    margin-left: calc(
        var(--modern-grid-column-width) + var(--modern-grid-column-gutter)
    );
    width: calc(
        var(--modern-grid-column-width) * 6 + var(--modern-grid-column-gutter) *
            5
    );
}
.backyard .backyard-faq .faq-group .answer .bubble {
    box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.12);
    border-radius: 18px;
    background: #fff;
    padding: 14px 24px 16px;
    font-family: regola-book, sans-serif;
}
.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;
    line-height: 115%;
    list-style-image: url("/assets/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 rgba(0, 0, 0, 0.1);
}
.faq-bottom-still-questions-button {
    display: flex;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
    box-shadow: 0 0.5px 1px 0 rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    background: var(--color-black-4);
    padding: 14px 18px;
}
.faq-bottom-still-questions-button:hover {
    box-shadow: 0 0.5px 1px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
}
.backyard-footer {
    display: flex;
    position: relative;
    flex-direction: column;
    background: #000;
    aspect-ratio: 0.85;
    min-height: unset;
    color: #fff;
}
.complete .backyard-footer {
    background: url("/assets/images/backyard/backyard-on/backyard-on-2880.webp")
        center 60% / contain no-repeat #000;
}
.backyard-footer h1,
.backyard-footer h2,
.backyard-footer h3,
.backyard-footer h4,
.backyard-footer h5,
.backyard-footer h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 112.5%;
    font-family: regola-light, sans-serif;
    letter-spacing: -0.04em;
}
.backyard-footer .h4 {
    font-size: clamp(42px, 3.3vw, 57px);
}
.backyard-footer .h4 span {
    position: relative;
}
.backyard-footer.h4 a:hover {
    opacity: 0.75;
}
.backyard-footer .h4 .i {
    position: absolute;
    right: -30px;
}
.backyard-footer p {
    margin: 0;
    padding: 0;
    font-size: clamp(18px, 1.25vw, 22px);
    line-height: 133%;
    font-family: regola-book, sans-serif;
}
.footer-nav ol {
    display: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: regola-book, sans-serif;
    list-style-type: none;
}
@media (max-width: 768px) {
    .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 .bubble {
        border-radius: 12px;
        padding: 14px 18px;
    }
    .backyard .backyard-faq .spacer {
        height: 60px;
    }
    .complete .backyard-footer {
        background-position: center 42.5%;
        aspect-ratio: unset;
    }
    .backyard-footer br.desktop {
        display: none;
    }
    .footer-nav ol {
        margin: 0 0 0 1.45em;
        width: 100%;
        font-size: 12px;
    }
}
.backyard .footer-nav ol {
    display: block;
}
.footer-nav {
    margin-top: auto;
}
.footer-nav ol li {
    margin-top: 6px;
    width: 90%;
    color: rgba(255, 255, 255, 0.4);
}
.footer-nav-variant-light ol li {
    color: rgba(0, 0, 0, 0.4);
}
.footer-nav ol li::before {
    counter-increment: item;
    margin-left: -1.45em;
    content: counter(item) ".";
    font-feature-settings: "tnum", "lnum";
}
.backyard-footer .top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 36%;
    text-align: center;
}
.backyard-footer .top h1:last-of-type {
    color: rgba(255, 255, 255, 0.4);
}
.backyard-footer .top h1:last-of-type img {
    opacity: 0.8;
}
.backyard-footer .top p {
    display: block;
    margin: max(3vw, 5vh) 0 !important;
    color: rgba(255, 255, 255, 0.4);
}
.backyard-footer .top p a {
    color: rgba(255, 255, 255, 0.6);
}
.backyard-footer .top p a:hover {
    color: #fff;
}
.footer-nav ul {
    margin: 0;
    padding: 0;
    font-size: 36px !important;
    line-height: 46px !important;
    font-family: regola-light, sans-serif;
    letter-spacing: -1px;
    list-style-type: none;
}
@media (max-width: 768px) {
    .backyard-footer .top {
        margin-bottom: 70%;
        height: 70vh;
    }
    .footer-nav ul {
        margin-right: 16px;
        font-size: 18px !important;
        line-height: 24px !important;
        font-family: regola-book, sans-serif;
        letter-spacing: 0;
    }
}
.footer-nav ul li:first-child {
    display: inline-block;
    opacity: 0.4;
}
.footer-nav ul li a {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}
.footer-nav ul li a:hover {
    opacity: 0.75;
}
.footer-nav-variant-light ul li a {
    color: inherit;
}
.backyard-footer .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin: 60px auto 0;
    width: 45%;
}
@media (max-width: 768px) {
    .backyard-footer .text {
        width: 90%;
    }
}
.backyard-footer .text p {
    margin: 0 0 1em !important;
}
.backyard-footer .text a {
    font-size: 18px;
    font-family: regola-book, sans-serif;
    text-decoration: none;
    white-space: nowrap;
}
.backyard-footer .mask {
    position: absolute;
    top: 73%;
    background: linear-gradient(
        0deg,
        #000 0,
        hsla(0, 0%, 0%, 0.987) 8.1%,
        hsla(0, 0%, 0%, 0.951) 15.5%,
        hsla(0, 0%, 0%, 0.896) 22.5%,
        hsla(0, 0%, 0%, 0.825) 29%,
        hsla(0, 0%, 0%, 0.741) 35.3%,
        hsla(0, 0%, 0%, 0.648) 41.2%,
        hsla(0, 0%, 0%, 0.55) 47.1%,
        hsla(0, 0%, 0%, 0.45) 52.9%,
        hsla(0, 0%, 0%, 0.352) 58.8%,
        hsla(0, 0%, 0%, 0.259) 64.7%,
        hsla(0, 0%, 0%, 0.175) 71%,
        hsla(0, 0%, 0%, 0.104) 77.5%,
        hsla(0, 0%, 0%, 0.049) 84.5%,
        hsla(0, 0%, 0%, 0.013) 91.9%,
        hsla(0, 0%, 0%, 0) 100%
    );
    width: 100%;
    height: 5%;
    pointer-events: none;
}
.footer-nav .footer-legal {
    align-items: end;
    padding-bottom: 3vw;
    color: rgba(255, 255, 255, 0.6);
}
.footer-nav-variant-light .footer-legal {
    color: rgba(0, 0, 0, 0.4);
}
.footer-nav .footer-legal a {
    display: inline-block;
    opacity: 0.8;
    margin-top: 16px;
    margin-right: 16px;
    color: #fff;
    white-space: nowrap;
}
.footer-nav-variant-light .footer-legal a {
    color: #000 !important;
}
.footer-nav .footer-legal:first-child {
    order: 1;
}
.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 100;
    color: inherit;
}
.footer-nav-variant-light .footer-contact {
    color: rgba(0, 0, 0, 0.8);
}
.footer-contact-secondary {
    color: var(--color-white-60);
    line-height: 150% !important;
}
.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-secondary a:hover {
    color: #fff;
}
.footer-nav-variant-light .footer-contact-secondary a:hover {
    color: #000;
}
.footer-contact button,
.footer-contact input[type="email"] {
    display: block;
    appearance: none;
    box-sizing: content-box;
    margin: 6px 0 0;
    outline: 0;
    border-radius: 12px;
    background: #333;
    padding: 15px;
    width: 100%;
    width: calc(100% - 30px);
    height: 15px;
    color: #fff;
}
.footer-nav-variant-light .footer-contact input[type="email"] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.03);
    color: #000;
}
.footer-contact input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
}
.footer-nav-variant-light .footer-contact button {
    background: var(--color-blue);
    padding: 16px;
    color: #fff;
}
@media (max-width: 768px) {
    .backyard-footer .mask {
        top: 65.6%;
    }
    .footer-contact {
        width: 100%;
    }
    .footer-contact input[type="email"] {
        font-size: 16px;
    }
    .backyard .how-it-works .header {
        margin: 0 0 36px;
        aspect-ratio: 375/220;
    }
}
.footer-contact input[type="email"]:focus {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
}
.footer-nav-variant-light .footer-contact input[type="email"]:focus {
    box-shadow: 0 0 0 4px rgba(0, 150, 247, 0.25);
}
.footer-contact-input {
    position: relative;
}
.footer-contact-input input[type="image"] {
    position: absolute;
    top: 45%;
    right: 14px;
    appearance: none;
    margin: 0;
    border: none;
    background: 0 0;
    padding: 0;
}
.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;
}
.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: rgba(255, 255, 255, 0.4) !important;
}
.footer-nav-variant-light .footer-contact-subscription-loading input,
.footer-nav-variant-light .footer-contact-subscription-success input {
    color: rgba(0, 0, 0, 0.2) !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;
    gap: 8px;
    opacity: 0;
    transition: opacity 0.4s;
    margin-top: 5px;
}
.footer-contact-subscription-failure-note {
    opacity: 0;
    transition: opacity 0.4s;
    margin-top: 5px;
}
.footer-contact-subscription .loader {
    position: absolute;
    top: 50%;
    right: 16px;
    opacity: 0;
    filter: invert(100%);
    transition: opacity 0.4s;
    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%);
}
body.how-it-works {
    background: var(--color-biege);
}
.backyard .how-it-works {
    padding-top: 35vh;
}
.backyard .how-it-works h1.h2 {
    margin: 0 auto;
    width: 70%;
    text-align: center;
}
.backyard .how-it-works h1.subtitle {
    margin-bottom: 50px;
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
}
.backyard .how-it-works .timeline {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.backyard .how-it-works .timeline li {
    display: flex;
    position: relative;
    flex-direction: column;
    box-sizing: border-box;
    padding: 96px 0;
}
.backyard .how-it-works .timeline .left {
    align-items: flex-end;
    margin-right: 50%;
    padding-right: 36px;
    text-align: right;
}
.backyard .how-it-works .timeline .right {
    align-items: flex-start;
    margin-left: 50%;
    padding-left: 36px;
}
@media (max-width: 768px) {
    .backyard .how-it-works h1.h2 {
        width: 90%;
        font-size: 36px;
        line-height: 42px;
    }
    .backyard .how-it-works .timeline .left,
    .backyard .how-it-works .timeline .right {
        align-items: center;
        margin: 0 auto;
        padding: 147px 0 96px;
        text-align: center;
    }
}
.backyard .how-it-works .timeline .center,
.backyard .how-it-works .timeline .final {
    align-items: center;
    margin: 0 auto;
    text-align: center;
}
.backyard .how-it-works .timeline li h2 {
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 27px;
    font-family: regola-book, sans-serif;
    letter-spacing: -0.5px;
}
.backyard .how-it-works .timeline li p {
    width: 20vw;
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    line-height: 24px;
}
.backyard .how-it-works .timeline li p + p {
    margin-top: 8px;
}
.backyard .how-it-works .timeline li .line {
    position: absolute;
    top: 75px;
    border-radius: 6px;
    background-color: #000;
    width: 6px;
    height: calc(100% - 26px);
}
.backyard .how-it-works .timeline li.left .line {
    right: -3px;
}
.backyard .how-it-works .timeline li.right .line {
    left: -3px;
}
.backyard .how-it-works .timeline li .bullet {
    position: absolute;
    top: 55px;
    border-radius: 14px;
    background-color: #000;
    width: 14px;
    height: 14px;
}
@media (max-width: 768px) {
    .backyard .how-it-works .timeline li p {
        box-sizing: border-box;
        padding: 0 24px;
        width: 100%;
    }
    .backyard .how-it-works .timeline li.left .line,
    .backyard .how-it-works .timeline li.right .line {
        top: calc(100% - 64px);
        right: unset;
        left: unset;
        height: 116px;
    }
    .backyard .how-it-works .timeline li:first-child .bullet {
        display: none;
    }
    .backyard .how-it-works .timeline li.center .bullet {
        top: 61px;
    }
    .backyard .how-it-works .timeline li .bullet {
        transform: translateX(0.5px);
    }
}
.backyard .how-it-works .timeline li.right .bullet {
    left: -7px;
}
.backyard .how-it-works .timeline li.left .bullet {
    right: -7px;
}
.backyard .how-it-works .timeline li time {
    position: absolute;
    top: 45px;
    border: 1.5px solid #000;
    border-radius: 10px;
    padding: 9px 15px;
    color: #000;
    font-size: 12px;
    font-family: regola-medium, sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.backyard .how-it-works .timeline li.left time {
    right: 30px;
}
.backyard .how-it-works .timeline li.right time {
    left: 30px;
}
.backyard .how-it-works .timeline li.center time {
    top: 95px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.backyard .how-it-works .timeline li.center {
    margin-bottom: -20px;
    padding: 150px 0 0;
}
.backyard .how-it-works .timeline li.center svg {
    position: relative;
    top: 28px;
    left: -24px;
}
@media (max-width: 768px) {
    .backyard .how-it-works .timeline li.left .bullet,
    .backyard .how-it-works .timeline li.right .bullet {
        top: 60px;
        right: unset;
        bottom: unset;
        left: unset;
    }
    .backyard .how-it-works .timeline li time {
        top: 97px !important;
        right: unset !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        white-space: nowrap;
    }
    .backyard .how-it-works .timeline li.center {
        margin-bottom: -25px;
        padding: 147px 0 0;
    }
    .backyard .how-it-works .timeline li.center svg {
        left: -24px;
    }
}
.backyard .how-it-works .timeline li.final {
    padding: 240px 0 120px;
}
.backyard .how-it-works .timeline li.final h2 {
    color: var(--color-blue);
    font-size: 60px;
    line-height: 110%;
    font-family: regola-light, sans-serif;
    letter-spacing: -0.03em;
}
.backyard .how-it-works .timeline li.final p {
    width: 70%;
    color: rgba(0, 0, 0, 0.4);
    font-size: 60px;
    line-height: 110%;
    font-family: regola-light, sans-serif;
    letter-spacing: -0.03em;
}
.backyard .how-it-works .timeline li.final time {
    top: 170px;
}
.backyard .how-it-works .party {
    background-image: url("/assets/images/backyard/how-it-works-party/how-it-works-party-2880.webp");
    background-position: center 10%;
    background-size: cover;
    aspect-ratio: 1440/700;
    width: 100vw;
    min-height: unset;
}
.backyard .how-it-works .timeline li img {
    position: relative;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
    border-radius: 4px;
    background: var(--color-biege-darker);
    object-fit: cover;
}
@media (max-width: 768px) {
    .backyard .how-it-works .timeline li.final {
        padding: 150px 0 120px;
    }
    .backyard .how-it-works .timeline li.final .bullet {
        top: 60px;
    }
    .backyard .how-it-works .timeline li.final h2,
    .backyard .how-it-works .timeline li.final p {
        box-sizing: border-box;
        padding: 0 24px;
        width: 100%;
        font-size: 30px;
    }
    .backyard .how-it-works .party {
        background-position: center center !important;
        aspect-ratio: 375/280;
    }
    .backyard .how-it-works .timeline li img {
        display: block;
        position: static;
        transform: none !important;
        margin-top: 24px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        background: var(--color-biege-darker);
    }
    .backyard .how-it-works .timeline li:has(img) {
        padding-bottom: 96px !important;
        max-height: unset !important;
    }
}
.backyard .how-it-works .timeline li.start {
    padding-top: 46px;
}
@media (max-width: 768px) {
    .backyard .how-it-works .timeline li.start {
        padding-top: 96px;
        padding-bottom: 96px;
    }
    .backyard .how-it-works .timeline li.site-visit img {
        display: none;
    }
}
.backyard .how-it-works .timeline li.site-visit {
    padding-bottom: 20vw;
    max-height: max(400px, 30vw);
}
.backyard .how-it-works .timeline li.site-visit img {
    position: absolute;
    top: -5%;
    left: calc(100% + 36px);
    background: var(--color-biege);
    aspect-ratio: 550/360;
    width: 80%;
    max-height: auto;
}
.backyard .how-it-works .timeline li.site-prep {
    padding-bottom: 0;
    max-height: max(400px, 30vw);
}
.backyard .how-it-works .timeline li.site-prep img {
    transform: translateX(calc(100% + 72px)) translateY(-70%);
    aspect-ratio: 550/360;
    width: 80%;
}
.backyard .how-it-works .timeline li.transport {
    padding-bottom: 0;
    max-height: max(400px, 30vw);
}
.backyard .how-it-works .timeline li.transport img {
    transform: translateX(calc(-100% - 72px)) translateY(-70%);
    aspect-ratio: 550/360;
    width: 80%;
}
.backyard .how-it-works .timeline li.crane-in {
    padding-bottom: 0;
    max-height: max(600px, 45vw);
}
.backyard .how-it-works .timeline li.crane-in img {
    transform: translateX(calc(100% + 72px)) translateY(-40%);
    aspect-ratio: 550/680;
    width: 80%;
}
.pay {
    background: #f9f8f2;
}
.pay #backdrop {
    display: none;
}
.pay .page {
    min-height: 100vh;
}
.pay .payment {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: border-box;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    background: #fff;
    padding: 36px;
    width: 400px;
    max-width: calc(100vw - 48px);
    min-height: 430px;
}
.payment .details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    min-height: 100%;
}
.payment.loading .details {
    opacity: 0.5;
    pointer-events: none;
}
.payment.successful .details {
    display: none;
}
.payment h1,
.payment p {
    margin: 0;
    padding: 0;
    font-weight: 400;
    text-align: center;
}
.payment h1 {
    font-size: 36px;
    line-height: 100%;
    font-family: regola-light, sans-serif;
    letter-spacing: -1px;
}
.payment p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    line-height: 133%;
    font-family: regola-book, sans-serif;
}
.payment button {
    appearance: none;
}
.payment button.rounded {
    display: inline-block;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: none;
    border: 1.25px solid transparent;
    border-radius: 24px;
    padding: 17px 20px;
    font-size: 14px;
    line-height: 100%;
    font-family: regola-book, sans-serif;
    text-decoration: none;
}
.payment button.rounded.blue {
    background: var(--color-blue);
    color: #fff;
}
.payment button.rounded:disabled {
    border: 1.25px solid rgba(0, 0, 0, 0.2);
    background: 0 0;
    color: rgba(0, 0, 0, 0.4);
}
.payment #payment-container {
    position: relative;
    width: 100%;
    min-height: 140px;
}
.payment #payment-container .loader {
    position: absolute;
    top: 34%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.payment .success {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    height: 358px;
    min-height: 100%;
}
.payment.successful .success {
    display: flex;
}
.payment .success a {
    margin-top: 24px;
    color: #000;
    font-size: 15px;
    font-family: regola-book, sans-serif;
}
.tech-specs {
    background: #fff !important;
}
.backyard .slides .specs {
    grid-column-gap: 24px;
    display: grid;
    grid-template-columns: repeat(12, [col-start] 1fr);
    box-sizing: border-box;
    padding: 0 3vw;
}
@media (max-width: 768px) {
    .backyard .slides .specs {
        display: block;
        padding: 0 24px;
    }
    .backyard .slides .specs h1 {
        width: 50%;
    }
    .backyard .slides .specs-content-header {
        display: none !important;
    }
}
.backyard .slides .specs-content {
    grid-column: col-start 2 / span 10;
}
.backyard .slides .specs-content-header {
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: var(--color-black-20) 1px solid;
    padding-top: 120px;
    padding-bottom: 30px;
}
.backyard .slides .specs-content-header-backdrop {
    position: absolute;
    top: 0;
    left: -100px;
    z-index: -1;
    backdrop-filter: blur(18px) saturate(1.5);
    -webkit-backdrop-filter: blur(18px) saturate(1.5);
    background: rgba(255, 255, 255, 0.9);
    width: calc(100% + 200px);
    height: 100%;
}
.specs-content-row-elevations {
    overflow-x: hidden;
}
.specs-content-row-elevations > div:first-child div {
    display: none;
}
.specs-content-row-elevations img {
    width: 130%;
    height: auto;
}
.backyard .slides .specs-content hr {
    margin: 0;
    border: none;
    border-bottom: var(--color-black-20) 1px solid;
}
.backyard .slides .specs-content a {
    color: var(--color-blue);
    line-height: 120%;
    text-decoration: none;
}
.backyard .slides .specs-content-row {
    display: flex;
}
@media (max-width: 768px) {
    .specs-content-row-elevations > div:first-child div {
        display: block;
    }
    .backyard .slides .specs-content a {
        display: none !important;
    }
    .backyard .slides .specs-content-row {
        flex-wrap: wrap;
    }
}
.backyard .slides .specs-content-row > div {
    flex-grow: 0;
    flex-basis: 25%;
    box-sizing: border-box;
    padding-right: 24px;
}
@media (max-width: 768px) {
    :root {
        --tech-specs-column-width: calc((100vw - 5 * 12px - 24px * 2) / 6);
    }
    .backyard .slides .specs-content-row > div {
        flex-grow: unset;
        flex-basis: unset;
    }
    .backyard .slides .specs-content-row > div:first-child {
        width: calc(36px + calc(var(--tech-specs-column-width) * 2));
    }
    .backyard .slides .specs-content-row > div:nth-child(2) {
        padding-right: 0;
        width: calc(12px + calc(var(--tech-specs-column-width) * 4));
    }
    .backyard .slides .specs-content-row > div:nth-child(3),
    .backyard .slides .specs-content-row > div:nth-child(4) {
        margin-left: calc(36px + calc(var(--tech-specs-column-width) * 2));
        padding-right: 0;
        width: calc(12px + calc(var(--tech-specs-column-width) * 4));
    }
}
.backyard .slides .specs-content-row .specs-content-column-3 {
    flex-basis: 75%;
}
@media (max-width: 768px) {
    .backyard .slides .specs-content-row .specs-content-column-3 {
        flex-basis: unset;
        padding-right: 0;
        width: calc(12px + calc(var(--tech-specs-column-width) * 4));
    }
}
.backyard .slides .specs-content-row ul {
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.backyard .slides .specs-content-row div + .color-text-40 {
    margin-top: 0.45em;
    line-height: 120% !important;
}
.backyard .slides .specs-content-row div + div a {
    display: inline-block;
    margin-top: 1.5em;
}
.backyard .slides .specs-content-row div + div a img {
    transform: translateY(-1px);
}
.specs-content-image {
    border-radius: 6px;
    aspect-ratio: 1100/700;
    overflow: hidden;
}
.specs-content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.specs-content-colors {
    display: flex;
    gap: 20px;
}
@media (max-width: 768px) {
    .specs-content-image {
        border-radius: 4px;
    }
    .specs-content-colors {
        gap: 12px;
    }
}
.specs-content-colors > div {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #ccc;
    width: 34px;
    height: 34px;
}
.specs-content-colors .specs-content-colors-bone-white {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: var(--color-bone-white);
}
.specs-content-colors .specs-content-colors-driftwood {
    border-color: var(--color-driftwood);
    background-color: var(--color-driftwood);
}
.specs-content-colors .specs-content-colors-parchment {
    border-color: var(--color-parchment);
    background-color: var(--color-parchment);
}
.specs-content-colors .specs-content-colors-evergreen {
    border-color: var(--color-evergreen);
    background-color: var(--color-evergreen);
}
.specs-content-colors .specs-content-colors-dark-bronze {
    border-color: var(--color-dark-bronze);
    background-color: var(--color-dark-bronze);
}
.specs-content-colors .specs-content-colors-metallic-silver {
    border-color: var(--color-metallic-silver);
    background-color: var(--color-metallic-silver);
}
.specs-content-colors > div > div {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateY(25%) translateX(-50%);
    opacity: 0;
    transition: 0.2s;
    border: 1px solid #dedfd8;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    padding: 6px 15px 8px;
    pointer-events: none;
    white-space: nowrap;
}
.specs-content-colors > div:hover > div {
    transform: translateX(-50%);
    opacity: 1;
}
.specs-content-floorplans > div > div {
    position: relative;
}
.specs-content-floorplans > div:nth-child(3) > div > img {
    transform: translateY(-1%);
}
.specs-content-floorplans-horizontal {
    display: none;
}
@media (max-width: 768px) {
    .specs-content-colors > div {
        width: 24px;
        height: 24px;
    }
    .specs-content-floorplans-vertical {
        display: none;
    }
    .specs-content-floorplans-horizontal {
        display: block;
        margin-bottom: 40px;
    }
}
.specs-content-floorplans-vertical > img {
    width: 70%;
}
.specs-content-floorplans-horizontal > img {
    display: block;
    width: auto;
    height: 15vw;
}
.specs-content-floorplans-dimension-vertical {
    position: absolute;
    top: 2%;
    left: 75%;
    background-color: rgba(166, 173, 171, 0.5);
    width: 1px;
    height: 100%;
}
.specs-content-floorplans-horizontal
    .specs-content-floorplans-dimension-vertical {
    position: absolute;
    top: 30px;
    height: 15vw;
}
.specs-content-floorplans-dimension-vertical div {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: var(--color-black-60);
}
.specs-content-floorplans-dimension-vertical img {
    position: absolute;
    top: -1px;
    left: -4.5px;
}
.specs-content-floorplans-dimension-vertical img:last-of-type {
    top: unset;
    bottom: -1px;
    transform: scaleY(-1);
}
.specs-content-floorplans-dimension-horizontal {
    position: absolute;
    left: 0;
    background-color: rgba(166, 173, 171, 0.5);
    width: calc(70% - 18px);
    height: 1px;
}
.specs-content-floorplans-horizontal
    .specs-content-floorplans-dimension-horizontal {
    top: calc(45px + 15vw);
}
.specs-content-floorplans-dimension-horizontal div {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--color-black-60);
}
.specs-content-floorplans-dimension-horizontal img {
    position: absolute;
    top: -3.5px;
    right: -1px;
}
.specs-content-floorplans-dimension-horizontal img:last-of-type {
    right: unset;
    left: -1px;
    transform: scaleX(-1);
}
.specs-content-mobile-divider {
    display: none;
}
@media (max-width: 768px) {
    .specs-content-mobile-divider {
        display: block;
    }
}
.specs-content-label {
    display: none;
    margin-top: 28px;
    margin-bottom: 8px;
    margin-left: -6px;
    border-radius: 3px;
    background-color: var(--color-black-4);
    padding: 4px 6px 5px;
    color: var(--color-black-60);
    font-size: 12px;
    line-height: 100%;
    font-family: regola-book, sans-serif;
}
.specs-content-floorplans .specs-content-label {
    margin-left: 1px;
}
.backyard .slides .specs-content-row > div:nth-child(2) .specs-content-label {
    margin-top: 0;
}
.interior-carousel {
    background: #fdfdf7;
    user-select: none;
    -webkit-user-select: none;
}
.interior-carousel-white {
    background: #fff;
}
@media (max-width: 768px) {
    .specs-content-label {
        display: inline-block;
    }
    .interior-carousel h1 {
        margin: 0 auto;
        text-align: center;
    }
}
.interior-carousel-cards {
    display: flex;
    flex-wrap: nowrap;
    gap: var(--modern-grid-column-gutter);
    will-change: scroll-position;
    padding: 0
        calc(
            var(--modern-grid-column-width) + var(--modern-grid-column-gutter) +
                3vw
        );
    overflow: auto;
    scroll-snap-type: x mandatory;
    scrollbar-color: transparent;
    scrollbar-width: 0;
}
.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;
    transition: opacity 0.2s;
    cursor: pointer;
    aspect-ratio: 745/500; 
    overflow: scroll;
    border-radius: 10px;
}


.interior-carousel-cards-card.current:has(.all)
    .interior-carousel-cards-card-images {
    cursor: default;
}
.interior-carousel-cards-card img {
    position: absolute;
    z-index: 0;
    will-change: opacity;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    background: 50% #d3d3d3;
    width: 100%;
    height: auto;
    pointer-events: none;
    max-height: 530px;
    max-width: 100%;
    object-fit: cover;
}

.interior-carousel-cards-card p {
    width: calc(
        var(--modern-grid-column-width) * 4 + var(--modern-grid-column-gutter) *
            3
    );
    user-select: text;
    -webkit-user-select: text;
}
.interior-carousel-cards-card ul {
    display: flex;
    gap: 6px;
    margin: 0;
    border-radius: 6px;
    padding: 6px 0;
    color: var(--color-black-80);
    font-size: 12px;
    line-height: 100%;
    font-family: regola-book, sans-serif;
    font-feature-settings: "tnum" on, "lnum" on;
    list-style-type: none;
}
.interior-carousel-cards-card ul li {
    position: relative;
    cursor: pointer;
    margin: 1px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.05);
    padding: 5px 8px 6px;
    white-space: nowrap;
}
.interior-carousel-cards-card ul li:has(input:checked) {
    margin: 0;
    background: var(--color-blue);
    padding: 6px 9px 7px;
    color: #fff !important;
}
.interior-carousel-cards-card ul li input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    margin: 0;
    width: 100%;
    height: 100%;
}
.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) {
    opacity: 0;
    z-index: 1;
    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) {
    opacity: 0;
    z-index: 1;
    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) {
    opacity: 0;
    z-index: 1;
    transition: opacity 0.6s;
}
body,
html {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    margin: 0;
    background: #fff;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    min-height: fill-available;
    min-height: -webkit-fill-available;
    font-family: regola-book;
    text-rendering: optimizeLegibility;
}
body.segue {
    overflow-x: hidden;
}
.backyard {
    background: #fff;
}
.backyard .slides {
    width: 100vw;
    height: auto;
}
.backyard .slide {
    display: flex;
    position: relative;
    width: 100vw;
    min-height: 100vh;
}
.backyard .slide .column {
    display: grid;
    grid-template-columns: repeat(6, [col-start] 1fr);
    align-items: center;
    gap: 22px;
    box-sizing: border-box;
    width: 50%;
}
.backyard .slide .column:first-child {
    padding-right: 11px;
    padding-left: 3vw;
}
.backyard .slide .column:last-child {
    padding-right: 3vw;
    padding-left: 11px;
}
@media (max-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 p {
        width: calc(
            var(--modern-grid-column-width) * 5 +
                var(--modern-grid-column-gutter) * 4
        );
    }
    .backyard .slide .column {
        padding: 0 22px;
        width: 100%;
    }
    .backyard .slide .column:first-child,
    .backyard .slide .column:last-child {
        padding: 0 22px;
    }
}
.backyard .slide .row {
    display: grid;
    grid-template-columns: repeat(12, [col-start] 1fr);
    gap: 22px;
    box-sizing: border-box;
    padding: 0 3vw;
    width: 100%;
    height: 100%;
}
.backyard .slides h1,
.backyard .slides h2,
.backyard .slides h3,
.backyard .slides h4,
.backyard .slides h5,
.backyard .slides h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 112.5%;
    font-family: regola-light, sans-serif;
    letter-spacing: -0.04em;
}
.h1 {
    font-size: clamp(48px, 6.25vw, 115px);
}
.h2 {
    font-size: clamp(48px, 5vw, 86px);
}
.h3 {
    font-size: clamp(42px, 4.16vw, 72px);
}
.h4 {
    font-size: clamp(42px, 3.3vw, 57px);
}
.h5 {
    font-size: clamp(36px, 3vw, 48px);
}
.backyard .slides p {
    margin: 0;
    padding: 0;
    font-size: clamp(18px, 1.25vw, 22px);
    line-height: 133%;
    font-family: regola-book, sans-serif;
}
a.rounded {
    display: inline-block;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    padding: 17px 20px;
    font-size: 14px;
    line-height: 100%;
    font-family: regola-book, sans-serif;
    text-decoration: none;
}
@media screen and (min-width: 800px) {
    a.rounded:hover {
        filter: brightness(0.9);
    }
}
a.rounded.blue {
    background: var(--color-blue);
    color: #fff;
}
a.rounded.white {
    background: #fff;
    color: #000;
}
a.rounded.black {
    background: #000;
    color: #fff;
}
a.rounded.black:hover {
    color: #ccc;
}
a.rounded.outline.white {
    border: 1px solid #fff;
    background: 0 0;
    color: #fff;
}
a.rounded.yellow {
    background: #ffbd00;
    color: #000;
}
.backyard .float-group {
    display: flex;
    align-items: flex-start;
}
.backyard .backyard-basement {
    flex-direction: column;
    background: var(--color-biege);
    min-height: unset;
}
.ice {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 100%;
    font-family: regola-book, sans-serif;
}
.ice h1 {
    margin: 0 0 0.5em;
    padding: 0 10px;
    font-weight: 400;
    font-size: clamp(24px, 2.5vw, 42px);
    line-height: 115% !important;
    font-family: regola-light, sans-serif;
    letter-spacing: -1px;
    text-align: left;
    text-transform: none;
}
@media (max-width: 768px) {
    .backyard .slide .row {
        grid-template-columns: repeat(6, [col-start] 1fr);
        padding: 0 22px;
    }
    .backyard .float-group {
        display: block;
    }
    .ice h1 {
        padding: 0;
        font-size: 24px;
        line-height: 125%;
        font-family: regola-book, sans-serif;
        letter-spacing: 0;
    }
}
.ice h2 {
    margin: 0 0 8px;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    font-family: regola-book, sans-serif;
}
@media (max-width: 768px) {
    .ice h2 {
        margin-bottom: 1em;
        padding: 0;
        font-size: 15px;
        line-height: 18px;
    }
}
.ice p {
    padding: 0 10px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 24px;
    text-align: left !important;
}
.ice .bottom {
    display: inline-block;
    box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.03);
    padding: 12px 18px 14px;
}
.ice .bottom:hover {
    background: #fff;
}
@media (max-width: 768px) {
    .ice p {
        padding: 0;
        font-size: 15px;
        line-height: 18px;
    }
    .ice .bottom {
        margin: 0 -14px;
        padding: 12px 16px 14px;
    }
}
.ice a {
    color: var(--color-blue);
    font-size: 15px;
    text-decoration: none;
}
.ice .lists {
    box-sizing: border-box;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.03);
    padding: 24px;
    width: calc(100% + 28px);
}
.ice .lists ul {
    display: flex;
    flex-direction: column;
    gap: 2px;
    opacity: 0.6;
    margin: 0;
    padding-left: 2.3ch;
    list-style-image: url("/assets/images/bullet.svg");
}
.ice .flexible {
    flex-grow: 1;
}
body.configurator {
    position: relative;
    background-color: var(--color-biege);
    min-height: 100vh;
}
body.configurator main {
    background-image: linear-gradient(
        270deg,
        #fdfdf7 0,
        #fdfdf7 50%,
        #e0ded4 50%,
        #e0ded4 100%
    );
}
@media (max-width: 768px) {
    .ice .lists {
        margin: 24px 0 12px;
        padding: 16px;
    }
    .ice .lists ul li {
        font-size: 15px;
        line-height: 18px;
    }
    body.configurator {
        background: var(--color-biege);
        height: auto;
        min-height: 100vh;
        min-height: -webkit-fill-available;
    }
    body.configurator main {
        background: var(--color-biege);
    }
}
.configurator:has(.confirmation) {
    background: #000;
}
.configurator button,
.configurator-modal button {
    appearance: none;
    margin: 0;
    border: none;
    background: 0 0;
    padding: 0;
    color: #000;
}
button.rounded {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border: 1.5px solid #000;
    border-radius: 25px;
    background: #000;
    padding: 12px 18px;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-family: regola-book, sans-serif;
    user-select: none;
    -webkit-user-select: none;
}
button.rounded:active {
    filter: brightness(66%);
}
button.rounded:disabled {
    cursor: default;
    border-color: rgba(0, 0, 0, 0.1);
    background: 0 0;
    color: rgba(0, 0, 0, 0.33);
}
button.rounded:disabled img {
    opacity: 0.33;
    filter: none;
}
button.rounded img {
    filter: invert(100%);
}
.loading .options {
    opacity: 0.25 !important;
    filter: saturate(0%) !important;
}
html:has(body.expand) {
    overflow: hidden;
}
.configurator .content .pages h1 {
    margin: 24px 0 0;
    padding: 0;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    font-family: regola-light, sans-serif;
    text-align: center;
}
.configurator .content .pages .subtitle {
    margin: 24px auto 60px;
    max-width: 66%;
    color: var(--color-black-60);
    font-size: 18px;
    line-height: 115%;
    font-family: regola-light, sans-serif;
    text-align: center;
}
@media (max-width: 768px) {
    .configurator .content .pages h1 {
        box-sizing: border-box;
        margin: 16px 0 0;
        padding: 0 24px;
        font-size: 21px;
        font-family: regola-book, sans-serif;
    }
    .configurator .content .pages .subtitle {
        margin: 16px auto;
        max-width: unset;
        font-size: 15px;
        font-family: regola-book, sans-serif;
    }
}
.configurator .page .text input,
.configurator .page input[type="text"] {
    appearance: none;
    box-sizing: border-box;
    outline: 0;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    padding: 15px 0 15px 18px;
    width: 100%;
    font-size: 15px;
}
.configurator .page .text input:focus,
.configurator .page input[type="text"]:focus {
    box-shadow: 0 0 0 4px rgba(0, 150, 247, 0.25);
    padding-right: 15px;
}
.configurator .page input[type="checkbox"],
.configurator-modal input[type="checkbox"] {
    appearance: none;
    outline: 0;
    box-shadow: 0 0 0 1px #a6adab;
    border: none;
    border-radius: 5px;
    width: 20px;
    height: 20px;
}
.configurator .page input[type="checkbox"]:checked,
.configurator-modal input[type="checkbox"]:checked {
    background: url("/assets/images/configure/checkmark-normal.svg") center
        center no-repeat;
}
body.modal-visible {
    overflow: hidden;
}
.configurator-modal label {
    display: block;
    margin-bottom: 24px;
    text-align: center;
}
.configurator-modal input {
    box-sizing: border-box;
    outline: 0;
    border: var(--color-black-60) 1px solid;
    border-radius: 36px;
    padding: 18px 60px 18px 24px;
    width: 100%;
    font-size: inherit;
    font-family: inherit;
}
.configurator-modal .field {
    position: relative;
}
.configurator-modal .field button {
    position: absolute;
    top: 50%;
    right: 9px;
    justify-content: center;
    transform: translateY(-50%);
    border: none;
    border-radius: 22px;
    background-color: #f2f2f2;
    padding: 0;
    width: 43px;
    height: 43px;
    pointer-events: none;
}
.configurator-modal .field button img {
    opacity: 0.5;
    filter: none;
}
.configurator-modal .field input:valid + button {
    background-color: var(--color-blue);
    pointer-events: unset;
}
.configurator-modal .field input:valid + button img {
    opacity: 1;
    filter: invert(100%);
}
.configurator-modal input[type="checkbox"] {
    padding: 0;
    width: 20px !important;
}
.configurator-modal .or {
    position: relative;
    margin: 60px -36px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 1px;
}
.configurator-modal .or span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin-top: -3px;
    background: #fff;
    padding: 16px;
    color: rgba(0, 0, 0, 0.6);
}
.configurator-modal :disabled {
    opacity: 0.5;
    filter: saturate(0);
    pointer-events: none;
}
.configurator-modal form {
    transform: none;
    opacity: 1;
    transition: opacity 0.4s 0.4s;
}
.configurator-modal form input[type="submit"] {
    position: absolute;
    left: -100vw;
    visibility: hidden;
    padding: 0;
    width: 0;
    height: 0;
}
.configurator-modal .successful form {
    transform: translateX(100px);
    opacity: 0;
    transition: opacity 0.4s, transform 0.6s ease-in;
}
.configurator-modal .success-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.2s;
    width: 100%;
    pointer-events: none;
    text-align: center;
}
.configurator-modal .successful .success-message {
    opacity: 1;
    transition: opacity 0.2s 0.6s;
}
.expand .configurator .configured,
.expand .configurator .configured + .option {
    pointer-events: none;
}
.configurator .configured,
.configurator .configured + .option {
    display: block;
    opacity: 1 !important;
    filter: none !important;
    margin-bottom: 72px;
    pointer-events: all;
}
.configurator .configured + .option + .option,
.configurator .layout + .option {
    display: unset;
    opacity: 0.5;
}
.configurator .option:last-child {
    margin-bottom: 0;
}
.map canvas {
    border-radius: 18px;
}
.map .mapboxgl-ctrl-bottom-right {
    right: 10px;
    bottom: 10px;
    border-radius: 4px;
}
.map .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
    margin: 0 !important;
}
.map .mapboxgl-ctrl-bottom-right button {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E %3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E %3C/svg%3E");
}
.map .mapboxgl-ctrl-attrib {
    border-radius: 4px;
}
.configurator .debug {
    display: flex;
    position: fixed;
    top: 20px;
    left: 50%;
    flex-direction: column;
    gap: 10px;
    transform: translateX(-50%);
    z-index: 9999999;
    backdrop-filter: blur(10px);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.85);
    padding: 10px 15px;
}
.configurator .debug button {
    cursor: pointer;
    color: #0f0 !important;
    font-size: 12px;
    line-height: 12px;
    font-family: monospace;
}
.loader {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 3px;
    transition: opacity 0.2s;
    margin-top: 2px;
    height: 4px;
}
.loader div {
    animation: 1s infinite pulse;
    border-radius: 2px;
    background: #000;
    width: 4px;
    height: 4px;
}
.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;
    }
}
.backyard.showroom {
    background: var(--color-biege);
}
.showroom .modern-slideshow {
    aspect-ratio: 1440/735;
}
.showroom-hours {
    display: flex;
    gap: 24px;
}
.showroom-hours > div {
    width: 50%;
}
.showroom-photo img {
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.02);
    width: 100%;
    height: auto;
}
@media (max-width: 768px) {
    .configurator .page .text input,
    .configurator .page input[type="text"] {
        font-size: 16px;
    }
    .map .mapboxgl-ctrl-bottom-right {
        opacity: 0;
    }
    .showroom .modern-slideshow {
        aspect-ratio: 375/326;
    }
    .showroom-photo-caption {
        padding-right: calc(
            var(--modern-grid-column-width) * 2 +
                var(--modern-grid-column-gutter)
        );
    }
}
.showroom-photo-caption hr {
    margin: 0;
    border: none;
    border-top: var(--color-black-6) 1.5px solid;
    padding: 0;
}
.showroom-footer-link img {
    margin-bottom: 0.1em;
    height: 0.4em;
}
.showroom-book-heading {
    text-align: center;
}
.showroom-book-card {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -40px;
    box-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.12);
    border-radius: 24px;
    background: var(--color-biege-darker);
    padding: 33px 40px 38px;
}
.showroom-book-card > div {
    width: calc(50% - 30px);
}
@media (max-width: 768px) {
    .showroom-book-card {
        flex-wrap: wrap;
        gap: 32px;
        margin: 0 -16px;
        border-radius: 12px;
        padding: 36px;
    }
    .showroom-book-card > div {
        width: 100%;
    }
}
.showroom-book-card-info p {
    line-height: 20px !important;
}
.showroom-book-schedule {
    margin: 0 -40px;
    border: 1px solid var(--color-black-10);
    border-radius: 24px;
    padding: 33px 40px 38px;
}
@media (max-width: 768px) {
    .showroom-book-schedule {
        margin: 0 -16px;
        padding: 24px;
    }
}
.showroom-book-card-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 24px 0 26px;
}
.showroom-book-card-details > a,
.showroom-book-card-details > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 12px;
    color: #000;
}
.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: 21px;
}
.showroom.tour article {
    min-height: 100vh;
}
.showroom-title-secondary span {
    margin-left: 0.25em;
    letter-spacing: 0;
}
.showroom-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0.5em;
}
@media (max-width: 768px) {
    .showroom-book-card-details {
        border-bottom: none;
        padding: 24px 0 0;
    }
    .showroom-footer h4:last-of-type {
        display: inline;
        margin-right: 0.2em;
    }
    .showroom-footer a {
        white-space: nowrap;
    }
    .showroom-title {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 40px;
    }
}
.showroom-jump-links {
    display: flex;
    position: relative;
    top: -11px;
    gap: 18px;
}
.showroom-jump-links a {
    box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    background: #f7f7f0;
    padding: 12px 24px 15px;
    color: #000;
    letter-spacing: 0;
    white-space: nowrap;
}
.showroom-jump-links a:hover {
    background: #fff;
    color: #000;
}
.showroom-events {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-bottom: 56px;
}
.showroom-events-divider {
    display: none;
}
@media (max-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"] {
    margin-bottom: 0;
    display: none;
}
.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;
    border: none;
    border-top: var(--color-black-10) 1px solid;
    padding: 0;
}
.showroom-events ul {
    display: flex;
    flex-wrap: nowrap;
    gap: var(--modern-grid-column-gutter);
    box-sizing: border-box;
    margin: 0;
    padding: 0
        calc(
            3vw + var(--modern-grid-column-width) +
                var(--modern-grid-column-gutter)
        );
    padding-bottom: 10px;
    width: 100%;
    overflow: auto;
    scroll-padding-block: 3vw;
    scroll-snap-type: x mandatory;
    scrollbar-color: transparent;
    scrollbar-width: 0;
    list-style-type: 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 {
    box-shadow: 0 0.5px 1px 0 var(--color-black-12);
    border-radius: 24px;
    background: var(--color-biege-darker);
    padding: 30px;
    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
    );
    scroll-snap-align: center;
}
@media (max-width: 768px) {
    .showroom-events ul {
        padding: 0 24px 10px;
    }
    .showroom-events[data-number-of-events="2"] ul {
        justify-content: unset;
    }
    .showroom-events-event {
        padding: 24px;
        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
        );
    }
    .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 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    line-height: 130% !important;
}
.showroom-events-event hr {
    margin: 0;
    border: none;
    border-top: var(--color-black-10) 1px solid;
    padding: 0;
}
.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;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 12px;
    aspect-ratio: 1;
    width: auto;
    min-height: 100%;
    line-height: 80% !important;
}
.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 {
    box-shadow: 0 0.5px 1px 0 var(--color-black-12);
    border-radius: 24px;
    background: var(--color-biege-darker);
    padding: 40px;
}
.showroom-event-body {
    display: flex;
    gap: 40px;
}
@media (max-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 (max-width: 768px) {
    .showroom-event-body > div {
        width: 100%;
    }
}
.showroom-event-body > hr {
    margin: 0;
    border: none;
    border-right: var(--color-black-10) 1px solid;
    padding: 0;
    width: 1px;
}
@media (max-width: 768px) {
    .showroom-event-body > hr {
        border: none;
        border-top: var(--color-black-10) 1px solid;
        width: 100%;
    }
}
nav {
    display: flex;
    position: fixed;
    top: 36px;
    justify-content: space-between;
    align-items: center;
    z-index: 8999;
    box-sizing: border-box;
    padding: 0 var(--modern-grid-column-margin);
    width: 100%;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .backyard .slides .jealousy .h3 {
        grid-column: col-start 2 / span 6;
    }
    nav {
        padding: 0 3.75vw;
    }
}
nav a,
nav button,
nav ul {
    pointer-events: all;
}
body:has(nav:not(.collapsed)) {
    overflow: hidden;
}
nav .logo {
    width: var(--modern-grid-column-width);
    min-width: 64px;
}
nav .logo img {
    width: 102%;
}
@media (max-width: 768px) {
    nav {
        top: 31px;
        height: 100%;
    }
    nav:not(.collapsed) {
        pointer-events: all;
    }
    nav .logo {
        display: flex;
        position: absolute;
        bottom: 36px;
        left: 50%;
        align-items: center;
        transform: translateX(-50%) translateY(-100%);
        z-index: 10;
        border-radius: 12px;
        padding: 0 12px;
        height: 42px;
    }
    nav .logo img {
        width: 67px;
    }
    nav.collapsed .logo {
        opacity: 0;
        pointer-events: none;
    }
}
nav.inverted img {
    filter: invert(100%);
}
nav img:active {
    opacity: 0.75;
}
nav .main-navigation-list {
    display: flex;
    position: absolute;
    left: 0;
    align-items: center;
    box-sizing: border-box;
    padding: 0 3vw;
    width: 100%;
}
nav ul {
    display: flex;
    -webkit-backdrop-filter: blur(18px) saturate(1.5);
    backdrop-filter: blur(18px) saturate(1.5);
    clip-path: inset(12px 12px 12px 12px round 12px);
    transition: opacity 0.4s;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.2);
    padding: 20px 36px 30px;
    list-style-type: none;
}
.configurator nav ul,
nav.transition-configurator ul {
    opacity: 0;
    pointer-events: none;
}
.configurator nav ul a,
nav.transition-configurator ul a {
    pointer-events: none;
}
nav.inverted ul {
    background: rgba(0, 0, 0, 0.2);
}
nav ul a {
    color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    line-height: 100%;
    font-family: regola-book, sans-serif;
    text-decoration: none;
}
nav.inverted ul a {
    color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 768px) {
    nav .main-navigation-list {
        display: block;
        position: static;
        padding: 0;
        width: 100%;
    }
    nav ul {
        position: absolute;
        top: -36px;
        left: 0;
        flex-direction: column;
        transform: none;
        -webkit-backdrop-filter: blur(36px);
        backdrop-filter: blur(36px);
        clip-path: none;
        box-sizing: border-box;
        border-radius: 0;
        padding: 72px 0 15px;
        width: 100%;
        height: 110vh;
        min-height: 110vh;
        min-height: -webkit-fill-available;
        overflow: hidden;
        font-size: 42px;
    }
    nav.collapsed ul {
        top: -18px;
        left: 12px;
        border-radius: 16px;
        padding-top: 0;
        width: 45px;
        height: 42px;
        min-height: unset;
    }
    .configurator nav ul,
    nav.transition-configurator ul {
        opacity: 1;
    }
    .configurator nav ul a,
    nav.transition-configurator ul a {
        pointer-events: all;
    }
    nav ul a {
        color: #000;
        font-size: 42px;
        line-height: 42px;
        font-family: regola-light, sans-serif;
        letter-spacing: -2px;
        position: relative;
        left: -2px;
    }
    nav.inverted ul a {
        color: #fff;
    }
    nav ul a.current {
        font-family: regola-book, sans-serif;
    }
}
nav ul a.current,
nav ul a:hover {
    color: #000;
}
nav.inverted ul a.current,
nav.inverted ul a:hover {
    color: #fff;
}
nav ul li {
    height: 1em;
}
nav ul .backyard-menu-item {
    opacity: 0;
    margin: 0;
    width: 0;
    height: 1em;
    overflow: hidden;
}
.complete nav ul .backyard-menu-item {
    transition: 0.2s;
}
nav ul .backyard-menu-item-mobile {
    display: none;
}
nav ul .pages-menu-item {
    margin-left: 24px;
}
.backyard:not(.showroom) nav ul .pages-menu-item {
    opacity: 0;
    margin: 0;
    width: 0;
    overflow: hidden;
}
.backyard:not(.showroom) nav ul .backyard-menu-item {
    opacity: 1;
    margin-left: 24px;
    width: auto;
    overflow: visible;
}
nav .backyard-configure {
    opacity: 0;
    transition: opacity 0.4s;
    pointer-events: none;
}
.backyard nav .backyard-configure {
    opacity: 1;
    pointer-events: all;
}
.configurator nav .backyard-configure,
.showroom nav .backyard-configure,
nav.transition-configurator .backyard-configure {
    opacity: 0;
    pointer-events: none;
}
@media screen and (min-width: 800px) {
    nav .backyard-configure:hover {
        color: rgba(255, 255, 255, 0.8);
    }
}
@media (max-width: 768px) {
    nav ul li {
        margin: 0 22px !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 13px 0 18px;
    }
    nav.inverted ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }
    nav ul li:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    nav.inverted ul li:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.4);
    }
    nav.collapsed ul li {
        opacity: 0 !important;
        pointer-events: none;
    }
    nav ul .backyard-menu-item {
        display: none;
    }
    .backyard:not(.showroom) nav ul .backyard-menu-item,
    nav ul .backyard-menu-item-mobile {
        display: list-item;
    }
    .backyard:not(.showroom) nav ul .backyard-menu-item {
        margin-left: 0;
    }
    nav .backyard-configure {
        position: absolute;
        top: -18px;
        right: 12px;
        z-index: -1;
        font-size: 12px;
    }
    nav:not(.collapsed) .backyard-configure {
        opacity: 0;
        transition: opacity 0.2s;
    }
    nav .backyard-configure:active,
    nav .backyard-configure:hover {
        filter: none;
        background: var(--color-blue);
        color: #fff;
    }
}
main.out {
    animation: 0.4s ease-in forwards out;
}
main.out-pop {
    animation: 0.4s ease-in forwards out-pop;
}
.configurator main.out-pop {
    animation: 0.4s cubic-bezier(0, 0.635, 0.345, 1) out-pop-fade;
    animation-fill-mode: forwards;
}
main.in {
    animation: 0.8s cubic-bezier(0, 0.635, 0.345, 1) in;
}
.configurator main.in {
    animation: 0.8s cubic-bezier(0, 0.635, 0.345, 1) in-fade;
}
main.in-pop {
    animation: 0.8s cubic-bezier(0, 0.635, 0.345, 1) in-pop;
}
@keyframes out {
    80% {
        opacity: 0;
    }
    to {
        transform: translate3d(-10px, 0, 0);
        opacity: 0;
    }
}
@keyframes out-pop {
    80% {
        opacity: 0;
    }
    to {
        transform: translate3d(10px, 0, 0);
        opacity: 0;
    }
}
@keyframes out-pop-fade {
    80%,
    to {
        opacity: 0;
    }
}
@keyframes in {
    from {
        transform: translate3d(max(1vw, 25px), 0, 0);
        opacity: 0;
    }
    to {
        transform: none;
        opacity: 1;
    }
}
@keyframes in-pop {
    from {
        transform: translate3d(min(-1vw, -25px), 0, 0);
        opacity: 0;
    }
    to {
        transform: none;
        opacity: 1;
    }
}
@keyframes in-fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
nav .toggle {
    display: none;
    position: absolute;
    top: -18px;
    left: 12px;
    appearance: none;
    z-index: 1;
    cursor: pointer;
    border: none;
    background: 0 0;
    width: 45px;
    height: 42px;
}
@media (max-width: 768px) {
    nav .toggle {
        display: block;
    }
}
nav .toggle > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 15px;
    height: 1.5px;
}
.complete nav .toggle > span {
    transition: 0.2s;
}
.complete nav.collapsed .toggle > span {
    transition: 0.2s 0.1s;
}
nav.collapsed .toggle span.top {
    margin-top: -3.5px;
}
nav.collapsed .toggle span.bottom {
    margin-top: 3.5px;
}
nav .toggle span span {
    display: block;
    transform: rotate(45deg) scaleX(1.2);
    border-radius: 1.5px;
    background: #000;
    width: 100%;
    height: 100%;
}
nav.inverted .toggle span span {
    background: #fff;
}
.complete nav .toggle span span {
    transition: transform 0.2s 0.1s;
}
nav .toggle span.bottom span {
    transform: rotate(-45deg) scaleX(1.2);
}
nav.collapsed .toggle span span {
    transform: none;
    transition: transform 0.2s;
}
.multiunit .logo,
.multiunit .main-navigation-list,
.multiunit.logo {
    display: none;
}
.multiunit .multiunit.logo {
    display: block;
    background: 0 0;
}
.backyard-configure.multiunit,
.multiunit .backyard-configure {
    display: none;
}
.multiunit .backyard-configure.multiunit {
    display: block;
}
.hello .ice-faq-link {
    display: none;
}
.lists.svelte-qy5cur {
    margin: 0 -14px;
}
.header.svelte-uhgji5 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
p.svelte-uhgji5 {
    margin: 0;
    padding: 0;
}
.estimated.svelte-vlhq3w.svelte-vlhq3w {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 36px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 32px;
}
.estimated.svelte-vlhq3w h4.svelte-vlhq3w {
    margin: 0;
    padding: 0;
    font-family: regola-book, sans-serif;
}
.estimated.svelte-vlhq3w p.svelte-vlhq3w {
    margin-top: 8px;
    color: rgba(0, 0, 0, 0.4);
    line-height: 133% !important;
}
@media (max-width: 768px) {
    .estimated.svelte-vlhq3w.svelte-vlhq3w {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
.invalid.svelte-19us9yb input.svelte-19us9yb,
.invalid.svelte-19us9yb label.svelte-19us9yb,
.invalid.svelte-19us9yb.svelte-19us9yb {
    opacity: 1;
    color: #bb262c !important;
}
.invalid.svelte-19us9yb .overlay.svelte-19us9yb {
    display: none;
}
.form-row.svelte-19us9yb.svelte-19us9yb {
    display: flex;
    margin-top: 16px;
}
.field.svelte-19us9yb.svelte-19us9yb {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}
label.svelte-19us9yb.svelte-19us9yb {
    opacity: 0.4;
    margin-bottom: 8px;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
}
.input.svelte-19us9yb.svelte-19us9yb {
    position: relative;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.03);
    width: 100%;
}
.merge.svelte-19us9yb .input.svelte-19us9yb:first-of-type {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.merge.svelte-19us9yb .input.svelte-19us9yb:last-of-type {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input.wide.svelte-19us9yb.svelte-19us9yb {
    width: 70%;
}
@media (max-width: 768px) {
    .input.svelte-19us9yb.svelte-19us9yb {
        border-radius: 10px;
    }
    .input.wide.svelte-19us9yb.svelte-19us9yb {
        width: 50%;
    }
}
.field.wide.svelte-19us9yb.svelte-19us9yb {
    margin-right: 16px;
    width: calc(70% - 16px);
}
@media (max-width: 768px) {
    .field.wide.svelte-19us9yb.svelte-19us9yb {
        margin-right: 8px;
        width: calc(50% - 8px);
    }
}
.field.narrow.svelte-19us9yb.svelte-19us9yb,
.input.narrow.svelte-19us9yb.svelte-19us9yb {
    width: 30%;
}
.input.svelte-19us9yb.svelte-19us9yb:focus-within {
    box-shadow: 0 0 0 4px rgba(0, 150, 247, 0.25);
}
.invalid.svelte-19us9yb .input.svelte-19us9yb:focus-within {
    box-shadow: 0 0 0 4px rgba(187, 38, 44, 0.25);
}
.overlay.svelte-19us9yb.svelte-19us9yb {
    position: absolute;
    top: 0;
    left: 0.5px;
    opacity: 0.5;
    padding: 16px 20px 18px;
    pointer-events: none;
    font-size: 15px;
}
.overlay.svelte-19us9yb span.svelte-19us9yb {
    opacity: 0;
}
input.svelte-19us9yb.svelte-19us9yb {
    appearance: none;
    box-sizing: border-box;
    outline: 0;
    border: none;
    background: 0 0;
    padding: 16px 20px 18px;
    width: 100%;
    font-size: 15px;
}
.configurator .result .button-rounded {
    display: none;
}
.result.svelte-1yf3akb {
    display: flex;
    flex-direction: column;
    gap: 42px;
    margin-top: 36px;
    text-align: center;
}
@media (max-width: 768px) {
    .input.narrow.svelte-19us9yb.svelte-19us9yb {
        width: 50%;
    }
    .field.narrow.svelte-19us9yb.svelte-19us9yb {
        margin-left: 8px;
        width: calc(50% - 8px);
    }
    .overlay.svelte-19us9yb.svelte-19us9yb {
        padding: 10px 12px;
        font-size: 16px;
    }
    input.svelte-19us9yb.svelte-19us9yb {
        padding: 10px 12px 11px;
        font-size: 16px;
    }
    .result.svelte-1yf3akb {
        gap: 20px;
        margin-top: 24px;
    }
    .mortgage.svelte-1yf3akb {
        margin-bottom: 24px;
        text-align: center;
    }
}
.mortgage.svelte-1yf3akb {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-align: center;
}
.monthly.svelte-1yf3akb {
    margin-bottom: 5px;
}
.button-rounded.svelte-1yf3akb {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 60px;
    white-space: nowrap;
}
.calculator.svelte-ec5jbq.svelte-ec5jbq {
    display: flex;
    position: relative;
    will-change: transform;
    margin: auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    background: #fff;
    max-width: 540px;
    font-family: regola-book, sans-serif;
}
@media (max-width: 768px) {
    .calculator.svelte-ec5jbq.svelte-ec5jbq {
        display: block;
        margin: 0;
        max-width: 366px;
    }
}
.column.svelte-ec5jbq.svelte-ec5jbq {
    box-sizing: border-box;
    margin: 0;
    border-radius: 24px;
    background: #fff;
    padding: 50px 60px;
    max-width: 720px;
}
.calculator[data-variant="both"].svelte-ec5jbq .info.svelte-ec5jbq {
    border-radius: 24px 0 0 24px;
    background: #fafafa;
}
@media (max-width: 768px) {
    .column.svelte-ec5jbq.svelte-ec5jbq {
        border-radius: 18px;
        padding: 32px;
    }
    .calculator[data-variant="both"].svelte-ec5jbq .info.svelte-ec5jbq {
        border-top-right-radius: 24px;
        border-top-left-radius: 24px;
        border-bottom-left-radius: 0;
    }
}
.calculator[data-variant="both"].svelte-ec5jbq .form.svelte-ec5jbq {
    border-radius: 0 24px 24px 0;
}
@keyframes svelte-ec5jbq-reveal {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: none;
        opacity: 1;
    }
}
@keyframes svelte-ec5jbq-reveal-background {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.modal-control.svelte-1bvdp6l {
    pointer-events: all;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 14px;
    height: 40px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(18px) saturate(1.5);
    backdrop-filter: blur(18px) saturate(1.5);
}
.modal-control.svelte-1bvdp6l:hover {
    background: rgba(0, 0, 0, 0.02);
    box-shadow: 0 0.5px 0.5px 0 rgba(0, 0, 0, 0.12);
}
.common-modal-presented,
html:has(.common-modal-presented) {
    overflow: hidden;
}
.common-modal.svelte-4ou0lq.svelte-4ou0lq {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    animation: 0.6s ease-out svelte-4ou0lq-appear;
    will-change: opacity;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
}
.common-modal-scroll.svelte-4ou0lq.svelte-4ou0lq {
    display: flex;
    box-sizing: border-box;
    padding: 120px;
    width: 100%;
    height: 100%;
    overflow: auto;
}
@media (max-width: 768px) {
    .calculator[data-variant="both"].svelte-ec5jbq .form.svelte-ec5jbq {
        border-top-right-radius: 0;
        border-bottom-left-radius: 24px;
    }
    .modal-control.svelte-1bvdp6l {
        border-radius: 9px;
    }
    .common-modal-scroll.svelte-4ou0lq.svelte-4ou0lq {
        padding: 52px 6px 64px;
    }
}
.content.svelte-4ou0lq.svelte-4ou0lq {
    position: relative;
    animation: 0.8s cubic-bezier(0.16, 1, 0.3, 1) svelte-4ou0lq-appear-content;
    will-change: transform;
    margin: auto;
}
@keyframes svelte-4ou0lq-appear {
    from {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
@keyframes svelte-4ou0lq-appear-content {
    from {
        transform: translate3d(0, 10%, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
.common-modal-controls.svelte-4ou0lq.svelte-4ou0lq {
    display: flex;
    position: sticky;
    top: 0;
    left: 0;
    justify-content: space-between;
    transform: translateY(12px);
    z-index: 10;
    padding: 0 12px;
    height: 0;
    pointer-events: none;
}
.common-modal-variant-inverted.svelte-4ou0lq
    .common-modal-close-button.svelte-4ou0lq {
    filter: invert(100%);
}
.contact-option.svelte-1tg3hoi {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    cursor: pointer;
    margin: 0 -24px;
    box-shadow: 0 0.5px 1px 0 rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.02);
    padding: 18px 24px;
}
.contact-option.svelte-1tg3hoi:hover {
    box-shadow: 0 0.5px 1px 0 rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.01);
}
.contact-option-icon.svelte-1tg3hoi {
    position: relative;
    top: 6px;
    width: 20px;
}
@media (max-width: 768px) {
    .common-modal-controls.svelte-4ou0lq.svelte-4ou0lq {
        transform: translateY(16px);
        padding: 8px;
    }
    .contact-option.svelte-1tg3hoi {
        gap: 14px;
        margin: 0 -16px;
        padding: 14px 16px;
    }
    .contact-option-icon.svelte-1tg3hoi {
        top: 2px;
    }
    .contact-option-icon svg {
        width: 1em;
    }
}
.contact-option-title.svelte-1tg3hoi {
    color: var(--color-blue);
}
.contact-option-subtitle.svelte-1tg3hoi {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 2em;
}
.contact-options.svelte-vmwc1a {
    display: inline-flex;
    flex-direction: column;
    gap: 16px;
}
.hello .contact-faq-link {
    display: none;
}
.common-form-field-label.svelte-1lngd6v {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: left;
}
.common-form-field-input.svelte-1y2nn00.svelte-1y2nn00 {
    position: relative;
}
.common-form-field-input-inverted.svelte-1y2nn00.svelte-1y2nn00 {
    color: #fff;
}
label.svelte-1y2nn00.svelte-1y2nn00 {
    position: absolute;
    top: 17px;
    left: 20px;
    transform-origin: top left;
    transition: transform 0.2s;
    pointer-events: none;
}
.common-form-field-input-inverted.svelte-1y2nn00 label.svelte-1y2nn00 {
    color: rgba(255, 255, 255, 0.6);
}
.common-form-field-input.svelte-1y2nn00:has(:focus) label.svelte-1y2nn00,
.common-form-field-input.svelte-1y2nn00:has(select) label.svelte-1y2nn00,
.svelte-1y2nn00:not(.empty) label.svelte-1y2nn00 {
    transform: scale(0.75) translateX(-3px) translateY(-12px);
}
input.svelte-1y2nn00.svelte-1y2nn00,
select.svelte-1y2nn00.svelte-1y2nn00,
textarea.svelte-1y2nn00.svelte-1y2nn00 {
    display: block;
    appearance: none;
    box-sizing: border-box;
    outline: 0;
    border: none;
    border-radius: 12px;
    background: var(--color-black-2);
    padding: 25px 8px 9px 18px;
    width: 100%;
    scroll-padding-block: 18px;
}
.titleless.svelte-1y2nn00 select.svelte-1y2nn00 {
    padding-top: 17px;
    padding-bottom: 19px;
}
.common-form-field-input-inverted.svelte-1y2nn00 input.svelte-1y2nn00,
.common-form-field-input-inverted.svelte-1y2nn00 select.svelte-1y2nn00,
.common-form-field-input-inverted.svelte-1y2nn00 textarea.svelte-1y2nn00 {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}
input.svelte-1y2nn00.svelte-1y2nn00,
textarea.svelte-1y2nn00.svelte-1y2nn00 {
    border: 0.5px solid rgba(0, 0, 0, 0.1);
}
.common-form-field-input-inverted.svelte-1y2nn00 input.svelte-1y2nn00,
.common-form-field-input-inverted.svelte-1y2nn00 textarea.svelte-1y2nn00 {
    border: 0.5px solid rgba(255, 255, 255, 0.1);
}
.common-form-field-input-inverted.svelte-1y2nn00
    input.svelte-1y2nn00::-webkit-contacts-auto-fill-button {
    background-color: #fff;
}
.common-form-field-input-inverted.svelte-1y2nn00:has(input:-webkit-autofill)
    label.svelte-1y2nn00 {
    color: rgba(0, 0, 0, 0.6);
}
input.svelte-1y2nn00.svelte-1y2nn00:focus,
select.svelte-1y2nn00.svelte-1y2nn00:focus,
textarea.svelte-1y2nn00.svelte-1y2nn00:focus {
    box-shadow: 0 0 0 4px rgba(0, 150, 247, 0.25);
}
.common-form-field-input-inverted.svelte-1y2nn00 input.svelte-1y2nn00:focus,
.common-form-field-input-inverted.svelte-1y2nn00 select.svelte-1y2nn00:focus,
.common-form-field-input-inverted.svelte-1y2nn00 textarea.svelte-1y2nn00:focus {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
}
textarea.svelte-1y2nn00.svelte-1y2nn00 {
    height: 12em;
    resize: none;
}
select.svelte-1y2nn00.svelte-1y2nn00 {
    color: #000;
}
.common-form-field-input-dropdown-arrow.svelte-1y2nn00.svelte-1y2nn00 {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    pointer-events: none;
}
.contact-page-header.svelte-10ri8ao.svelte-10ri8ao {
    text-align: center;
}
.contact-page-header.svelte-10ri8ao p.svelte-10ri8ao {
    margin: 0 auto;
    width: 80%;
}
.contact-footer.svelte-piuq3u {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
button.svelte-piuq3u {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 12px !important;
    width: 100%;
    height: 57px;
}
button.svelte-piuq3u:disabled {
    pointer-events: none;
}
.common-form-field-checkbox.svelte-1mg4kyi.svelte-1mg4kyi {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}
.common-form-field-checkbox-box.svelte-1mg4kyi.svelte-1mg4kyi {
    position: relative;
    line-height: 0;
}
input.svelte-1mg4kyi.svelte-1mg4kyi {
    appearance: none;
    cursor: pointer;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    background: var(--color-black-2);
    padding: 0;
    width: 28px;
    height: 28px;
}
img.svelte-1mg4kyi.svelte-1mg4kyi {
    display: none;
    position: absolute;
    top: 7px;
    left: 7px;
    pointer-events: none;
}
input.svelte-1mg4kyi:checked + img.svelte-1mg4kyi {
    display: block;
}
.suggestions.svelte-14xb2dq.svelte-14xb2dq {
    position: relative;
    margin: 0 auto;
    width: 70%;
    min-width: 300px;
    height: 0;
    color: #000;
    font-size: 15px;
}
.contact.suggestions.svelte-14xb2dq.svelte-14xb2dq {
    width: 100% !important;
}
@media (max-width: 768px) {
    .contact-page-header.svelte-10ri8ao p.svelte-10ri8ao {
        width: 100%;
    }
    .common-form-field-checkbox.svelte-1mg4kyi.svelte-1mg4kyi {
        gap: 12px;
    }
    input.svelte-1mg4kyi.svelte-1mg4kyi {
        width: 24px;
        height: 24px;
    }
    .suggestions.svelte-14xb2dq.svelte-14xb2dq {
        width: 100% !important;
        min-width: unset;
    }
}
ul.svelte-14xb2dq.svelte-14xb2dq {
    display: none;
    position: absolute;
    top: 11px;
    z-index: 10000;
    box-sizing: border-box;
    margin: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    background: #fff;
    padding: 8px;
    width: 100%;
    list-style-type: none;
}
ul.visible.svelte-14xb2dq.svelte-14xb2dq {
    display: unset;
}
ul.svelte-14xb2dq li.svelte-14xb2dq {
    cursor: pointer;
    border-radius: 6px;
    padding: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.svelte-14xb2dq li.selected.svelte-14xb2dq {
    background: var(--color-blue);
    color: #fff;
}
.loader-container.svelte-14xb2dq.svelte-14xb2dq {
    display: flex;
    justify-content: center;
}
.success.svelte-fcs389 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
p.svelte-fcs389 {
    width: 80%;
    text-align: center;
}
.contact-schedule-feature-group.svelte-1v85y29 {
    display: flex;
    gap: 16px;
    border-top: var(--color-black-10) 1px solid;
    border-bottom: var(--color-black-10) 1px solid;
    padding-top: 20px;
    padding-bottom: 20px;
}
.contact-schedule-feature.svelte-1v85y29 {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 50%;
    white-space: nowrap;
}
.contact-schedule-feature.svelte-1v85y29:last-child {
    flex-grow: unset;
    max-width: unset;
}
.confirmation-icon.svelte-yeicsc {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.loading.svelte-fhh5qy {
    opacity: 0.5;
    pointer-events: none;
}
.success.svelte-hqhusk {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
hr.svelte-hqhusk {
    appearance: none;
    border: none;
    border-top: var(--color-black-10) 1px solid;
    width: 100%;
}
p.svelte-hqhusk {
    width: 80%;
    text-align: center;
}
.hello-success-footer.svelte-hqhusk {
    width: 100%;
}
hr.svelte-okgz97 {
    margin: 0;
    border: none;
    border-top: var(--color-black-10) 1px solid;
}
.slots-loading-message.svelte-okgz97 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.contact-schedule-picker-loading.svelte-okgz97 {
    pointer-events: none;
}
.confirmation-icon.svelte-16mve5h {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.common-form-button-select.svelte-5ycfc8.svelte-5ycfc8 {
    display: flex;
    gap: 12px;
}
.common-form-button-select.svelte-5ycfc8 button.svelte-5ycfc8 {
    display: flex;
    flex-grow: 1;
    flex-basis: 0;
    justify-content: center;
    align-items: center;
    gap: 6px;
    appearance: none;
    margin: 0;
    border: none;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.06);
    padding: 18px 0;
    color: #000;
}
.common-form-button-select button svg {
    position: relative;
    top: -0.05em;
    width: auto;
    height: 0.8em;
}
.common-form-button-select.svelte-5ycfc8 button.selected.svelte-5ycfc8 {
    background-color: #000;
    color: #fff;
}
.common-form-button-select-inverted.svelte-5ycfc8 button.svelte-5ycfc8:hover {
    background-color: rgba(255, 255, 255, 0.4);
}
.common-form-button-select-inverted.svelte-5ycfc8 button.svelte-5ycfc8 {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.common-form-button-select-inverted.svelte-5ycfc8
    button.selected.svelte-5ycfc8 {
    background-color: #fff;
    color: #000;
}
.contact-content.svelte-w905nl {
    box-sizing: border-box;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    background: #fff;
    padding: 60px;
    width: 540px;
}
@media (max-width: 768px) {
    img.svelte-16mve5h,
    img.svelte-hqhusk {
        width: 36px;
        height: 36px;
    }
    .common-form-button-select.svelte-5ycfc8.svelte-5ycfc8 {
        gap: 9px;
    }
    .common-form-button-select.svelte-5ycfc8 button.svelte-5ycfc8 {
        padding: 11px 0;
    }
    .contact-content.svelte-w905nl {
        border-radius: 18px;
        padding: 42px 32px 48px;
        width: 100%;
    }
}
.calendar-links-list.svelte-nn755x.svelte-nn755x {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    line-height: 150%;
}
.calendar-links-list.svelte-nn755x .divider.svelte-nn755x {
    background: rgba(0, 0, 0, 0.18);
    width: 1px;
}
.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;
    border-bottom: 0;
    padding-bottom: 0;
    width: 100%;
}
.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 (max-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;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 24px;
    }
    .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-r9cktl.svelte-r9cktl {
        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-r9cktl.svelte-r9cktl {
    margin: 0 auto;
    width: 100%;
    user-select: none;
    -webkit-user-select: none;
}
.contact-calendar-header.svelte-r9cktl.svelte-r9cktl {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 0 8px;
}
.contact-calendar-header.svelte-r9cktl button.svelte-r9cktl {
    appearance: none;
    cursor: pointer;
    border: none;
    background: 0 0;
    padding: 0;
}
.contact-calendar-header.svelte-r9cktl button.svelte-r9cktl:disabled {
    opacity: 0.2;
    filter: saturate(0);
}
.contact-calendar-header-button-next.svelte-r9cktl.svelte-r9cktl {
    transform: scaleX(-1);
}
.contact-calendar-date.svelte-r9cktl.svelte-r9cktl {
    flex-grow: 1;
    font-size: 24px;
}
.content-calendar-days-legend.svelte-r9cktl.svelte-r9cktl {
    display: flex;
    gap: 10px;
}
.content-calendar-days-legend.svelte-r9cktl div.svelte-r9cktl {
    width: calc((100% - 10px * 6) / 7);
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .contact-calendar-header.svelte-r9cktl.svelte-r9cktl {
        padding: 0 8px;
    }
    .contact-calendar-date.svelte-r9cktl.svelte-r9cktl {
        font-size: 18px;
    }
    .content-calendar-days-legend.svelte-r9cktl.svelte-r9cktl {
        gap: 6px;
    }
    .content-calendar-days-legend.svelte-r9cktl div.svelte-r9cktl {
        width: calc((100% - 6px * 6) / 7);
        font-size: 10px !important;
        text-align: center;
    }
}
.content-calendar-grid.svelte-r9cktl.svelte-r9cktl {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.content-calendar-grid.svelte-r9cktl div.svelte-r9cktl {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.9vw;
    background: 0 0;
    aspect-ratio: 1;
    width: calc((100% - 10px * 6) / 7);
    height: auto;
    pointer-events: none;
    font-size: 18px;
    font-feature-settings: "tnum", "lnum";
}
@media (max-width: 768px) {
    .content-calendar-grid.svelte-r9cktl.svelte-r9cktl {
        gap: 6px;
    }
    .content-calendar-grid.svelte-r9cktl div.svelte-r9cktl {
        border-radius: 10px;
        width: calc((100% - 6px * 6) / 7);
        font-size: 15px;
    }
}
.content-calendar-grid div.svelte-r9cktl span.svelte-r9cktl {
    visibility: hidden;
}
.content-calendar-grid.svelte-r9cktl
    .content-calendar-grid-day-available.svelte-r9cktl {
    cursor: pointer;
    box-shadow: 0 0.5px 1px 0 rgba(0, 0, 0, 0.12);
    background: rgba(0, 0, 0, 0.03);
    pointer-events: all;
    color: var(--color-blue);
    font-family: regola-medium, sans-serif;
}
.content-calendar-grid.svelte-r9cktl
    .content-calendar-grid-day-available.svelte-r9cktl:hover {
    background: var(--color-blue-20);
}
.content-calendar-grid.svelte-r9cktl
    .content-calendar-grid-day-selected.svelte-r9cktl {
    background: var(--color-blue);
    color: #fff;
}
.content-calendar-grid.svelte-r9cktl
    .content-calendar-grid-day-selected.svelte-r9cktl:hover {
    background: var(--color-blue-black-6);
}
.loader.light.svelte-f9d7e9 div.svelte-f9d7e9 {
    background: #fff;
}
ul.svelte-1op3yvu.svelte-1op3yvu.svelte-1op3yvu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
li.svelte-1op3yvu.svelte-1op3yvu.svelte-1op3yvu {
    display: flex;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    box-shadow: 0 0.5px 1px 0 rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.02);
    padding: 16px 0;
    font-family: regola-medium, sans-serif;
    user-select: none;
    -webkit-user-select: none;
    text-align: center;
}
.date.svelte-1op3yvu.svelte-1op3yvu.svelte-1op3yvu {
    text-align: center;
}
.confirmable.svelte-1op3yvu li.svelte-1op3yvu > .svelte-1op3yvu {
    box-sizing: border-box;
    width: 50%;
}
li.svelte-1op3yvu.svelte-1op3yvu.svelte-1op3yvu:hover {
    background: rgba(0, 0, 0, 0.01);
}
.default.svelte-1op3yvu .selected.svelte-1op3yvu.svelte-1op3yvu {
    background: var(--color-blue);
    color: #fff;
}
.default.svelte-1op3yvu .selected.svelte-1op3yvu.svelte-1op3yvu:hover {
    background: var(--color-blue-black-2);
}
.confirmable.svelte-1op3yvu .selected.svelte-1op3yvu.svelte-1op3yvu {
    box-shadow: none;
    background: 0 0;
    padding: 0;
}
.confirmable.svelte-1op3yvu .selected div.svelte-1op3yvu.svelte-1op3yvu {
    outline: rgba(0, 0, 0, 0.2) solid 1px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    background: #fff;
    padding: 16px;
}
button.svelte-1op3yvu.svelte-1op3yvu.svelte-1op3yvu {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: var(--color-blue);
    color: #fff;
    text-align: center;
}
div.svelte-1qe6l86 {
    height: 100%;
}
.showroom-book-schedule-header.svelte-1gmzu9p.svelte-1gmzu9p {
    width: 100%;
}
.showroom-book-schedule-picker.svelte-1gmzu9p.svelte-1gmzu9p {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.showroom-book-schedule-picker.svelte-1gmzu9p > div.svelte-1gmzu9p {
    flex-grow: 1;
    width: 50%;
}
hr.svelte-1gmzu9p.svelte-1gmzu9p {
    margin: 0;
    border: none;
    border-left: 1px solid rgba(0, 0, 0, 0.06);
    padding: 0;
}
@media screen and (max-width: 768px) {
    .showroom-book-schedule-picker.svelte-1gmzu9p.svelte-1gmzu9p {
        flex-direction: column;
    }
    .showroom-book-schedule-picker.svelte-1gmzu9p > div.svelte-1gmzu9p {
        flex-grow: 1;
        width: 100%;
    }
    hr.svelte-1gmzu9p.svelte-1gmzu9p {
        border-top: 1px solid rgba(0, 0, 0, 0.06);
    }
}
.showroom-book-schedule-loading.svelte-1gmzu9p.svelte-1gmzu9p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-align: center;
}
.showroom-book-schedule-calendar.svelte-1gmzu9p.svelte-1gmzu9p {
    position: relative;
    top: 4px;
}
.showroom-book-schedule-modify.svelte-1gmzu9p.svelte-1gmzu9p {
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.showroom-book-schedule-modify.svelte-1gmzu9p button.svelte-1gmzu9p {
    display: flex;
    flex-direction: column;
    gap: 6px;
    box-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    background: var(--color-biege-darker);
    padding: 12px 18px 14px;
}
.showroom-book-schedule-modify.svelte-1gmzu9p button span.svelte-1gmzu9p {
    color: var(--color-blue);
}
.mobile.svelte-1gmzu9p.svelte-1gmzu9p {
    display: none;
}
@media screen and (max-width: 768px) {
    .showroom-book-schedule-modify.svelte-1gmzu9p button.svelte-1gmzu9p {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        width: 70%;
        line-height: 20px !important;
        text-align: center;
    }
    .mobile.svelte-1gmzu9p.svelte-1gmzu9p {
        display: block;
    }
}
html {
    opacity: 1;
    height: fill-available;
    height: -webkit-fill-available;
    overflow-x: auto;
}
.nobr {
    white-space: nowrap;
}
p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}
input {
    -webkit-font-smoothing: antialiased;
    font-family: regola-book, sans-serif;
}
img {
    font-family: regola-book, sans-serif;
}
a {
    color: var(--color-blue);
    text-decoration: none;
}
a:hover {
    color: var(--color-blue-white-20);
}
a[onclick] {
    cursor: pointer;
}
button:focus {
    outline-color: #000;
}
.error404 {
    background: #feec75;
    height: 100%;
}
.error404 a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffec74;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.error404 svg {
    height: 20vmin;
}
.error404 img {
    position: absolute;
    bottom: 30px;
    width: 30px;
}
.no-javascript img[data-src] {
    display: none;
}
