.property-landing-page .landing-container{position:relative}.property-landing-page .landing-container .tabs-row{display:flex;position:-webkit-sticky;position:sticky;background:#fff;border-bottom:1px solid var(--color-border-light);z-index:10;border-radius:15px 15px 0 0}.property-landing-page .landing-container .tabs-row *{transition:.25s}.property-landing-page .landing-container .tabs-row.fixed{position:fixed;border-radius:0;justify-content:center}.property-landing-page .landing-container .tabs-row .btn-tab{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);border-radius:0;border-bottom:.2rem solid rgba(0,0,0,0);color:#333;font-weight:500;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;overflow:hidden}.property-landing-page .landing-container .tabs-row .btn-tab:hover{color:var(--color-primary)}.property-landing-page .landing-container .tabs-row .btn-tab.active{border-bottom:.25rem solid var(--color-primary);color:var(--color-primary)}.property-landing-page .landing-container .stats-row{display:flex;justify-content:space-between;flex-wrap:wrap}.property-landing-page .landing-container .stats-row .stats-card{text-align:center;background:#f8f9fa;border-radius:8px}.property-landing-page .landing-container .stats-row .stats-card .stats-h6{text-align:center;color:#666;font-weight:500}.property-landing-page .landing-container .stats-row .stats-card .stats-small-div{font-weight:700;color:#fb9600}.property-landing-page .landing-container .title-h3{font-weight:700;color:#333;text-align:center}.property-landing-page .landing-container .content-section{background:#fff;position:relative;z-index:1;clear:both;border-radius:0 0 15px 15px;box-shadow:0 4px 8px var(--color-shadow-light)}.property-landing-page .landing-container .content-section .content-text{line-height:1.6;color:#555;position:relative;z-index:2}.property-landing-page .landing-container .content-section .content-text h2{font-weight:700;color:#333}.property-landing-page .landing-container .content-section .content-text a{color:var(--color-primary);text-decoration:none}.property-landing-page .landing-container .content-section .content-text a:hover{text-decoration:underline}.property-landing-page .landing-container .property-section .prop-card-container{display:grid}.property-landing-page .landing-container .property-section .prop-card-container .prop-card{display:flex;background:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;align-items:flex-end;justify-content:center}.property-landing-page .landing-container .property-section .prop-card-container .prop-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px rgba(0,0,0,.15)}.property-landing-page .landing-container .property-section .prop-card-container .prop-card .prop-content{flex:1 1}.property-landing-page .landing-container .property-section .prop-card-container .prop-card .prop-content h4{font-weight:700;color:var(--color-text-primary)}.property-landing-page .landing-container .property-section .prop-card-container .prop-card .prop-content p{color:var(--color-text-secondary);line-height:1.5}.property-landing-page .landing-container .property-section .prop-card-container .prop-card .prop-content .prop-content-buttons{display:flex}.property-landing-page .landing-container .property-section .prop-card-container .prop-card .prop-content .prop-content-buttons .prop-content-btn{display:inline-block;background:var(--color-primary);color:#fff;text-decoration:none;border-radius:6px;font-weight:500;transition:background-color .3s ease;flex:1 1;text-align:center}.property-landing-page .landing-container .property-section .prop-card-container .prop-card .prop-content .prop-content-buttons .prop-content-btn:hover{background:var(--color-primary-dark);color:#fff;text-decoration:none}.property-landing-page .landing-container .area-section{background:#fff;border-radius:15px;box-shadow:0 4px 8px var(--color-shadow-light)}.property-landing-page .landing-container .area-section .area-small-tag-container{display:flex;flex-wrap:wrap;justify-content:center}.property-landing-page .landing-container .area-section .area-small-tag-container .area-small-tag-a{text-decoration:none}.property-landing-page .landing-container .area-section .area-small-tag-container .area-small-tag{display:inline-block;background:#fff;text-align:center;justify-content:center;color:var(--color-primary);border:1px solid var(--color-primary);border-radius:20px;font-weight:500;transition:all .3s ease;cursor:pointer}.property-landing-page .landing-container .area-section .area-small-tag-container .area-small-tag:hover{background:var(--color-primary);color:#fff;text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 16px var(--color-shadow-colored)}.property-landing-page .landing-container .area-section .area-small-tag-container .area-small-tag.area-small-tag-showmore{background:rgba(0,0,0,0);color:#58595b;border:none}.property-landing-page .landing-container .area-section .area-small-tag-container .area-small-tag.area-small-tag-showmore:hover{background:#f8f9fa;color:#333;box-shadow:none}@media(orientation:portrait)and (max-width:575px){.property-landing-page .landing-container{max-width:calc(100vw - 10px);margin:0 auto;padding:10px 0}.property-landing-page .landing-container .tabs-row{width:100%;padding:0}.property-landing-page .landing-container .tabs-row.fixed{top:60px;left:0}.property-landing-page .landing-container .tabs-row.fixed .btn-tab{font-size:10px;height:35px}.property-landing-page .landing-container .tabs-row .btn-tab{font-size:12px;line-height:1.2;margin:0;height:40px;padding:0 5px}.property-landing-page .landing-container .stats-row{padding:20px 0;margin-bottom:30px}.property-landing-page .landing-container .stats-row .stats-card{flex-basis:30%;margin:0 10px;padding:20px;min-width:200px}.property-landing-page .landing-container .stats-row .stats-card .stats-h6{margin-bottom:10px;font-size:14px}.property-landing-page .landing-container .stats-row .stats-card .stats-small-div{font-size:24px}.property-landing-page .landing-container .title-h3{font-size:24px;margin-bottom:20px}.property-landing-page .landing-container .content-section{padding:10px 0;margin-bottom:20px;scroll-margin-top:120px}.property-landing-page .landing-container .content-section .content-text{font-size:14px}.property-landing-page .landing-container .content-section .content-text h2{font-size:24px;margin-bottom:10px;margin-top:20px}.property-landing-page .landing-container .content-section .content-text h2:first-child{margin-top:0}.property-landing-page .landing-container .content-section .content-text p{margin-bottom:10px}.property-landing-page .landing-container .property-section{padding:30px 0;margin-bottom:20px;scroll-margin-top:100px}.property-landing-page .landing-container .property-section .prop-card-container{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;margin-top:20px}.property-landing-page .landing-container .property-section .prop-card-container .prop-card{padding:15px}.property-landing-page .landing-container .property-section .prop-card-container .prop-card .prop-content h4{font-size:16px;margin-bottom:6px}.property-landing-page .landing-container .property-section .prop-card-container .prop-card .prop-content p{margin-bottom:10px}.property-landing-page .landing-container .property-section .prop-card-container .prop-card .prop-content .prop-content-buttons{gap:5px}.property-landing-page .landing-container .property-section .prop-card-container .prop-card .prop-content .prop-content-buttons .prop-content-btn{padding:6px 20px!important;flex:1 1}.property-landing-page .landing-container .area-section{padding:20px 0;scroll-margin-top:130px;margin:40px 0}.property-landing-page .landing-container .area-section .area-small-tag-container{gap:6px;margin-top:10px}.property-landing-page .landing-container .area-section .area-small-tag-container .area-small-tag-a{flex:1 1;min-width:-moz-fit-content;min-width:fit-content}.property-landing-page .landing-container .area-section .area-small-tag-container .area-small-tag{width:100%;padding:8px 16px!important;font-size:12px!important}}@media(orientation:portrait)and (min-width:576px){.property-landing-page .landing-container{max-width:calc(100vw - 20px);padding:0 0 20px;margin:0 auto}.property-landing-page .landing-container .tabs-row{width:100%;padding:0 20px}.property-landing-page .landing-container .tabs-row.fixed{top:60px;left:0}.property-landing-page .landing-container .tabs-row.fixed .btn-tab{font-size:14px;height:40px}.property-landing-page .landing-container .tabs-row .btn-tab{font-size:14px;margin:0;height:50px;padding:0 20px}.property-landing-page .landing-container .stats-row{padding:20px 0;margin-bottom:30px}.property-landing-page .landing-container .stats-row .stats-card{flex-basis:30%;margin:0 10px;padding:20px;min-width:200px}.property-landing-page .landing-container .stats-row .stats-card .stats-h6{margin-bottom:10px;font-size:14px}.property-landing-page .landing-container .stats-row .stats-card .stats-small-div{font-size:24px}.property-landing-page .landing-container .title-h3{font-size:24px;margin-bottom:20px}.property-landing-page .landing-container .content-section{padding:30px 20px;margin-bottom:20px;scroll-margin-top:120px}.property-landing-page .landing-container .content-section .content-text{font-size:14px}.property-landing-page .landing-container .content-section .content-text h2{font-size:24px;margin-bottom:10px;margin-top:20px}.property-landing-page .landing-container .content-section .content-text h2:first-child{margin-top:0}.property-landing-page .landing-container .content-section .content-text p{margin-bottom:10px}.property-landing-page .landing-container .property-section{padding:30px 0;margin-bottom:20px;scroll-margin-top:100px}.property-landing-page .landing-container .property-section .prop-card-container{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;margin-top:20px}.property-landing-page .landing-container .property-section .prop-card-container .prop-card{padding:15px}.property-landing-page .landing-container .property-section .prop-card-container .prop-card .prop-content h4{font-size:16px;margin-bottom:6px}.property-landing-page .landing-container .property-section .prop-card-container .prop-card .prop-content p{margin-bottom:10px}.property-landing-page .landing-container .property-section .prop-card-container .prop-card .prop-content .prop-content-buttons{gap:10px}.property-landing-page .landing-container .property-section .prop-card-container .prop-card .prop-content .prop-content-buttons .prop-content-btn{padding:6px 20px!important;flex:1 1}.property-landing-page .landing-container .area-section{padding:20px 0;scroll-margin-top:130px;margin:50px 0}.property-landing-page .landing-container .area-section .area-small-tag-container{gap:6px;margin-top:10px}.property-landing-page .landing-container .area-section .area-small-tag-container .area-small-tag{padding:8px 16px!important;font-size:12px!important}}@media(orientation:landscape)and (max-width:1023px){.property-landing-page .landing-container{max-width:calc(100vw - 10px);margin:0 auto;padding:20px 10px}.property-landing-page .landing-container .tabs-row{width:100%;padding:0 20px}.property-landing-page .landing-container .tabs-row.fixed{top:60px;left:0}.property-landing-page .landing-container .tabs-row.fixed .btn-tab{font-size:12px;height:35px}.property-landing-page .landing-container .tabs-row .btn-tab{font-size:14px;margin:0;height:40px;padding:0 20px}.property-landing-page .landing-container .stats-row{padding:20px 0;margin-bottom:30px}.property-landing-page .landing-container .stats-row .stats-card{flex-basis:30%;margin:0 10px;padding:20px;min-width:200px}.property-landing-page .landing-container .stats-row .stats-card .stats-h6{margin-bottom:10px;font-size:14px}.property-landing-page .landing-container .stats-row .stats-card .stats-small-div{font-size:24px}.property-landing-page .landing-container .title-h3{font-size:24px;margin-bottom:20px}.property-landing-page .landing-container .content-section{padding:10px 0;margin-bottom:20px;scroll-margin-top:120px}.property-landing-page .landing-container .content-section .content-text{font-size:14px}.property-landing-page .landing-container .content-section .content-text h2{font-size:24px;margin-bottom:10px;margin-top:20px}.property-landing-page .landing-container .content-section .content-text h2:first-child{margin-top:0}.property-landing-page .landing-container .content-section .content-text p{margin-bottom:10px}.property-landing-page .landing-container .property-section{padding:30px 0;margin-bottom:20px;scroll-margin-top:100px}.property-landing-page .landing-container .property-section .prop-card-container{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;margin-top:20px}.property-landing-page .landing-container .property-section .prop-card-container .prop-card{padding:15px}.property-landing-page .landing-container .property-section .prop-card-container .prop-card .prop-content h4{font-size:16px;margin-bottom:6px}.property-landing-page .landing-container .property-section .prop-card-container .prop-card .prop-content p{margin-bottom:10px}.property-landing-page .landing-container .property-section .prop-card-container .prop-card .prop-content .prop-content-buttons{gap:5px}.property-landing-page .landing-container .property-section .prop-card-container .prop-card .prop-content .prop-content-buttons .prop-content-btn{padding:6px 20px!important;flex:1 1}.property-landing-page .landing-container .area-section{padding:20px 0;scroll-margin-top:130px;margin:50px 0}.property-landing-page .landing-container .area-section .area-small-tag-container{gap:6px;margin-top:10px}.property-landing-page .landing-container .area-section .area-small-tag-container .area-small-tag{padding:8px 16px!important;font-size:12px!important}}@media(orientation:landscape)and (min-width:1024px){.property-landing-page .landing-container{max-width:1250px;margin:0 auto;padding:20px 15px}.property-landing-page .landing-container .tabs-row{width:100%;padding:0 20px}.property-landing-page .landing-container .tabs-row.fixed{top:70px;left:0}.property-landing-page .landing-container .tabs-row.fixed .btn-tab{height:40px}.property-landing-page .landing-container .tabs-row .btn-tab{margin:0;height:50px;padding:0 20px}.property-landing-page .landing-container .stats-row{padding:20px 0;margin-bottom:30px}.property-landing-page .landing-container .stats-row .stats-card{flex-basis:30%;margin:0 10px;padding:20px;min-width:200px}.property-landing-page .landing-container .stats-row .stats-card .stats-h6{margin-bottom:10px;font-size:14px}.property-landing-page .landing-container .stats-row .stats-card .stats-small-div{font-size:24px}.property-landing-page .landing-container .title-h3{font-size:28px;margin-bottom:30px}.property-landing-page .landing-container .content-section{padding:40px 0;margin-bottom:20px;scroll-margin-top:150px}.property-landing-page .landing-container .content-section .content-text{font-size:14px}.property-landing-page .landing-container .content-section .content-text h2{font-size:28px;margin-bottom:15px;margin-top:30px}.property-landing-page .landing-container .content-section .content-text h2:first-child{margin-top:0}.property-landing-page .landing-container .content-section .content-text p{margin-bottom:15px}.property-landing-page .landing-container .property-section{padding:40px 0;margin-bottom:20px;scroll-margin-top:150px}.property-landing-page .landing-container .property-section .prop-card-container{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-top:20px}.property-landing-page .landing-container .property-section .prop-card-container .prop-card{padding:25px}.property-landing-page .landing-container .property-section .prop-card-container .prop-card .prop-content h4{font-size:20px;margin-bottom:10px}.property-landing-page .landing-container .property-section .prop-card-container .prop-card .prop-content p{margin-bottom:20px}.property-landing-page .landing-container .property-section .prop-card-container .prop-card .prop-content .prop-content-buttons{gap:10px}.property-landing-page .landing-container .property-section .prop-card-container .prop-card .prop-content .prop-content-buttons .prop-content-btn{padding:10px 20px;flex:1 1}.property-landing-page .landing-container .area-section{padding:40px 0;scroll-margin-top:150px;margin:50px 0}.property-landing-page .landing-container .area-section .area-small-tag-container{gap:10px;margin-top:20px}.property-landing-page .landing-container .area-section .area-small-tag-container .area-small-tag{padding:8px 16px;font-size:14px}}