@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&family=MuseoModerno:wght@400;700&display=swap');

:root {
    --zoom: 1;
}

html {
    overflow-x: clip;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 140px;
}

body {
    font-family: "Google Sans Flex", sans-serif;
    overflow-x: clip;
    -webkit-font-smoothing: antialiased;
    color: #232320;
    background: #fff;
}

* {
    box-sizing: border-box;
    outline: none;
}

label.error {
    display: none !important;
}

.error {
    border-color: red !important;
}

.valid {
    border-color: green !important;
}

button,
a {
    cursor: pointer;
    transition: .3s;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

p {
    margin-top: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    width: 100%;
    max-width: 1500px;
    padding: 0 24px;
    margin: 0 auto;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 32px;
    border: 0;
    border-radius: 60px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    line-height: 1;
    white-space: nowrap;
}

.btn.primary {
    background: #295a22;
    color: #fff;
}

.btn.secondary {
    background: #ededea;
    color: #232320;
    border-radius: 36px;
}

.btn.ghost {
    background: transparent;
    color: #5c5c56;
    border: 2px solid #ededea;
    height: auto;
    padding: 14px 22px;
    font-size: 14px;
    letter-spacing: 0.28px;
}

.btn:hover {
    opacity: 0.8;
}

.btn.primary:hover {
    background-color: #193715;
    color: #fff;
    opacity: 1;
}

.section_tag {
    color: #5c5c56;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.85px;
    line-height: 1.4;
    text-transform: uppercase;
}

.section_title {
    margin: 0;
    color: #232320;
    font-size: 37px;
    font-weight: 600;
    letter-spacing: -0.37px;
    line-height: 1.4;
}

.plots_desc,
.pricing_desc,
.process_desc,
.phase_desc,
.about_desc {
    margin: 0;
    color: #5c5c56;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.26px;
    line-height: 1.4;
}

.compass_note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #5c5c56;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.45px;
}

.compass_icon {
    width: 48px;
    height: 48px;
}

body>header {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 40px;
    width: 100%;
    transition: top .3s ease, transform .3s ease;
}

body.header_fixed>header {
    top: 16px;
}

body.header_hidden>header {
    transform: translateY(-150%);
}

.header_pill {
    display: flex;
    align-items: center;
    padding: 12px 12px 12px 40px;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 77px;
    box-shadow: 0 4px 23px rgba(0, 0, 0, 0.08);
    justify-content: space-between;
    gap: 48px;
    max-width: calc(100% - 90px);
    width: 100%;
    margin: 0 auto;
    transition: .3s;
}

.logo {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.logo img {
    display: block;
    width: 140px;
    height: auto;
}

.top_nav {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1;
}

.top_nav a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    transition: opacity .3s;
}

.top_nav a:hover {
    opacity: .7;
}

.header_pill .btn.primary {
    flex-shrink: 0;
}

.section {
    position: relative;
}

.intro_section .container {
    padding: 0;
    max-width: 100%;
}

.intro_slider {
    position: relative;
    width: 100%;
    border-radius: 32px;
    overflow: hidden;
    height: calc((100vh - 48px) / var(--zoom));
}

.intro_slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.intro_slide_img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.intro_slide_overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.75) 100%),
        rgba(0, 0, 0, 0.2);
}

.intro_slide_content {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 64px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.intro_slide_inner {
    width: 100%;
    max-width: 1500px;
    padding: 0 24px;
    margin: 0 auto;
    box-sizing: border-box;
}

.intro_slide_text {
    max-width: 720px;
}

.intro_slide_title {
    margin: 0 0 16px;
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.56px;
    text-transform: uppercase;
}

.intro_slide_subtitle {
    margin: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.255px;
    max-width: 674px;
}

.intro_slider_actions {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
    pointer-events: none;
}

.intro_slide_btn {
    position: absolute;
    z-index: 5;
    right: 24px;
    bottom: 92px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 24px;
    background: #fff;
    color: #232320;
    border-radius: 60px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    line-height: 1;
    white-space: nowrap;
    pointer-events: auto;
}

.intro_slide_btn:hover {
    opacity: 0.8;
}

.intro_pagination {
    position: absolute;
    z-index: 5;
    right: 24px;
    bottom: 49px !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px !important;
    line-height: 0;
    left: auto !important;
    pointer-events: auto;
}

.intro_pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0;
    background: #9a9a94;
    opacity: 1;
    transition: background .3s;
}

.intro_pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.intro_section {
    padding: 24px;
    overflow: hidden;
}

.intro_pagination span {
    margin: 0 !important;
}

.intro_slide::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(235.3deg, rgba(0, 0, 0, 0) -8.5%, rgba(0, 0, 0, 0.4) 88.84%), linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03));
    z-index: 1;
    opacity: .15;
}

.solution_section {
    padding: 80px 0 120px;
    background: #fff;
}

.solution_intro {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 64px;
}

.solution_intro_grid {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.solution_title {
    flex: 0 0 560px;
}

.solution_desc {
    flex: 1;
    margin: 0;
    color: #5c5c56;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.45px;
}

.solution_visual {
    position: relative;
    width: 100%;
    margin-bottom: 72px;
    display: flex;
    flex-direction: column;
}

.solution_img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUwMCIgaGVpZ2h0PSI3NTciIHZpZXdCb3g9IjAgMCAxNTAwIDc1NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfbl8yMDA1XzkwNCkiPgo8cGF0aCBkPSJNMTQ0NS4xMiAwQzE0NzUuNDMgOC40Mzk3NWUtMDUgMTUwMCAyNC41Njk4IDE1MDAgNTQuODc3OVY3MDEuOTgxQzE1MDAgNzMyLjI5IDE0NzUuNDMgNzU2Ljg1OSAxNDQ1LjEyIDc1Ni44NTlIMTE4OS4wMkMxMTY4LjgyIDc1Ni44NTkgMTE1Mi40NCA3NDAuNDggMTE1Mi40NCA3MjAuMjc0VjYwMy42NTlDMTE1Mi40NCA1ODMuNDUzIDExMzYuMDYgNTY3LjA3MyAxMTE1Ljg1IDU2Ny4wNzNIMzYuNTg1NEMxNi4zNzk4IDU2Ny4wNzMgMCA1NTAuNjkzIDAgNTMwLjQ4OFY1NC44Nzc5QzAuMDAwMTM5NjE4IDI0LjU2OTggMjQuNTY5OCA2LjMyNThlLTA1IDU0Ljg3NzkgMEgxNDQ1LjEyWiIgZmlsbD0iI0Q5RDlEOSIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX25fMjAwNV85MDQiIHg9IjAiIHk9IjAiIHdpZHRoPSIxNTAwIiBoZWlnaHQ9Ijc1Ni44NTkiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlVHVyYnVsZW5jZSB0eXBlPSJmcmFjdGFsTm9pc2UiIGJhc2VGcmVxdWVuY3k9IjQuMzczMzMzNDU0MTMyMDgwMSA0LjM3MzMzMzQ1NDEzMjA4MDEiIHN0aXRjaFRpbGVzPSJzdGl0Y2giIG51bU9jdGF2ZXM9IjMiIHJlc3VsdD0ibm9pc2UiIHNlZWQ9IjE2OTQiIC8+CjxmZUNvbG9yTWF0cml4IGluPSJub2lzZSIgdHlwZT0ibHVtaW5hbmNlVG9BbHBoYSIgcmVzdWx0PSJhbHBoYU5vaXNlIiAvPgo8ZmVDb21wb25lbnRUcmFuc2ZlciBpbj0iYWxwaGFOb2lzZSIgcmVzdWx0PSJjb2xvcmVkTm9pc2UxIj4KPGZlRnVuY0EgdHlwZT0iZGlzY3JldGUiIHRhYmxlVmFsdWVzPSIxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwICIvPgo8L2ZlQ29tcG9uZW50VHJhbnNmZXI+CjxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0ic2hhcGUiIGluPSJjb2xvcmVkTm9pc2UxIiByZXN1bHQ9Im5vaXNlMUNsaXBwZWQiIC8+CjxmZUZsb29kIGZsb29kLWNvbG9yPSJyZ2JhKDAsIDAsIDAsIDAuMDIpIiByZXN1bHQ9ImNvbG9yMUZsb29kIiAvPgo8ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbjI9Im5vaXNlMUNsaXBwZWQiIGluPSJjb2xvcjFGbG9vZCIgcmVzdWx0PSJjb2xvcjEiIC8+CjxmZU1lcmdlIHJlc3VsdD0iZWZmZWN0MV9ub2lzZV8yMDA1XzkwNCI+CjxmZU1lcmdlTm9kZSBpbj0ic2hhcGUiIC8+CjxmZU1lcmdlTm9kZSBpbj0iY29sb3IxIiAvPgo8L2ZlTWVyZ2U+CjwvZmlsdGVyPgo8L2RlZnM+Cjwvc3ZnPgo=");
    -webkit-mask-size: 100% 100%;
    /* -webkit-mask-repeat: no-repeat; */
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUwMCIgaGVpZ2h0PSI3NTciIHZpZXdCb3g9IjAgMCAxNTAwIDc1NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfbl8yMDA1XzkwNCkiPgo8cGF0aCBkPSJNMTQ0NS4xMiAwQzE0NzUuNDMgOC40Mzk3NWUtMDUgMTUwMCAyNC41Njk4IDE1MDAgNTQuODc3OVY3MDEuOTgxQzE1MDAgNzMyLjI5IDE0NzUuNDMgNzU2Ljg1OSAxNDQ1LjEyIDc1Ni44NTlIMTE4OS4wMkMxMTY4LjgyIDc1Ni44NTkgMTE1Mi40NCA3NDAuNDggMTE1Mi40NCA3MjAuMjc0VjYwMy42NTlDMTE1Mi40NCA1ODMuNDUzIDExMzYuMDYgNTY3LjA3MyAxMTE1Ljg1IDU2Ny4wNzNIMzYuNTg1NEMxNi4zNzk4IDU2Ny4wNzMgMCA1NTAuNjkzIDAgNTMwLjQ4OFY1NC44Nzc5QzAuMDAwMTM5NjE4IDI0LjU2OTggMjQuNTY5OCA2LjMyNThlLTA1IDU0Ljg3NzkgMEgxNDQ1LjEyWiIgZmlsbD0iI0Q5RDlEOSIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX25fMjAwNV85MDQiIHg9IjAiIHk9IjAiIHdpZHRoPSIxNTAwIiBoZWlnaHQ9Ijc1Ni44NTkiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlVHVyYnVsZW5jZSB0eXBlPSJmcmFjdGFsTm9pc2UiIGJhc2VGcmVxdWVuY3k9IjQuMzczMzMzNDU0MTMyMDgwMSA0LjM3MzMzMzQ1NDEzMjA4MDEiIHN0aXRjaFRpbGVzPSJzdGl0Y2giIG51bU9jdGF2ZXM9IjMiIHJlc3VsdD0ibm9pc2UiIHNlZWQ9IjE2OTQiIC8+CjxmZUNvbG9yTWF0cml4IGluPSJub2lzZSIgdHlwZT0ibHVtaW5hbmNlVG9BbHBoYSIgcmVzdWx0PSJhbHBoYU5vaXNlIiAvPgo8ZmVDb21wb25lbnRUcmFuc2ZlciBpbj0iYWxwaGFOb2lzZSIgcmVzdWx0PSJjb2xvcmVkTm9pc2UxIj4KPGZlRnVuY0EgdHlwZT0iZGlzY3JldGUiIHRhYmxlVmFsdWVzPSIxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwICIvPgo8L2ZlQ29tcG9uZW50VHJhbnNmZXI+CjxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0ic2hhcGUiIGluPSJjb2xvcmVkTm9pc2UxIiByZXN1bHQ9Im5vaXNlMUNsaXBwZWQiIC8+CjxmZUZsb29kIGZsb29kLWNvbG9yPSJyZ2JhKDAsIDAsIDAsIDAuMDIpIiByZXN1bHQ9ImNvbG9yMUZsb29kIiAvPgo8ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbjI9Im5vaXNlMUNsaXBwZWQiIGluPSJjb2xvcjFGbG9vZCIgcmVzdWx0PSJjb2xvcjEiIC8+CjxmZU1lcmdlIHJlc3VsdD0iZWZmZWN0MV9ub2lzZV8yMDA1XzkwNCI+CjxmZU1lcmdlTm9kZSBpbj0ic2hhcGUiIC8+CjxmZU1lcmdlTm9kZSBpbj0iY29sb3IxIiAvPgo8L2ZlTWVyZ2U+CjwvZmlsdGVyPgo8L2RlZnM+Cjwvc3ZnPgo=");
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    pointer-events: none;
}

.solution_stats {
    position: absolute;
    left: 0;
    bottom: 10px;
    display: flex;
    gap: 32px;
    width: 100%;
    max-width: 1080px;
}

.solution_stat {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    padding: 20px 24px;
    background: #F5F5F5;
    border-radius: 24px;
    gap: 8px;
}

.solution_stat_value {
    margin: 0;
    color: #232320;
    font-size: 45px;
    font-weight: 500;
    line-height: 1.2;
}

.solution_stat_label {
    margin: 0;
    color: #5c5c56;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.13px;
    line-height: 1.385;
}

.solution_stat_label strong {
    color: #232320;
    font-weight: 500;
}

.solution_cta {
    display: flex;
    justify-content: center;
}

.location_section {
    background: #f5f5f5;
    padding: 96px 0;
}

.location_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin: 0 0 64px;
    text-align: center;
}

.location_title {
    max-width: 804px;
}

.location_grid {
    display: flex;
    gap: 32px;
}

.location_grid_card {
    flex: 1;
    overflow: hidden;
    background: #fff;
    border-radius: 21px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.03);
}

.location_grid_card_img {
    width: 100%;
    aspect-ratio: 416 / 239;
    background: #ebebeb;
    overflow: hidden;
}

.location_grid_card_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location_grid_card_body {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 30px;
}

.location_grid_card_body h3 {
    margin: 0;
    color: #232320;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.32px;
    line-height: 1.3;
}

.location_grid_card_body p {
    margin: 0;
    color: #5c5c56;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.45px;
    line-height: 1.5;
}

.location_slider {
    position: relative;
    margin-top: 64px;
    border-radius: 48px;
    overflow: hidden;
}

.location_slide {
    display: flex;
    gap: 32px;
    padding: 32px;
    background: #fff;
    border-radius: 48px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
}

.location_slide_img {
    flex: 0 0 808px;
    aspect-ratio: 808 / 535;
    border-radius: 16px;
    overflow: hidden;
    background: #ebebeb;
}

.location_slide_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location_slide_text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 24px 0;
}

.location_slide_text h3 {
    margin: 0;
    color: #232320;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.22px;
    line-height: 1.4;
}

.location_slide_text p {
    margin: 0;
    color: #70706a;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.45px;
    line-height: 1.5;
}

.location_pagination {
    position: relative;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px !important;
    line-height: 0;
    margin-top: 20px;
}

.location_pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background: #c5c5c0;
    opacity: 1;
    border-radius: 50%;
    transition: background .3s;
}

.location_pagination .swiper-pagination-bullet-active {
    background: #295a22;
}

.map_section,
.plots_section {
    background: #fff;
}

.map_section {
    padding: 90px 0;
}

.map_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-bottom: 32px;
}

.map_layout {
    display: flex;
    gap: 32px;
    align-items: stretch;
}

.map_sidebar {
    position: relative;
    flex: 0 0 416px;
    height: calc((100vh - 48px) / var(--zoom));
    overflow: hidden;
}

.map_list {
    list-style: none;
    margin: 0;
    padding: 0 0 64px;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    scrollbar-width: thin;
}

.map_list::-webkit-scrollbar {
    width: 4px;
}

.map_list::-webkit-scrollbar-thumb {
    background: #ededea;
    border-radius: 4px;
}

.map_pill {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 21px 18px;
    background: #F9F9F9;
    border: 0;
    border-radius: 14px;
    cursor: pointer;
    font-family: inherit;
    text-align: left;
    transition: background .2s ease, color .2s ease;
    width: 100%;
}

.map_pill_name {
    color: #232320;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
}

.map_pill_dist {
    flex-shrink: 0;
    color: #707067;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.26px;
    text-align: right;
}

.map_pill:hover {
    background: #f0f0ee;
}

.map_pill.is-active {
    background: #44883a;
}

.map_pill.is-active .map_pill_name,
.map_pill.is-active .map_pill_dist {
    color: #fff;
}

.map_sidebar_fade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    pointer-events: none;
}

.map_card {
    position: relative;
    flex: 1;
    height: calc((100vh - 48px) / var(--zoom));
    border-radius: 39px;
    overflow: hidden;
}

.map_canvas {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.map_overlay_top {
    position: absolute;
    top: 32px;
    left: 32px;
    right: 32px;
    z-index: 500;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    pointer-events: none;
    flex-direction: column;
    height: calc(100% - 64px);
    align-items: flex-end;
}

.map_overlay_tag {
    font-size: 14px;
    color: #232320;
    text-transform: uppercase;
    font-weight: 600;
}

.map_zoom {
    display: flex;
    gap: 8px;
    pointer-events: auto;
}

.map_zoom_btn {
    position: relative;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

.map_zoom_btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 2.5px;
    background: #5c5c56;
    border-radius: 2px;
    transform: translate(-50%, -50%);
}

.map_zoom_btn[data-zoom="in"] span:last-child {
    transform: translate(-50%, -50%) rotate(90deg);
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-container .leaflet-bottom {
    display: none !important;
}

.leaflet-container .leaflet-control-zoom {
    display: none;
}

.map_cta {
    display: flex;
    justify-content: flex-end;
    margin-top: 32px;
}

.plots_section {
    padding: 46px 0 80px;
}

.plots_head {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 56px;
}

.plots_head_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 32px;
}

.plots_intro {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 626px;
}


.plots_map_wrap {
    position: relative;
    margin-bottom: 32px;
}

.plots_map_hint {
    display: none;
}

.plots_map {
    position: relative;
    width: 100%;
    aspect-ratio: 1312 / 640;
    border-radius: 56px;
    overflow: hidden;
    background: #ddd;
}

.plots_map svg {
    display: block;
    width: 100%;
    height: 100%;
    font-family: inherit;
}

.plots_map svg text {
    font-family: inherit;
}

.plots_map [id$="_Shape"] {
    transition: fill .25s ease, opacity .2s ease;
}

.plots_map .is-available {
    cursor: pointer;
}

@keyframes plots-pulse {
    0%, 100% { filter: drop-shadow(0 0 0 rgba(86, 157, 73, 0))   brightness(1); }
    50%      { filter: drop-shadow(0 0 14px rgba(86, 157, 73, 1)) brightness(1.18); }
}

@media (prefers-reduced-motion: reduce) {
    .plots_map .is-available { animation: none !important; }
}

.plots_card {
    position: absolute;
    top: 32px;
    left: 32px;
    width: 286px;
    padding: 24px;
    background: #fff;
    border-radius: 32px;
    box-shadow: 0 4px 20px rgba(44, 56, 41, 0.10);
    display: flex;
    flex-direction: column;
    gap: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 10;
    transition: opacity .25s ease, visibility .25s ease, top .35s ease, left .35s ease;
}

.plots_card.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.plots_availability {
    align-self: flex-start;
    display: inline-flex;
    padding: 8px 20px;
    border-radius: 40px;
    font-family: 'Readex Pro', inherit;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
}

.plots_availability[data-status="available"] { background: #539746; color: #ffffff; }
.plots_availability[data-status="reserved"]  { background: #dce5d7; color: #596e54; }
.plots_availability[data-status="sold"]      { background: #e63946; color: #ffbebe; }

.plots_details {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.plots_details li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.plots_details span {
    color: #232320;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.39px;
    line-height: 1.4;
    opacity: 0.62;
}

.plots_details strong {
    color: #5c5c56;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.7px;
    line-height: 1.3;
}

.plots_details li:nth-child(n+4) strong {
    font-weight: 600;
    letter-spacing: 0.14px;
}

.plots_card_btn {
    width: 100%;
    border-radius: 48px;
}

.plots_actions {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
}

.pricing_section {
    background: #f5f5f5;
    padding: 120px 0 96px;
}

.pricing_head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 32px;
    margin-bottom: 48px;
}

.pricing_intro {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 752px;
}


.pricing_toggle {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 0 16px;
    color: #5c5c56;
    font-size: 15px;
    line-height: 1.2;
    cursor: pointer;
    user-select: none;
}

.pricing_toggle input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.pricing_switch,
.contact_check_switch {
    position: relative;
    flex-shrink: 0;
    width: 32px;
    height: 18px;
    background: #5c5c56;
    border-radius: 32px;
    transition: background .2s ease;
}

.pricing_switch::after,
.contact_check_switch::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    transition: transform .2s ease;
}

.pricing_toggle input:checked + .pricing_switch,
.contact_check input:checked + .contact_check_switch {
    background: #295a22;
}

.pricing_toggle input:checked + .pricing_switch::after,
.contact_check input:checked + .contact_check_switch::after {
    transform: translateX(14px);
}

.pricing_table {
    background: #ededea;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 32px;
}

.pricing_row {
    display: flex;
    gap: 1px;
    align-items: center;
    background: #f7f7f7;
    padding: 8px 16px;
    border-bottom: 1px solid #ededea;
}

.pricing_row:last-child {
    border-bottom: 0;
}

.pricing_row>div {
    flex: 1;
    padding: 13px 10px;
    color: #232320;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.45px;
    text-align: center;
}

.pricing_row>.pricing_cell--action {
    flex: 0 0 232px;
}

.pricing_row--head {
    background: #fff;
    min-height: 88px;
    padding-top: 0;
    padding-bottom: 0;
}

.pricing_row--head>div {
    font-weight: 500;
}

.pricing_row.is-sold {
    color: #9a9a94;
}

.pricing_status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 8px 20px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.36px;
    line-height: 1.2;
}

.pricing_status--available {
    background: #539746;
    color: #ffffff;
}

.pricing_status--reserved {
    background: #dce5d7;
    color: #596e54;
}

.pricing_status--sold {
    background: #e63946;
    color: #ffbebe;
}

.pricing_cell--action {
    display: flex;
    justify-content: center;
}

.pricing_cell--action .btn {
    width: 100%;
    max-width: 212px;
}

.pricing_notes {
    display: flex;
    gap: 16px;
    padding: 24px 32px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.03);
    max-width: 864px;
    margin: 0 auto;
}

.pricing_notes_divider {
    flex-shrink: 0;
    width: 2px;
    background: #ededea;
    border-radius: 2px;
}

.pricing_notes_text {
    display: flex;
    flex-direction: column;
    gap: 21px;
    padding: 8px 0;
}

.pricing_notes_text p {
    margin: 0;
    color: #5c5c56;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.45px;
    line-height: 1.5;
}

.process_section {
    background: #f5f5f5;
    padding: 80px 0 120px;
    overflow: hidden;
}

.process_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-bottom: 56px;
    text-align: center;
}


.process_grid {
    display: flex;
    gap: 32px;
}

.process_cta {
    display: flex;
    justify-content: center;
    margin-top: 56px;
}

.process_card {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    height: 523px;
    padding: 48px;
    background: #fff;
    border-radius: 27px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.03);
    overflow: hidden;
}

.process_card_text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.process_card h3 {
    margin: 0;
    color: #32332d;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.25px;
    line-height: 1.2;
}

.process_card p {
    margin: 0;
    color: #70706a;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.45px;
    line-height: 1.5;
}

.process_card_num {
    color: #4f8348;
    font-family: 'MuseoModerno', 'Google Sans Flex', sans-serif;
    font-size: 100px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2px;
}

.phase_section {
    background: #fff;
    padding: 80px 0 70px;
}

.phase_layout {
    display: flex;
    gap: 16px;
}

.phase_intro {
    flex: 0 0 528px;
    padding: 32px 0;
}

.phase_intro_inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 416px;
    position: sticky;
    top: 110px;
}

.phase_desc--small {
    font-size: 15px;
    font-weight: 400;
    color: #70706a;
}

.phase_timeline {
    flex: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.phase_step {
    display: flex;
    gap: 32px;
    padding: 16px 0 24px;
}

.phase_step_marker {
    position: relative;
    flex: 0 0 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.phase_step_marker::before,
.phase_step_marker::after {
    content: '';
    width: 3px;
    background: #ededea;
    border-radius: 3px;
    height: calc(100% + 34px);
    flex: none;
}

.phase_step:first-child .phase_step_marker::before,
.phase_step:last-child .phase_step_marker::after {
    display: none;
}

.phase_dot {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #d4d4d0;
    margin: 4px 0;
    position: absolute;
    left: 0;
    top: 22px;
}

.phase_step.is-done .phase_dot {
    background: #72b865 no-repeat center / 16px url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
    border-color: #72b865;
}

.phase_step_text {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 8px;
    padding-top: 8px;
}

.phase_step_img {
    display: block;
    flex: 0 0 256px;
    width: 256px;
    height: 178px;
    object-fit: cover;
    border-radius: 24px;
}

.phase_step_img_link {
    display: block;
    flex: 0 0 256px;
    width: 256px;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    cursor: zoom-in;
}

.phase_step_img_link .phase_step_img {
    width: 100%;
    flex: 1 1 auto;
    transition: transform 0.4s ease;
}

.phase_step_img_link:hover .phase_step_img {
    transform: scale(1.04);
}

.phase_step_gallery_hidden {
    display: none !important;
}

.phase_step_more {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    padding: 8px 14px 8px 12px;
    background: #f0efe9;
    border: 1px solid #e2e1da;
    border-radius: 999px;
    color: #295a22;
    font: inherit;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.phase_step_more:hover,
.phase_step_more:focus-visible {
    background: #295a22;
    border-color: #295a22;
    color: #fff;
    outline: none;
}

.phase_step_more_icon {
    flex: 0 0 14px;
    stroke: currentColor;
}

.phase_step_more_count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    padding: 0 6px;
    height: 18px;
    background: rgba(41, 90, 34, 0.12);
    border-radius: 999px;
    color: inherit;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.phase_step_more:hover .phase_step_more_count,
.phase_step_more:focus-visible .phase_step_more_count {
    background: rgba(255, 255, 255, 0.22);
}

.phase_step_img--empty {
    height: 114px;
    background: #f7f7f4;
}

.phase_step_date {
    color: #5c5c56;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
    line-height: 1.5;
    opacity: 0.8;
}

.phase_step_text h3 {
    margin: 0;
    color: #232320;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.19px;
    line-height: 1.4;
}

.phase_step_text p {
    margin: 0;
    color: #70706a;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.45px;
    line-height: 1.5;
}

text {
    pointer-events: none;
}

.phase_step:nth-child(1) .phase_step_marker::after {
    margin-top: 30px;
}

.phase_step:last-child .phase_step_marker::before,
.phase_step:last-child .phase_step_marker::after,
.phase_step:nth-last-child(2) .phase_step_marker::before,
.phase_step:nth-last-child(2) .phase_step_marker::after {
    display: none;
}

.phase_marquee {
    margin-top: 88px;
    overflow: hidden;
}

.phase_marquee_track {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    will-change: transform;
    animation: phase-marquee-scroll 50s linear infinite;
}

.phase_marquee_item {
    flex: none;
    width: 420px;
    height: 284px;
    margin-right: 24px;
    border-radius: 24px;
    object-fit: cover;
    display: block;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
}

@keyframes phase-marquee-scroll {
    from { transform: translate3d(0, 0, 0); }
    to   { transform: translate3d(-50%, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
    .phase_marquee_track { animation: none; }
}

.about_section {
    background: #f5f5f5;
    padding: 80px 0 96px;
}

.about_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 56px;
    text-align: center;
}

.about_titles {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about_desc {
    max-width: 634px;
}

.about_grid {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 56px;
}

.about_card {
    flex: 0 0 417px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.03);
}

.about_card_photo {
    height: 254px;
    background: #ebebeb;
    overflow: hidden;
}

.about_card_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.about_card_text {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 32px;
}

.about_card_text h3 {
    margin: 0;
    color: #232320;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 1.87;
    text-transform: uppercase;
}

.about_card_text p {
    margin: 0;
    color: #5c5c56;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.45px;
    line-height: 1.5;
}

.about_cta {
    display: flex;
    justify-content: center;
}

.faq_section {
    background: #fff;
    padding: 96px 0 120px;
}

.faq_layout {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.faq_title {
    flex: 0 0 528px;
    margin: 0;
}

.faq_list {
    flex: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e4e8e2;
}

.faq_item {
    border-top: 1px solid #e4e8e2;
}

.faq_question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 20px 0 12px;
    background: none;
    border: 0;
    font-family: inherit;
    text-align: left;
    cursor: pointer;
    color: #232320;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.17px;
    line-height: 1.4;
}

.faq_icon {
    position: relative;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
}

.faq_icon::before,
.faq_icon::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 2px;
    background: #232320;
    transform: translate(-50%, -50%);
    transition: transform .2s ease;
}

.faq_icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq_question[aria-expanded="true"] .faq_icon::after {
    transform: translate(-50%, -50%) rotate(0);
}

.faq_answer {
    overflow: hidden;
    max-height: 0;
    transition: max-height .3s ease;
}

.faq_item.is-open .faq_answer {
    max-height: 320px;
}

.faq_answer p {
    margin: 0;
    padding: 0 0 24px;
    color: #5c5c56;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.45px;
    line-height: 1.5;
}

.cta_section {
    background: #fff;
    padding: 24px;
}

.cta_banner {
    position: relative;
    width: 100%;
    height: 722px;
    border-radius: 32px;
    overflow: hidden;
}

.cta_slide {
    position: relative;
}

.cta_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cta_slide::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(235.3deg, rgba(0, 0, 0, 0) -8.5%, rgba(0, 0, 0, 0.4) 88.84%), linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03));
    opacity: .6;
}

.cta_overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 56px 0;
    display: flex;
    flex-direction: column;
    pointer-events: none;
}

.cta_overlay_inner {
    flex: 1;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.cta_title {
    margin: 0;
    max-width: 702px;
    color: #fff;
    font-size: 37px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.37px;
}

.cta_actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    pointer-events: none;
}

.cta_actions>.btn {
    pointer-events: auto;
}

.cta_pagination {
    display: flex;
    gap: 4px;
    pointer-events: auto;
    justify-content: flex-end;
}

.cta_pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0;
    background: #9a9a94;
    opacity: 1;
    border-radius: 50%;
    transition: background .3s;
}

.cta_pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.contact_section {
    background: #f5f5f5;
    padding: 120px 0 96px;
    scroll-margin-top: -360px;
}

.contact_head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 56px;
}

.contact_title {
    margin: 0;
    color: #232320;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -0.56px;
    line-height: 1.2;
    text-transform: uppercase;
}

.contact_stats {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    flex-direction: column;
}

.contact_stats_label {
    color: #232320;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.51px;
    line-height: 1.5;
}

.contact_stats_value {
    color: #232320;
    font-size: 80px;
    font-weight: 400;
    letter-spacing: 1.6px;
    line-height: 1;
}

.contact_body {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.contact_seller {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 0 0 640px;
    position: sticky;
    top: 110px;
}

.contact_seller_label {
    color: #232320;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.44px;
    line-height: 1.5;
    text-transform: uppercase;
}

.contact_seller_card {
    display: flex;
    width: 560px;
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
}

.contact_seller_photo {
    flex: 0 0 192px;
    background: #ededea;
    overflow: hidden;
}

.contact_seller_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.contact_seller_text {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 32px;
}

.contact_seller_text h3 {
    margin: 0 0 5px;
    color: #232320;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 1.87;
}

.contact_seller_text a {
    color: #5c5c56;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.84px;
    line-height: 1.5;
}

.contact_seller_text a:hover {
    color: #295a22;
}

.contact_form {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact_field {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact_field label {
    color: #5c5c56;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.84px;
    line-height: 1.5;
}

.contact_field input,
.contact_field textarea {
    width: 100%;
    padding: 12px;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 12px;
    color: #232320;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.5;
    outline: none;
    transition: border-color .2s ease;
}

.contact_field input:focus,
.contact_field textarea:focus {
    border-color: #295a22;
}

.contact_field textarea {
    resize: vertical;
    min-height: 125px;
}

.contact_checkboxes {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
}

.contact_check {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    cursor: pointer;
}

.contact_check>span:first-child {
    color: #5c5c56;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.13px;
    line-height: 1.5;
}

.contact_check input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.contact_submit {
    align-self: flex-end;
    margin-top: 32px;
}

.contact_submit[disabled],
.contact_submit.is-loading {
    opacity: .6;
    pointer-events: none;
}

.contact_field.has-error input,
.contact_field.has-error textarea {
    border-color: #c0392b;
}

.contact_check.has-error > span:first-child {
    color: #c0392b;
}

.contact_status {
    min-height: 1.4em;
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.5;
    color: #5c5c56;
}

.contact_status.is-error {
    color: #c0392b;
}

.contact_status.is-success {
    color: #295a22;
}

.footer {
    background: #181816;
    padding: 80px 0 120px;
    color: #fff;
}

.footer_content {
    display: flex;
    gap: 32px;
}

.footer_left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
}

.footer_brand {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-bottom: 14px;
}

.footer_logo {
    color: #fff;
    font-family: 'MuseoModerno', sans-serif;
    font-size: 29px;
    font-weight: 700;
    letter-spacing: 0.59px;
    line-height: 1;
}

.footer_logo_sub {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 1.2;
}

.footer_links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 16px;
}

.footer_links a {
    color: #a8a8a8;
    font-size: 17px;
    letter-spacing: 0.68px;
    line-height: 1.4;
    transition: color .2s ease;
}

.footer_links a:hover {
    color: #fff;
}

.footer_right {
    flex: 0 0 639px;
    display: flex;
    gap: 32px;
    padding: 8px 0;
}

.footer_info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer_info h4 {
    margin: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.51px;
    line-height: 1.4;
}

.footer_info p {
    margin: 0;
    color: #a8a8a8;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.68px;
    line-height: 1.4;
}

.footer_info p a {
    color: inherit;
    transition: color .2s ease;
}

.footer_info p a:hover {
    color: #fff;
}

.cta_section .container {
    padding: 0;
    max-width: 100%;
}

:focus::placeholder {
    opacity: 0;
}

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

.header_fixed .header_pill,
body.page-template-default .header_pill {
    background: #295a22;
}

.header_fixed header .btn,
body.page-template-default header .btn {
    background: #fff;
    color: black;
}
[data-animate] {
    opacity: 0;
    transition: opacity .6s ease-out, transform .6s ease-out;
    will-change: opacity, transform;
}

[data-animate="fade-up"] {
    transform: translateY(30px);
}

[data-animate="fade-down"] {
    transform: translateY(-30px);
}

[data-animate="fade-left"] {
    transform: translateX(30px);
}

[data-animate="fade-right"] {
    transform: translateX(-30px);
}

[data-animate="scale"] {
    transform: scale(.95);
}

[data-animate].visible {
    opacity: 1;
    transform: none;
}

.open_menu {
    display: none;
}
.overlay_logo {
    width: 100%;
    max-width: 190px;
}
.overflow-grow {
    flex: 1;
}

.error_section {
    padding: 24px;
    overflow: hidden;
}

.error_banner {
    position: relative;
    width: 100%;
    border-radius: 32px;
    overflow: hidden;
    height: calc((100vh - 48px) / var(--zoom));
    background: #181816;
}

.error_banner_img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.error_banner_overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.75) 100%),
        rgba(0, 0, 0, 0.3);
}

.error_banner_content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 64px 24px;
    box-sizing: border-box;
}

.error_banner_inner {
    width: 100%;
    max-width: 720px;
    text-align: center;
    color: #fff;
}

.error_code {
    display: block;
    font-family: 'MuseoModerno', 'Google Sans Flex', sans-serif;
    font-size: 220px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2px;
    color: #fff;
    margin: 0 0 16px;
}

.error_title {
    margin: 0 0 20px;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.48px;
    text-transform: uppercase;
}

.error_desc {
    margin: 0 0 32px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.255px;
    opacity: 0.9;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.error_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 32px;
    background: #fff;
    color: #232320;
    border-radius: 60px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    line-height: 1;
    white-space: nowrap;
    margin-top: 32px;
}

.error_btn:hover {
    background: #ededea;
    color: #232320;
    opacity: 1;
}

.legal_section {
    padding: 180px 0 120px;
}

.legal_inner {
    max-width: 860px;
    margin: 0 auto;
}

.legal_title {
    margin: 0 0 40px;
    color: #232320;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.96px;
}

.legal_content {
    color: #232320;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.17px;
}

.legal_content > *:first-child {
    margin-top: 0;
}

.legal_content > *:last-child {
    margin-bottom: 0;
}

.legal_content h2 {
    margin: 48px 0 16px;
    color: #232320;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.28px;
}

.legal_content h3 {
    margin: 36px 0 12px;
    color: #232320;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.22px;
}

.legal_content h4 {
    margin: 28px 0 10px;
    color: #232320;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: uppercase;
}

.legal_content p {
    margin: 0 0 18px;
    color: #5c5c56;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.17px;
}

.legal_content a {
    color: #295a22;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    transition: color .2s ease, opacity .2s ease;
}

.legal_content a:hover {
    color: #193715;
    opacity: 0.9;
}

.legal_content strong,
.legal_content b {
    color: #232320;
    font-weight: 600;
}

.legal_content em,
.legal_content i {
    font-style: italic;
}

.legal_content ul,
.legal_content ol {
    margin: 0 0 18px;
    padding-left: 24px;
    color: #5c5c56;
    list-style-position: outside;
}

.legal_content ul {
    list-style-type: disc;
}

.legal_content ol {
    list-style-type: decimal;
}

.legal_content li {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.65;
    letter-spacing: 0.17px;
}

.legal_content li > ul,
.legal_content li > ol {
    margin-top: 8px;
}

.legal_content blockquote {
    margin: 24px 0;
    padding: 16px 24px;
    border-left: 3px solid #295a22;
    background: #f6f5f1;
    color: #232320;
    font-size: 17px;
    line-height: 1.6;
    border-radius: 0 8px 8px 0;
}

.legal_content blockquote p:last-child {
    margin-bottom: 0;
}

.legal_content hr {
    margin: 40px 0;
    border: 0;
    border-top: 1px solid #ededea;
}

.legal_content table {
    width: 100%;
    margin: 0 0 24px;
    border-collapse: collapse;
    font-size: 16px;
}

.legal_content table th,
.legal_content table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #ededea;
    color: #232320;
}

.legal_content table th {
    background: #f6f5f1;
    font-weight: 600;
}

.legal_content code {
    padding: 2px 6px;
    background: #f6f5f1;
    border-radius: 4px;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.9em;
    color: #295a22;
}

.legal_content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 24px 0;
}