:root{--bg:#000;--panel:#0b0e0c;--line:#252b27;--gold:#d8b777;--gold2:#c9a84c;--green:#6ca98d;--text:#eee9df;--muted:#969c97}html,body{background:var(--bg);color:var(--text);margin:0;font:13px Inter,Arial,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}.app{grid-template-columns:225px 1fr;min-height:100vh;display:grid}aside{border-right:1px solid var(--line);background:#050706;height:100vh;padding:18px 12px;position:sticky;top:0;overflow:auto}.brand{border-bottom:1px solid #1d211e;align-items:center;margin-bottom:12px;padding:4px 6px 18px;display:flex}.brand img{max-width:115px;max-height:45px}.logo-text{color:var(--gold);font:28px Georgia;display:grid}.logo-text small{letter-spacing:.32em;font:8px Arial}.nav-group{margin:15px 0}.nav-group>small{color:#666e68;letter-spacing:.12em;text-transform:uppercase;margin:0 8px 7px;font-size:8px;display:block}.nav button{color:#c7cbc7;text-align:left;background:0 0;border:0;border-radius:9px;width:100%;margin:1px 0;padding:10px 11px}.nav button.active,.nav button:hover{color:var(--gold);background:#1a1810}.connected{background:#09100c;border:1px solid #263129;border-radius:13px;margin-top:20px;padding:12px}.connected b{color:#8ed1a6}.linkrow{grid-template-columns:1fr 1fr;gap:7px;margin-top:9px;display:grid}.linkrow a{text-align:center;color:#fff;background:#0b0f0c;border:1px solid #313832;border-radius:9px;padding:9px;text-decoration:none}main{min-width:0}header{z-index:50;backdrop-filter:blur(14px);border-bottom:1px solid var(--line);background:#000000e0;justify-content:space-between;align-items:center;height:62px;padding:0 20px;display:flex;position:sticky;top:0}header h1{margin:0;font:20px Georgia}header h1 span{color:var(--gold)}.head-actions{gap:7px;display:flex}.btn{color:#fff;background:#111512;border:1px solid #343a35;border-radius:999px;padding:9px 13px}.btn.gold{color:#080704;background:linear-gradient(#e0c26f,#c9a84c);border-color:#e7ca74;font-weight:800}.btn.green{background:#183024;border-color:#315a45}.content{padding:18px}.view{display:none}.view.active{display:block}.section-head{justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:15px;display:flex}.section-head h2{margin:0 0 4px;font:30px Georgia}.section-head p{color:var(--muted);margin:0}.card{border:1px solid var(--line);background:var(--panel);border-radius:18px;margin-bottom:14px;padding:16px}.grid2{grid-template-columns:1fr 1fr;gap:14px;display:grid}.grid3{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.kpis{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:14px;display:grid}.kpi{border:1px solid var(--line);background:var(--panel);border-radius:15px;padding:16px}.kpi small{color:var(--muted)}.kpi strong{color:var(--gold);margin-top:7px;font:27px Georgia;display:block}.calendar30{grid-template-columns:repeat(10,minmax(100px,1fr));gap:8px;display:grid}.day-card{background:#080b09;border:1px solid #30352f;border-radius:14px;min-width:0;transition:all .18s;overflow:hidden}.day-card:hover{border-color:#74622f;transform:translateY(-2px)}.day-card img{aspect-ratio:9/16;object-fit:cover;width:100%;display:block}.day-top{justify-content:space-between;align-items:center;height:32px;padding:0 8px;display:flex}.day-top b{color:var(--gold)}.day-top span{color:#aaa;font-size:9px}.day-copy{gap:5px;padding:8px;display:grid}.day-copy strong{font-size:11px}.day-copy small{color:#929992;font-size:9px}.day-copy em{color:#8bd3a4;font-size:9px;font-style:normal}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid #232824;padding:10px}th{color:var(--gold);font-size:10px}.mini{color:#fff;background:#121713;border:1px solid #333a35;border-radius:8px;padding:6px 9px}.agenda-event,.road-step{border-bottom:1px solid #232824;grid-template-columns:115px 1fr auto;align-items:center;gap:10px;padding:12px;display:grid}.agenda-event time,.road-step span{color:var(--gold)}.agenda-event small,.road-step small{color:var(--muted);margin-top:3px;display:block}.road-step.done{opacity:.55}.road-step.done b{text-decoration:line-through}.file-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.file{border:1px solid var(--line);background:#090c0a;border-radius:13px;padding:14px}.drop{text-align:center;border:1px dashed #4a544c;border-radius:15px;padding:34px}.modal{z-index:100;background:#000000c2;justify-content:center;align-items:center;padding:20px;display:none;position:fixed;inset:0}.modal.open{display:flex}.modal-box{background:#0e1310;border:1px solid #343a35;border-radius:20px;width:min(720px,100%);max-height:90vh;padding:20px;overflow:auto}textarea,input,select{color:#eee;background:#070a08;border:1px solid #303630;border-radius:9px;width:100%;padding:9px}@media (width<=1200px){.calendar30{grid-template-columns:repeat(5,1fr)}.kpis{grid-template-columns:1fr 1fr}}@media (width<=850px){.app{grid-template-columns:1fr}aside{height:auto;position:relative}.calendar30{grid-template-columns:repeat(2,1fr)}.grid2,.grid3{grid-template-columns:1fr}}:root{--adc-black:#000;--adc-panel:#0b0d0c;--adc-panel2:#111411;--adc-gold:#c9a84c;--adc-gold2:#d8c98f;--adc-green:#2ecc8a;--adc-text:#f5f0e7;--adc-muted:#fff9}body.adc-control-room-v204{background:#000!important}body.adc-control-room-v204 header,body.adc-control-room-v204 aside,body.adc-control-room-v204 nav{background:#050706!important;border-color:#ffffff12!important}body.adc-control-room-v204 .view{background:#000!important}body.adc-control-room-v204 .card,body.adc-control-room-v204 article.card,body.adc-control-room-v204 [class*=metric],body.adc-control-room-v204 [class*=kpi]{box-shadow:none!important;background:linear-gradient(145deg,#0f1210f5,#070908fc)!important;border-color:#ffffff13!important}body.adc-control-room-v204 .eyebrow,body.adc-control-room-v204 .adc-section-label{color:var(--adc-green)!important}body.adc-control-room-v204 button,body.adc-control-room-v204 a{font-weight:800!important}body.adc-control-room-v204 .active{background:#c9a84c1a!important;border-color:#c9a84c47!important}.adc-control-overview-v204{background:radial-gradient(circle at 88% 12%,#c9a84c1a,#0000 25%),linear-gradient(145deg,#0c0f0d,#060806);border:1px solid #ffffff14;border-radius:26px;margin:0 0 24px;padding:26px}.adc-control-overview-head-v204{grid-template-columns:1fr auto;align-items:end;gap:30px;display:grid}.adc-control-overview-head-v204 span{color:var(--adc-green);letter-spacing:.12em;font-size:11px;font-weight:900}.adc-control-overview-head-v204 h1{margin:8px 0;font-size:clamp(34px,4vw,58px);line-height:.96}.adc-control-overview-head-v204 p{max-width:800px;color:var(--adc-muted);line-height:1.52}#adc-control-site-v204{color:#080808;cursor:pointer;background:linear-gradient(#eedb9c,#cba44e 55%,#a97a21);border:1px solid #ffebafb8;border-radius:999px;min-height:46px;padding:0 17px;font-weight:900}.adc-control-kpis-v204{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:22px;display:grid}.adc-control-kpis-v204 article{background:#ffffff06;border:1px solid #ffffff12;border-radius:17px;min-height:126px;padding:15px}.adc-control-kpis-v204 b{color:#f0d47d;margin-bottom:7px;font-size:14px;display:block}.adc-control-kpis-v204 span{color:var(--adc-muted);font-size:12px;line-height:1.45;display:block}body.adc-control-room-v204 aside button,body.adc-control-room-v204 aside a,body.adc-control-room-v204 nav button,body.adc-control-room-v204 nav a{border-radius:11px!important}body.adc-control-room-v204 table{border-color:#ffffff14!important}body.adc-control-room-v204 th{color:#d9c88d!important;background:#0b0d0c!important}body.adc-control-room-v204 td{background:#060806!important;border-color:#ffffff0f!important}@media (width<=1000px){.adc-control-kpis-v204{grid-template-columns:repeat(2,minmax(0,1fr))}.adc-control-overview-head-v204{grid-template-columns:1fr}}@media (width<=640px){.adc-control-kpis-v204{grid-template-columns:1fr}}@media (width<=1100px){.membership-cards,.collection-grid,.marketplace-grid{grid-template-columns:repeat(2,1fr)}.header-inner{grid-template-columns:170px 1fr 150px}.nav-center{gap:15px}}@media (width<=820px){header{height:74px}.header-inner{grid-template-columns:1fr auto auto}.nav-center{border:1px solid var(--line);background:#040504f7;border-radius:22px;flex-direction:column;padding:22px;display:none;position:fixed;top:78px;left:16px;right:16px}.nav-center.open{display:flex}.menu-toggle{display:block}.section{padding:82px 0}.collection-grid,.membership-cards,.project-grid,.marketplace-grid,.community{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=540px){.container{width:min(100% - 24px,1240px)}.header-cta{display:none}.header-inner{grid-template-columns:1fr auto}.hero h1{font-size:52px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}@keyframes adcGoldSweep{0%,64%{opacity:0;left:-45%}72%{opacity:1}88%{opacity:0;left:125%}to{opacity:0;left:125%}}@media (width<=900px){.ambassador-house-bridge{grid-template-columns:1fr}}@media (width<=820px){.header-actions-v1211{justify-self:end}.header-login-v1211.header-login-gold{min-height:43px;padding:0 18px}.nav-center{z-index:60}}@media (width<=980px){.house-card-grid{gap:12px}.house-collection-card{min-height:520px}}@media (width<=820px){.house-card-grid{grid-template-columns:1fr;max-width:560px;margin:auto}.house-collection-card{min-height:620px}}@media (width<=540px){.house-collection-card{border-radius:20px;min-height:530px}.house-card-link{padding:18px}}@keyframes adcMarketplaceScroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 12px))}}@media (prefers-reduced-motion:reduce){.marketplace-track{animation:none;overflow-x:auto}}@media (width<=820px){.marketplace-track .place-card{flex-basis:82vw;min-height:440px}.marketplace-track{animation-duration:34s}}@media (width<=760px){body{font-size:16px}p{line-height:1.65}}@media (width<=760px){.selected-gallery{grid-template-columns:1fr 1fr;height:auto}.selected-gallery button{height:150px}.selected-gallery button:first-child{grid-column:1/3;height:220px}}html,body{font-size:17px!important}@media (width<=850px){.stay-detail-v59{grid-template-columns:1fr}.stay-map-v59,.stay-map-v59 iframe{min-height:300px}.stay-detail-title-row{flex-direction:column;align-items:flex-start}.stay-detail-title-row h3{font-size:35px}}@media (width<=700px){.owner-steps-v65,.owner-form-v65{grid-template-columns:1fr}}@keyframes adcTutorRainbowV70{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@media (prefers-reduced-motion:reduce){.adc-tutorial-btn-v61,.adc-tutorial-btn,.tutorial-trigger,.guide-trigger,.adc-guide-panel-v61,.adc-guide-panel,.tutorial-panel,.guide-panel{animation:none!important}}@keyframes adcTutorBorderV72{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@media (prefers-reduced-motion:reduce){.adc-ai-guide-button{animation:none!important}}@media (width<=980px){.adc-partner-grid-v77{grid-template-columns:repeat(2,1fr)}.adc-booking-sheet-v77{grid-template-columns:1fr}.adc-booking-visual-v77 img{height:260px;min-height:260px}}@media (width<=620px){.adc-partner-grid-v77,.adc-book-row-v77{grid-template-columns:1fr}.adc-booking-content-v77{padding:22px}}@media (width<=850px){.owner-steps-v79{grid-template-columns:1fr 1fr}.owner-step-v79:last-child{grid-column:1/-1}}@media (width<=560px){.owner-steps-v79,.owner-form-v79{grid-template-columns:1fr}}@media (width<=760px){.adc-next-page-v95{border-radius:18px;width:calc(100% - 20px);margin:24px auto 14px;padding:19px 14px}.adc-next-page-v95 h3{font-size:24px!important}.adc-next-page-v95 button{width:100%}}@media (width<=760px){.house-v18-grid,#adc-house-preview .house-v18-grid{grid-template-columns:1fr!important;gap:14px!important}.house-v18-card,#adc-house-preview .house-v18-card{min-height:500px!important}.house-v18-top,#adc-house-preview .house-v18-top{max-width:52%!important;min-height:34px!important;padding:0 9px!important;font-size:9.5px!important;top:11px!important;right:11px!important}.house-v18-price,#adc-house-preview .house-v18-price{min-height:36px!important;padding:0 11px!important;font-size:15px!important;top:11px!important;left:11px!important}.house-v18-content,#adc-house-preview .house-v18-content{bottom:22px!important;left:16px!important;right:16px!important}.house-v18-content>strong,#adc-house-preview .house-v18-content>strong{font-size:35px!important}.house-v18-offer,#adc-house-preview .house-v18-offer{font-size:16.5px!important}}header,#header,footer{box-sizing:border-box!important}@media (width<=760px){section{padding-top:42px!important;padding-bottom:42px!important}p{max-width:38em!important}.container{width:calc(100% - 20px)!important}footer .footer-grid{grid-template-columns:1fr!important}}@media (width<=760px){.house-v18-price,#adc-house-preview .house-v18-price{min-height:36px!important;padding:0 11px!important;font-size:15px!important;top:11px!important;left:11px!important}}@keyframes adcPassGoldSweep{0%,67%{opacity:0;left:-45%}74%{opacity:1}88%{opacity:0;left:125%}to{opacity:0;left:125%}}@media (width<=760px){.house-v18-price,#adc-house-preview .house-v18-price{min-height:38px!important;padding:0 12px!important;font-size:15px!important;top:11px!important;left:11px!important}.house-v18-top,#adc-house-preview .house-v18-top{top:11px!important;right:11px!important}}@media (width<=760px){.house-v18-price,#adc-house-preview .house-v18-price{min-height:42px!important;padding:0 16px!important;font-size:17px!important;top:12px!important;left:12px!important}.house-v18-top,#adc-house-preview .house-v18-top{top:12px!important;right:12px!important}}@media (width<=760px){.adc-market-inspiration-v102{padding:38px 0!important}.adc-market-inspiration-v102 .adc-market-inspiration-track{grid-auto-columns:minmax(220px,82vw)!important}}@media (width<=760px){.house-v18-grid,#adc-house-preview .house-v18-grid{grid-template-columns:1fr!important;gap:14px!important}.house-v18-card,#adc-house-preview .house-v18-card{min-height:500px!important}.house-v18-price,#adc-house-preview .house-v18-price{min-height:44px!important;padding:0 17px!important;font-size:18px!important;top:12px!important;left:12px!important}.house-v18-top,#adc-house-preview .house-v18-top{max-width:50%!important;min-height:34px!important;padding:0 9px!important;font-size:9.5px!important;top:12px!important;right:12px!important}.house-v18-content,#adc-house-preview .house-v18-content{bottom:22px!important;left:16px!important;right:16px!important}.house-v18-content>strong,#adc-house-preview .house-v18-content>strong{font-size:35px!important}.house-v18-offer,#adc-house-preview .house-v18-offer{font-size:17px!important}}@media (width<=540px){footer{padding:34px 0 22px}}@media (width<=1120px){header#header .adc-nav-v71{gap:13px!important}header#header .adc-nav-v71 a{font-size:10px!important}header#header .header-inner{grid-template-columns:132px minmax(0,1fr) auto!important}}@media (width<=920px){header#header .adc-nav-v71{display:none!important}header#header .header-inner{grid-template-columns:1fr auto auto!important;gap:9px!important}header#header .brand img{height:38px!important}header#header .header-member-v71,header#header .header-login-v1211.header-login-gold{height:33px!important;min-height:33px!important;padding:0 11px!important;font-size:9px!important}.menu-toggle{display:inline-flex!important}}@media (width<=560px){header#header .header-inner{grid-template-columns:1fr auto auto!important;width:calc(100% - 20px)!important}header#header .header-member-v71{padding:0 9px!important;font-size:8.5px!important}header#header .header-login-v1211.header-login-gold{padding:0 10px!important;font-size:8.5px!important}header#header .brand img{max-width:92px!important}}@media (width<=1080px){header#header .header-inner{grid-template-columns:130px minmax(0,1fr) auto!important;gap:10px!important}header#header .nav-center{display:none!important}header#header .menu-toggle{color:#fff!important;background:#0000004d!important;border:1px solid #ffffff1c!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:38px!important;height:38px!important;font-size:20px!important;display:inline-flex!important}}@media (width<=620px){:root{--adc-header-h:68px}header#header .header-inner{grid-template-columns:96px 1fr auto!important;width:calc(100% - 20px)!important}header#header .brand{width:92px!important}.brand img{max-width:92px!important;height:36px!important}header#header .header-member-v71{display:none!important}header#header .header-login-v1211{height:34px!important;min-height:34px!important;padding:0 13px!important;font-size:9px!important}}@media (width<=900px){.adc-index-values,.adc-index-metric-grid{grid-template-columns:1fr 1fr}.adc-index-metric:nth-child(2){border-right:0}.adc-index-metric:nth-child(-n+2){border-bottom:1px solid #d2ad581c}.adc-index-grid{grid-template-columns:1fr}}@media (width<=600px){.adc-index-hero{min-height:82vh}.adc-index-hero .container{padding-top:118px;padding-bottom:56px}.adc-index-values,.adc-index-metric-grid{grid-template-columns:1fr}.adc-index-metric{border-bottom:1px solid #d2ad581c;border-right:0}.adc-index-contact{flex-direction:column}.adc-index-contact .label{margin-right:0}.adc-index-tile{min-height:225px}.adc-index-tile-copy{top:26px;left:24px;right:24px}}@media (width<=820px){header .brand img{height:37px!important}.header-login-v1211.header-login-gold{min-height:42px!important;padding:0 19px!important}.adc-v96-journey{border-radius:20px!important;gap:3px!important}.adc-immersive-sheet{border-radius:25px 25px 0 0!important;grid-template-columns:1fr!important;width:100vw!important;height:95vh!important}.adc-immersive-media{min-height:38vh!important;max-height:42vh!important}}@media (width<=820px){.live-hero{background-size:auto 65%!important}h1,[class*=hero] h1{letter-spacing:.006em!important}.adc-index-sommaire-v3 .intro h2{font-size:34px!important}}button,a[role=button],.btn,.btn-gold,.gold,.gold-pill,.header-login-v1211,.header-member-v71,.adc-primary,.adc-secondary,#adcAcquireBtn,#adcContractBtn,.adc-partner-book-now-v79,[data-adc-route],[data-adc-footer-route],[data-adc-index-route],[data-adc-control-room],.search-btn,.search-button,[class*=search][class*=btn],[class*=book][class*=btn],[class*=reserve],[class*=cta],button[type=submit],.location-search button,.search-bar button,.search-form button,.stay-detail-meta span,.stay-amenities span,.stay-detail-price,#selectedPrice,#selectedPeople,#selectedPlace,#selectedTitle,.adc-partner-stay-foot-v79 strong,.adc-partner-book-now-v79{font-weight:700!important}.house-v18-price,.house-v18-discover,.house-v18-card button,.house-v18-card a,.membership-card button,.membership-card a,[class*=membership] button,[class*=membership] a,a:where([class*=gold],[class*=btn]),button:where([class*=gold],[class*=btn]){font-weight:700!important}.btn-gold,.gold,.gold-pill,.header-login-v1211.header-login-gold,#adcAcquireBtn,.adc-primary,.adc-partner-book-now-v79,[class*=green][class*=btn],[class*=green][class*=pill],.ghost,.btn-ghost,[class*=ghost][class*=btn],[class*=transparent][class*=btn],[class*=transparent][class*=pill]{text-align:center!important;font-weight:700!important}@media (width<=820px){button,a[role=button],.btn,.btn-gold,.gold,.gold-pill,.header-login-v1211,.header-member-v71,.adc-primary,.adc-secondary{min-height:42px!important}.selected-stay span{white-space:normal!important;min-height:40px!important}}@media (width<=820px){.adc-immersive-sheet{border-radius:26px 26px 0 0!important;grid-template-columns:1fr!important;width:100vw!important;height:95vh!important}.adc-immersive-media{min-height:38vh!important;max-height:42vh!important}.adc-immersive-list{grid-template-columns:1fr!important}.adc-immersive-content{padding:27px 22px 34px!important}}.adc-v116-green *,.ghost,.btn-ghost,[class*=ghost][class*=btn],[class*=transparent][class*=btn],[class*=transparent][class*=pill]{color:#fff!important;font-weight:700!important}@media (width<=820px){.owner-steps-v79{grid-template-columns:1fr 1fr!important}.owner-step-v79:last-child{grid-column:1/-1!important}}@media (width<=820px){.owner-steps-v79{grid-template-columns:1fr 1fr!important}.owner-step-v79:last-child{grid-column:1/-1!important}.adc-immersive-sheet{grid-template-columns:1fr!important;width:100vw!important;height:95vh!important}}@media (width<=820px){.owner-steps-v79{grid-template-columns:1fr 1fr!important}.owner-step-v79:last-child{grid-column:1/-1!important}.adc-immersive-sheet{grid-template-columns:1fr!important;width:100vw!important;height:95vh!important}.adc-index-grid{grid-template-columns:1fr!important}}h2,h3,h4,h5,h6,.section-title,.card-title,.location-hero h1 em,.location-hero h1 i,.vision-hero h1 em,.events-hero h1 em,.community-hero h1 em,.live-hero h1 em{font-style:normal!important;font-weight:400!important}@media (width<=820px){body{font-size:16px!important}.live-hero{background-position:85% 54%!important;background-size:auto 52%!important}.live-hero .hero-content{max-width:72%!important;padding:22px 18px!important}.adc-index-hero-metrics{grid-template-columns:1fr 1fr!important;bottom:5%!important;left:4%!important;right:4%!important}.adc-index-hero-contact{top:12%!important;right:4%!important}}@keyframes adcGuideFlowV135{0%,to{background-position:0%}50%{background-position:100%}}@keyframes adcGuideShineV135{0%,55%{transform:translate(-120%)}78%,to{transform:translate(120%)}}@media (width<=980px){.adc-index-v135-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=900px){.adc-detail-grid-v135{grid-template-columns:1fr!important}#adc-immersive .adc-immersive-sheet{border-radius:26px 26px 0 0!important;grid-template-columns:1fr!important;width:100vw!important;height:95vh!important}#adc-immersive .adc-immersive-list{grid-template-columns:1fr!important}}@media (width<=620px){.adc-index-v135-grid{grid-template-columns:1fr!important}}@keyframes adcGuide138{0%,to{background-position:0%}50%{background-position:100%}}@media (width<=900px){.adc-v133-detail-grid,.adc-v132-detail-grid,.adc-detail-grid-v135,#adc-immersive .adc-immersive-list{grid-template-columns:1fr!important}}html,body,body :not(svg):not(path):not(style):not(script),button,input,select,textarea,option,label,table,thead,tbody,tr,td,th,h1,h2,h3,h4,h5,h6,p,span,a,small,strong,b,em,i,.hero,.location-hero,.pass-hero,.adhesion-hero,.vision-hero,.events-hero,.events-hero-v11,.community-hero,.live-hero,.adc-index-hero,.hero *,.location-hero *,.pass-hero *,.adhesion-hero *,.vision-hero *,.events-hero *,.events-hero-v11 *,.community-hero *,.live-hero *,.adc-index-hero *{font-family:var(--adc142-font)!important}.adc-cap-gold,.btn-gold,.gold,.gold-pill,.adc-primary,#stayBookBtn,#adcAcquireBtn,.header-login-v1211.header-login-gold,.adc-cap-gold *,.btn-gold *,.gold *,.gold-pill *,.adc-primary *,#stayBookBtn *,#adcAcquireBtn *,.header-login-v1211.header-login-gold *{color:#080808!important;font-weight:700!important}.adc-cap-green,[class*=green][class*=btn],[class*=green][class*=pill],.adc-cap-green *,[class*=green][class*=btn] *,[class*=green][class*=pill] *,.adc-cap-dark,.btn-ghost,.ghost,.social-follow,.social-follow.secondary,[class*=ghost][class*=btn],[class*=transparent][class*=btn],[class*=transparent][class*=pill],.adc-cap-dark *,.btn-ghost *,.ghost *,.social-follow *,.social-follow.secondary *,[class*=ghost][class*=btn] *,[class*=transparent][class*=btn] *,[class*=transparent][class*=pill] *{color:#fff!important;font-weight:700!important}@media (width<=900px){.adc-index-v142-shell,#stayDetailV59,#adc-immersive .adc-immersive-list{grid-template-columns:1fr!important}}@media (width<=980px){.adc-index-v143-layout{grid-template-columns:1fr!important;align-items:end!important}.adc-index-v143-right{justify-self:stretch!important;max-width:none!important}.adc-index-v143-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=900px){#stayDetailV59,#adc-immersive .adc-immersive-list{grid-template-columns:1fr!important}}@media (width<=620px){.adc-index-v143-grid{grid-template-columns:1fr!important}.adc-index-v143-layout{inset:82px 18px 24px!important}}html,body,body :not(svg):not(path):not(style):not(script),button,input,select,textarea,option,label,table,thead,tbody,tr,td,th,h1,h2,h3,h4,h5,h6,p,span,a,small,strong,b,em,i,.hero *,.location-hero *,.pass-hero *,.adhesion-hero *,.vision-hero *,.events-hero *,.events-hero-v11 *,.community-hero *,.live-hero *,.adc-index-hero *{font-family:var(--adc145-font)!important}@media (width<=980px){.adc-index-v145-layout{width:auto!important;position:absolute!important;inset:88px 22px auto!important}.adc-index-v145-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=900px){#stayDetailV59,#adc-immersive .adc-immersive-list{grid-template-columns:1fr!important}}@media (width<=620px){.adc-index-v145-grid{grid-template-columns:1fr!important}}@media (width<=980px){#stayDetailV59{grid-template-columns:1fr!important}.adc-logo-metrics{grid-template-columns:1fr 1fr!important}}@media (width<=900px){#adc-immersive .adc-immersive-sheet{border-radius:26px 26px 0 0!important;grid-template-columns:1fr!important;width:100vw!important}#adc-immersive .adc-immersive-list{grid-template-columns:1fr!important}}@media (width<=760px){.adc-lang-switch{margin-left:4px!important}.adc-lang-switch button{min-width:27px!important;padding:0 5px!important;font-size:10px!important}}body[data-page=index] .adc-v152-investors>small,body[data-page=index] .adc-v152-contact a{font-size:12px!important}@media (width<=1050px){body[data-page=location] .searchbar,body[data-page=location] .search-bar,body[data-page=location] .location-search,body[data-page=location] [class*=searchbar],body[data-page=location] [class*=search-bar]{grid-template-columns:1.25fr .75fr .75fr .7fr auto!important}}@media (width<=820px){body[data-page=location] .searchbar,body[data-page=location] .search-bar,body[data-page=location] .location-search,body[data-page=location] [class*=searchbar],body[data-page=location] [class*=search-bar]{flex-wrap:wrap!important;display:flex!important}}@media (width<=900px){body[data-page=location] .travel-search{grid-template-columns:1fr 1fr!important}body[data-page=location] .travel-search>button{border-radius:0 0 18px 18px!important;grid-column:1/-1!important;width:100%!important;min-width:0!important;min-height:48px!important}}@media (width<=1100px){header nav,header .nav,header [class*=nav]{gap:14px!important}header nav a,header .nav a,header [class*=nav] a{font-size:15px!important}}@media (width<=900px){header{padding-left:18px!important;padding-right:18px!important}header .adc-header-actions-v157{gap:6px!important}header .adc-lang-current,header .adc-monadc-v157,header .header-login-v1211,header .header-login-gold,header .adc-signup-v157{height:38px!important}}body h1,body h2,body h3,body h4{font-family:var(--adc-font)!important;font-weight:400!important}body[data-page=location] .adc-owner-step-v154.is-validation,body[data-page=location] .adc-owner-step-v154.is-validation *{color:#080808!important;font-weight:800!important}@media (width<=1120px){:root{--adc159-nav:16px}header nav,header .nav,header [class*=nav]{gap:15px!important}}@media (width<=900px){header{padding-left:18px!important;padding-right:18px!important}header .adc-header-actions-v157{gap:7px!important}}@media (width<=1180px){header nav,header .nav,header [class*=nav]{gap:18px!important}header nav a,header .nav a,header [class*=nav] a{font-size:16.5px!important}}@media (width<=920px){body[data-page=index] .adc-v152-investor-rail{width:calc(100% - 34px)!important}header{padding-left:18px!important;padding-right:18px!important}}@media (width<=1180px){header nav a,header .nav a,header [class*=nav] a{font-size:17px!important}}@media (width<=1220px){header .nav-center a,header .adc-nav-v71 a{font-size:18px!important}header .nav-center,header .adc-nav-v71{gap:18px!important;margin-left:18px!important;margin-right:18px!important}}@media (width<=1220px){header .nav-center a,header .adc-nav-v71 a{font-size:19px!important}header .nav-center,header .adc-nav-v71{gap:18px!important;margin-left:20px!important;margin-right:20px!important}}@media (width<=1220px){header .nav-center,header .adc-nav-v71{gap:20px!important;margin-left:20px!important;margin-right:20px!important}header .nav-center a,header .adc-nav-v71 a,header .adc-lang-current{font-size:18px!important}}@media (width<=1220px){header .nav-center,header .adc-nav-v71{gap:18px!important;margin-left:18px!important;margin-right:18px!important}header .nav-center a,header .adc-nav-v71 a{font-size:18px!important}header .adc-lang-current{font-size:16px!important}}#adc-immersive[data-product-type=stay] #adcAcquireBtn,#adc-immersive[data-product-type=stay] .adc-immersive-actions{display:none!important}@media (width<=1100px){body[data-page=index] .adc-v152-universe-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}header .nav-center a,header .adc-nav-v71 a{font-size:18px!important}header .adc-lang-current{font-size:13px!important}}#adc-immersive[data-product-type=stay] .adc-immersive-actions,#adc-immersive[data-product-type=stay] #adcAcquireBtn,#adc-immersive[data-product-type=stay] #adcContractBtn,body.adc-stay-immersive-open #adcPaymentV73{display:none!important}@media (width<=900px){#adc-immersive[data-product-type=stay] .adc-immersive-sheet{border-radius:26px 26px 0 0!important;grid-template-columns:1fr!important;width:100vw!important;max-height:94vh!important}#adc-immersive[data-product-type=stay] .adc-immersive-media,#adc-immersive[data-product-type=stay] .adc-immersive-main{min-height:250px!important;max-height:32vh!important}}@media (width<=1220px){header .nav-center a,header .adc-nav-v71 a{font-size:20px!important}header .nav-center,header .adc-nav-v71{gap:20px!important;margin-left:20px!important;margin-right:20px!important}}@media (width<=900px){#adc-immersive[data-product-type=stay] .adc-immersive-sheet{grid-template-columns:1fr!important;width:100vw!important}#adc-immersive[data-product-type=stay] .adc-immersive-media,#adc-immersive[data-product-type=stay] .adc-immersive-main{min-height:250px!important}}@media (width<=1220px){header .nav-center,header .adc-nav-v71{flex:auto!important;gap:16px!important;width:auto!important;max-width:none!important;margin:0 18px!important}header .nav-center a,header .adc-nav-v71 a{font-size:20px!important}}@media (width<=800px){body[data-page=index] .adc-v152-universe-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}body[data-page=index] .adc-investor-trigger-v161{text-align:center!important;width:100%!important;position:relative!important;top:auto!important;right:auto!important}}:root{--adc-gold:#c9a84c;--adc-green:#2ecc8a;--adc-muted:#ffffff94}html,body{background:#000!important}body[data-page=controlroom]{color:#f5f1e9!important;background:#000!important;padding-top:64px!important}body[data-page=controlroom]>header[data-v207-header="1"]{z-index:999999!important;position:fixed!important;top:0!important;left:0!important;right:0!important}body[data-page=controlroom] .wrap{background:#000!important;min-height:calc(100vh - 64px)!important}body[data-page=controlroom] aside{background:#050706!important;border-right:1px solid #ffffff12!important;width:230px!important;padding:18px 12px!important}body[data-page=controlroom] aside .brand{padding:4px 8px 18px!important}body[data-page=controlroom] aside .logo-text{color:#fff!important;font-size:25px!important}body[data-page=controlroom] aside .logo-text small{letter-spacing:.15em;display:block;color:#2ecc8a!important;font-size:9px!important}body[data-page=controlroom] .nav-group{margin-bottom:18px!important}body[data-page=controlroom] .nav-group small{display:block;color:#ffffff52!important;padding:0 9px 7px!important;font-size:10px!important}body[data-page=controlroom] .nav-group button{color:#ffffffb3!important;text-align:left!important;width:100%!important;min-height:38px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:10px!important;margin:2px 0!important;padding:0 10px!important}body[data-page=controlroom] .nav-group button:hover{color:#fff!important;background:#ffffff0a!important}body[data-page=controlroom] .nav-group button.active{color:#edd27c!important;background:#c9a84c1a!important;border:1px solid #c9a84c26!important}body[data-page=controlroom] main{background:#000!important;padding:22px 24px!important}body[data-page=controlroom] .topbar{background:#000!important;border-bottom:1px solid #ffffff0f!important}body[data-page=controlroom] .view{background:#000!important}body[data-page=controlroom] .card,body[data-page=controlroom] [class*=metric],body[data-page=controlroom] [class*=kpi]{box-shadow:none!important;background:#090b0a!important;border:1px solid #fff1!important;border-radius:15px!important}body[data-page=controlroom] table{background:#000!important}body[data-page=controlroom] th{color:#d8c98f!important;background:#080a09!important}body[data-page=controlroom] td{background:#030403!important;border-color:#ffffff0e!important}.adc-myadc-overview-v207{background:#070908;border:1px solid #ffffff12;border-radius:20px;margin-bottom:20px;padding:22px}.adc-myadc-kicker-v207{color:#2ecc8a;letter-spacing:.12em;font-size:11px;font-weight:900}.adc-myadc-overview-v207 h1{margin:7px 0 4px;font-size:42px}.adc-myadc-overview-v207 p{color:var(--adc-muted);margin:0}.adc-myadc-kpis-v207{grid-template-columns:repeat(4,1fr);gap:8px;margin-top:18px;display:grid}.adc-myadc-kpis-v207 article{background:#030403;border:1px solid #ffffff0e;border-radius:13px;padding:13px}.adc-myadc-kpis-v207 span{color:var(--adc-muted);font-size:11px;display:block}.adc-myadc-kpis-v207 strong{color:#fff;margin-top:5px;font-size:21px;display:block}body[data-page=controlroom] .connected{display:none!important}@media (width<=950px){body[data-page=controlroom] aside{width:205px!important}.adc-myadc-kpis-v207{grid-template-columns:repeat(2,1fr)}}body[data-page=controlroom],body[data-page=controlroom] *,body[data-page=controlroom] :before,body[data-page=controlroom] :after{font-family:var(--adc-private-font)!important}body[data-page=controlroom]>header[data-v209-header="1"]{z-index:999999!important;position:fixed!important;top:0!important;left:0!important;right:0!important}body[data-page=controlroom] .wrap,body[data-page=controlroom] main,body[data-page=controlroom] .view{background:#000!important}body[data-page=controlroom] aside{background:#050706!important;border-right:1px solid #ffffff12!important}body[data-page=controlroom] .card,body[data-page=controlroom] [class*=metric],body[data-page=controlroom] [class*=kpi]{box-shadow:none!important;background:#090b0a!important;border-color:#fff1!important}body[data-page=controlroom],body[data-page=controlroom] *{font-family:var(--adc-font)!important}body[data-page=controlroom]>header[data-v210-header="1"]{z-index:999999!important;position:fixed!important;top:0!important;left:0!important;right:0!important}@media (width<=1100px){.membership-cards,.collection-grid,.marketplace-grid{grid-template-columns:repeat(2,1fr)}.header-inner{grid-template-columns:170px 1fr 150px}.nav-center{gap:15px}}@media (width<=820px){header{height:74px}.header-inner{grid-template-columns:1fr auto auto}.nav-center{border:1px solid var(--line);background:#040504f7;border-radius:22px;flex-direction:column;padding:22px;display:none;position:fixed;top:78px;left:16px;right:16px}.nav-center.open{display:flex}.menu-toggle{display:block}.section{padding:82px 0}.collection-grid,.membership-cards,.project-grid,.marketplace-grid,.community{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=540px){.container{width:min(100% - 24px,1240px)}.header-cta{display:none}.header-inner{grid-template-columns:1fr auto}.hero h1{font-size:52px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}@media (width<=900px){.ambassador-house-bridge{grid-template-columns:1fr}}@media (width<=820px){.header-actions-v1211{justify-self:end}.header-login-v1211.header-login-gold{min-height:43px;padding:0 18px}.nav-center{z-index:60}}@media (width<=980px){.house-card-grid{gap:12px}.house-collection-card{min-height:520px}}@media (width<=820px){.house-card-grid{grid-template-columns:1fr;max-width:560px;margin:auto}.house-collection-card{min-height:620px}}@media (width<=540px){.house-collection-card{border-radius:20px;min-height:530px}.house-card-link{padding:18px}}@media (prefers-reduced-motion:reduce){.marketplace-track{animation:none;overflow-x:auto}}@media (width<=820px){.marketplace-track .place-card{flex-basis:82vw;min-height:440px}.marketplace-track{animation-duration:34s}}@media (width<=760px){body{font-size:16px}p{line-height:1.65}}@media (width<=760px){.selected-gallery{grid-template-columns:1fr 1fr;height:auto}.selected-gallery button{height:150px}.selected-gallery button:first-child{grid-column:1/3;height:220px}}html,body{font-size:17px!important}@media (width<=850px){.stay-detail-v59{grid-template-columns:1fr}.stay-map-v59,.stay-map-v59 iframe{min-height:300px}.stay-detail-title-row{flex-direction:column;align-items:flex-start}.stay-detail-title-row h3{font-size:35px}}@media (width<=700px){.owner-steps-v65,.owner-form-v65{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.adc-tutorial-btn-v61,.adc-tutorial-btn,.tutorial-trigger,.guide-trigger,.adc-guide-panel-v61,.adc-guide-panel,.tutorial-panel,.guide-panel{animation:none!important}}@media (prefers-reduced-motion:reduce){.adc-ai-guide-button{animation:none!important}}@media (width<=980px){.adc-partner-grid-v77{grid-template-columns:repeat(2,1fr)}.adc-booking-sheet-v77{grid-template-columns:1fr}.adc-booking-visual-v77 img{height:260px;min-height:260px}}@media (width<=620px){.adc-partner-grid-v77,.adc-book-row-v77{grid-template-columns:1fr}.adc-booking-content-v77{padding:22px}}@media (width<=850px){.owner-steps-v79{grid-template-columns:1fr 1fr}.owner-step-v79:last-child{grid-column:1/-1}}@media (width<=560px){.owner-steps-v79,.owner-form-v79{grid-template-columns:1fr}}@media (width<=760px){.adc-next-page-v95{border-radius:18px;width:calc(100% - 20px);margin:24px auto 14px;padding:19px 14px}.adc-next-page-v95 h3{font-size:24px!important}.adc-next-page-v95 button{width:100%}}@media (width<=760px){.house-v18-grid,#adc-house-preview .house-v18-grid{grid-template-columns:1fr!important;gap:14px!important}.house-v18-card,#adc-house-preview .house-v18-card{min-height:500px!important}.house-v18-top,#adc-house-preview .house-v18-top{max-width:52%!important;min-height:34px!important;padding:0 9px!important;font-size:9.5px!important;top:11px!important;right:11px!important}.house-v18-price,#adc-house-preview .house-v18-price{min-height:36px!important;padding:0 11px!important;font-size:15px!important;top:11px!important;left:11px!important}.house-v18-content,#adc-house-preview .house-v18-content{bottom:22px!important;left:16px!important;right:16px!important}.house-v18-content>strong,#adc-house-preview .house-v18-content>strong{font-size:35px!important}.house-v18-offer,#adc-house-preview .house-v18-offer{font-size:16.5px!important}}header,#header,footer{box-sizing:border-box!important}@media (width<=760px){section{padding-top:42px!important;padding-bottom:42px!important}p{max-width:38em!important}.container{width:calc(100% - 20px)!important}footer .footer-grid{grid-template-columns:1fr!important}}@media (width<=760px){.house-v18-price,#adc-house-preview .house-v18-price{min-height:36px!important;padding:0 11px!important;font-size:15px!important;top:11px!important;left:11px!important}}@media (width<=760px){.house-v18-price,#adc-house-preview .house-v18-price{min-height:38px!important;padding:0 12px!important;font-size:15px!important;top:11px!important;left:11px!important}.house-v18-top,#adc-house-preview .house-v18-top{top:11px!important;right:11px!important}}@media (width<=760px){.house-v18-price,#adc-house-preview .house-v18-price{min-height:42px!important;padding:0 16px!important;font-size:17px!important;top:12px!important;left:12px!important}.house-v18-top,#adc-house-preview .house-v18-top{top:12px!important;right:12px!important}}@media (width<=760px){.adc-market-inspiration-v102{padding:38px 0!important}.adc-market-inspiration-v102 .adc-market-inspiration-track{grid-auto-columns:minmax(220px,82vw)!important}}@media (width<=760px){.house-v18-grid,#adc-house-preview .house-v18-grid{grid-template-columns:1fr!important;gap:14px!important}.house-v18-card,#adc-house-preview .house-v18-card{min-height:500px!important}.house-v18-price,#adc-house-preview .house-v18-price{min-height:44px!important;padding:0 17px!important;font-size:18px!important;top:12px!important;left:12px!important}.house-v18-top,#adc-house-preview .house-v18-top{max-width:50%!important;min-height:34px!important;padding:0 9px!important;font-size:9.5px!important;top:12px!important;right:12px!important}.house-v18-content,#adc-house-preview .house-v18-content{bottom:22px!important;left:16px!important;right:16px!important}.house-v18-content>strong,#adc-house-preview .house-v18-content>strong{font-size:35px!important}.house-v18-offer,#adc-house-preview .house-v18-offer{font-size:17px!important}}@media (width<=540px){footer{padding:34px 0 22px}}.location-page{background:#050605}.location-hero{--hero-image:linear-gradient(0deg,#0b0f0c,#0b0f0c);background:linear-gradient(90deg,#030604db,#0306046b 45%,#0306041a 76%), linear-gradient(180deg,#00000008,#000000a3), var(--hero-image) center/cover no-repeat;align-items:flex-end;min-height:90vh;display:flex;position:relative;overflow:hidden}.location-hero:after{content:"";pointer-events:none;background:linear-gradient(#0000,#050605);height:130px;position:absolute;bottom:0;left:0;right:0}.location-hero .container{z-index:2;padding-bottom:42px;position:relative}.location-kicker{letter-spacing:.13em;text-transform:uppercase;color:#95e1b9;background:#2f7a5833;border:1px solid #6fc99d40;border-radius:999px;padding:7px 10px;font-size:10px;display:inline-flex}.location-hero h1{max-width:880px;margin:13px 0 12px;font-size:clamp(58px,7vw,98px);line-height:.94}.location-hero .sub{color:#ddd8ce;max-width:720px;font-size:20px}.selected-stay{flex-wrap:wrap;gap:9px;margin:16px 0 0;display:flex}.selected-stay span{background:#0006;border:1px solid #ffffff1a;border-radius:999px;padding:8px 10px;font-size:10px}.travel-search{backdrop-filter:blur(18px);background:#070b08e3;border:1px solid #ffffff1c;border-radius:18px;grid-template-columns:1.6fr 1fr 1fr 1fr auto;gap:8px;margin-top:22px;padding:9px;display:grid}.travel-search label{border-right:1px solid #ffffff0f;padding:5px 9px;display:block}.travel-search label:last-of-type{border-right:0}.travel-search small{color:#8a9089;text-transform:uppercase;letter-spacing:.08em;font-size:8px;display:block}.travel-search input,.travel-search select{color:#f5efe3;background:0 0;border:0;outline:none;width:100%;padding:4px 0}.marketplace-strip{z-index:4;margin-top:-10px;padding:0 0 62px;position:relative}.market-head{justify-content:space-between;align-items:end;gap:20px;margin-bottom:12px;display:flex}.market-head h2{margin:0;font-size:32px}.market-head p{color:#aaa69c;margin:3px 0 0;font-size:12px}.market-arrows{gap:7px;display:flex}.market-arrows button{color:#fff;cursor:pointer;background:#0e120f;border:1px solid #ffffff1c;border-radius:50%;width:40px;height:40px}.stay-row{scroll-snap-type:x mandatory;scrollbar-width:none;gap:12px;padding:6px 2px 12px;display:flex;overflow-x:auto}.stay-row::-webkit-scrollbar{display:none}.stay-card{scroll-snap-align:start;cursor:pointer;background:#0d100e;border:1px solid #ffffff13;border-radius:21px;flex:0 0 285px;transition:all .25s;overflow:hidden}.stay-card:hover,.stay-card.active{border-color:#d7ad435c;transform:translateY(-5px);box-shadow:0 20px 50px #00000047}.stay-photo{background-position:50%;background-size:cover;height:178px;position:relative}.stay-photo b{text-transform:uppercase;background:#2f7a58cc;border-radius:999px;padding:6px 8px;font-size:9px;position:absolute;top:10px;left:10px}.stay-info{padding:13px}.stay-info h3{margin:0 0 4px;font-size:22px}.stay-info p{color:#aaa69c;margin:0;font-size:11px}.stay-foot{justify-content:space-between;gap:8px;margin-top:10px;font-size:10px;display:flex}.stay-foot strong{color:#ead9a7}.owner-section{background:radial-gradient(circle at 13% 18%,#2f7a5824,#0000 30%),#060806;padding:90px 0 105px}.owner-intro{grid-template-columns:1fr .78fr;align-items:end;gap:42px;display:grid}.owner-intro h2{margin:8px 0;font-size:clamp(46px,5.3vw,72px)}.owner-intro p{color:#b8b3aa;font-size:15px;line-height:1.7}.owner-flow{grid-template-columns:235px 1fr;gap:13px;margin-top:25px;display:grid}.owner-nav,.owner-content{background:#0d110e;border:1px solid #ffffff13;border-radius:22px}.owner-nav{padding:12px}.owner-tab{color:#aaa69c;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:10px;width:100%;padding:11px;display:flex}.owner-tab i{background:#ffffff0d;border-radius:50%;place-items:center;width:27px;height:27px;font-size:10px;font-style:normal;display:grid}.owner-tab.active{color:#effff4;background:#6fc99d17}.owner-content{padding:23px}.owner-view{display:none}.owner-view.active{display:block}.owner-view h3{margin:6px 0;font-size:34px}.owner-view p{color:#aaa69c;font-size:13px}.owner-grid{grid-template-columns:repeat(3,1fr);gap:9px;margin:16px 0;display:grid}.owner-box{background:#080b09;border:1px solid #ffffff0f;border-radius:13px;padding:14px}.owner-box small{color:#7f857e;text-transform:uppercase;font-size:9px;display:block}.owner-box strong{margin-top:5px;font-size:13px;display:block}.photo-drop{text-align:center;background:#d7ad4308;border:1px dashed #d7ad4347;border-radius:16px;place-items:center;min-height:155px;margin:16px 0;display:grid}@media (width<=900px){.travel-search{grid-template-columns:1fr 1fr}.owner-intro,.owner-flow{grid-template-columns:1fr}.owner-nav{grid-template-columns:repeat(3,1fr);display:grid}}@media (width<=620px){.travel-search{grid-template-columns:1fr}.owner-nav{grid-template-columns:1fr 1fr}.owner-grid{grid-template-columns:1fr}}a.btn-gold,button.btn-gold,a.event-pill,button.event-pill,.adc-cta-gold-v72,.header-login-gold,.social-follow,.house-card-cta,a[class*=gold][role=button],button[class*=gold]{color:#080908!important;text-shadow:none!important;background:linear-gradient(110deg,#7f5b12 0%,#c99a2d 27%,#fff2b5 49%,#d6a738 66%,#8d6718 100%)!important;border:1px solid #ffe88fc7!important;border-radius:999px!important;box-shadow:inset 0 1px #ffffffad,inset 0 -1px #53350057,0 9px 24px #c99a2d38!important}.live-btn.green,.btn-green,.green-btn,.adc-member57-secondary,.adc-membership-secondary,[class*=pill-green],[class*=green-pill],[class*=green-btn],.btn-ghost,.btn-dark,.event-pill.ghost,[class*=ghost-btn],[class*=transparent-pill]{font-weight:500!important}header#header{-webkit-backdrop-filter:blur(20px)!important;background:linear-gradient(#040504f7,#040504c7)!important;border-bottom:1px solid #fff1!important;height:76px!important;box-shadow:0 8px 28px #00000029!important}header#header .header-inner{grid-template-columns:150px minmax(0,1fr) auto!important;align-items:center!important;gap:18px!important;width:min(1320px,100% - 32px)!important;height:76px!important;margin:0 auto!important;display:grid!important}header#header .brand{align-items:center!important;min-width:0!important;display:flex!important}header#header .brand img{object-fit:contain!important;width:auto!important;max-width:128px!important;height:42px!important}header#header .adc-nav-v71{justify-content:center!important;align-items:center!important;gap:19px!important;min-width:0!important;display:flex!important}header#header .adc-nav-v71 a{color:#c9c8c3!important;letter-spacing:.02em!important;text-transform:none!important;white-space:nowrap!important;padding:29px 0 24px!important;font-size:11px!important;font-weight:500!important;line-height:1!important;transition:color .2s!important;position:relative!important}header#header .adc-nav-v71 a:hover,header#header .adc-nav-v71 a.active{color:#fff!important}header#header .adc-nav-v71 a.active:after{content:""!important;background:linear-gradient(90deg,#0000,#f1d47a 20% 80%,#0000)!important;height:1px!important;position:absolute!important;bottom:13px!important;left:2px!important;right:2px!important;box-shadow:0 0 7px #f1d47a4d!important}header#header .header-actions-v1211{white-space:nowrap!important;justify-content:flex-end!important;justify-self:end!important;align-items:center!important;gap:8px!important;display:flex!important}header#header .header-member-v71,header#header .header-login-v1211.header-login-gold{box-sizing:border-box!important;white-space:nowrap!important;justify-content:center!important;align-items:center!important;margin:0!important;line-height:1!important;text-decoration:none!important;display:inline-flex!important;position:relative!important;transform:none!important}header#header .header-member-v71{color:#f1efe9!important;letter-spacing:.07em!important;text-transform:uppercase!important;background:linear-gradient(#181918,#0d0e0d)!important;border:1px solid #ffffff21!important;border-radius:999px!important;height:35px!important;padding:0 13px!important;font-size:9.5px!important;font-weight:600!important;box-shadow:inset 0 1px #ffffff0d,0 7px 18px #0000002e!important}header#header .header-member-v71:hover,header#header .header-member-v71.active{color:#fff!important;background:#1d1f1d!important;border-color:#f1d47a47!important}header#header .header-login-v1211.header-login-gold{color:#080808!important;letter-spacing:.055em!important;text-transform:uppercase!important;background:linear-gradient(145deg,#8d6322 0%,#c99a42 32%,#efd17a 52%,#b47d27 78%,#8b5e1b)!important;border:1px solid #e5be66d1!important;border-radius:999px!important;height:35px!important;min-height:35px!important;padding:0 14px!important;font-size:9.5px!important;font-weight:700!important;overflow:hidden!important;box-shadow:0 7px 18px #c99a4229,inset 0 1px #ffffff75!important}header#header .header-login-v1211.header-login-gold:after{opacity:.32!important;animation-duration:6.5s!important}header#header .header-login-v1211.header-login-gold:hover{transform:translateY(-1px)!important;box-shadow:0 9px 22px #c99a4236,inset 0 1px #ffffff80!important}header#header .menu-toggle{justify-self:end!important}main{overflow-x:hidden!important}.container{max-width:1320px}@media (width<=1120px){header#header .adc-nav-v71{gap:13px!important}header#header .adc-nav-v71 a{font-size:10px!important}header#header .header-inner{grid-template-columns:132px minmax(0,1fr) auto!important}}@media (width<=920px){header#header .adc-nav-v71{display:none!important}header#header .header-inner{grid-template-columns:1fr auto auto!important;gap:9px!important}header#header .brand img{height:38px!important}header#header .header-member-v71,header#header .header-login-v1211.header-login-gold{height:33px!important;min-height:33px!important;padding:0 11px!important;font-size:9px!important}.menu-toggle{display:inline-flex!important}}@media (width<=560px){header#header .header-inner{grid-template-columns:1fr auto auto!important;width:calc(100% - 20px)!important}header#header .header-member-v71{padding:0 9px!important;font-size:8.5px!important}header#header .header-login-v1211.header-login-gold{padding:0 10px!important;font-size:8.5px!important}header#header .brand img{max-width:92px!important}}header#header{-webkit-backdrop-filter:blur(16px)saturate(125%)!important;background:#04050452!important;border-bottom:1px solid #ffffff0b!important;transition:background .28s,backdrop-filter .28s,border-color .28s!important}header#header.scrolled{-webkit-backdrop-filter:blur(20px)saturate(120%)!important;background:#050605c7!important;border-bottom-color:#ffffff12!important}header#header .header-member-v71{transform:translateY(2px)!important}header#header .header-login-v1211.header-login-gold{justify-content:center!important;align-items:center!important;min-height:34px!important;padding:0 13px!important;line-height:1!important;display:inline-flex!important}header#header .nav-center a{font-weight:500!important}:root{--adc-header-h:76px}header#header{z-index:9999!important;height:var(--adc-header-h)!important;box-shadow:none!important;-webkit-backdrop-filter:blur(16px)saturate(115%)!important;background:linear-gradient(#0405048f,#04050433)!important;border-bottom:1px solid #ffffff0e!important;align-items:center!important;transition:background .28s,border-color .28s,box-shadow .28s!important;display:flex!important;position:fixed!important;inset:0 0 auto!important}header#header.scrolled{background:#040504d6!important;border-bottom-color:#ffffff13!important;box-shadow:0 10px 34px #00000026!important}header#header .header-inner{grid-template-columns:170px minmax(0,1fr) auto auto!important;align-items:center!important;gap:18px!important;width:min(1320px,100% - 32px)!important;height:100%!important;margin:auto!important;padding:0!important;display:grid!important}header#header .brand{cursor:pointer!important;justify-content:flex-start!important;align-items:center!important;width:150px!important;height:54px!important;margin:0!important;padding:0!important;display:inline-flex!important}header#header .brand img{object-fit:contain!important;filter:none!important;width:auto!important;max-width:145px!important;height:44px!important;display:block!important}header#header .nav-center{justify-content:center!important;align-items:center!important;gap:22px!important;height:100%!important;margin:0!important;padding:0!important;display:flex!important}header#header .nav-center a{color:#f5f0e6bd!important;letter-spacing:.035em!important;text-transform:none!important;white-space:nowrap!important;align-items:center!important;height:100%!important;padding:1px 0 0!important;font:500 12px/1.1 Avenir Next,Trebuchet MS,Arial,sans-serif!important;display:inline-flex!important;position:relative!important}header#header .nav-center a:hover,header#header .nav-center a.active{color:#fff!important}header#header .nav-center a.active:after{content:""!important;background:linear-gradient(90deg,#0000,#e2bd69,#0000)!important;height:1px!important;position:absolute!important;bottom:14px!important;left:10%!important;right:10%!important;box-shadow:0 0 10px #e2bd698c!important}header#header .header-actions-v1211{justify-content:flex-end!important;align-items:center!important;gap:8px!important;margin:0!important;display:flex!important}header#header .header-member-v71,header#header .header-login-v1211{box-sizing:border-box!important;letter-spacing:.06em!important;text-transform:none!important;white-space:nowrap!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;height:36px!important;min-height:36px!important;padding:0 15px!important;font:600 10px/1 Avenir Next,Trebuchet MS,Arial,sans-serif!important;text-decoration:none!important;display:inline-flex!important}header#header .header-member-v71{color:#f5f0e6!important;background:#0000007a!important;border:1px solid #ffffff21!important;transform:translateY(2px)!important}header#header .header-login-v1211{color:#080808!important;background:linear-gradient(112deg,#8b6118,#c99a42 34%,#f1d77d 52%,#bd8628 74%,#825915)!important;border:1px solid #e8c669b8!important;padding:0 17px!important;font-weight:700!important;box-shadow:0 8px 21px #c99a422b,inset 0 1px #ffffff7a!important}header#header .menu-toggle{display:none!important}@media (width<=1080px){header#header .header-inner{grid-template-columns:130px minmax(0,1fr) auto!important;gap:10px!important}header#header .nav-center{display:none!important}header#header .menu-toggle{color:#fff!important;background:#0000004d!important;border:1px solid #ffffff1c!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:38px!important;height:38px!important;font-size:20px!important;display:inline-flex!important}}@media (width<=620px){:root{--adc-header-h:68px}header#header .header-inner{grid-template-columns:96px 1fr auto!important;width:calc(100% - 20px)!important}header#header .brand{width:92px!important}.brand img{max-width:92px!important;height:36px!important}header#header .header-member-v71{display:none!important}header#header .header-login-v1211{height:34px!important;min-height:34px!important;padding:0 13px!important;font-size:9px!important}}header,#header{box-shadow:none!important;backdrop-filter:blur(5px)saturate(104%)!important;background:#0304031a!important;border-bottom:1px solid #ffffff04!important;transition:background .34s,backdrop-filter .34s,border-color .34s,box-shadow .34s!important}header.scrolled,#header.scrolled{backdrop-filter:blur(18px)saturate(110%)!important;background:#020302f0!important;border-bottom-color:#d8b77714!important;box-shadow:0 10px 34px #0003!important}.hero,.location-hero,.vision-hero,.events-hero,.events-hero-v11,.community-hero,.live-hero{border:0!important;position:relative!important;overflow:hidden!important;box-shadow:inset 70px 0 110px -105px #030403b3,inset -70px 0 110px -105px #030403b3!important}.hero:after,.location-hero:after,.vision-hero:after,.events-hero:after,.events-hero-v11:after,.community-hero:after,.live-hero:after{content:""!important;z-index:2!important;pointer-events:none!important;background:linear-gradient(#05060500 0%,#0506050a 34%,#05060557 69%,#050605 100%)!important;height:180px!important;position:absolute!important;bottom:-2px!important;left:0!important;right:0!important}.hero>.container,.hero .hero-content,.location-hero>.container,.location-hero .container,.vision-hero>.container,.vision-hero .container,.events-hero>.container,.events-hero .container,.events-hero-v11>.container,.community-hero>.container,.community-hero .container,.live-hero>.container,.live-hero .container{z-index:4!important;position:relative!important}.house-v18-top,#adc-house-preview .house-v18-top{color:#6fc99d!important;white-space:normal!important;letter-spacing:.01em!important}#adc-immersive .adc-immersive-sheet{backdrop-filter:blur(27px)saturate(108%)!important;background:linear-gradient(132deg,#cdcdc638 0%,#5a5c574d 34%,#0c0e0de6 73%)!important;border:1px solid #efe8da33!important;box-shadow:0 38px 120px #0000008a,inset 0 1px #ffffff1a!important}#adc-immersive .adc-immersive-media{background:#080a09ad!important;border:0!important}#adc-immersive .adc-immersive-kicker{color:#e5cb7d!important;font-weight:600!important}#adc-immersive .adc-immersive-titleline h2{color:#fff!important;text-shadow:0 2px 18px #00000057!important}#adc-immersive .adc-immersive-units{color:#f2f4f1!important;font-style:normal!important;font-weight:520!important}#adc-immersive .adc-immersive-row,#adc-immersive .adc-state{background:#141715ad!important;border:1px solid #ffffff1b!important}#adc-immersive .adc-immersive-row span{color:#cdd1cd!important}#adc-immersive .adc-immersive-row strong{color:#fff!important;font-weight:550!important}#adc-immersive .adc-immersive-price,#adcImmersivePrice{color:#070807!important;cursor:pointer!important;background:linear-gradient(110deg,#7f5b12,#c99a2d 30%,#fff2b5 50%,#b88721)!important;border:1px solid #ffe88fb8!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;padding:11px 18px!important;font-weight:800!important;display:inline-flex!important;box-shadow:inset 0 1px #fff9,0 10px 26px #be892b33!important}#adc-immersive[data-product-type=membership] .adc-immersive-main,#adc-immersive[data-product-type=adhesion] .adc-immersive-main{background-color:#090b0a!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:contain!important;-webkit-mask-image:none!important;mask-image:none!important}#adc-immersive[data-product-type=membership] .adc-immersive-thumbs button,#adc-immersive[data-product-type=adhesion] .adc-immersive-thumbs button{background-color:#0b0d0c!important;background-repeat:no-repeat!important;background-size:contain!important}@media (width<=760px){header,#header{background:#03040324!important}header.scrolled,#header.scrolled{background:#020302f2!important}.hero:after,.location-hero:after,.vision-hero:after,.events-hero:after,.events-hero-v11:after,.community-hero:after,.live-hero:after{height:145px!important}#adc-immersive .adc-immersive-content{padding:27px 22px 34px!important}}:root{--idx-gold:#d2ad58;--idx-gold2:#ebcf83;--idx-black:#030403;--idx-cream:#f4f0e8}html,body{margin:0;color:#f4f0e8!important;background:#030403!important}header .nav-center a,header .nav-center button{text-transform:uppercase!important;letter-spacing:.075em!important;font-size:10px!important;font-weight:500!important}.adc-index-main{background:#030403;min-height:100vh}.adc-index-hero{background:linear-gradient(90deg,#020302e8 0%,#0203028f 42%,#0203021f 74%,#02030238 100%),linear-gradient(#00000014,#0304038f 75%,#030403 100%),url(https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=2200&q=92) 50%/cover no-repeat;align-items:end;min-height:92vh;display:flex;position:relative;overflow:hidden}.adc-index-hero:after{content:"";pointer-events:none;background:linear-gradient(#0000,#030403 96%);height:32%;position:absolute;inset:auto 0 -1px}.adc-index-hero .container{z-index:2;padding-top:150px;padding-bottom:78px;position:relative}.adc-index-copy{max-width:660px}.adc-index-kicker{letter-spacing:.23em;color:#d9bb6e;text-transform:uppercase;margin-bottom:18px;font-size:10px}.adc-index-title{text-transform:uppercase;letter-spacing:-.035em;color:#f5f0e8;margin:0 0 20px;font:400 clamp(54px,7vw,96px)/.91 Georgia,Times New Roman,serif}.adc-index-title em{color:#d6a749;font-style:normal;display:block}.adc-index-copy>p{color:#f4f0e8c7;max-width:490px;margin:0 0 26px;font-size:16px;line-height:1.66}.adc-index-rule{background:#d2ad58;width:42px;height:1px;margin:20px 0}.adc-index-values{background:#d2ad581f;border-top:1px solid #d2ad5826;border-bottom:1px solid #d2ad581f;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:54px;display:grid}.adc-index-value{background:#030403b3;min-height:165px;padding:25px 22px}.adc-index-value b{text-transform:uppercase;color:#f5f0e8;margin:7px 0 9px;font:400 19px/1.2 Georgia,serif;display:block}.adc-index-value span{color:#d2ad58;letter-spacing:.16em;text-transform:uppercase;font-size:10px}.adc-index-value p{color:#f4f0e89e;margin:0;font-size:11px;line-height:1.55}.adc-index-metrics{padding:70px 0 42px}.adc-index-metric-grid{border-top:1px solid #d2ad5821;border-bottom:1px solid #d2ad5821;grid-template-columns:repeat(4,1fr);display:grid}.adc-index-metric{border-right:1px solid #d2ad581c;padding:27px 25px}.adc-index-metric:last-child{border-right:0}.adc-index-metric small{color:#d2ad58;letter-spacing:.12em;text-transform:uppercase;font-size:9px;display:block}.adc-index-metric strong{color:#fff;margin:9px 0 5px;font:400 29px/1.1 Georgia,serif;display:block}.adc-index-metric em{color:#f4f0e880;letter-spacing:.09em;text-transform:uppercase;font-size:10px;font-style:normal}.adc-index-investors{text-align:center;padding:34px 0 76px}.adc-index-investors .over{color:#b8b1a5;letter-spacing:.31em;text-transform:uppercase;font-size:10px}.adc-index-investors h2{letter-spacing:.12em;text-transform:uppercase;color:#d6a749;margin:14px 0 23px;font:400 clamp(38px,5vw,62px)/1 Georgia,serif}.adc-index-contact{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.adc-index-contact .label{letter-spacing:.24em;text-transform:uppercase;color:#e1d9ca;margin-right:5px;font-size:10px}.adc-index-contact a{color:#e9e1d4;background:#ffffff06;border:1px solid #d2ad5840;border-radius:999px;align-items:center;min-height:42px;padding:0 15px;font-size:11px;text-decoration:none;display:inline-flex}.adc-index-contact a:hover{color:#fff;border-color:#e8c87d99}.adc-index-sommaire{padding:26px 0 96px}.adc-index-section-head{text-align:center;margin-bottom:30px}.adc-index-section-head span{color:#aaa399;letter-spacing:.31em;text-transform:uppercase;font-size:9px}.adc-index-section-head h2{color:#f4f0e8;margin:12px 0;font:400 clamp(38px,5vw,60px)/1 Georgia,serif}.adc-index-grid{background:#d2ad5826;border:1px solid #d2ad5829;grid-template-columns:repeat(2,1fr);gap:2px;display:grid}.adc-index-tile{text-align:left;color:#fff;cursor:pointer;background:#090a09;border:0;min-height:265px;padding:0;position:relative;overflow:hidden}.adc-index-tile:before{content:"";background-image:var(--tile);filter:saturate(.76);background-position:50%;background-size:cover;transition:transform .7s;position:absolute;inset:0;transform:scale(1.01)}.adc-index-tile:after{content:"";background:linear-gradient(90deg,#020302e3,#0203025c 62%,#0203023d),linear-gradient(#0000 45%,#020302ba);position:absolute;inset:0}.adc-index-tile:hover:before{transform:scale(1.045)}.adc-index-tile-copy{z-index:2;position:absolute;top:31px;left:32px;right:32px}.adc-index-tile-copy h3{text-transform:uppercase;margin:0 0 11px;font:400 clamp(29px,3vw,42px)/1 Georgia,serif}.adc-index-tile-copy p{color:#ffffffc7;max-width:340px;margin:0 0 19px;font-size:12px;line-height:1.55}.adc-index-tile-copy span{color:#dfbe70;letter-spacing:.09em;text-transform:uppercase;border:1px solid #d2ad5866;padding:9px 14px;font-size:9px;display:inline-flex}@media (width<=900px){.adc-index-values,.adc-index-metric-grid{grid-template-columns:1fr 1fr}.adc-index-metric:nth-child(2){border-right:0}.adc-index-metric:nth-child(-n+2){border-bottom:1px solid #d2ad581c}.adc-index-grid{grid-template-columns:1fr}}@media (width<=600px){.adc-index-hero{min-height:82vh}.adc-index-hero .container{padding-top:118px;padding-bottom:56px}.adc-index-values,.adc-index-metric-grid{grid-template-columns:1fr}.adc-index-metric{border-bottom:1px solid #d2ad581c;border-right:0}.adc-index-contact{flex-direction:column}.adc-index-contact .label{margin-right:0}.adc-index-tile{min-height:225px}.adc-index-tile-copy{top:26px;left:24px;right:24px}}:root{--adc94-black:#020302;--adc94-ivory:#f4f0e8;--adc94-muted:#f4f0e8a8;--adc94-gold:#d3b778;--adc94-gold-light:#efe0b7;--adc94-gold-deep:#9e793d}html,body{color:var(--adc94-ivory)!important;background:#020302!important}h1,h2,h3,.hero-title,.section-title{letter-spacing:-.018em!important;font-weight:400!important}header .brand img{filter:brightness(1.06)saturate(.84)contrast(1.02)!important;opacity:.98!important}.btn-gold,.gold,.gold-pill,[class*=gold][class*=btn],[class*=gold][class*=pill],.header-login-v1211.header-login-gold,.house-v18-price,.adc-immersive-price,#adcImmPrice,#adcAcquireBtn{color:#070807!important;background:linear-gradient(145deg,#917145 0%,#b9985c 28%,#dec98e 50%,#f0e2bd 61%,#b79355 82%,#856338 100%)!important;border-color:#f4e4b9b3!important;box-shadow:0 9px 26px #c2a15c29,inset 0 1px #ffffff9e!important}.house-v18-card{border-color:#e7dabe21!important;box-shadow:0 24px 68px #0000006b,inset 0 1px #ffffff06!important}.location-hero:before,.hero:before,.vision-hero:before,.events-hero:before,.events-hero-v11:before,.community-hero:before,.live-hero:before{content:""!important;z-index:2!important;pointer-events:none!important;position:absolute!important;inset:0!important;box-shadow:inset 58px 0 94px #02030247,inset -58px 0 94px #02030247!important}:root{--adc-black:#020302;--adc-black-soft:#070807;--adc-ivory:#f5f1e9;--adc-muted:#f5f1e9ad;--adc-gold-deep:#8f6b28;--adc-gold:#d0ad58;--adc-gold-light:#f3e1ad;--adc-green:#6fc492}html,body{background:var(--adc-black)!important;color:var(--adc-ivory)!important}body{letter-spacing:.018em!important}main{background:linear-gradient(#020302 0%,#050605 44%,#020302 100%)!important}h1,h2,h3,h4,.hero-title,.section-title,.adc-hero-title-v73{letter-spacing:.075em!important;font-weight:400!important}h1,.hero-title,.adc-hero-title-v73{text-transform:uppercase!important;line-height:1.02!important}.kicker,.eyebrow,.overline,[class*=kicker],[class*=eyebrow],header .nav-center a,header .nav-center button{text-transform:uppercase!important;letter-spacing:.16em!important;font-weight:400!important}header .nav-center a,header .nav-center button{color:#f5f1e9c7!important;font-size:10px!important}header .brand img{filter:brightness(1.04)saturate(.9)!important;width:auto!important;height:41px!important}.header-actions-v1211{gap:9px!important}.header-member-v71{letter-spacing:.12em!important;min-height:40px!important;padding:0 16px!important;font-size:10px!important}.header-login-v1211.header-login-gold{letter-spacing:.13em!important;min-height:45px!important;padding:0 24px!important;font-size:11px!important}.btn-gold,.header-login-v1211.header-login-gold,.house-v18-price,.adc-immersive-price,#adcImmPrice,#adcAcquireBtn,.adc-primary,.pass-v2-buy,.event-pill-gold,[class*=gold][class*=btn],[class*=gold][class*=pill]{color:#070807!important;text-shadow:none!important;background:linear-gradient(110deg,#8f6a27 0%,#c7a34d 34%,#f3e1ad 55%,#d2ad58 68%,#98712c 100%)!important;border:1px solid #f4e2b2b8!important;font-weight:500!important;box-shadow:0 10px 30px #c39c482e,inset 0 1px #ffffff9e!important}.adc-v96-journey{backdrop-filter:blur(12px);background:linear-gradient(90deg,#ffffff09,#fff1,#ffffff09);border:1px solid #ffffff0e;border-radius:999px;flex-wrap:wrap;justify-content:center;gap:6px;width:min(1040px,100% - 34px);margin:22px auto 0;padding:9px 12px;display:flex}.adc-v96-journey span{letter-spacing:.13em;text-transform:uppercase;padding:4px 9px;font-size:10px;font-weight:400}.adc-v96-journey .pass{color:var(--adc-green)!important}.adc-v96-journey .stay{color:#fff!important}.adc-v96-journey .access{color:var(--adc-gold-light)!important}.house-v18-card{isolation:isolate!important;border:1px solid #efe8d521!important;box-shadow:0 28px 80px #0000007a!important}.house-v18-card:after{background:linear-gradient(#ffffff13 0%,#ffffff06 24%,#0000 42%),linear-gradient(#0000 34%,#02030229 57%,#020302f5 100%)!important}.house-v18-top{color:var(--adc-green)!important}.house-v18-content strong,.house-v18-content em,.house-v18-offer,.house-v18-discover{color:#fff!important}#adc-immersive{-webkit-backdrop-filter:blur(18px)!important;background:#000000ba!important}.adc-immersive-sheet{-webkit-backdrop-filter:blur(28px)saturate(108%)!important;background:linear-gradient(140deg,#f6f3ec2b,#ffffff0b 32%,#080a09d6 75%)!important;border:1px solid #f2e7ca33!important;border-radius:30px!important;box-shadow:0 46px 145px #000000b8,inset 0 1px #ffffff1c!important}.adc-immersive-media{background:radial-gradient(circle at 48% 44%,#ffffff17,#0000 48%),#070807!important}.adc-immersive-main:after{background:linear-gradient(90deg,#0000 54%,#06080794 84%,#060807e6 100%),linear-gradient(#00000005,#0000000a 58%,#0405049e 100%)!important}.adc-immersive-titleline h2{color:#fff!important;letter-spacing:.07em!important;font-weight:400!important}.adc-immersive-desc{color:#ffffffe6!important;line-height:1.72!important}.adc-immersive-units{color:#ffffffd9!important;font-style:normal!important}.adc-immersive-row strong{color:#fff!important;font-weight:500!important}.adc-immersive-thumbs{z-index:7!important;gap:9px!important;display:flex!important;bottom:22px!important;left:24px!important;right:auto!important;transform:none!important}.adc-immersive-thumbs button{opacity:.82!important;background-position:50%!important;background-size:cover!important;border:1px solid #ffffff52!important;border-radius:50%!important;width:56px!important;height:56px!important;display:block!important;box-shadow:0 8px 23px #0006!important}.adc-immersive-thumbs button.active{opacity:1!important;border-color:#f4e2b2e0!important;box-shadow:0 0 0 2px #d0ad5826,0 10px 25px #00000070!important}.location-hero,.hero,.vision-hero,.events-hero,.events-hero-v11,.community-hero,.live-hero{isolation:isolate!important;overflow:hidden!important}@media (width<=820px){header .brand img{height:37px!important}.header-login-v1211.header-login-gold{min-height:42px!important;padding:0 19px!important}.adc-v96-journey{border-radius:20px!important;gap:3px!important}.adc-immersive-sheet{border-radius:25px 25px 0 0!important;grid-template-columns:1fr!important;width:100vw!important;height:95vh!important}.adc-immersive-media{min-height:38vh!important;max-height:42vh!important}}@media (width<=820px){.live-hero{background-size:auto 65%!important}h1,[class*=hero] h1{letter-spacing:.006em!important}.adc-index-sommaire-v3 .intro h2{font-size:34px!important}}button,a[role=button],.btn,.btn-gold,.gold,.gold-pill,.header-login-v1211,.header-member-v71,.adc-primary,.adc-secondary,#adcAcquireBtn,#adcContractBtn,.adc-partner-book-now-v79,[data-adc-route],[data-adc-footer-route],[data-adc-index-route],[data-adc-control-room],.search-btn,.search-button,[class*=search][class*=btn],[class*=book][class*=btn],[class*=reserve],[class*=cta],button[type=submit],.location-search button,.search-bar button,.search-form button,.stay-detail-meta span,.stay-amenities span,.stay-detail-price,#selectedPrice,#selectedPeople,#selectedPlace,#selectedTitle,.adc-partner-stay-foot-v79 strong,.adc-partner-book-now-v79{font-weight:700!important}.adc-partner-book-now-v79{justify-content:center!important;align-items:center!important;display:inline-flex!important}.house-v18-price,.house-v18-discover,.house-v18-card button,.house-v18-card a,.membership-card button,.membership-card a,[class*=membership] button,[class*=membership] a,a:where([class*=gold],[class*=btn]),button:where([class*=gold],[class*=btn]){font-weight:700!important}.adc-v111-plane{color:#fff!important;text-shadow:0 0 9px #ffffff2e!important;vertical-align:middle!important;margin-left:10px!important;font-size:21px!important;line-height:1!important;display:inline-block!important;transform:rotate(-10deg)!important}.adc-v109-projects-hero:before{content:""!important;z-index:2!important;pointer-events:none!important;box-shadow:none!important;background:linear-gradient(#020302 0%,#020302eb 4%,#02030285 10%,#02030229 18%,#0000 30% 70%,#02030229 82%,#02030294 90%,#020302f0 96%,#020302 100%),linear-gradient(90deg,#020302f0 0%,#0203025c 7%,#0000 16% 84%,#0203025c 93%,#020302f0 100%)!important;position:absolute!important;inset:0!important}.adc-v109-projects-hero .community-overlay,.adc-v109-projects-hero [class*=overlay]{box-shadow:none!important;border:0!important}button,a[role=button],.btn,.btn-gold,.gold,.gold-pill,.header-login-v1211,.header-member-v71,.adc-primary,.adc-secondary,#adcAcquireBtn,#adcContractBtn,.adc-partner-book-now-v79,[data-adc-route],[data-adc-footer-route],[data-adc-index-route],[data-adc-control-room],[data-adc-footer-faq],[data-adc-index-home],[class*=cta],[class*=button],[class*=btn],[class*=pill]{text-align:center!important;vertical-align:middle!important;box-sizing:border-box!important;justify-content:center!important;align-items:center!important;min-height:40px!important;padding-top:0!important;padding-bottom:0!important;font-weight:700!important;font-stretch:75%!important;line-height:1.1!important;display:inline-flex!important}button,a[role=button],.btn,.btn-gold,.gold,.gold-pill,.header-login-v1211,.header-member-v71,.adc-primary,.adc-secondary,#adcAcquireBtn,#adcContractBtn,.adc-partner-book-now-v79{white-space:nowrap!important}.btn-gold,.gold,.gold-pill,.header-login-v1211.header-login-gold,#adcAcquireBtn,.adc-primary,.adc-partner-book-now-v79,[class*=green][class*=btn],[class*=green][class*=pill],.ghost,.btn-ghost,[class*=ghost][class*=btn],[class*=transparent][class*=btn],[class*=transparent][class*=pill]{text-align:center!important;font-weight:700!important}.selected-stay span,.stay-detail-meta span,.stay-amenities span,.house-v18-top,.adc-state,.adc-immersive-row,.adc-immersive-row span,.adc-immersive-units,[class*=meta] span,[class*=tag],[class*=badge],[class*=chip]{text-align:center!important;vertical-align:middle!important;box-sizing:border-box!important;justify-content:center!important;align-items:center!important;line-height:1.2!important;display:inline-flex!important}.selected-stay span:not(a):not(button),.stay-detail-meta span,.stay-amenities span,.house-v18-top,.adc-state,.adc-immersive-row span,.adc-immersive-units{font-weight:400!important}a .house-v18-price,button .house-v18-price,a.adc-immersive-price,button.adc-immersive-price,#adcImmPrice[role=button]{font-weight:700!important}.header-login-v1211,.header-member-v71{text-align:center!important;justify-content:center!important;align-items:center!important;line-height:1!important;display:inline-flex!important}.location-search button,.search-bar button,.search-form button,button[type=submit]{text-align:center!important;justify-content:center!important;align-items:center!important;font-weight:700!important;display:inline-flex!important}.selected-stay span{min-height:38px!important;padding:0 14px!important}.house-v18-card button,.house-v18-card a,.membership-card button,.membership-card a,[class*=membership] button,[class*=membership] a,.house-v18-discover{text-align:center!important;justify-content:center!important;align-items:center!important;font-weight:700!important}.adc-immersive-actions button,.adc-immersive-actions a,#adcAcquireBtn,#adcContractBtn{text-align:center!important;justify-content:center!important;align-items:center!important;min-height:46px!important;font-weight:700!important;display:inline-flex!important}@media (width<=820px){button,a[role=button],.btn,.btn-gold,.gold,.gold-pill,.header-login-v1211,.header-member-v71,.adc-primary,.adc-secondary{min-height:42px!important}.selected-stay span{white-space:normal!important;min-height:40px!important}}:root{--adc113-gold-dark:#a27a32;--adc113-gold-light:#e8d59d;--adc113-green:#4f9f76;--adc113-black:#070807}header *,h1,h2,h3,h4,h5,h6,.hero h1,.location-hero h1,.vision-hero h1,.events-hero h1,.events-hero-v11 h1,.community-hero h1,.live-hero h1{font-weight:400!important}.btn-gold,.gold,.gold-pill,.header-login-v1211.header-login-gold,.house-v18-price,.adc-immersive-price,#adcImmPrice,#adcAcquireBtn,.adc-primary,[data-tone=gold]{color:#080808!important;background:linear-gradient(110deg,#8c6626 0%,#b98d3d 32%,#e2c779 53%,#f0dda6 61%,#9b722d 100%)!important;border:1px solid #f4dea3b8!important;font-weight:700!important}.btn-gold *,.gold *,.gold-pill *,.header-login-v1211.header-login-gold *,.house-v18-price *,#adcAcquireBtn *,.adc-primary *{color:#080808!important;font-weight:700!important}.adc-v113-green,.adc-partner-book-now-v79,[class*=green][class*=btn],[class*=green][class*=pill],[data-tone=green]{color:#fff!important;background:#3f8762eb!important;border-color:#6fc99557!important;font-weight:700!important}.adc-v113-green *,.adc-partner-book-now-v79 *{color:#fff!important;font-weight:700!important}.ghost,.btn-ghost,[class*=ghost][class*=btn],[class*=transparent][class*=btn],[class*=transparent][class*=pill],[data-tone=dark]{color:#fff!important;background:#05060585!important;border-color:#ffffff21!important;font-weight:700!important}button,a[role=button],[data-adc-route],[data-adc-footer-route],[data-adc-index-route],.header-login-v1211,.header-member-v71,.adc-primary,.adc-secondary{text-align:center!important;justify-content:center!important;align-items:center!important;font-weight:700!important}.stay-detail-meta span,.stay-amenities span,#selectedPlace,#selectedPeople,#selectedTitle{color:#fff!important;background:#0506058f!important;border:1px solid #ffffff1f!important;font-weight:700!important}#selectedPrice,.stay-detail-price{color:#fff!important;background:#3f8762eb!important;border:1px solid #6fc99557!important;font-weight:700!important;box-shadow:0 7px 20px #285f4429!important}.stay-detail-title-row,.stay-detail-meta,.stay-amenities{text-align:center!important;justify-content:center!important;align-items:center!important}.stay-detail-meta span,.stay-amenities span,#selectedPrice,.stay-detail-price{justify-content:center!important;align-items:center!important;min-height:38px!important;padding:0 14px!important;display:inline-flex!important}.adc-partner-stay-foot-v79{justify-content:flex-start!important}.adc-immersive-media{background:#080908!important;position:relative!important;overflow:hidden!important}.adc-immersive-main{opacity:1!important;background-position:50%!important;background-repeat:no-repeat!important;display:block!important}#adc-immersive[data-product-type=pass] .adc-immersive-main{background-size:cover!important}#adc-immersive[data-product-type=membership] .adc-immersive-main,#adc-immersive[data-product-type=adhesion] .adc-immersive-main{background-size:contain!important}.adc-immersive-media:after{content:""!important;pointer-events:none!important;background:linear-gradient(90deg,#0000 58%,#080a09b8 88%,#080a09f0 100%),linear-gradient(#00000008,#0000 55%,#040504a3 100%)!important;position:absolute!important;inset:0!important}.adc-immersive-content{color:#fff!important;background:linear-gradient(145deg,#73777433,#393d3a73,#0a0c0bc7)!important;padding:40px 42px 38px!important}.adc-immersive-titleline h2{color:#fff!important;font-size:clamp(38px,4vw,56px)!important;font-weight:400!important;line-height:.98!important}.adc-immersive-desc{color:#ffffffe6!important;font-size:16px!important;line-height:1.65!important}.adc-immersive-list{grid-template-columns:1fr 1fr!important;gap:10px!important;margin-top:20px!important;display:grid!important}.adc-immersive-row{background:linear-gradient(145deg,#585c59eb,#383c39f0)!important;border:1px solid #ffffff1f!important;border-radius:16px!important;padding:15px 16px!important;display:block!important}.adc-immersive-row span{color:#ffffffb8!important;text-align:left!important;font-weight:400!important;display:block!important}.adc-immersive-row strong{color:#fff!important;text-align:left!important;margin-top:5px!important;font-weight:400!important;display:block!important}.adc-immersive-thumbs{z-index:8!important;gap:9px!important;display:flex!important;bottom:22px!important;left:24px!important}.adc-immersive-thumbs button{background-position:50%!important;background-size:cover!important;border:1px solid #ffffff4d!important;border-radius:50%!important;width:54px!important;height:54px!important;min-height:54px!important;padding:0!important}.adc-immersive-actions{align-items:center!important;gap:10px!important;margin-top:22px!important;display:flex!important}.adc-immersive-actions button,.adc-immersive-actions a{border-radius:999px!important;min-height:46px!important;padding:0 19px!important;font-weight:700!important}.vision-hero h1,.events-hero h1,.events-hero-v11 h1,.community-hero h1,.live-hero h1,.house-v18-hero h1,.pass-hero h1,.adhesion-hero h1,.location-hero h1{letter-spacing:.008em!important;font-style:normal!important;font-weight:400!important}@media (width<=820px){.adc-immersive-sheet{border-radius:26px 26px 0 0!important;grid-template-columns:1fr!important;width:100vw!important;height:95vh!important}.adc-immersive-media{min-height:38vh!important;max-height:42vh!important}.adc-immersive-list{grid-template-columns:1fr!important}.adc-immersive-content{padding:27px 22px 34px!important}}:root{--adc116-gold:#f1df9f;--adc116-gold-deep:#c49a48;--adc116-green:#4f9f76;--adc116-black:#020302}header,header *,.vision-hero h1,.events-hero h1,.events-hero-v11 h1,.live-hero h1,.community-hero h1,.location-hero h1,.pass-hero h1,.adhesion-hero h1,.hero h1,.hero-title,.adc-hero-title-v73{letter-spacing:.008em!important;font-style:normal!important;font-weight:400!important;font-stretch:75%!important}.btn-gold,.gold,.gold-pill,.header-login-v1211.header-login-gold,.house-v18-price,#adcAcquireBtn,.adc-primary,.adc-v116-gold{color:#080808!important;background:linear-gradient(110deg,#a77b2f 0%,#cda650 36%,#f1df9f 58%,#d5b56f 74%,#9a702a 100%)!important;border:1px solid #f5e5b8b8!important;font-weight:700!important}.btn-gold *,.gold *,.gold-pill *,.adc-v116-gold *{color:#080808!important;font-weight:700!important}.adc-v116-green,[class*=green][class*=btn],[class*=green][class*=pill]{color:#fff!important;background:#3f8762eb!important;font-weight:700!important}.adc-v116-green *,.ghost,.btn-ghost,[class*=ghost][class*=btn],[class*=transparent][class*=btn],[class*=transparent][class*=pill]{color:#fff!important;font-weight:700!important}.selected-stay span,.stay-detail-meta span,.stay-amenities span{text-align:center!important;justify-content:center!important;align-items:center!important;min-height:38px!important;padding:0 14px!important;display:inline-flex!important}.house-v18-discover,.adc-partner-stay-v79 [class*=discover],.adc-partner-stay-v79 [class*=more]{color:#080808!important;font-weight:700!important}.adc-v116-founder{color:#080808!important;font-weight:700!important}@media (width<=820px){.owner-steps-v79{grid-template-columns:1fr 1fr!important}.owner-step-v79:last-child{grid-column:1/-1!important}}:root{--adc117-gold:#f0dda0;--adc117-gold-dark:#b68c3a;--adc117-green:#4f9f76;--adc117-black:#020302;--adc117-white:#f7f3eb}h1,.hero h1,.location-hero h1,.vision-hero h1,.events-hero h1,.events-hero-v11 h1,.community-hero h1,.live-hero h1,.pass-hero h1,.adhesion-hero h1,.hero-title,.adc-hero-title-v73,[class*=hero] h1{letter-spacing:.008em!important;text-transform:none!important;font-style:normal!important;font-weight:400!important;font-stretch:75%!important;line-height:.95!important}header .nav-center a,header .nav-center button,.header-member-v71,.header-login-v1211{letter-spacing:.05em!important;text-transform:uppercase!important;font-weight:400!important}button,a[role=button],.btn,.btn-gold,.gold,.gold-pill,.header-login-v1211,.header-member-v71,.adc-primary,.adc-secondary,#adcAcquireBtn,#adcContractBtn,[data-adc-route],[data-adc-footer-route],[data-adc-index-route],[data-adc-control-room],[class*=cta],[class*=button]{text-align:center!important;vertical-align:middle!important;box-sizing:border-box!important;justify-content:center!important;align-items:center!important;font-weight:700!important;display:inline-flex!important}.btn-gold,.gold,.gold-pill,.header-login-v1211.header-login-gold,.house-v18-price,#adcAcquireBtn,.adc-primary,.adc-v117-gold{color:#080808!important;background:linear-gradient(110deg,#9f752b 0%,#c59b45 34%,#efd992 57%,#f4e4b3 64%,#a77b2e 100%)!important;border:1px solid #f6e6bcbd!important;font-weight:700!important}.btn-gold *,.gold *,.gold-pill *,.adc-v117-gold *{color:#080808!important;font-weight:700!important}.adc-v117-green,[class*=green][class*=btn],[class*=green][class*=pill]{color:#fff!important;background:#3f8762eb!important;border-color:#6fc99557!important;font-weight:700!important}.adc-v117-green *{color:#fff!important;font-weight:700!important}.ghost,.btn-ghost,[class*=ghost][class*=btn],[class*=transparent][class*=btn],[class*=transparent][class*=pill],.adc-v117-dark{color:#fff!important;background:#05060585!important;border-color:#ffffff21!important;font-weight:700!important}.selected-stay span,.stay-detail-meta span,.stay-amenities span,.house-v18-top,.adc-state,.adc-immersive-row span,[class*=tag],[class*=badge],[class*=chip]{text-align:center!important;justify-content:center!important;align-items:center!important;font-weight:400!important;display:inline-flex!important}.selected-stay span,.stay-detail-meta span,.stay-amenities span{color:#fff!important;background:#0506058f!important;border:1px solid #ffffff1f!important;min-height:38px!important;padding:0 14px!important}#selectedPrice,.stay-detail-price{background:var(--adc117-gold)!important;color:#080808!important;border:1px solid #f6e6bcbd!important;font-weight:700!important}.adc-partner-stay-foot-v79 strong{color:var(--adc117-gold)!important;font-weight:700!important}.location-hero h1 em,.location-hero h1 i,.location-hero .accent{font-style:normal!important;font-weight:400!important}.owner-steps-v79{grid-template-columns:repeat(5,minmax(0,1fr))!important;align-items:stretch!important;gap:10px!important;display:grid!important}.owner-step-v79{text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;min-height:92px!important;padding:12px 10px!important;display:flex!important;overflow:hidden!important}.owner-step-v79 b,.owner-step-v79 strong{margin:0 0 5px!important;font-size:14px!important;line-height:1.05!important;display:block!important}.owner-step-v79 span,.owner-step-v79 small,.owner-step-v79 p{white-space:normal!important;overflow-wrap:anywhere!important;margin:0!important;font-size:11px!important;line-height:1.2!important;display:block!important}.location-hero,.hero,.vision-hero,.events-hero,.events-hero-v11,.community-hero,.live-hero,.pass-hero,.adhesion-hero{isolation:isolate!important;background-color:#020302!important;background-repeat:no-repeat!important;position:relative!important;overflow:hidden!important}.location-hero:before,.hero:before,.vision-hero:before,.events-hero:before,.events-hero-v11:before,.community-hero:before,.live-hero:before,.pass-hero:before,.adhesion-hero:before{content:""!important;z-index:2!important;pointer-events:none!important;background:linear-gradient(#02030270 0%,#0203021a 14%,#0000 30% 72%,#02030233 84%,#020302 100%),linear-gradient(90deg,#02030247 0%,#0000 12% 88%,#02030247 100%)!important;position:absolute!important;inset:0!important}.location-hero:after,.hero:after,.vision-hero:after,.events-hero:after,.events-hero-v11:after,.community-hero:after,.live-hero:after,.pass-hero:after,.adhesion-hero:after{content:""!important;z-index:3!important;pointer-events:none!important;background:linear-gradient(#0000,#020302 100%)!important;height:34%!important;position:absolute!important;bottom:-1px!important;left:0!important;right:0!important}.adc-v109-projects-hero{isolation:isolate!important;box-shadow:none!important;background-color:#020302!important;border:0!important;position:relative!important;overflow:hidden!important}.adc-v109-projects-hero:after{content:""!important;z-index:1!important;pointer-events:none!important;position:absolute!important;inset:0!important;box-shadow:inset 0 50px 76px #02030299,inset 0 -56px 84px #020302a8,inset 42px 0 74px #0203024d,inset -42px 0 74px #0203024d!important}@media (width<=820px){.owner-steps-v79{grid-template-columns:1fr 1fr!important}.owner-step-v79:last-child{grid-column:1/-1!important}.adc-immersive-sheet{grid-template-columns:1fr!important;width:100vw!important;height:95vh!important}}body[data-page=index] main,.adc-index-v3,.adc-index-main{visibility:visible!important;opacity:1!important;display:block!important}.adc-index-hero-v3,.adc-index-hero,[class*=adc-index-hero]{visibility:visible!important;opacity:1!important;background-color:#020302!important;min-height:90vh!important;display:flex!important;position:relative!important;overflow:hidden!important}.adc-index-hero-content{z-index:4!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;min-height:82vh!important;display:flex!important;position:relative!important}body[data-page=index] header .brand{opacity:1!important;position:relative!important}body[data-page=index] header .brand:after{content:""!important;opacity:1!important;background:linear-gradient(90deg,#0000,#e2c36f,#0000)!important;height:1px!important;position:absolute!important;bottom:-10px!important;left:14%!important;right:14%!important;box-shadow:0 0 9px #e2c36f59!important}body[data-page=index] header .nav-center .active:after,body[data-page=index] header .nav-center [aria-current=page]:after{opacity:0!important;transform:scaleX(0)!important}header,header *,header .nav-center a,header .nav-center button,.header-member-v71,.header-login-v1211{font-style:normal!important;font-weight:400!important;font-stretch:75%!important}h1,.hero h1,.location-hero h1,.pass-hero h1,.adhesion-hero h1,.vision-hero h1,.events-hero h1,.events-hero-v11 h1,.community-hero h1,.live-hero h1,.adc-index-hero h1,.adc-index-hero-v3 h1,.hero-title,.adc-hero-title-v73,[class*=hero] h1{letter-spacing:.008em!important;text-transform:none!important;font-style:normal!important;font-weight:400!important;font-stretch:75%!important;line-height:.95!important}.hero p,.location-hero p,.pass-hero p,.adhesion-hero p,.vision-hero p,.events-hero p,.events-hero-v11 p,.community-hero p,.live-hero p,[class*=hero] p{font-weight:400!important;font-stretch:75%!important}.location-hero,.pass-hero,.adhesion-hero,.vision-hero,.events-hero,.events-hero-v11,.community-hero,.live-hero,.hero{background-position:50%!important;background-repeat:no-repeat!important;position:relative!important;overflow:hidden!important}:root{--adc120-black:#020302;--adc120-white:#f7f4ee;--adc120-gold:#f0dda0;--adc120-green:#4f9f76}header,header *{font-style:normal!important;font-weight:400!important}h1,.hero h1,.location-hero h1,.pass-hero h1,.adhesion-hero h1,.vision-hero h1,.events-hero h1,.events-hero-v11 h1,.community-hero h1,.live-hero h1,.hero-title,.adc-hero-title-v73,[class*=hero] h1{letter-spacing:.006em!important;text-transform:none!important;font-style:normal!important;font-weight:400!important;line-height:.95!important}.location-hero h1 em,.location-hero h1 i,.pass-hero h1 em,.adhesion-hero h1 em,.vision-hero h1 em,.events-hero h1 em,.community-hero h1 em,.live-hero h1 em{font-style:normal!important;font-weight:400!important}header{box-shadow:none!important;border-bottom:0!important}.btn,.btn-gold,.gold,.gold-pill,.header-login-v1211.header-login-gold,.adc-primary,#adcAcquireBtn,.adc-discover-gold,.adc-v120-gold{color:#080808!important;text-align:center!important;background:linear-gradient(110deg,#9f742b 0%,#c69a44 34%,#efd992 57%,#f5e7bd 65%,#a87b2e 100%)!important;border:1px solid #f6e6bcc2!important;font-weight:700!important}.btn *,.btn-gold *,.gold *,.gold-pill *,.header-login-v1211.header-login-gold *,.adc-primary *,#adcAcquireBtn *,.adc-discover-gold *{color:#080808!important;font-weight:700!important}.adc-v120-green,[class*=green][class*=btn],[class*=green][class*=pill]{color:#fff!important;text-align:center!important;background:#3f8762ed!important;border:1px solid #6fc9955c!important;font-weight:700!important}.adc-v120-green *{color:#fff!important;font-weight:700!important}.ghost,.btn-ghost,[class*=ghost][class*=btn],[class*=transparent][class*=btn],[class*=transparent][class*=pill],.adc-v120-dark{color:#fff!important;text-align:center!important;background:#04060585!important;border:1px solid #ffffff21!important;font-weight:700!important}.btn,.btn-gold,.gold,.gold-pill,.header-login-v1211,.header-member-v71,.adc-primary,.adc-secondary,#adcAcquireBtn,#adcContractBtn,.adc-discover-gold{box-sizing:border-box!important;justify-content:center!important;align-items:center!important;min-height:42px!important;padding-top:0!important;padding-bottom:0!important;line-height:1!important;display:inline-flex!important}.location-search button,.search-bar button,.search-form button,button[type=submit].btn-gold{color:#080808!important;font-weight:700!important}.selected-stay span,.stay-detail-meta span,.stay-amenities span{text-align:center!important;color:#fff!important;background:#0406058a!important;border:1px solid #ffffff1f!important;justify-content:center!important;align-items:center!important;min-height:38px!important;padding:0 14px!important;font-weight:700!important;display:inline-flex!important}.stay-detail-price{color:#fff!important;background:#3f8762ed!important;font-weight:700!important}.adc-partner-stay-foot-v79 strong{color:var(--adc120-gold)!important;font-style:normal!important;font-weight:700!important}.owner-steps-v79{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.owner-step-v79{text-align:center!important;justify-content:center!important;align-items:center!important;min-height:70px!important;padding:12px 10px!important;font-weight:700!important;display:flex!important;overflow:hidden!important}.owner-step-v79 span,.owner-step-v79 small,.owner-step-v79 p{display:none!important}.owner-step-v79 b,.owner-step-v79 strong{margin:0!important;font-size:15px!important;font-weight:700!important;line-height:1.05!important}.house-v18-price{color:#080808!important;font-weight:700!important}.adc-immersive-sheet{background:linear-gradient(140deg,#686c694d,#313532a3,#0a0c0beb)!important;border:1px solid #ffffff21!important;border-radius:32px!important;grid-template-columns:minmax(390px,.92fr) minmax(470px,1.08fr)!important;width:min(1160px,94vw)!important;height:min(760px,91vh)!important;overflow:hidden!important;box-shadow:0 46px 145px #000000b8!important}.adc-immersive-content{color:#fff!important;background:linear-gradient(145deg,#6a6e6b38,#3034317a,#0a0c0bcc)!important}.adc-immersive-row{background:linear-gradient(145deg,#5c605df0,#3b3f3cf0)!important;border:1px solid #ffffff24!important;border-radius:16px!important}.adc-index-hero{background-image:linear-gradient(#00000003 0%,#00000008 58%,#02030285 82%,#020302 100%),url(/assets/img/ADC_INDEX_HERO_FINAL.jpg)!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;min-height:92vh!important;display:block!important;position:relative!important}.adc-index-hero>*{display:none!important}.adc-index-metrics{background:#020302!important;padding:72px 0!important}.adc-index-metric{background:linear-gradient(145deg,#ffffff0b,#ffffff04)!important;border:1px solid #ffffff12!important;border-radius:20px!important}.adc-index-investors h2,.adc-index-investors strong{color:#f1d76b!important;text-shadow:0 0 14px #f1d76b38!important}.adc-index-investors p,.adc-index-contact-v3 a{font-size:15px!important}.adc-index-sommaire{background:#020302!important;padding:70px 0 95px!important}.adc-index-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.adc-index-card{background:#080908!important;border:1px solid #ffffff14!important;border-radius:22px!important;overflow:hidden!important}.event-kicker.medieval-final{color:#fff!important;font-weight:700!important}@media (width<=820px){.owner-steps-v79{grid-template-columns:1fr 1fr!important}.owner-step-v79:last-child{grid-column:1/-1!important}.adc-immersive-sheet{grid-template-columns:1fr!important;width:100vw!important;height:95vh!important}.adc-index-grid{grid-template-columns:1fr!important}}:root{--adc121-black:#020302;--adc121-white:#f7f4ee;--adc121-gold:#f4dc78;--adc121-gold-soft:#f0dda0;--adc121-green:#4f9f76}html,body,body :not(svg):not(path):not(style):not(script),body :before,body :after,button,input,select,textarea,option,label,table,thead,tbody,tr,td,th{font-synthesis:none!important;font-stretch:75%!important}p,li,td,th,label,small,span,a,button,input,select,textarea{font-size:1.04em!important}header .nav-center a,header .nav-center button,.header-member-v71,.header-login-v1211{font-size:12px!important}h1,.hero h1,.location-hero h1,.pass-hero h1,.adhesion-hero h1,.vision-hero h1,.events-hero h1,.events-hero-v11 h1,.community-hero h1,.live-hero h1,.hero-title,.adc-hero-title-v73,[class*=hero] h1{letter-spacing:.006em!important;text-transform:none!important;font-style:normal!important;font-weight:400!important;font-stretch:75%!important;line-height:.95!important}h2,h3,h4,h5,h6,.section-title,.card-title,.location-hero h1 em,.location-hero h1 i,.vision-hero h1 em,.events-hero h1 em,.community-hero h1 em,.live-hero h1 em{font-style:normal!important;font-weight:400!important}.vision-hero h1,.vision-hero p,.events-hero h1,.events-hero-v11 h1,.events-hero p,.events-hero-v11 p,.community-hero h1,.community-hero p,.live-hero h1,.live-hero p{font-weight:400!important}.house-v18-content strong{font-size:clamp(34px,3.2vw,46px)!important}.house-v18-content em,.house-v18-offer,.house-v18-discover,.house-v18-top{font-size:1.08em!important}.membership-card h3,[class*=membership] h3{font-size:1.15em!important}html,body{margin-top:0!important;padding-top:0!important}body:before,body:after{content:none!important;display:none!important}header{box-shadow:none!important;border-top:0!important;border-bottom:0!important;margin-top:0!important;top:0!important}body>div:first-child:empty,body>span:first-child:empty{display:none!important}button,a[role=button],.btn,.btn-gold,.gold,.gold-pill,.header-login-v1211,.header-member-v71,.adc-primary,.adc-secondary,#adcAcquireBtn,#adcContractBtn,[data-adc-route],[data-adc-footer-route],[data-adc-index-route],[data-adc-control-room],[class*=cta],[class*=button]{text-align:center!important;justify-content:center!important;align-items:center!important;font-weight:700!important;display:inline-flex!important}.btn-gold,.gold,.gold-pill,.header-login-v1211.header-login-gold,.adc-primary,#adcAcquireBtn,.adc-discover-gold,.adc-v121-gold{color:#080808!important;background:linear-gradient(110deg,#9d742b 0%,#c79e47 34%,#efd992 56%,#f6e8bf 65%,#a87b2e 100%)!important;font-weight:700!important}.btn-gold *,.gold *,.gold-pill *,.adc-v121-gold *{color:#080808!important;font-weight:700!important}.adc-v121-green,[class*=green][class*=btn],[class*=green][class*=pill]{color:#fff!important;background:#3f8762ed!important;font-weight:700!important}.adc-v121-green *{color:#fff!important;font-weight:700!important}.ghost,.btn-ghost,[class*=ghost][class*=btn],[class*=transparent][class*=btn],[class*=transparent][class*=pill],.adc-v121-dark{color:#fff!important;background:#04060594!important;font-weight:700!important}.ghost *,.btn-ghost *{color:#fff!important;font-weight:700!important}.location-hero h1 em,.location-hero h1 i,.location-hero .accent{color:var(--adc121-gold)!important;font-style:normal!important}.selected-stay{flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;gap:8px!important;display:flex!important}.selected-stay span{text-align:center!important;color:#fff!important;background:#04060594!important;border:1px solid #ffffff21!important;justify-content:center!important;align-items:center!important;min-height:40px!important;padding:0 15px!important;font-weight:700!important;display:inline-flex!important}#selectedPrice{background:var(--adc121-gold-soft)!important;color:#080808!important;font-weight:700!important}.stay-detail-meta,.stay-amenities{flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;gap:8px!important;display:flex!important}.stay-detail-meta span,.stay-amenities span{color:#fff!important;background:#04060594!important;border:1px solid #ffffff21!important;justify-content:center!important;align-items:center!important;min-height:40px!important;padding:0 15px!important;font-weight:700!important;display:inline-flex!important}.stay-detail-price{color:#fff!important;z-index:8!important;background:#040605b8!important;border:1px solid #ffffff24!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:42px!important;padding:0 17px!important;font-weight:700!important;display:inline-flex!important;position:absolute!important;inset:auto 22px 22px auto!important}.stay-detail-card,.stay-detail-panel,.stay-detail-content{position:relative!important}.adc-partner-stay-foot-v79{justify-content:flex-end!important;align-items:center!important;margin-top:auto!important;padding-top:16px!important;display:flex!important}.adc-partner-stay-foot-v79 strong{color:var(--adc121-gold-soft)!important;margin-left:auto!important;font-style:normal!important;font-weight:700!important}.adc-partner-book-now-v79{display:none!important}.marketplace-hero,.partner-hero-v79,.adc-partner-intro-v79,[class*=marketplace][class*=hero]{isolation:isolate!important;background-color:#020302!important;position:relative!important;overflow:hidden!important;box-shadow:inset 0 72px 90px -50px #020302d6,inset 0 -105px 115px -50px #020302,inset 58px 0 85px -65px #02030294,inset -58px 0 85px -65px #02030294!important}.location-hero,.hero,.pass-hero,.adhesion-hero,.vision-hero,.events-hero,.events-hero-v11,.community-hero,.live-hero{isolation:isolate!important;background-color:#020302!important;background-repeat:no-repeat!important;position:relative!important;overflow:hidden!important;box-shadow:inset 0 78px 94px -52px #020302db,inset 0 -122px 125px -54px #020302,inset 65px 0 94px -72px #0203029e,inset -65px 0 94px -72px #0203029e!important}.location-hero:after,.hero:after,.pass-hero:after,.adhesion-hero:after,.vision-hero:after,.events-hero:after,.events-hero-v11:after,.community-hero:after,.live-hero:after{content:""!important;z-index:3!important;pointer-events:none!important;background:linear-gradient(#0000 0%,#02030238 40%,#020302 100%)!important;height:36%!important;position:absolute!important;bottom:-1px!important;left:0!important;right:0!important}.adc-v109-projects-hero{isolation:isolate!important;background-color:#020302!important;border:0!important;position:relative!important;overflow:hidden!important;box-shadow:inset 0 118px 130px -55px #020302,inset 0 -128px 140px -55px #020302,inset 105px 0 125px -72px #020302f2,inset -105px 0 125px -72px #020302f2!important}.adc-v109-projects-hero:before{content:""!important;z-index:2!important;pointer-events:none!important;background:linear-gradient(#020302 0%,#020302f0 5%,#0203026b 16%,#0000 31% 69%,#0203026b 84%,#020302f0 95%,#020302 100%),linear-gradient(90deg,#020302 0%,#020302d1 6%,#02030247 16%,#0000 28% 72%,#02030247 84%,#020302d1 94%,#020302 100%)!important;position:absolute!important;inset:-2px!important}.adc-v109-projects-hero>*{z-index:3!important;position:relative!important}.adc-v121-events-cta{color:#080808!important;font-weight:700!important}.live-hero .hero-content{text-align:left!important;background:linear-gradient(90deg,#020302eb,#020302b8 72%,#02030200)!important;border-radius:18px!important;max-width:52%!important;margin-left:0!important;margin-right:auto!important;padding:28px 30px!important}.adc-index-hero{min-height:94vh!important;position:relative!important;overflow:hidden!important}.adc-index-hero-metrics{z-index:5!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;display:grid!important;position:absolute!important;bottom:7%!important;left:5%!important;right:5%!important}.adc-index-hero-metric{backdrop-filter:blur(12px)!important;background:linear-gradient(145deg,#ffffff14,#ffffff06)!important;border:1px solid #ffffff1a!important;border-radius:18px!important;padding:16px 18px!important}.adc-index-hero-metric strong{color:#fff!important;font-size:23px!important;font-weight:700!important;display:block!important}.adc-index-hero-metric span{color:#ffffffc2!important;margin-top:3px!important;font-size:13px!important;display:block!important}.adc-index-hero-contact{z-index:5!important;backdrop-filter:blur(12px)!important;color:#fff!important;background:#02030294!important;border:1px solid #ffffff1a!important;border-radius:18px!important;padding:16px 18px!important;position:absolute!important;top:18%!important;right:5%!important}.adc-index-hero-contact a{color:#fff!important;font-weight:700!important;text-decoration:none!important}.adc-index-metrics{display:none!important}.house-v18-top{font-size:15px!important}.house-v18-price{font-size:17px!important}.house-v18-content em,.house-v18-offer,.house-v18-discover{font-size:16px!important}.membership-card p,[class*=membership] p{font-size:15px!important}@media (width<=820px){body{font-size:16px!important}.live-hero{background-position:85% 54%!important;background-size:auto 52%!important}.live-hero .hero-content{max-width:72%!important;padding:22px 18px!important}.adc-index-hero-metrics{grid-template-columns:1fr 1fr!important;bottom:5%!important;left:4%!important;right:4%!important}.adc-index-hero-contact{top:12%!important;right:4%!important}}html,body,body :not(svg):not(path):not(style):not(script),button,input,select,textarea,option,label,table,thead,tbody,tr,td,th{font-synthesis:none!important;font-stretch:75%!important}h1,h2,h3,h4,[class*=-title],[class*=-heading],[class*=-kicker],.hero h1,.page-hero h1,.location-hero h1,.pass-hero h1,.adhesion-hero h1,.vision-hero h1,.events-hero h1,.events-hero-v11 h1,.community-hero h1,.live-hero h1,.adc-index-hero h1,.adc-index-hero-v3 h1,.hero-title,.adc-hero-title-v73{font-style:normal!important;font-weight:400!important}:root{--adc-bg:#020302;--adc-panel:#0b0d0c;--adc-text:#f5f2eb;--adc-muted:#f5f2ebad;--adc-green:#69bd8d;--adc-gold-a:#9b722a;--adc-gold-b:#c89d45;--adc-gold-c:#eed994;--adc-gold-d:#f7eac2}html,body,body :not(svg):not(path):not(style):not(script),button,input,select,textarea,option,label,table,thead,tbody,tr,td,th,h1,h2,h3,h4,h5,h6,p,span,a,small,strong,b,em,i{font-synthesis:none!important;font-stretch:75%!important}h1,h2,h3,h4,h5,h6,[class*=-title],[class*=-heading],[class*=-kicker],.location-hero h1,.pass-hero h1,.adhesion-hero h1,.vision-hero h1,.events-hero h1,.events-hero-v11 h1,.community-hero h1,.live-hero h1,.adc-index-hero h1,.hero-title,.adc-hero-title-v73{letter-spacing:.008em!important;font-style:normal!important;font-weight:400!important}h1 em,h1 i,h2 em,h2 i,h3 em,h3 i{font-style:normal!important}.adc-editorial-accent{color:#f4dc78!important;font-style:normal!important;font-weight:400!important}.adc-section-label,[class*=kicker],[class*=eyebrow],[class*=overline],.section-label,.section-kicker{color:var(--adc-green)!important;font-weight:400!important}html,body{background:var(--adc-bg)!important;color:var(--adc-text)!important;margin:0!important;padding:0!important}header{box-shadow:none!important;backdrop-filter:blur(10px)!important;background:#02030224!important;border:0!important;margin:0!important;transition:background .28s,backdrop-filter .28s!important;top:0!important}header .nav-center a,header .nav-center button,.header-member-v71,.header-login-v1211{letter-spacing:.055em!important;font-size:13px!important;font-weight:400!important}.topbar,.top-bar,.preheader,.header-spacer,.announcement,.announcement-bar,.site-strip,.top-strip,.site-topbar,.header-top-strip,.header-gap{border:0!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;display:none!important}.adc-cap{text-align:center!important;cursor:pointer!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:42px!important;padding:0 18px!important;font-weight:700!important;text-decoration:none!important;transition:transform .18s,box-shadow .18s,background .18s,opacity .18s!important;display:inline-flex!important}.adc-cap:hover{transform:translateY(-1px)!important}.adc-cap-gold{color:#080808!important;background:linear-gradient(110deg,var(--adc-gold-a),var(--adc-gold-b) 34%,var(--adc-gold-c) 57%,var(--adc-gold-d) 66%,#a77a2c)!important;border:1px solid #f6e6bcc2!important;box-shadow:inset 0 1px #ffffff75,inset 0 -1px #7a54142e,0 8px 22px #a87b2e2e!important}.adc-cap-green{color:#fff!important;background:#3f8762f0!important;border:1px solid #6fc99557!important;box-shadow:0 8px 22px #285f4429!important}.adc-cap-dark{color:#fff!important;backdrop-filter:blur(10px)!important;background:#04060570!important;border:1px solid #ffffff1f!important}.adc-cap *,.adc-cap-gold *,.adc-cap-green *,.adc-cap-dark *{font-weight:700!important}.location-hero,.pass-hero,.adhesion-hero,.vision-hero,.events-hero,.events-hero-v11,.community-hero,.live-hero,.adc-cinematic{isolation:isolate!important;background-color:var(--adc-bg)!important;box-shadow:inset 0 80px 95px -60px #020302e0, inset 0 -130px 145px -65px var(--adc-bg)!important;position:relative!important;overflow:hidden!important}.location-hero:after,.pass-hero:after,.adhesion-hero:after,.vision-hero:after,.events-hero:after,.events-hero-v11:after,.community-hero:after,.live-hero:after,.adc-cinematic:after{content:""!important;z-index:2!important;pointer-events:none!important;background:linear-gradient(180deg,transparent 0%,#02030238 46%,var(--adc-bg) 100%)!important;height:32%!important;position:absolute!important;bottom:-1px!important;left:0!important;right:0!important}.location-hero>*,.pass-hero>*,.adhesion-hero>*,.vision-hero>*,.events-hero>*,.events-hero-v11>*,.community-hero>*,.live-hero>*,.adc-cinematic>*{z-index:3!important;position:relative!important}.adc-projects-v135{background-color:var(--adc-bg)!important;box-shadow:inset 0 110px 130px -74px var(--adc-bg), inset 0 -125px 145px -72px var(--adc-bg)!important;position:relative!important;overflow:hidden!important}.adc-projects-v135:after{content:""!important;z-index:2!important;pointer-events:none!important;background:linear-gradient(180deg,transparent,#02030240,var(--adc-bg))!important;height:30%!important;position:absolute!important;bottom:-1px!important;left:0!important;right:0!important}.adc-projects-v135>*{z-index:3!important;position:relative!important}.house-v18-card,.pass-card,[class*=pass-card]{border:1px solid #000000e6!important;outline:none!important;box-shadow:0 15px 34px #0000002e!important}.house-v18-card:before,.house-v18-card:after,.pass-card:before,.pass-card:after{border-color:#0000!important}.house-v18-card h2,.house-v18-card h3,.house-v18-card strong,.house-v18-content{font-style:normal!important}.adc-detail-grid-v135{grid-template-columns:minmax(0,1fr) 360px!important;align-items:start!important;gap:18px!important;display:grid!important}.adc-detail-main-v135{min-width:0!important}.adc-map-v135{background:#080908!important;border:1px solid #ffffff1a!important;border-radius:20px!important;overflow:hidden!important}.adc-map-v135 iframe{filter:grayscale(.42)brightness(.8)contrast(1.05)!important;border:0!important;width:100%!important;height:240px!important;display:block!important}.adc-map-v135-caption{color:#ffffffad!important;padding:10px 12px!important;font-size:13px!important}.adc-book-row-v135{flex-wrap:wrap!important;align-items:center!important;gap:10px!important;margin-top:14px!important;display:flex!important}.adc-book-price-v135{color:#fff!important;background:#040605b8!important;border:1px solid #ffffff24!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:42px!important;padding:0 16px!important;font-weight:700!important;display:inline-flex!important}.adc-index-v135-universe{background:var(--adc-bg)!important;padding:72px 5% 92px!important}.adc-index-v135-universe h2{margin:0 0 6px!important;font-size:clamp(38px,5vw,60px)!important;font-weight:400!important}.adc-index-v135-universe>p{color:var(--adc-muted)!important;margin:0 0 22px!important;font-size:16px!important}.adc-index-v135-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.adc-index-v135-card{color:#fff!important;background:linear-gradient(145deg,#ffffff0e,#ffffff04)!important;border:1px solid #ffffff14!important;border-radius:20px!important;flex-direction:column!important;justify-content:flex-end!important;min-height:170px!important;padding:18px!important;text-decoration:none!important;display:flex!important}.adc-index-v135-card strong{font-size:23px!important;font-weight:400!important}.adc-index-v135-card small{color:#ffffff9e!important;margin-top:4px!important;font-size:13px!important}.adc-index-v135-contact{background:#ffffff09!important;border:1px solid #ffffff12!important;border-radius:18px!important;flex-wrap:wrap!important;justify-content:space-between!important;align-items:center!important;gap:14px!important;margin-top:18px!important;padding:18px 20px!important;display:flex!important}.adc-index-v135-contact a{color:#fff!important;font-weight:700!important;text-decoration:none!important}.adc-guide-v135{cursor:pointer!important;background:linear-gradient(110deg,#ffffff0d,#ffc35e2b,#53d1a229,#6997ff2b,#de8bff26,#ffffff0d) 0 0/320% 320%!important;border:1px solid #ffffff24!important;animation:7s ease-in-out infinite adcGuideFlowV135!important;position:relative!important;overflow:hidden!important;box-shadow:0 10px 36px #0003,inset 0 1px #ffffff14!important}.adc-guide-v135:after{content:""!important;pointer-events:none!important;background:linear-gradient(100deg,#0000 30%,#ffffff1f 50%,#0000 70%)!important;animation:4.8s ease-in-out infinite adcGuideShineV135!important;position:absolute!important;inset:0!important;transform:translate(-120%)!important}.adc-guide-v135>*{z-index:2!important;position:relative!important}#adc-immersive .adc-immersive-sheet{background:linear-gradient(140deg,#1e201ffa,#454846f0)!important;border:1px solid #ffffff1f!important;border-radius:28px!important;grid-template-columns:minmax(390px,.92fr) minmax(470px,1.08fr)!important;width:min(1180px,94vw)!important;height:min(760px,92vh)!important;overflow:hidden!important;box-shadow:0 48px 150px #000000b8!important}#adc-immersive .adc-immersive-media{background:#050605!important;position:relative!important}#adc-immersive .adc-immersive-media:after{content:""!important;pointer-events:none!important;background:linear-gradient(90deg,#0000 58%,#050605b3 88%,#050605f0 100%),linear-gradient(#00000008,#0000 60%,#05060594 100%)!important;position:absolute!important;inset:0!important}#adc-immersive .adc-immersive-titleline h2{font-size:clamp(38px,4vw,56px)!important;font-weight:400!important;line-height:.98!important}.adc-payment-summary-v135{background:#ffffff0b!important;border:1px solid #ffffff14!important;border-radius:17px!important;margin-top:18px!important;padding:14px 16px!important}.adc-payment-summary-v135 strong{font-weight:700!important}.adc-payment-summary-v135 small{color:#ffffff9e!important}@media (width<=980px){.adc-index-v135-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=900px){.adc-detail-grid-v135{grid-template-columns:1fr!important}#adc-immersive .adc-immersive-sheet{border-radius:26px 26px 0 0!important;grid-template-columns:1fr!important;width:100vw!important;height:95vh!important}#adc-immersive .adc-immersive-list{grid-template-columns:1fr!important}}@media (width<=620px){.adc-index-v135-grid{grid-template-columns:1fr!important}}:root{--adc-font:"Agency FB ADC","Agency FB","Arial Narrow",sans-serif}html,body,body :not(svg):not(path):not(style):not(script),button,input,select,textarea,option,label,table,thead,tbody,tr,td,th,h1,h2,h3,h4,h5,h6,p,span,a,small,strong,b,em,i,header,header *,footer,footer *{font-family:var(--adc-font)!important;font-synthesis:none!important;font-stretch:75%!important}:root{--adc137-gold:#d8c98f;--adc137-green:#69bd8d;--adc137-black:#020302}#adc-master-menu-btn,#adc-master-menu,#adc-master-menu-backdrop{visibility:hidden!important;pointer-events:none!important;display:none!important}html,body,#adc-page{margin:0!important;padding:0!important;inset:0!important}header{margin-top:0!important;top:0!important}.adhesion-hero .script,body[data-page=adhesion] .hero .script{color:var(--adc137-gold)!important;letter-spacing:0!important;font-family:Segoe Script,Snell Roundhand,cursive!important;font-size:.68em!important;font-style:italic!important;font-weight:400!important}.live-hero h1 em,.live-hero h1 i,.adc-location-best-v137{color:var(--adc137-gold)!important}.adc-cap-dark,.btn-ghost,.ghost,[class*=ghost][class*=btn],[class*=transparent][class*=btn]{color:#fff!important;backdrop-filter:blur(10px)!important;background:#0406059e!important;border:1px solid #ffffff29!important;font-weight:700!important}.adc-cap-dark *,.btn-ghost *,.ghost *{color:#fff!important;font-weight:700!important}.social-follow,.social-follow.secondary,.adc-social-dark-v137{color:#fff!important;background:#040605b8!important;border:1px solid #ffffff29!important;font-weight:700!important;box-shadow:0 8px 22px #0003!important}.house-v18-card{color:#fff!important;background-color:#090a09!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;border:1px solid #000000eb!important;border-radius:24px!important;outline:none!important;box-shadow:0 16px 36px #0003!important}.house-v18-card:hover{border-color:#000000fa!important;box-shadow:0 20px 44px #00000042!important}.house-v18-card strong,.house-v18-card .house-v18-content,.house-v18-card .house-v18-offer,.house-v18-card .house-v18-discover{font-family:var(--adc-font)!important}.adc-projects-v137{isolation:isolate!important;background-color:var(--adc137-black)!important;position:relative!important;overflow:hidden!important}.adc-index-hero-metrics,.adc-index-hero-contact{backdrop-filter:blur(10px)!important}.adc-index-v135-card,.adc-index-v137-card{isolation:isolate!important;background-position:50%!important;background-size:cover!important;border:1px solid #ffffff17!important;position:relative!important;overflow:hidden!important;box-shadow:0 12px 32px #0000002e!important}.adc-index-v135-card:before,.adc-index-v137-card:before{content:""!important;z-index:-1!important;background:linear-gradient(90deg,#020302e0 0%,#020302a8 45%,#02030233 100%)!important;position:absolute!important;inset:0!important}.adc-index-v135-card strong,.adc-index-v135-card small,.adc-index-v137-card strong,.adc-index-v137-card small{z-index:2!important;text-shadow:0 2px 10px #000000b8!important;position:relative!important}body[data-page=index] header .brand:after{left:4%!important;right:28%!important}#guide small,#guide h3,#guide p{color:#fff!important;text-shadow:0 1px 8px #00000047!important}@keyframes adcGuide137Flow{0%,to{background-position:0%}50%{background-position:100%}}:root{--adc138-gold:#d8c98f;--adc138-green:#69bd8d;--adc138-black:#020302;--adc138-white:#f7f4ee}h1,h2,h3,h4,h5,h6{font-style:normal!important;font-weight:400!important}.adc-location-best-v137,.live-hero h1 em,.live-hero h1 i{color:var(--adc138-gold)!important;font-family:var(--adc-font)!important}html,body,#adc-page{background:var(--adc138-black)!important;margin:0!important;padding:0!important;top:0!important}header{box-shadow:none!important;backdrop-filter:blur(10px)!important;background:#0203021f!important;border:0!important;margin:0!important;padding-top:0!important;top:0!important}header:before,header:after{content:none!important;display:none!important}#adc-master-menu-btn,#adc-master-menu,#adc-master-menu-backdrop,.topbar,.top-bar,.preheader,.header-spacer,.announcement,.announcement-bar,.site-strip,.top-strip,.site-topbar,.header-top-strip,.header-gap{visibility:hidden!important;pointer-events:none!important;border:0!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;display:none!important}header .nav-center a,header .nav-center button,.header-member-v71,.header-login-v1211{font-family:var(--adc-font)!important;letter-spacing:.06em!important;font-size:13.5px!important}body.adc-scrolled header{backdrop-filter:blur(14px)!important;background:#020302eb!important}body[data-page=index] header .brand{position:relative!important}body[data-page=index] header .brand:after{content:""!important;background:linear-gradient(90deg,transparent,var(--adc138-gold),transparent)!important;height:1px!important;position:absolute!important;bottom:-10px!important;left:4%!important;right:30%!important;box-shadow:0 0 8px #d8c98f47!important}.adc-cap,button,a[role=button]{font-family:var(--adc-font)!important}.adc-cap-gold{color:#080808!important;background:linear-gradient(110deg,#9b722a,#c89d45 34%,#eed994 57%,#f7eac2 66%,#a77a2c)!important;border:1px solid #f6e6bcc7!important;font-weight:700!important;box-shadow:inset 0 1px #ffffff7a,inset 0 -1px #7a541433,0 8px 22px #a87b2e33!important}.adc-cap-gold *,.adc-cap-gold span,.adc-cap-gold strong{color:#080808!important;font-weight:700!important}.adc-cap-dark{color:#fff!important;backdrop-filter:blur(10px)!important;background:#0406059e!important;border:1px solid #ffffff26!important;font-weight:700!important}.adc-cap-dark *{color:#fff!important;font-weight:700!important}.adc-cap-gold,.adc-cap-green,.adc-cap-dark{transition:transform .18s,background .18s,box-shadow .18s!important}.adc-cap-gold:hover,.adc-cap-green:hover,.adc-cap-dark:hover{transform:translateY(-1px)!important}.adc-cap-gold:hover{box-shadow:inset 0 1px #ffffff94,0 12px 28px #a87b2e47!important}.adc-cap-green:hover{background:#3f876270!important}.adc-cap-dark:hover{background:#040605eb!important}.social-follow,.social-follow.secondary,.adc-social-dark-v137{color:#fff!important;background:#040605b8!important;border:1px solid #ffffff26!important;font-weight:700!important}.social-follow *,.social-follow.secondary *{color:#fff!important;font-weight:700!important}.adc-section-label,[class*=kicker],[class*=eyebrow],[class*=overline],.section-label,.section-kicker,.adc-v133-section-label,.adc-v132-section-label{color:var(--adc138-green)!important}.location-hero,.pass-hero,.adhesion-hero,.vision-hero,.events-hero,.events-hero-v11,.community-hero,.live-hero,.adc-cinematic,.adc-v132-fade{isolation:isolate!important;background-color:var(--adc138-black)!important;box-shadow:inset 0 82px 96px -62px #020302e6, inset 0 -140px 150px -66px var(--adc138-black)!important;position:relative!important;overflow:hidden!important}.location-hero:after,.pass-hero:after,.adhesion-hero:after,.vision-hero:after,.events-hero:after,.events-hero-v11:after,.community-hero:after,.live-hero:after{content:""!important;z-index:2!important;pointer-events:none!important;background:linear-gradient(180deg,transparent 0%,#0203022e 35%,#02030294 72%,var(--adc138-black) 100%)!important;height:34%!important;position:absolute!important;bottom:-1px!important;left:0!important;right:0!important}.location-hero>*,.pass-hero>*,.adhesion-hero>*,.vision-hero>*,.events-hero>*,.events-hero-v11>*,.community-hero>*,.live-hero>*{z-index:3!important;position:relative!important}.adc-projects-v137{isolation:isolate!important;background-color:var(--adc138-black)!important;box-shadow:inset 0 135px 155px -78px var(--adc138-black), inset 0 -165px 175px -82px var(--adc138-black)!important;position:relative!important;overflow:hidden!important}.adc-projects-v137:before{content:""!important;z-index:2!important;pointer-events:none!important;background:linear-gradient(#020302 0%,#020302f0 4%,#020302ad 10%,#0203024d 19%,#0000 31% 66%,#0203023d 78%,#020302a3 88%,#020302f0 96%,#020302 100%)!important;position:absolute!important;inset:0!important}.adc-projects-v137:after{content:""!important;z-index:2!important;pointer-events:none!important;background:linear-gradient(#0000 0%,#02030233 33%,#020302b8 73%,#020302 100%)!important;height:40%!important;position:absolute!important;bottom:-1px!important;left:0!important;right:0!important}.adc-projects-v137>*{z-index:3!important;position:relative!important}.house-v18-card{background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;border:1px solid #000000f0!important;border-radius:24px!important;outline:none!important;box-shadow:0 16px 38px #00000038!important}.house-v18-card:before,.house-v18-card:after{border-color:#0000!important}.house-v18-card strong,.house-v18-card h2,.house-v18-card h3,.house-v18-content{font-family:var(--adc-font)!important;font-style:normal!important}.house-v18-card strong{font-size:clamp(30px,3vw,46px)!important;font-weight:400!important}.events-hero .hero-content,.events-hero-v11 .hero-content{text-align:left!important;margin-left:0!important;margin-right:auto!important}.events-hero p,.events-hero-v11 p{text-align:left!important}.adc-v133-detail-grid,.adc-v132-detail-grid,.adc-detail-grid-v135{grid-template-columns:minmax(0,1fr) 360px!important;align-items:start!important;gap:18px!important;display:grid!important}.adc-v133-map,.adc-v132-map,.adc-map-v135{background:#080908!important;border:1px solid #ffffff1a!important;border-radius:20px!important;overflow:hidden!important}.adc-v133-map iframe,.adc-v132-map iframe,.adc-map-v135 iframe{filter:grayscale(.42)brightness(.8)contrast(1.05)!important;border:0!important;width:100%!important;height:238px!important;display:block!important}.adc-v133-book-row,.adc-v132-book-row,.adc-book-row-v135{flex-wrap:wrap!important;align-items:center!important;gap:10px!important;margin-top:14px!important;display:flex!important}.adc-v133-price,.adc-v132-price,.adc-book-price-v135{color:#fff!important;background:#040605b8!important;border:1px solid #ffffff24!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:42px!important;padding:0 16px!important;font-weight:700!important;display:inline-flex!important}.adc-index-hero{background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;min-height:100vh!important;box-shadow:inset 0 -155px 160px -72px #020302!important}.adc-index-v135-card,.adc-index-v137-card{background-position:50%!important;background-size:cover!important;border:1px solid #ffffff17!important;box-shadow:0 14px 34px #0003!important}.adc-index-v135-card strong,.adc-index-v137-card strong{font-size:24px!important;font-weight:400!important}#adc-immersive .adc-immersive-sheet{background:linear-gradient(140deg,#1e201ffa,#454846f0)!important;border:1px solid #ffffff1f!important;border-radius:28px!important;width:min(1180px,94vw)!important;height:min(760px,92vh)!important;overflow:hidden!important;box-shadow:0 50px 150px #000000b8!important}#adc-immersive .adc-immersive-content{color:#fff!important;background:linear-gradient(145deg,#585c5929,#121413d1)!important;padding:38px 42px!important}#adc-immersive .adc-immersive-actions a,#adc-immersive .adc-immersive-actions button{font-weight:700!important}#guide{cursor:pointer!important;background:linear-gradient(110deg,#ffb84ed1,#58cfa3c7,#5e92ffc7,#db84ffc2,#ffb84ed1) 0 0/350% 350%!important;border:1px solid #ffffff3d!important;animation:7s ease-in-out infinite adcGuide138!important}#guide-next{display:none!important}@media (width<=900px){.adc-v133-detail-grid,.adc-v132-detail-grid,.adc-detail-grid-v135,#adc-immersive .adc-immersive-list{grid-template-columns:1fr!important}}:root{--adc142-font:var(--adc-font);--adc142-bg:#020302;--adc142-gold:#d8c98f;--adc142-green:#69bd8d;--adc142-cap-font-size:14px}html,body,body :not(svg):not(path):not(style):not(script),button,input,select,textarea,option,label,table,thead,tbody,tr,td,th,h1,h2,h3,h4,h5,h6,p,span,a,small,strong,b,em,i,.hero,.location-hero,.pass-hero,.adhesion-hero,.vision-hero,.events-hero,.events-hero-v11,.community-hero,.live-hero,.adc-index-hero,.hero *,.location-hero *,.pass-hero *,.adhesion-hero *,.vision-hero *,.events-hero *,.events-hero-v11 *,.community-hero *,.live-hero *,.adc-index-hero *{font-family:var(--adc142-font)!important}.hero h1,.hero h2,.hero h3,.location-hero h1,.pass-hero h1,.adhesion-hero h1,.vision-hero h1,.events-hero h1,.events-hero-v11 h1,.community-hero h1,.live-hero h1,.adc-index-hero h1{font-style:normal!important;font-weight:400!important}.adc-location-best-v137,.live-hero h1 em,.live-hero h1 i{color:var(--adc142-gold)!important}.adc-cap-gold,.btn-gold,.gold,.gold-pill,.adc-primary,#stayBookBtn,#adcAcquireBtn,.header-login-v1211.header-login-gold,.adc-cap-gold *,.btn-gold *,.gold *,.gold-pill *,.adc-primary *,#stayBookBtn *,#adcAcquireBtn *,.header-login-v1211.header-login-gold *{color:#080808!important;font-weight:700!important}.adc-cap-green,[class*=green][class*=btn],[class*=green][class*=pill],.adc-cap-green *,[class*=green][class*=btn] *,[class*=green][class*=pill] *,.adc-cap-dark,.btn-ghost,.ghost,.social-follow,.social-follow.secondary,[class*=ghost][class*=btn],[class*=transparent][class*=btn],[class*=transparent][class*=pill],.adc-cap-dark *,.btn-ghost *,.ghost *,.social-follow *,.social-follow.secondary *,[class*=ghost][class*=btn] *,[class*=transparent][class*=btn] *,[class*=transparent][class*=pill] *{color:#fff!important;font-weight:700!important}.adc-index-hero{background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;align-items:flex-end!important;min-height:100vh!important;display:flex!important;position:relative!important;overflow:hidden!important}.adc-index-v142-shell{z-index:3!important;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr)!important;align-items:end!important;gap:14px!important;width:min(1160px,100% - 48px)!important;margin:0 auto 34px!important;display:grid!important;position:relative!important}.adc-index-v142-investor,.adc-index-v142-deal{backdrop-filter:blur(14px)!important;background:#0203028f!important;border:1px solid #ffffff17!important;border-radius:22px!important}.adc-index-v142-investor{padding:20px 22px!important}.adc-index-v142-deal{padding:18px!important}.adc-index-v142-investor .eyebrow{color:var(--adc142-gold)!important;margin-bottom:8px!important;font-size:14px!important;display:block!important}.adc-index-v142-investor h1{margin:0 0 10px!important;font-size:clamp(42px,5.6vw,72px)!important;line-height:.95!important}.adc-index-v142-investor p{color:#f7f4eeb3!important;margin:0!important;font-size:16px!important;line-height:1.45!important}.adc-index-v142-metrics{grid-template-columns:1fr 1fr!important;gap:8px!important;display:grid!important}.adc-index-v142-metric{background:#ffffff0b!important;border:1px solid #ffffff0f!important;border-radius:16px!important;padding:12px 13px!important}.adc-index-v142-metric strong{color:#fff!important;font-size:28px!important;font-weight:400!important;display:block!important}.adc-index-v142-metric span{color:var(--adc142-gold)!important;margin-top:3px!important;font-size:13px!important;display:block!important}.adc-index-v142-contact{background:#ffffff09!important;border:1px solid #ffffff0f!important;border-radius:16px!important;margin-top:10px!important;padding:12px 13px!important}.adc-index-v142-contact strong{color:var(--adc142-gold)!important;font-size:20px!important;font-weight:400!important}.adc-index-v142-contact p{color:#f7f4eead!important;margin:3px 0 8px!important}.adc-index-v142-contact a{color:#fff!important;margin-right:10px!important;font-weight:700!important;text-decoration:none!important}#stayDetailV59 .stay-map-v59{background:#090a09!important;border:1px solid #ffffff14!important;border-radius:22px!important;overflow:hidden!important}#stayDetailV59 .stay-detail-actions-v139{flex-wrap:wrap!important;align-items:center!important;gap:10px!important;margin-top:16px!important;display:flex!important}#stayDetailV59 .stay-detail-price-inline-v142{color:#fff!important;background:#040605b8!important;border:1px solid #ffffff24!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:42px!important;padding:0 16px!important;font-weight:700!important;display:inline-flex!important}.adc-membership-table-v140 thead th,.adc-membership-table thead th,.membership-table thead th{color:#080808!important;font-family:var(--adc142-font)!important;letter-spacing:.02em!important;font-size:18px!important;font-weight:800!important}.adc-membership-table-v140 thead th *,.adc-membership-table thead th *,.membership-table thead th *{color:#080808!important;font-weight:800!important}.live-hero .live-mic,.live-hero [class*=mic],.live-hero [class*=micro]{filter:brightness(1.28)contrast(.94)saturate(.72)!important;opacity:.96!important}#adc-immersive .adc-immersive-titleline h2{font-size:clamp(36px,4vw,52px)!important;line-height:1!important}#adc-immersive .adc-immersive-desc{color:#ffffffc7!important;line-height:1.55!important}.adc-v142-checkout-summary{background:#ffffff0b!important;border:1px solid #ffffff13!important;border-radius:16px!important;margin-top:16px!important;padding:14px 15px!important}.adc-v142-checkout-summary strong{color:#fff!important;font-size:18px!important;font-weight:700!important;display:block!important}.adc-v142-checkout-summary small{color:#ffffff9e!important;margin-top:4px!important;display:block!important}@media (width<=900px){.adc-index-v142-shell,#stayDetailV59,#adc-immersive .adc-immersive-list{grid-template-columns:1fr!important}}@media (width<=980px){.adc-index-v143-layout{grid-template-columns:1fr!important;align-items:end!important}.adc-index-v143-right{justify-self:stretch!important;max-width:none!important}.adc-index-v143-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=900px){#stayDetailV59,#adc-immersive .adc-immersive-list{grid-template-columns:1fr!important}}@media (width<=620px){.adc-index-v143-grid{grid-template-columns:1fr!important}.adc-index-v143-layout{inset:82px 18px 24px!important}}html,body,body :not(svg):not(path):not(style):not(script),button,input,select,textarea,option,label,table,thead,tbody,tr,td,th,h1,h2,h3,h4,h5,h6,p,span,a,small,strong,b,em,i,.hero *,.location-hero *,.pass-hero *,.adhesion-hero *,.vision-hero *,.events-hero *,.events-hero-v11 *,.community-hero *,.live-hero *,.adc-index-hero *{font-family:var(--adc145-font)!important}@media (width<=980px){.adc-index-v145-layout{width:auto!important;position:absolute!important;inset:88px 22px auto!important}.adc-index-v145-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=900px){#stayDetailV59,#adc-immersive .adc-immersive-list{grid-template-columns:1fr!important}}@media (width<=620px){.adc-index-v145-grid{grid-template-columns:1fr!important}}@media (width<=980px){#stayDetailV59{grid-template-columns:1fr!important}.adc-logo-metrics{grid-template-columns:1fr 1fr!important}}@media (width<=900px){#adc-immersive .adc-immersive-sheet{border-radius:26px 26px 0 0!important;grid-template-columns:1fr!important;width:100vw!important}#adc-immersive .adc-immersive-list{grid-template-columns:1fr!important}}.adc-lang-switch{backdrop-filter:blur(10px)!important;white-space:nowrap!important;background:#00000057!important;border:1px solid #ffffff1f!important;border-radius:999px!important;align-items:center!important;gap:2px!important;margin-left:8px!important;padding:3px!important;display:inline-flex!important}.adc-lang-switch button{color:#ffffffa8!important;min-width:30px!important;height:28px!important;font-family:var(--adc-font)!important;letter-spacing:.06em!important;cursor:pointer!important;background:0 0!important;border:0!important;border-radius:999px!important;padding:0 7px!important;font-size:11px!important;font-weight:800!important;transition:all .18s!important}.adc-lang-switch button:hover{color:#fff!important;background:#ffffff14!important}.adc-lang-switch button.active{color:#090909!important;background:linear-gradient(110deg,#b58b37,#e0c36d 58%,#f4e5b4)!important;box-shadow:inset 0 1px #ffffff73!important}@media (width<=760px){.adc-lang-switch{margin-left:4px!important}.adc-lang-switch button{min-width:27px!important;padding:0 5px!important;font-size:10px!important}}body[data-page=index] .adc-v152-investors>small,body[data-page=index] .adc-v152-contact a{font-size:12px!important}@media (width<=1050px){body[data-page=location] .searchbar,body[data-page=location] .search-bar,body[data-page=location] .location-search,body[data-page=location] [class*=searchbar],body[data-page=location] [class*=search-bar]{grid-template-columns:1.25fr .75fr .75fr .7fr auto!important}}@media (width<=820px){body[data-page=location] .searchbar,body[data-page=location] .search-bar,body[data-page=location] .location-search,body[data-page=location] [class*=searchbar],body[data-page=location] [class*=search-bar]{flex-wrap:wrap!important;display:flex!important}}.adc-lang-switch{backdrop-filter:none!important;background:0 0!important;border:0!important;align-items:center!important;margin-left:8px!important;padding:0!important;display:inline-flex!important;position:relative!important;overflow:visible!important}.adc-lang-current{color:#fff!important;min-width:54px!important;height:34px!important;font-family:var(--adc-font)!important;letter-spacing:.05em!important;cursor:pointer!important;backdrop-filter:blur(10px)!important;background:#00000047!important;border:1px solid #ffffff21!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;gap:6px!important;padding:0 11px!important;font-size:12px!important;font-weight:800!important;display:inline-flex!important}.adc-lang-arrow{opacity:.7!important;font-size:9px!important;transition:transform .18s!important}.adc-lang-switch.open .adc-lang-arrow{transform:rotate(180deg)!important}.adc-lang-menu{z-index:20000!important;backdrop-filter:blur(16px)!important;background:#060807f7!important;border:1px solid #ffffff1c!important;border-radius:14px!important;min-width:138px!important;padding:7px!important;display:none!important;position:absolute!important;top:calc(100% + 8px)!important;right:0!important;box-shadow:0 20px 54px #0000006b!important}.adc-lang-switch.open .adc-lang-menu{display:block!important}.adc-lang-menu button{color:#ffffffc7!important;width:100%!important;min-height:36px!important;font-family:var(--adc-font)!important;text-align:left!important;cursor:pointer!important;background:0 0!important;border:0!important;border-radius:10px!important;justify-content:flex-start!important;align-items:center!important;padding:0 11px!important;font-size:13px!important;font-weight:800!important;display:flex!important}.adc-lang-menu button:hover{color:#fff!important;background:#fff1!important}.adc-lang-menu button.active{color:#080808!important;background:linear-gradient(110deg,#b58b37,#e0c36d 58%,#f4e5b4)!important}body[data-page=location] .travel-search{background:#040605b8!important;border:1px solid #ffffff1c!important;border-radius:18px!important;grid-template-columns:minmax(250px,1.55fr) minmax(145px,.78fr) minmax(145px,.78fr) minmax(145px,.74fr) 154px!important;align-items:stretch!important;gap:0!important;width:100%!important;padding:0!important;display:grid!important;overflow:hidden!important;box-shadow:0 18px 46px #00000038!important}body[data-page=location] .travel-search>label{background:0 0!important;border-right:1px solid #ffffff14!important;flex-direction:column!important;justify-content:center!important;min-width:0!important;margin:0!important;padding:12px 16px!important;display:flex!important}body[data-page=location] .travel-search>label>small{color:#ffffff8c!important;letter-spacing:.05em!important;margin:0 0 4px!important;font-size:11px!important;font-weight:800!important;line-height:1!important;display:block!important}body[data-page=location] .travel-search>label>input,body[data-page=location] .travel-search>label>select{color:#fff!important;width:100%!important;min-width:0!important;height:26px!important;font-family:var(--adc-font)!important;background:0 0!important;border:0!important;outline:0!important;margin:0!important;padding:0!important;font-size:15px!important;line-height:26px!important}body[data-page=location] .travel-search>label>input::placeholder{color:#ffffffbd!important;opacity:1!important}body[data-page=location] .travel-search>button{color:#080808!important;width:154px!important;min-width:154px!important;height:auto!important;min-height:100%!important;font-family:var(--adc-font)!important;background:linear-gradient(110deg,#9b722a,#c89d45 34%,#eed994 57%,#f7eac2 66%,#a77a2c)!important;border:0!important;border-radius:0 18px 18px 0!important;justify-content:center!important;align-self:stretch!important;align-items:center!important;margin:0!important;padding:0 18px!important;font-size:14px!important;font-weight:800!important;display:flex!important;box-shadow:inset 0 1px #fff6!important}@media (width<=900px){body[data-page=location] .travel-search{grid-template-columns:1fr 1fr!important}body[data-page=location] .travel-search>button{border-radius:0 0 18px 18px!important;grid-column:1/-1!important;width:100%!important;min-width:0!important;min-height:48px!important}}body p,body li,body td,body th,body label,body input,body select,body textarea{font-size:max(15px,1em)!important}header nav a,header nav button,header .nav a,header .nav button,header [class*=nav] a,header [class*=nav] button{font-family:var(--adc-font)!important;letter-spacing:.015em!important;font-size:16px!important;font-weight:400!important}header .header-member-v71,header [data-adc-control-room],header .header-login-v1211,header .header-login-gold{font-family:var(--adc-font)!important;font-size:15px!important;font-weight:800!important}header .adc-lang-switch{background:0 0!important;border:0!important;align-items:center!important;margin:0!important;padding:0!important;display:inline-flex!important;position:relative!important}header .adc-lang-current{color:#fff!important;min-width:68px!important;height:40px!important;font-family:var(--adc-font)!important;letter-spacing:.04em!important;backdrop-filter:blur(10px)!important;background:#06080799!important;border:1px solid #ffffff29!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;gap:7px!important;padding:0 15px!important;font-size:14px!important;font-weight:800!important;display:inline-flex!important}header .adc-lang-arrow{font-size:9px!important;line-height:1!important}header .adc-monadc-v157{color:#fff!important;min-width:94px!important;height:40px!important;font-family:var(--adc-font)!important;white-space:nowrap!important;background:#05070694!important;border:1px solid #ffffff26!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;padding:0 17px!important;font-size:15px!important;font-weight:800!important;display:inline-flex!important}header .header-login-v1211,header .header-login-gold,header .adc-signup-v157{min-width:104px!important;height:40px!important;font-family:var(--adc-font)!important;white-space:nowrap!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;padding:0 18px!important;font-size:15px!important;font-weight:800!important;display:inline-flex!important}.adc-lang-menu{border-radius:14px!important}.adc-lang-menu button{font-size:14px!important;font-weight:800!important}body[data-page=index] .adc-v152-tile{filter:brightness(1.34)contrast(1.16)saturate(1.1)!important;image-rendering:auto!important;backface-visibility:hidden!important;background-position:50%!important;background-size:cover!important;transform:translateZ(0)!important}body[data-page=index] .adc-v152-title p{font-size:19px!important}body[data-page=index] .adc-v152-pillars small,body[data-page=index] .adc-v152-metrics span,body[data-page=index] .adc-v152-investors>small,body[data-page=index] .adc-v152-contact a{font-size:13px!important}@media (width<=1100px){header nav,header .nav,header [class*=nav]{gap:14px!important}header nav a,header .nav a,header [class*=nav] a{font-size:15px!important}}@media (width<=900px){header{padding-left:18px!important;padding-right:18px!important}header .adc-header-actions-v157{gap:6px!important}header .adc-lang-current,header .adc-monadc-v157,header .header-login-v1211,header .header-login-gold,header .adc-signup-v157{height:38px!important}}:root{--adc159-body:16px;--adc159-small:13px;--adc159-label:13px;--adc159-nav:17px}body{font-family:var(--adc-font)!important;font-size:var(--adc159-body)!important}body p,body li,body label,body input,body select,body textarea,body button,body a{font-family:var(--adc-font)!important}body p,body li{font-size:16px!important;line-height:1.55!important}body small{font-size:var(--adc159-small)!important;line-height:1.4!important}body label,.section-label,[class*=kicker],[class*=eyebrow],[class*=overline]{font-size:var(--adc159-label)!important}body h1,body h2,body h3,body h4{font-family:var(--adc-font)!important;font-weight:400!important}header nav,header .nav,header [class*=nav]{gap:clamp(20px,2.15vw,36px)!important}header nav a,header nav button,header .nav a,header .nav button,header [class*=nav] a,header [class*=nav] button{font-family:var(--adc-font)!important;font-size:var(--adc159-nav)!important;letter-spacing:.01em!important;font-weight:400!important;line-height:1!important}header .adc-lang-switch{box-shadow:none!important;backdrop-filter:none!important;background:0 0!important;border:0!important;align-items:center!important;margin:0!important;padding:0!important;display:inline-flex!important;position:relative!important}header .adc-lang-current{width:auto!important;min-width:0!important;height:auto!important;min-height:0!important;box-shadow:none!important;color:#ffffffdb!important;font-family:var(--adc-font)!important;letter-spacing:.045em!important;cursor:pointer!important;background:0 0!important;border:0!important;border-radius:0!important;justify-content:center!important;align-items:center!important;gap:5px!important;padding:4px 2px!important;font-size:12px!important;font-weight:800!important;display:inline-flex!important}header .adc-lang-current:hover{color:#fff!important;background:0 0!important}header .adc-lang-arrow{opacity:.68!important;font-size:8px!important;line-height:1!important}header .adc-monadc-v157{border-radius:999px!important;min-width:98px!important;height:42px!important;padding:0 18px!important;font-size:15px!important;font-weight:800!important}header .header-login-v1211,header .header-login-gold,header .adc-signup-v157{border-radius:999px!important;min-width:108px!important;height:42px!important;padding:0 19px!important;font-size:15px!important;font-weight:800!important}.adc-lang-menu{border-radius:12px!important;min-width:132px!important;padding:6px!important}.adc-lang-menu button{min-height:34px!important;font-size:13px!important;font-weight:800!important}body[data-page=location] .adc-owner-step-v154.is-validation,body[data-page=location] .adc-owner-step-v154.is-validation *{color:#080808!important;font-weight:800!important}.adc-cap-gold,.adc-cap-green,.adc-cap-dark,.btn-gold,.btn-ghost,.gold-pill,#stayBookBtn,#adcAcquireBtn{font-family:var(--adc-font)!important;font-size:14px!important;font-weight:800!important}.adc-cap-gold,.btn-gold,.gold-pill,#stayBookBtn,#adcAcquireBtn{color:#080808!important}.adc-cap-green,.adc-cap-dark,.btn-ghost{color:#fff!important}@media (width<=1120px){:root{--adc159-nav:16px}header nav,header .nav,header [class*=nav]{gap:15px!important}}@media (width<=900px){header{padding-left:18px!important;padding-right:18px!important}header .adc-header-actions-v157{gap:7px!important}}body[data-page=index] .adc-v152-investor-rail{box-shadow:none!important;-webkit-backdrop-filter:none!important;background:0 0!important;border:0!important;gap:18px!important;width:min(520px,36vw)!important;padding:0!important}body[data-page=index] .adc-v152-pillars>div,body[data-page=index] .adc-v152-metrics>div{backdrop-filter:blur(5px)!important;background:#0000003d!important;border:1px solid #ffffff0e!important}body[data-page=index] .adc-v152-investors{text-align:center!important;margin-top:3px!important;padding:14px 10px 0!important}body[data-page=index] .adc-v152-investors>span{color:#d8c98f!important;letter-spacing:.12em!important;text-transform:uppercase!important;font-size:14px!important;font-weight:800!important;display:block!important}body[data-page=index] .adc-v152-investors>strong{color:#f0d47e!important;font-family:var(--adc-font)!important;text-shadow:0 3px 18px #00000085!important;margin:6px 0 5px!important;font-size:38px!important;font-weight:400!important;line-height:.95!important;display:block!important}body[data-page=index] .adc-v152-investors>small{color:#ffffffc2!important;font-size:14px!important;display:block!important}body[data-page=index] .adc-v152-contact{flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;gap:10px 16px!important;margin-top:11px!important;display:flex!important}body[data-page=index] .adc-v152-contact a{color:#fff!important;min-height:34px!important;font-family:var(--adc-font)!important;backdrop-filter:blur(6px)!important;background:#00000047!important;border:1px solid #d8c98f33!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;padding:0 13px!important;font-size:14px!important;font-weight:800!important;text-decoration:none!important;display:inline-flex!important}#adc-immersive[data-product-type=pass] .adc-immersive-content,#adc-immersive[data-product-type=membership] .adc-immersive-content{min-height:auto!important;padding:34px 38px 38px!important}#adc-immersive[data-product-type=adhesion] .adc-immersive-sheet{grid-template-columns:1fr!important;width:min(720px,92vw)!important}#adc-immersive[data-product-type=adhesion] .adc-immersive-media{display:none!important}#adc-immersive[data-product-type=adhesion] .adc-immersive-content{padding:34px 38px 38px!important}#adc-immersive[data-product-type=pass] .adc-immersive-list,#adc-immersive[data-product-type=membership] .adc-immersive-list,#adc-immersive[data-product-type=adhesion] .adc-immersive-list{margin-top:18px!important}#adc-immersive[data-product-type=pass] .adc-immersive-row,#adc-immersive[data-product-type=membership] .adc-immersive-row,#adc-immersive[data-product-type=adhesion] .adc-immersive-row{padding:11px 0!important}#adc-immersive[data-product-type=pass] .adc-immersive-titleline h2,#adc-immersive[data-product-type=membership] .adc-immersive-titleline h2,#adc-immersive[data-product-type=adhesion] .adc-immersive-titleline h2{font-size:clamp(40px,4.1vw,54px)!important}#adc-immersive[data-product-type=pass] .adc-immersive-desc,#adc-immersive[data-product-type=membership] .adc-immersive-desc,#adc-immersive[data-product-type=adhesion] .adc-immersive-desc{font-size:16px!important;line-height:1.58!important}header nav,header .nav,header [class*=nav]{flex:auto!important;justify-content:center!important;gap:clamp(24px,2.45vw,42px)!important}header nav a,header nav button,header .nav a,header .nav button,header [class*=nav] a,header [class*=nav] button{font-family:var(--adc-font)!important;letter-spacing:.008em!important;white-space:nowrap!important;font-size:18px!important;font-weight:400!important}header .adc-header-actions-v157{gap:11px!important;margin-left:clamp(20px,2.1vw,38px)!important}body p,body li{font-size:16.5px!important}body small{font-size:13px!important}.section-label,[class*=kicker],[class*=eyebrow],[class*=overline]{font-size:13.5px!important}@media (width<=1180px){header nav,header .nav,header [class*=nav]{gap:18px!important}header nav a,header .nav a,header [class*=nav] a{font-size:16.5px!important}}@media (width<=920px){body[data-page=index] .adc-v152-investor-rail{width:calc(100% - 34px)!important}header{padding-left:18px!important;padding-right:18px!important}}header{min-height:82px!important;padding-left:clamp(28px,3.4vw,56px)!important;padding-right:clamp(28px,3.4vw,56px)!important}header nav,header .nav,header [class*=nav]{flex:auto!important;justify-content:space-evenly!important;gap:clamp(20px,2.2vw,38px)!important;max-width:none!important}header nav a,header nav button,header .nav a,header .nav button,header [class*=nav] a,header [class*=nav] button{font-size:19px!important;line-height:1!important;font-family:var(--adc-font)!important;white-space:nowrap!important;font-weight:400!important}header .adc-monadc-v157,header .header-login-v1211,header .header-login-gold,header .adc-signup-v157{font-size:16px!important}body[data-page=location] .travel-search{grid-template-columns:minmax(330px,1.75fr) minmax(170px,.82fr) minmax(170px,.82fr) minmax(160px,.74fr) 178px!important;width:min(1320px,94vw)!important;margin-left:auto!important;margin-right:auto!important}body[data-page=location] .travel-search>button{width:178px!important;min-width:178px!important}body[data-page=pass] .house-v18-card{border:2px solid #050505!important;box-shadow:0 18px 48px #00000047!important}body[data-page=index] .adc-investor-trigger-v161{cursor:pointer!important;text-align:center!important;background:linear-gradient(#ffebae0e,#fff0)!important;border-radius:18px!important;padding:18px 14px 12px!important;transition:transform .22s,filter .22s!important}body[data-page=index] .adc-investor-trigger-v161:hover{filter:brightness(1.08)!important;transform:translateY(-2px)!important}body[data-page=index] .adc-v152-contact a{color:#fff5d6!important;background:#ffffff09!important;border-color:#ebd2875c!important;font-size:14px!important}.adc-investor-sheet-v161{z-index:30000!important;backdrop-filter:blur(16px)!important;background:#000000bd!important;justify-content:center!important;align-items:center!important;padding:20px!important;display:none!important;position:fixed!important;inset:0!important}.adc-investor-sheet-v161.open{display:flex!important}.adc-investor-sheet-card-v161{text-align:center!important;background:linear-gradient(145deg,#131614fa,#070908fc)!important;border:1px solid #f3dc9933!important;border-radius:28px!important;width:min(520px,94vw)!important;padding:32px!important;position:relative!important;box-shadow:0 40px 120px #00000094!important}.adc-investor-sheet-kicker-v161{color:#d8c98f!important;letter-spacing:.16em!important;font-size:11px!important;font-weight:800!important}.adc-investor-sheet-card-v161 h2{margin:8px 0!important;font-size:42px!important;font-weight:400!important}.adc-investor-sheet-card-v161 p{color:#ffffffad!important;margin:0 0 20px!important}.adc-investor-actions-v161{grid-template-columns:1fr 1fr!important;gap:10px!important;display:grid!important}.adc-investor-actions-v161 a{border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:48px!important;font-weight:800!important;text-decoration:none!important;display:flex!important}.adc-investor-call-v161{color:#080808!important;background:linear-gradient(110deg,#9b722a,#c89d45 34%,#eed994 57%,#f7eac2 66%,#a77a2c)!important}.adc-investor-mail-v161{color:#fff!important;background:#ffffff0f!important;border:1px solid #ffffff1f!important}.adc-investor-close-v161{color:#fff!important;background:#ffffff0a!important;border:1px solid #ffffff1a!important;border-radius:999px!important;width:34px!important;height:34px!important;font-size:20px!important;position:absolute!important;top:14px!important;right:14px!important}@media (width<=1180px){header nav a,header .nav a,header [class*=nav] a{font-size:17px!important}}header .header-inner{align-items:center!important;width:100%!important;max-width:none!important;padding-left:clamp(24px,3.1vw,56px)!important;padding-right:clamp(24px,3.1vw,56px)!important;display:flex!important}header .nav-center a,header .adc-nav-v71 a{font-size:20px!important;line-height:1!important;font-family:var(--adc-font)!important;white-space:nowrap!important;font-weight:400!important}header .adc-monadc-v157,header .adc-signup-v157,header .header-member-v71,header .header-login-v1211{font-size:16px!important;font-family:var(--adc-font)!important}header .adc-lang-current{font-size:12px!important}header .adc-header-actions-v157{flex-shrink:0!important;gap:11px!important}body[data-page=location] .stay-detail-v59,body[data-page=location] #stayDetailV59{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;outline:0!important;padding:0!important;overflow:visible!important}body[data-page=location] #stayDetailV59:before,body[data-page=location] #stayDetailV59:after{content:none!important;display:none!important}body[data-page=location] #stayDetailV59 .stay-detail-card-v145,body[data-page=location] #stayDetailV59 .stay-map-v150{background-color:#0f1210a3!important;border:1px solid #ffffff1a!important;border-radius:22px!important;box-shadow:0 18px 44px #00000029!important}#adc-immersive .adc-immersive-sheet{background:#0b0d0c!important;border:0!important;outline:0!important;box-shadow:0 38px 110px #00000094!important}#adc-immersive .adc-immersive-content{background:#0b0d0c!important}#adc-immersive .adc-immersive-row{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;margin:0!important;padding:9px 0!important}#adc-immersive .adc-immersive-row strong{color:#f2eee5!important;font-size:15px!important;font-weight:400!important}#adc-immersive[data-product-type=pass] .adc-immersive-sheet,#adc-immersive[data-product-type=membership] .adc-immersive-sheet{grid-template-columns:1fr!important;width:min(720px,92vw)!important}#adc-immersive[data-product-type=pass] .adc-immersive-content,#adc-immersive[data-product-type=membership] .adc-immersive-content{padding:34px 40px 38px!important}#adc-immersive[data-product-type=pass] .adc-immersive-row:nth-child(5) strong{color:#69bd8d!important;font-weight:800!important}body[data-page=index] .adc-v152-pillars>div,body[data-page=index] .adc-v152-metrics>div,body[data-page=index] .adc-investor-trigger-v161{box-shadow:none!important;-webkit-backdrop-filter:none!important;background:0 0!important;border:0!important}body[data-page=index] .adc-v152-pillars>div,body[data-page=index] .adc-v152-metrics>div{border-radius:0!important;padding:6px 4px!important}body[data-page=index] .adc-investor-trigger-v161>span{color:#f8e7ab!important;font-size:15px!important}body[data-page=index] .adc-v152-tile{filter:brightness(1.12)contrast(1.07)saturate(1.03)!important;image-rendering:auto!important;background-position:50%!important;background-size:cover!important}body[data-page=pass] .house-v18-card{position:relative!important;overflow:hidden!important}body[data-page=pass] .house-card-coliving:before{content:""!important;z-index:8!important;pointer-events:none!important;background:linear-gradient(90deg,#5b331d,#9f6036 45%,#c7895d 66%,#684027)!important;height:3px!important;position:absolute!important;top:0!important;left:0!important;right:0!important;box-shadow:0 0 10px #ab6b4040!important}@media (width<=1220px){header .nav-center a,header .adc-nav-v71 a{font-size:18px!important}header .nav-center,header .adc-nav-v71{gap:18px!important;margin-left:18px!important;margin-right:18px!important}}header .adc-header-actions-v157{flex-shrink:0!important;align-items:center!important;gap:10px!important;margin-left:0!important;display:inline-flex!important}header .adc-monadc-v157,header .adc-signup-v157,header .header-member-v71,header .header-login-v1211{font-family:var(--adc-font)!important;font-size:16px!important;font-weight:800!important}header .adc-lang-switch{box-shadow:none!important;backdrop-filter:none!important;background:0 0!important;border:0!important;outline:0!important;align-items:center!important;margin:0!important;padding:0!important;display:inline-flex!important;position:relative!important}header .adc-lang-current{width:auto!important;min-width:0!important;height:auto!important;min-height:0!important;box-shadow:none!important;backdrop-filter:none!important;color:#ffffffdb!important;font-family:var(--adc-font)!important;background:0 0!important;border:0!important;border-radius:0!important;outline:0!important;margin:2px 0 0!important;padding:2px 1px!important;font-size:12px!important;font-weight:800!important;line-height:1!important}header .adc-lang-current:hover,header .adc-lang-current:focus{box-shadow:none!important;background:0 0!important;border:0!important;outline:0!important}header .adc-lang-arrow{opacity:.68!important;font-size:8px!important}.adc-discover-v69 .adc-discover-gold,.adc-discover-v69 .adc-signup-style-v163{color:#080808!important;min-height:42px!important;font-family:var(--adc-font)!important;background:linear-gradient(110deg,#9b722a,#c89d45 34%,#eed994 57%,#f7eac2 66%,#a77a2c)!important;border:1px solid #f6e6bcc7!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;padding:0 19px!important;font-size:15px!important;font-weight:800!important;display:inline-flex!important;box-shadow:inset 0 1px #ffffff7a,0 8px 22px #a87b2e33!important}body[data-page=index] .adc-investor-trigger-v161{box-shadow:none!important;backdrop-filter:none!important;background:0 0!important;border:0!important;padding:16px 0 8px!important}body[data-page=index] .adc-investor-trigger-v161>span{color:#fff0bd!important;letter-spacing:.14em!important;font-size:16px!important;font-weight:800!important}body[data-page=index] .adc-investor-trigger-v161>strong{color:#fff2bd!important;font-family:var(--adc-font)!important;text-shadow:0 0 16px #ffdc766b,0 0 34px #dbb44940,0 3px 16px #00000080!important;margin:7px 0!important;font-size:50px!important;font-weight:400!important;line-height:.92!important}body[data-page=index] .adc-investor-trigger-v161>small{color:#ffffffc7!important;font-size:14px!important}body[data-page=adhesion] .house-v18-card{border:2px solid #050505!important;box-shadow:0 18px 48px #00000047!important}body[data-page=adhesion] .house-card-coliving:before{content:""!important;z-index:8!important;pointer-events:none!important;background:linear-gradient(90deg,#5b331d,#9f6036 45%,#c7895d 66%,#684027)!important;height:3px!important;position:absolute!important;top:0!important;left:0!important;right:0!important;box-shadow:0 0 10px #ab6b4040!important}#adc-immersive .adc-immersive-sheet{border-radius:28px!important}@media (width<=1220px){header .nav-center a,header .adc-nav-v71 a{font-size:19px!important}header .nav-center,header .adc-nav-v71{gap:18px!important;margin-left:20px!important;margin-right:20px!important}}header .nav-center,header .adc-nav-v71{justify-content:space-between!important;gap:clamp(28px,3.1vw,58px)!important;margin-left:clamp(34px,3.3vw,62px)!important;margin-right:clamp(34px,3.3vw,62px)!important}header .nav-center a,header .adc-nav-v71 a,header .adc-lang-current{font-family:var(--adc-font)!important;font-size:21px!important;font-weight:400!important;line-height:1!important}header .adc-lang-current{box-shadow:none!important;backdrop-filter:none!important;color:#ffffffe0!important;background:0 0!important;border:0!important;outline:0!important;margin-top:3px!important;padding:1px!important}body[data-page=location] .travel-search{width:min(1320px,94vw)!important;margin-left:0!important;margin-right:0!important;position:relative!important;left:50%!important;transform:translate(-50%)!important}body[data-page=vision] .vision-steps{display:none!important}body[data-page=communaute] .community-hero{background:linear-gradient(90deg,#030705c2,#03070538 58%,#0307051f),linear-gradient(#0000000a,#0000009e),url(https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=2200&q=90) 50% 44%/cover no-repeat!important;align-items:flex-end!important;min-height:90vh!important;display:flex!important;position:relative!important;overflow:hidden!important}body[data-page=communaute] .community-hero:before{content:""!important;z-index:1!important;pointer-events:none!important;background:linear-gradient(90deg,#05060538,#0000 18% 84%,#0506052e)!important;position:absolute!important;inset:0!important}body[data-page=communaute] .community-hero:after{content:""!important;z-index:2!important;pointer-events:none!important;background:linear-gradient(#05060500,#05060526 35%,#050605b8 78%,#050605)!important;height:230px!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important}body[data-page=communaute] .community-hero-inner{z-index:3!important;text-align:left!important;align-items:flex-start!important;width:min(1320px,100% - 36px)!important;max-width:900px!important;margin-left:auto!important;margin-right:auto!important;padding:150px 0 92px!important;position:relative!important}body[data-page=communaute] .community-hero h1{text-align:left!important;font-size:clamp(58px,7.8vw,108px)!important;line-height:.94!important}#adcAcquireBtn{text-transform:uppercase!important;letter-spacing:.035em!important}body[data-page=index] .adc-investor-trigger-v161{box-shadow:none!important;background:0 0!important;border:0!important;padding:18px 0 6px!important}body[data-page=index] .adc-v152-tile{filter:brightness(1.17)contrast(1.09)saturate(1.04)!important;border:1px solid #ffffff1a!important;border-radius:22px!important;min-height:250px!important;position:relative!important;overflow:hidden!important;box-shadow:0 18px 46px #0000003d!important}body[data-page=index] .adc-universe-label-v164{z-index:5!important;backdrop-filter:blur(10px)!important;color:#fff!important;min-height:38px!important;font-family:var(--adc-font)!important;text-shadow:0 2px 10px #000000b8!important;background:#030504a3!important;border:1px solid #ffffff21!important;border-radius:999px!important;align-items:center!important;padding:0 14px!important;font-size:19px!important;font-weight:400!important;display:inline-flex!important;position:absolute!important;bottom:16px!important;left:18px!important}#adcPaymentV73 .adc-pay73-submit{text-transform:uppercase!important;font-weight:800!important}@media (width<=1220px){header .nav-center,header .adc-nav-v71{gap:20px!important;margin-left:20px!important;margin-right:20px!important}header .nav-center a,header .adc-nav-v71 a,header .adc-lang-current{font-size:18px!important}}header .brand,header .brand img{max-height:39px!important}header .adc-lang-current{font-family:var(--adc-font)!important;text-transform:none!important;box-shadow:none!important;backdrop-filter:none!important;background:0 0!important;border:0!important;outline:0!important;margin-top:2px!important;padding:0!important;font-size:17px!important;font-weight:400!important;line-height:1!important}header .adc-lang-code{text-transform:none!important}body[data-page=index] .adc-investor-trigger-v161{isolation:isolate!important;position:relative!important;overflow:visible!important}body[data-page=index] .adc-investor-trigger-v161:before{content:""!important;z-index:-1!important;filter:blur(10px)!important;pointer-events:none!important;background:radial-gradient(#fff6ce38 0%,#f4d7841f 28%,#cea33d12 48%,#0000 72%)!important;width:125%!important;height:150%!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}body[data-page=index] .adc-investor-trigger-v161>strong{color:#fff8dc!important;text-shadow:0 0 12px #fff6d4c7,0 0 30px #f4d3746b,0 0 54px #bf912d33,0 4px 20px #0000007a!important;font-size:60px!important}body[data-page=index] .adc-v152-universe-grid{gap:14px!important}body[data-page=index] .adc-v152-tile{filter:brightness(1.08)contrast(1.07)saturate(1.03)!important;background-position:50%!important;background-size:cover!important;border:1px solid #ffffff1a!important;border-radius:24px!important;position:relative!important;overflow:hidden!important}body[data-page=index] .adc-v152-tile:after{content:""!important;z-index:2!important;background:linear-gradient(#0000000f,#0000001f 55%,#0000004d)!important;position:absolute!important;inset:0!important}body[data-page=index] .adc-universe-label-v165{z-index:5!important;color:#fff!important;font-family:var(--adc-font)!important;letter-spacing:.035em!important;text-align:center!important;text-shadow:0 4px 18px #000000b8!important;pointer-events:none!important;justify-content:center!important;align-items:center!important;padding:18px!important;font-size:clamp(28px,2.5vw,42px)!important;font-weight:400!important;display:flex!important;position:absolute!important;inset:0!important}.adc-hero-more-v165{color:#080808!important;min-height:46px!important;font-family:var(--adc-font)!important;background:linear-gradient(110deg,#9b722a,#c89d45 34%,#eed994 57%,#f7eac2 66%,#a77a2c)!important;border:1px solid #f6e6bcd1!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;margin-top:24px!important;padding:0 19px!important;font-size:15px!important;font-weight:800!important;text-decoration:none!important;transition:transform .18s,filter .18s,box-shadow .18s!important;display:inline-flex!important;box-shadow:inset 0 1px #ffffff7a,0 8px 22px #a87b2e33!important}.adc-hero-more-v165:hover,.adc-hero-more-v165:focus,.adc-hero-more-v165:active{color:#080808!important;filter:brightness(1.04)!important;background:linear-gradient(110deg,#aa7e2d,#d3a84d 34%,#fff0bb 57%,#f8e9b9 66%,#b98731)!important;transform:translateY(-1px)!important;box-shadow:inset 0 1px #ffffff94,0 12px 28px #a87b2e42!important}body[data-page=evenements] .adc-medieval-title-v140{text-align:center!important;white-space:nowrap!important;width:auto!important;left:50%!important;right:auto!important;transform:translate(-50%)!important}body[data-page=evenements] .medieval-games-v90 .event-kicker{text-align:left!important;color:#69bd8d!important;display:block!important}body[data-page=live] .live-card.platform-card{background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;overflow:hidden!important}body[data-page=live] .live-card.platform-card:before{background:linear-gradient(#0204030f,#0204034d 48%,#020403e0 100%)!important}body[data-page=live] .live-card.platform-card:after{opacity:.1!important}body[data-page=live] .social-follow{pointer-events:auto!important;z-index:5!important;position:relative!important}@media (width<=1220px){header .nav-center,header .adc-nav-v71{gap:18px!important;margin-left:18px!important;margin-right:18px!important}header .nav-center a,header .adc-nav-v71 a{font-size:18px!important}header .adc-lang-current{font-size:16px!important}}header .nav-center a,header .adc-nav-v71 a{font-family:var(--adc-font)!important;white-space:nowrap!important;font-size:21px!important;font-weight:400!important;line-height:1!important}header .adc-lang-current{font-family:var(--adc-font)!important;text-transform:none!important;box-shadow:none!important;background:0 0!important;border:0!important;margin-top:2px!important;padding:0!important;font-size:14px!important;font-weight:400!important;line-height:1!important}.section-label,[class*=kicker],[class*=eyebrow],[class*=overline],.adc-membership-kicker,.membership-kicker,.pass-kicker,.location-kicker,.events-kicker,.community-kicker,.live-kicker,.vision-kicker{color:#69bd8d!important}#adc-immersive[data-product-type=stay] #adcAcquireBtn,#adc-immersive[data-product-type=stay] .adc-immersive-actions{display:none!important}body[data-page=index] .adc-v152-universe-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;max-width:1380px!important;display:grid!important}body[data-page=index] .adc-universe-label-v166{z-index:5!important;color:#fff!important;font-family:var(--adc-font)!important;text-align:center!important;text-shadow:0 4px 16px #000000b8!important;pointer-events:none!important;justify-content:center!important;align-items:center!important;font-size:clamp(28px,2.3vw,40px)!important;font-weight:400!important;display:flex!important;position:absolute!important;inset:0!important}@media (width<=1100px){body[data-page=index] .adc-v152-universe-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}header .nav-center a,header .adc-nav-v71 a{font-size:18px!important}header .adc-lang-current{font-size:13px!important}}header{height:64px!important;min-height:64px!important}header .header-inner{width:100%!important;max-width:none!important;height:64px!important;min-height:64px!important}header .nav-center,header .adc-nav-v71{flex:auto!important;justify-content:space-between!important;gap:clamp(26px,3vw,56px)!important;max-width:none!important;margin-left:clamp(28px,3vw,54px)!important;margin-right:clamp(28px,3vw,54px)!important}header .nav-center a,header .adc-nav-v71 a{font-size:21px!important;font-family:var(--adc-font)!important;white-space:nowrap!important;font-weight:400!important}header .adc-lang-current{font-size:14px!important;font-family:var(--adc-font)!important;box-shadow:none!important;background:0 0!important;border:0!important}.section-label,[class*=kicker],[class*=eyebrow],[class*=overline],.adc-membership-kicker{color:#69bd8d!important}body[data-page=location] #stayDetailV59{box-shadow:none!important;background:0 0!important;border:0!important;padding:0!important}#adc-immersive[data-product-type=stay]{backdrop-filter:blur(16px)!important;background:#000000c7!important}#adc-immersive[data-product-type=stay] .adc-immersive-sheet{background:linear-gradient(145deg,#121513fa,#080a09fc)!important;border:1px solid #ffffff17!important;border-radius:28px!important;grid-template-columns:minmax(330px,.92fr) minmax(430px,1.08fr)!important;width:min(980px,94vw)!important;max-height:88vh!important;display:grid!important;overflow:hidden!important;box-shadow:0 42px 125px #0000009e!important}#adc-immersive[data-product-type=stay] .adc-immersive-media{background:#090b0a!important;border-right:1px solid #ffffff12!important;min-height:560px!important;display:block!important}#adc-immersive[data-product-type=stay] .adc-immersive-content{background:0 0!important;padding:34px 38px 38px!important}#adc-immersive[data-product-type=stay] .adc-immersive-row{box-shadow:none!important;background:0 0!important;border:0!important;border-bottom:1px solid #ffffff12!important;border-radius:0!important;padding:11px 0!important}#adc-immersive[data-product-type=stay] .adc-immersive-actions,#adc-immersive[data-product-type=stay] #adcAcquireBtn,#adc-immersive[data-product-type=stay] #adcContractBtn,body.adc-stay-immersive-open #adcPaymentV73{display:none!important}body[data-page=index] .adc-universe-label-v166{text-align:center!important;justify-content:center!important;align-items:center!important;display:flex!important}@media (width<=900px){#adc-immersive[data-product-type=stay] .adc-immersive-sheet{border-radius:26px 26px 0 0!important;grid-template-columns:1fr!important;width:100vw!important;max-height:94vh!important}#adc-immersive[data-product-type=stay] .adc-immersive-media,#adc-immersive[data-product-type=stay] .adc-immersive-main{min-height:250px!important;max-height:32vh!important}}header .header-inner{width:100%!important;max-width:none!important;height:64px!important;min-height:64px!important;padding-left:clamp(20px,2.3vw,42px)!important;padding-right:clamp(20px,2.3vw,42px)!important}header .nav-center,header .adc-nav-v71{flex:auto!important;justify-content:space-between!important;gap:clamp(32px,3.8vw,70px)!important;width:100%!important;max-width:none!important;margin-left:clamp(28px,3vw,54px)!important;margin-right:clamp(26px,2.7vw,50px)!important}header .nav-center a,header .adc-nav-v71 a{font-family:var(--adc-font)!important;letter-spacing:.004em!important;white-space:nowrap!important;font-size:23px!important;font-weight:400!important;line-height:1!important}header .adc-lang-current{font-family:var(--adc-font)!important;box-shadow:none!important;backdrop-filter:none!important;background:0 0!important;border:0!important;outline:0!important;padding:0!important;font-size:14px!important;font-weight:400!important;line-height:1!important;transform:translateY(2px)!important}header .adc-lang-arrow{font-size:8px!important}header .brand,header .brand:hover,header .brand:focus{box-shadow:none!important;background:0 0!important;border-color:#0000!important}body[data-page=location] .travel-search>button{font-size:16px!important;font-weight:800!important}#adc-immersive[data-product-type=stay] .adc-immersive-sheet{background:linear-gradient(145deg,#121513fa,#080a09fc)!important;border:1px solid #ffffff14!important;border-radius:28px!important;grid-template-columns:minmax(330px,.92fr) minmax(430px,1.08fr)!important;width:min(980px,94vw)!important;overflow:hidden!important}#adc-immersive[data-product-type=stay] .adc-immersive-media{border-right:1px solid #ffffff12!important;min-height:560px!important;display:block!important}#adc-immersive[data-product-type=stay] .adc-immersive-main{background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;width:100%!important;height:100%!important;min-height:560px!important}#adc-immersive[data-product-type=stay] .adc-immersive-content{background:0 0!important}#adc-immersive[data-product-type=stay] .adc-immersive-actions{margin-top:20px!important;display:block!important}#adc-immersive[data-product-type=stay] #adcAcquireBtn{color:#080808!important;width:100%!important;min-height:48px!important;font-family:var(--adc-font)!important;background:linear-gradient(118deg,#68460b,#c99a31 38%,#f5df93 52%,#906617 82%,#664509)!important;border:1px solid #ffe58beb!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;font-size:14px!important;font-weight:800!important;display:flex!important}#adc-immersive[data-product-type=stay] #adcContractBtn{display:none!important}#adc-immersive[data-product-type=membership] .adc-immersive-sheet,#adc-immersive[data-product-type=membership] .adc-immersive-content,#adc-immersive[data-product-type=membership] .adc-immersive-list,#adc-immersive[data-product-type=membership] .adc-immersive-row{background:#0b0d0c!important}#adc-immersive[data-product-type=membership] .adc-immersive-row{box-shadow:none!important;border:0!important;border-bottom:1px solid #ffffff12!important;border-radius:0!important}body[data-page=live] .live-hero:after{background:linear-gradient(90deg,#000 0%,#000000bf 33%,#00000014 67%,#0003 100%)!important}body[data-page=live] .live-hero .container,body[data-page=live] .adc-hero-more-v165{z-index:8!important;position:relative!important}body[data-page=live] .adc-hero-more-v165{visibility:visible!important;opacity:1!important;display:inline-flex!important}body[data-page=index] .adc-investor-trigger-v161>small{display:none!important}body[data-page=index] .adc-v152-contact{gap:12px 18px!important;margin-top:12px!important}body[data-page=index] .adc-v152-contact a{min-height:40px!important;padding:0 17px!important;font-size:17px!important}body[data-page=index] .adc-v152-universe-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}body[data-page=index] .adc-universe-label-v169{z-index:6!important;color:#fff!important;font-family:var(--adc-font)!important;text-align:center!important;text-shadow:0 4px 16px #000000b8!important;pointer-events:none!important;justify-content:center!important;align-items:center!important;font-size:clamp(28px,2.3vw,40px)!important;font-weight:400!important;display:flex!important;position:absolute!important;inset:0!important}@media (width<=1220px){header .nav-center a,header .adc-nav-v71 a{font-size:20px!important}header .nav-center,header .adc-nav-v71{gap:20px!important;margin-left:20px!important;margin-right:20px!important}}@media (width<=900px){#adc-immersive[data-product-type=stay] .adc-immersive-sheet{grid-template-columns:1fr!important;width:100vw!important}#adc-immersive[data-product-type=stay] .adc-immersive-media,#adc-immersive[data-product-type=stay] .adc-immersive-main{min-height:250px!important}}header,header#header{height:64px!important;min-height:64px!important}header .header-inner{align-items:center!important;width:100%!important;max-width:none!important;height:64px!important;min-height:64px!important;padding-left:24px!important;padding-right:24px!important;display:flex!important}header .brand{width:145px!important;box-shadow:none!important;background:0 0!important;flex:0 0 145px!important}header .nav-center,header .adc-nav-v71{flex:auto!important;justify-content:space-evenly!important;align-items:center!important;gap:0!important;width:auto!important;max-width:none!important;margin:0 24px!important;padding:0!important;display:flex!important}header .nav-center a,header .adc-nav-v71 a{font-family:var(--adc-font)!important;letter-spacing:.002em!important;white-space:nowrap!important;flex:none!important;padding-left:8px!important;padding-right:8px!important;font-size:24px!important;font-weight:400!important;line-height:1!important}header .header-actions-v1211{flex:none!important}header .adc-lang-current{font-size:14px!important;transform:translateY(2px)!important}header .nav-center,header .adc-nav-v71{flex:0 900px!important;justify-content:space-between!important;gap:18px!important;width:min(900px,100vw - 470px)!important;max-width:900px!important;margin:0 auto!important}header .nav-center a,header .adc-nav-v71 a{font-size:24px!important}body[data-page=index] .adc-v152-universe-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}body[data-page=index] .adc-v152-tile{border-radius:22px!important;position:relative!important;overflow:hidden!important}body[data-page=index] .adc-universe-label-v174{z-index:7!important;color:#fff!important;font-family:var(--adc-font)!important;text-align:center!important;text-shadow:0 4px 18px #000c!important;pointer-events:none!important;justify-content:center!important;align-items:center!important;font-size:clamp(29px,2.35vw,42px)!important;font-weight:400!important;display:flex!important;position:absolute!important;inset:0!important}body[data-page=index] .adc-investor-trigger-v161{z-index:12!important;text-align:right!important;width:min(430px,31vw)!important;padding:10px 0!important;position:absolute!important;top:88px!important;left:auto!important;right:4.2vw!important}body[data-page=index] .adc-investor-trigger-v161>span{color:#fff1be!important;letter-spacing:.13em!important;font-size:17px!important}body[data-page=index] .adc-investor-trigger-v161>strong{color:#fff8dc!important;text-shadow:0 0 12px #fff6d6d6,0 0 32px #f2d3747a,0 0 56px #c2932c3d!important;font-size:54px!important;line-height:.92!important}body[data-page=index] .adc-investor-trigger-v161 .adc-v152-contact{justify-content:flex-end!important}#adc-immersive[data-product-type=pass] .adc-immersive-titleline,#adc-immersive[data-product-type=membership] .adc-immersive-titleline,#adc-immersive[data-product-type=adhesion] .adc-immersive-titleline{justify-content:space-between!important;align-items:flex-start!important;gap:18px!important;display:flex!important}#adc-immersive[data-product-type=pass] .adc-immersive-row,#adc-immersive[data-product-type=membership] .adc-immersive-row,#adc-immersive[data-product-type=adhesion] .adc-immersive-row{grid-template-columns:minmax(125px,.42fr) minmax(0,1fr)!important;gap:16px!important;padding:9px 0!important;display:grid!important}#adc-immersive[data-product-type=pass] .adc-immersive-row strong,#adc-immersive[data-product-type=membership] .adc-immersive-row strong,#adc-immersive[data-product-type=adhesion] .adc-immersive-row strong{text-align:right!important}body[data-page=vision] .adc-hero-more-v165,body[data-page=evenements] .adc-hero-more-v165,body[data-page=communaute] .adc-hero-more-v165,body[data-page=live] .adc-hero-more-v165{text-transform:uppercase!important;font-weight:800!important}body[data-page=live] .adc-live-actions-v174{align-items:center!important;gap:10px!important;margin-top:24px!important;display:flex!important}body[data-page=live] .adc-live-actions-v174 .adc-hero-more-v165{margin-top:0!important}body[data-page=live] .adc-live-participate-v174{color:#fff!important;min-height:46px!important;font-family:var(--adc-font)!important;background:#2f9366!important;border:1px solid #6bd29c57!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;padding:0 19px!important;font-size:15px!important;font-weight:800!important;text-decoration:none!important;display:inline-flex!important}body[data-page=adhesion] table thead th,body[data-page=adhesion] table thead td{color:#050505!important;font-size:19px!important;font-weight:900!important}body[data-page=adhesion] .adc-adhesion-hero-micro-v174{display:none!important}@media (width<=1220px){header .nav-center,header .adc-nav-v71{flex:auto!important;gap:16px!important;width:auto!important;max-width:none!important;margin:0 18px!important}header .nav-center a,header .adc-nav-v71 a{font-size:20px!important}}@media (width<=800px){body[data-page=index] .adc-v152-universe-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}body[data-page=index] .adc-investor-trigger-v161{text-align:center!important;width:100%!important;position:relative!important;top:auto!important;right:auto!important}}body[data-page=index] .adc-investor-trigger-v161>span{color:#fff4c9!important;letter-spacing:.13em!important;font-size:18px!important;font-weight:800!important;display:block!important}body[data-page=index] .adc-investor-trigger-v161>strong{color:#fffbe8!important;text-shadow:0 0 14px #fff8dde6,0 0 34px #f3d57985,0 0 62px #c1922a42!important;font-size:58px!important;line-height:.92!important;display:block!important}body[data-page=index] .adc-investor-trigger-v161 .adc-v152-contact{flex-wrap:wrap!important;justify-content:flex-end!important;gap:8px 12px!important;margin-top:10px!important;display:flex!important}body[data-page=index] .adc-universe-label-v178{z-index:8!important;color:#fff!important;font-family:var(--adc-font)!important;text-align:center!important;text-shadow:0 4px 18px #000000d1!important;pointer-events:none!important;justify-content:center!important;align-items:center!important;font-size:clamp(30px,2.3vw,42px)!important;font-weight:400!important;display:flex!important;position:absolute!important;inset:0!important}#adc-immersive[data-product-type=pass] .adc-immersive-sheet,#adc-immersive[data-product-type=membership] .adc-immersive-sheet{background:#0b0d0c!important;border:1px solid #ffffff14!important;border-radius:28px!important;grid-template-columns:1fr!important;width:min(780px,92vw)!important;overflow:hidden!important;box-shadow:0 38px 110px #0009!important}#adc-immersive[data-product-type=pass] .adc-immersive-media,#adc-immersive[data-product-type=membership] .adc-immersive-media{display:none!important}#adc-immersive[data-product-type=pass] .adc-immersive-content,#adc-immersive[data-product-type=membership] .adc-immersive-content{background:#0b0d0c!important;padding:32px 38px 36px!important}#adc-immersive[data-product-type=pass] .adc-immersive-titleline,#adc-immersive[data-product-type=membership] .adc-immersive-titleline{justify-content:space-between!important;align-items:flex-start!important;gap:22px!important;display:flex!important}#adc-immersive[data-product-type=pass] .adc-immersive-desc,#adc-immersive[data-product-type=membership] .adc-immersive-desc{margin:12px 0 16px!important;line-height:1.5!important}#adc-immersive[data-product-type=pass] .adc-immersive-list,#adc-immersive[data-product-type=membership] .adc-immersive-list{background:0 0!important;border:0!important;margin-top:8px!important}#adc-immersive[data-product-type=pass] .adc-immersive-row,#adc-immersive[data-product-type=membership] .adc-immersive-row{box-shadow:none!important;background:0 0!important;border:0!important;border-bottom:1px solid #ffffff12!important;border-radius:0!important;grid-template-columns:220px minmax(0,1fr)!important;align-items:start!important;gap:22px!important;margin:0!important;padding:10px 0!important;display:grid!important}#adc-immersive[data-product-type=pass] .adc-immersive-row span,#adc-immersive[data-product-type=membership] .adc-immersive-row span{color:#ffffff80!important;text-align:left!important;font-size:13px!important;line-height:1.42!important}#adc-immersive[data-product-type=pass] .adc-immersive-row strong,#adc-immersive[data-product-type=membership] .adc-immersive-row strong{color:#f6f1e8!important;text-align:right!important;font-size:15px!important;font-weight:400!important;line-height:1.45!important}#adc-immersive[data-product-type=pass] .adc-immersive-row[data-field=discount] strong,#adc-immersive[data-product-type=membership] .adc-immersive-row[data-field=discount] strong{color:#69bd8d!important;font-weight:800!important}body[data-page=live] .live-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:stretch!important;gap:14px!important;display:grid!important}body[data-page=live] .live-card.platform-card{flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;min-height:480px!important;display:flex!important;position:relative!important;overflow:hidden!important}body[data-page=live] .live-card.platform-card .platform-logo{background-position:50%!important;background-repeat:no-repeat!important;background-size:contain!important;width:46px!important;height:46px!important;margin:22px 22px 0!important;position:relative!important;inset:auto!important}body[data-page=live] .live-card.platform-card .live-card-content{text-align:left!important;flex-direction:column!important;flex:auto!important;align-items:flex-start!important;padding:18px 22px 22px!important;display:flex!important}body[data-page=live] .live-card.platform-card .platform,body[data-page=live] .live-card.platform-card h3,body[data-page=live] .live-card.platform-card p{text-align:left!important;width:100%!important}body[data-page=live] .live-card.platform-card h3{min-height:54px!important;margin-top:7px!important}body[data-page=live] .live-card.platform-card p{min-height:92px!important}body[data-page=live] .live-card.platform-card .live-meta{width:100%!important;min-height:66px!important;margin-top:auto!important}body[data-page=live] .live-card.platform-card .social-follow{border-radius:999px!important;align-self:flex-start!important;min-height:44px!important;margin-top:16px!important;padding:0 18px!important;font-weight:800!important}body[data-page=live] .tiktok-card .social-follow,body[data-page=live] .instagram-card .social-follow{color:#080808!important;background:linear-gradient(118deg,#68460b,#c99a31 38%,#f5df93 52%,#906617 82%,#664509)!important;border:1px solid #ffe58beb!important}@media (width<=1220px){body[data-page=live] .live-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=800px){body[data-page=index] .adc-v152-universe-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}body[data-page=index] .adc-investor-trigger-v161{text-align:center!important;width:100%!important;position:relative!important;top:auto!important;right:auto!important}body[data-page=index] .adc-investor-trigger-v161 .adc-v152-contact{justify-content:center!important}#adc-immersive[data-product-type=pass] .adc-immersive-row,#adc-immersive[data-product-type=membership] .adc-immersive-row{grid-template-columns:1fr!important;gap:4px!important}#adc-immersive[data-product-type=pass] .adc-immersive-row strong,#adc-immersive[data-product-type=membership] .adc-immersive-row strong{text-align:left!important}}body[data-page=index] .adc-v152-investor-rail{width:min(600px,42vw)!important;margin-left:3.2vw!important;margin-right:auto!important}body[data-page=index] .adc-v152-title{text-align:center!important;width:100%!important}body[data-page=index] .adc-v152-title h1{margin-left:auto!important;margin-right:auto!important;font-size:clamp(60px,5.2vw,84px)!important}body[data-page=index] .adc-v152-title p{text-align:center!important;color:#ffffffeb!important;max-width:560px!important;margin-left:auto!important;margin-right:auto!important;font-size:21px!important;line-height:1.48!important}body[data-page=index] .adc-v152-pillars{max-width:570px!important;margin-left:auto!important;margin-right:auto!important}body[data-page=index] .adc-v152-metrics{text-align:center!important;max-width:570px!important;margin-left:auto!important;margin-right:auto!important}body[data-page=index] .adc-index-hero{position:relative!important}body[data-page=index] .adc-investor-trigger-v161{z-index:18!important;text-align:right!important;width:min(470px,32vw)!important;margin:0!important;padding:14px 0!important;position:absolute!important;top:116px!important;left:auto!important;right:4.6vw!important}body[data-page=index] .adc-investor-trigger-v161>span{letter-spacing:.13em!important;color:#fff7d7!important;font-size:18px!important;font-weight:800!important;display:block!important}body[data-page=index] .adc-investor-trigger-v161>strong{font-family:var(--adc-font)!important;color:#fffdf1!important;text-shadow:0 0 12px #ffffffd9,0 0 30px #ffe8a1ad,0 0 58px #cd9e3059!important;margin:5px 0 10px!important;font-size:58px!important;font-weight:400!important;line-height:.92!important;display:block!important}body[data-page=index] .adc-investor-explain-v179{color:#ffffffd1!important;max-width:440px!important;margin:8px 0 12px auto!important;font-size:15px!important;line-height:1.45!important}body[data-page=index] .adc-v152-contact{flex-wrap:wrap!important;justify-content:flex-end!important;gap:8px 12px!important;display:flex!important}body[data-page=index] .adc-v152-contact a{color:#fff8df!important;font-size:17px!important;font-weight:800!important}body[data-page=index] .adc-v152-tile{border-radius:22px!important;min-height:245px!important;position:relative!important;overflow:hidden!important}body[data-page=index] .adc-v152-tile:after{content:""!important;z-index:5!important;pointer-events:none!important;background:linear-gradient(#0000000d,#0000001f 55%,#00000047)!important;position:absolute!important;inset:0!important}body[data-page=index] .adc-universe-label-v180{z-index:9!important;color:#fff!important;font-family:var(--adc-font)!important;text-align:center!important;letter-spacing:.02em!important;text-shadow:0 4px 18px #000000db,0 0 18px #00000070!important;pointer-events:none!important;justify-content:center!important;align-items:center!important;padding:18px!important;font-size:clamp(31px,2.4vw,43px)!important;font-weight:400!important;display:flex!important;position:absolute!important;inset:0!important}#adc-immersive[data-product-type=pass] .adc-immersive-sheet,#adc-immersive[data-product-type=membership] .adc-immersive-sheet,#adc-immersive[data-product-type=adhesion] .adc-immersive-sheet,#adc-immersive[data-product-type=stay] .adc-immersive-sheet{background:linear-gradient(145deg,#111412,#090b0a)!important;border:1px solid #ffffff14!important;border-radius:28px!important;grid-template-columns:1fr!important;width:min(800px,92vw)!important;overflow:hidden!important;box-shadow:0 40px 120px #0000009e!important}#adc-immersive[data-product-type=pass] .adc-immersive-media,#adc-immersive[data-product-type=membership] .adc-immersive-media,#adc-immersive[data-product-type=adhesion] .adc-immersive-media,#adc-immersive[data-product-type=stay] .adc-immersive-media{display:none!important}#adc-immersive[data-product-type=pass] .adc-immersive-content,#adc-immersive[data-product-type=membership] .adc-immersive-content,#adc-immersive[data-product-type=adhesion] .adc-immersive-content,#adc-immersive[data-product-type=stay] .adc-immersive-content{background:0 0!important;padding:32px 40px 38px!important}#adc-immersive .adc-immersive-head{margin-bottom:12px!important}#adc-immersive .adc-immersive-titleline{justify-content:space-between!important;align-items:flex-start!important;gap:26px!important;display:flex!important}#adc-immersive .adc-immersive-desc{color:#ffffffb8!important;max-width:680px!important;margin:12px 0 18px!important;line-height:1.5!important}#adc-immersive .adc-immersive-list{background:0 0!important;border:0!important;margin-top:8px!important}#adc-immersive .adc-immersive-row{box-shadow:none!important;background:0 0!important;border:0!important;border-bottom:1px solid #ffffff12!important;border-radius:0!important;grid-template-columns:230px minmax(0,1fr)!important;align-items:start!important;gap:28px!important;margin:0!important;padding:11px 0!important;display:grid!important}#adc-immersive .adc-immersive-row span{color:#ffffff7a!important;text-align:left!important;font-size:13px!important;font-weight:600!important;line-height:1.4!important}#adc-immersive .adc-immersive-row strong{color:#f6f1e8!important;text-align:right!important;font-size:15px!important;font-weight:400!important;line-height:1.45!important}#adc-immersive .adc-immersive-row[data-field=discount] strong{color:#69bd8d!important;font-weight:800!important}#adc-immersive .adc-immersive-actions{margin-top:20px!important}#adc-immersive #adcAcquireBtn{min-height:48px!important;font-weight:800!important}#adc-immersive[data-product-type=stay] .adc-immersive-row{grid-template-columns:210px minmax(0,1fr)!important}body[data-page=adhesion] .adc-membership-goldbar-v142 .adc-membership-header-v142{color:#070707!important;letter-spacing:.01em!important;font-size:20px!important;font-weight:900!important}body[data-page=adhesion] .adc-membership-goldbar-v142{box-shadow:0 8px 24px #00000029!important}@media (width<=900px){body[data-page=index] .adc-v152-investor-rail{width:100%!important;margin-left:0!important}body[data-page=index] .adc-investor-trigger-v161{text-align:center!important;width:100%!important;margin-top:28px!important;position:relative!important;top:auto!important;right:auto!important}body[data-page=index] .adc-investor-explain-v179{margin-left:auto!important;margin-right:auto!important}body[data-page=index] .adc-v152-contact{justify-content:center!important}body[data-page=index] .adc-v152-universe-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}#adc-immersive .adc-immersive-row{grid-template-columns:1fr!important;gap:4px!important}#adc-immersive .adc-immersive-row strong{text-align:left!important}}body{overflow-x:hidden!important}a,button,[role=button]{transition:background-color .22s,border-color .22s,color .22s,opacity .22s,transform .22s,box-shadow .22s!important}a:focus-visible,button:focus-visible,[role=button]:focus-visible{outline-offset:3px!important;outline:2px solid #f4da91eb!important}button:active,a[role=button]:active,.btn:active,[class*=cta]:active{transform:translateY(1px)!important}header{isolation:isolate!important}header a,header button{text-decoration:none!important}header .brand{box-shadow:none!important;background:0 0!important}.adc-cap-gold,.btn-gold,.gold-pill,.header-login-gold,#adcAcquireBtn,.adc-primary{font-weight:800!important}.adc-cap-green,[class*=green][class*=btn],[class*=green][class*=pill],.adc-cap-dark,.ghost,.btn-ghost{color:#fff!important;font-weight:800!important}.section-label,[class*=kicker],[class*=eyebrow],[class*=overline]{color:#69bd8d!important}.house-v18-card,.membership-card,.adc-partner-stay-v79,.live-card,.adc-v152-tile{transform:translateZ(0)!important}.house-v18-card:hover,.membership-card:hover,.adc-partner-stay-v79:hover,.live-card:hover,.adc-v152-tile:hover{transform:translateY(-2px)!important}#adc-immersive .adc-immersive-sheet,#adcPaymentV73 .adc-pay73-card,.adc-investor-sheet-card-v161{border-radius:28px!important}#adc-immersive .adc-immersive-close,.adc-pay73-close,.adc-investor-close-v161{cursor:pointer!important}#adc-immersive .adc-immersive-row:last-child{border-bottom:0!important}#adcPaymentV73 .adc-pay73-card{background:linear-gradient(145deg,#111412,#090b0a)!important;border:1px solid #ffe28b33!important;width:min(560px,94vw)!important;padding:32px 34px!important;box-shadow:0 38px 110px #0009!important}#adcPaymentV73 .adc-pay73-row{background:0 0!important;border:0!important;border-bottom:1px solid #ffffff12!important;border-radius:0!important;padding:11px 0!important}#adcPaymentV73 .adc-pay73-submit{border-radius:999px!important;min-height:48px!important;font-weight:800!important}body[data-page=index] .adc-universe-label-v180{z-index:12!important}body[data-page=live] .live-card.platform-card{height:100%!important}body[data-page=live] .live-card.platform-card .social-follow{margin-top:auto!important}footer a{text-decoration:none!important}footer a:hover{color:#fff!important}@media (width<=760px){#adc-immersive .adc-immersive-content{padding-left:24px!important;padding-right:24px!important}}body[data-page=index] .adc-v152-investor-rail{width:min(590px,41vw)!important;margin-left:0!important;margin-right:auto!important;transform:translate(-22px,-24px)!important}body[data-page=index] .adc-v152-title,body[data-page=index] .adc-v152-pillars,body[data-page=index] .adc-v152-metrics,body[data-page=index] .adc-v152-title p{text-align:left!important;margin-left:0!important;margin-right:auto!important}body[data-page=index] .adc-v152-metrics{max-width:570px!important}body[data-page=index] .adc-v152-metrics>div{text-align:left!important}body[data-page=index] .adc-investor-trigger-v161{z-index:18!important;text-align:right!important;width:min(500px,34vw)!important;margin:0!important;padding:12px 0!important;position:absolute!important;inset:auto 4.8vw 42px auto!important}body[data-page=index] .adc-investor-trigger-v161:before{content:""!important;z-index:-1!important;filter:blur(13px)!important;pointer-events:none!important;background:radial-gradient(#fffceb6e 0%,#ffeaaa40 24%,#dcb1481f 48%,#0000 77%)!important;width:124%!important;height:170%!important;position:absolute!important;top:50%!important;right:-8%!important;transform:translateY(-50%)!important}body[data-page=index] .adc-investor-trigger-v161>span{display:none!important}body[data-page=index] .adc-investor-trigger-v161>strong{font-family:var(--adc-font)!important;color:#fffdf0!important;text-shadow:0 0 12px #ffffffdb,0 0 31px #ffe69aab,0 0 60px #cc9b2b57!important;margin:0 0 8px!important;font-size:clamp(38px,3.4vw,54px)!important;line-height:.96!important;display:block!important}body[data-page=index] .adc-investor-explain-v179{color:#ffffffc2!important;max-width:430px!important;margin:6px 0 12px auto!important;font-size:14px!important}body[data-page=index] .adc-v152-contact{justify-content:flex-end!important}body[data-page=index] .adc-v152-universe-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;display:grid!important}body[data-page=index] .adc-v152-tile{filter:none!important;background:linear-gradient(145deg,#141715f5,#080a09fa)!important;border:1px solid #ffffff14!important;border-radius:20px!important;min-height:150px!important;box-shadow:0 14px 34px #0003!important}body[data-page=index] .adc-v152-tile:before{content:""!important;pointer-events:none!important;background:radial-gradient(circle at 50% 20%,#e6c67014,#0000 54%)!important;position:absolute!important;inset:0!important}body[data-page=index] .adc-universe-label-v180{color:#f7f2e9!important;font-size:clamp(28px,2.25vw,39px)!important}#adc-immersive[data-product-type=pass] .adc-immersive-sheet,#adc-immersive[data-product-type=membership] .adc-immersive-sheet,#adc-immersive[data-product-type=adhesion] .adc-immersive-sheet,#adc-immersive[data-product-type=stay] .adc-immersive-sheet{background:#101311!important;width:min(840px,92vw)!important}#adc-immersive .adc-immersive-content{background:#101311!important;padding:32px 34px 36px!important}#adc-immersive .adc-immersive-titleline,#adc-immersive .adc-immersive-desc,#adc-immersive .adc-immersive-list{background:0 0!important}#adc-immersive .adc-immersive-row{border-bottom:1px solid #ffffff13!important;grid-template-columns:minmax(180px,38%) minmax(0,62%)!important;align-items:start!important;gap:24px!important;width:100%!important;padding:12px 2px!important;display:grid!important}#adc-immersive .adc-immersive-row span{text-align:left!important;color:#ffffff7a!important;justify-self:start!important;padding-left:0!important;font-weight:700!important}#adc-immersive .adc-immersive-row strong{text-align:right!important;justify-self:end!important;max-width:100%!important;padding-right:0!important}#adc-immersive .adc-immersive-desc{color:#ffffffbd!important;box-shadow:none!important;border:0!important}body[data-page=adhesion] .adc-membership-goldbar-v142 .adc-membership-header-v142{color:#050505!important;font-size:20px!important;font-weight:900!important}body[data-page=communaute] .adc-community-partout-v182{text-align:right!important;width:100%!important;padding-right:4vw!important;display:block!important}body[data-page=evenements] .annual-price-v182{color:#f1dc9a!important;background:#00000057!important;border:1px solid #e8c87d38!important;border-radius:999px!important;align-items:center!important;gap:7px!important;margin-top:10px!important;padding:8px 12px!important;font-weight:800!important;display:inline-flex!important}body[data-page=evenements] .annual-condition-v182{color:#ffffffb3!important;margin-top:8px!important;font-size:13px!important;line-height:1.45!important}body[data-page=evenements] .medieval-games-v90 .event-agenda-overlay{z-index:10!important;color:#f5efe3!important;background:linear-gradient(145deg,#121513fa,#070908fc)!important;flex-direction:column!important;padding:24px!important;display:none!important;position:absolute!important;inset:0!important;overflow:auto!important}body[data-page=evenements] .medieval-games-v90.agenda-open .event-agenda-overlay{display:flex!important}body[data-page=evenements] .medieval-games-v90 .event-agenda-close{border-radius:50%!important;width:34px!important;height:34px!important;position:absolute!important;top:14px!important;right:14px!important}body[data-page=evenements] .medieval-games-v90 .event-slot{border-bottom:1px solid #ffffff12!important;justify-content:space-between!important;align-items:center!important;gap:14px!important;padding:11px 0!important;display:flex!important}body[data-page=evenements] .medieval-games-v90 .event-slot button{border-radius:999px!important;font-weight:800!important}@media (width<=900px){body[data-page=index] .adc-v152-investor-rail{width:100%!important;transform:none!important}body[data-page=index] .adc-investor-trigger-v161{text-align:center!important;width:100%!important;margin-top:26px!important;position:relative!important;bottom:auto!important;right:auto!important}body[data-page=index] .adc-v152-contact{justify-content:center!important}body[data-page=index] .adc-v152-universe-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}body[data-page=communaute] .adc-community-partout-v182{text-align:left!important;padding-right:0!important}#adc-immersive .adc-immersive-row{grid-template-columns:1fr!important;gap:5px!important}#adc-immersive .adc-immersive-row strong{text-align:left!important;justify-self:start!important}}body[data-page=index] .adc-v152-investor-rail{transform:translate(-24px,-102px)!important}body[data-page=index] .adc-investor-left-v188{margin-top:16px!important}body[data-page=index] .adc-investor-click-hint-v190{color:#090805!important;min-height:29px!important;text-shadow:none!important;background:linear-gradient(#f1dea2 0%,#d3b46a 46%,#aa7923 100%)!important;border:1px solid #ffefbee6!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;padding:0 13px!important;font-weight:900!important;display:inline-flex!important;position:absolute!important;top:-13px!important;right:2px!important;box-shadow:inset 0 1px #ffffffa8,inset 0 -2px #58360447,0 8px 20px #bf912838!important}body[data-page=index] .adc-investor-left-metrics-v188 strong,body[data-page=index] .adc-investor-left-metrics-v188 div:first-child strong,body[data-page=index] .adc-investor-left-metrics-v188 div:nth-child(2) strong,body[data-page=index] .adc-investor-left-metrics-v188 div:nth-child(3) strong,body[data-page=index] .adc-investor-left-metrics-v188 div:nth-child(4) strong{color:#2ecc8a!important}body[data-page=location] .owner-step-v79.is-validation{color:#080806!important;background:linear-gradient(#f0dda0 0%,#d5b76c 46%,#ad7d25 100%)!important;border:1px solid #ffeeb8e6!important;box-shadow:inset 0 1px #ffffff94,inset 0 -2px #5c39054d,0 10px 24px #c1962f38!important}body[data-page=location] .owner-step-v79.is-validation b,body[data-page=location] .owner-step-v79.is-validation span{color:#080806!important;font-weight:900!important}body[data-page=live] .live-hero:before{opacity:.96!important;filter:grayscale(.68)brightness(1.86)contrast(.94)!important}body[data-page=live] .live-card.platform-card{position:relative!important}body[data-page=live] .live-card.platform-card .platform-logo{opacity:1!important;filter:brightness(1.28)contrast(1.08)saturate(1.08)!important;width:48px!important;height:48px!important;margin:0!important;position:absolute!important;top:22px!important;left:22px!important}body[data-page=live] .live-card.platform-card .live-card-content{padding:22px 22px 22px 84px!important}body[data-page=live] .live-card.platform-card .platform{text-align:left!important;color:#f5efe5!important;min-height:42px!important;margin:3px 0 8px!important;font-size:20px!important;font-weight:900!important;display:block!important}body[data-page=live] .live-card.platform-card h3{text-align:left!important;margin-top:8px!important}body[data-page=live] .live-card.platform-card p,body[data-page=live] .live-card.platform-card .live-meta{text-align:left!important}body[data-page=live] .tiktok-card .platform-logo,body[data-page=live] .instagram-card .platform-logo,body[data-page=live] .twitch-card .platform-logo,body[data-page=live] .discord-card .platform-logo{opacity:1!important;filter:brightness(1.38)contrast(1.1)saturate(1.1)!important}@media (width<=900px){body[data-page=index] .adc-v152-investor-rail{transform:translateY(-54px)!important}body[data-page=live] .live-card.platform-card .live-card-content{padding-left:82px!important}}body[data-page=controlroom]>header[data-v211-header="1"]{z-index:999999!important;position:fixed!important;top:0!important;left:0!important;right:0!important}body[data-page=controlroom]>header[data-v211-header="1"],body[data-page=controlroom]>header[data-v211-header="1"] *{font-family:inherit}:root{--adc-private-font:"Agency FB","Arial Narrow",Arial,sans-serif}body[data-page=controlroom]{background:#000!important;padding-top:64px!important}body[data-page=controlroom]>.wrap,body[data-page=controlroom]>.wrap *,body[data-page=controlroom]>main,body[data-page=controlroom]>main *,body[data-page=controlroom]>aside,body[data-page=controlroom]>aside *{font-family:var(--adc-private-font)!important}body[data-page=controlroom] footer{color:inherit!important;z-index:2!important;background:#000!important;width:100%!important;margin-top:38px!important;position:relative!important}body[data-page=controlroom] footer *{box-sizing:border-box!important}:root{--black:#050605;--surface:#0c0e0c;--surface2:#121512;--cream:#f5efe3;--muted:#aaa69c;--gold:#d7ad43;--gold2:#fff0af;--green:#2f7a58;--green2:#6fc99d;--line:#ffeca72e;--shadow:0 30px 90px #00000085}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 20% 0%,#225d4024,transparent 34%),var(--black);color:var(--cream);margin:0;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(1240px,100% - 40px);margin:auto}.eyebrow{letter-spacing:.19em;text-transform:uppercase;color:var(--gold2);font-size:11px}.muted{color:var(--muted)}.section{padding:108px 0}.section-head{max-width:780px;margin-bottom:42px}.section-head h2{margin:10px 0 16px;font-size:clamp(42px,6vw,76px);font-weight:500;line-height:1.02}.section-head p{color:#c9c5bc;font-size:17px}.btn{border:1px solid var(--line);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 22px;font-size:11px;transition:all .28s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-gold{color:#050505;background:linear-gradient(110deg,#8d6718,#d9b44a 45%,#fff1b5 58%,#b88721);border-color:#f5d979;box-shadow:0 12px 32px #d3aa402e}.btn-ghost{backdrop-filter:blur(12px);background:#00000047}header{z-index:50;backdrop-filter:blur(10px);background:linear-gradient(#040504d1,#04050414);align-items:center;height:84px;transition:all .3s;display:flex;position:fixed;inset:0 0 auto}header.scrolled{background:#050605e6;border-bottom:1px solid #ffffff0f}.header-inner{grid-template-columns:210px 1fr 180px;align-items:center;gap:20px;width:min(1320px,100% - 32px);margin:auto;display:grid}.brand img{width:auto;height:46px}.nav-center{letter-spacing:.08em;justify-content:center;gap:26px;font-size:12px;display:flex}.nav-center a{color:#ddd7ca;transition:all .25s}.nav-center a:hover,.nav-center a.active{color:var(--green2)}.header-cta{justify-self:end}.menu-toggle{color:#fff;background:0 0;border:0;font-size:26px;display:none}.hero{background-image:linear-gradient(90deg,#000000d6,#00000052 55%,#0003),linear-gradient(#00000014,#000000b8),url(/assets/img/ADC_IMG_b3458c26d5f4965e.png);background-position:50%;background-size:cover;align-items:end;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-content{z-index:2;max-width:900px;padding:180px 0 92px;position:relative}.hero h1{letter-spacing:-.035em;margin:16px 0 24px;font-size:clamp(54px,8vw,98px);font-weight:500;line-height:.96}.hero h1 .script{color:var(--gold2);margin-top:10px;font-size:.68em;font-style:italic;font-weight:400;display:block}.hero-sub{color:#e6e0d5;max-width:760px;font-size:19px}.hero-actions,.rules-line{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.microproofs{color:#d4cec2;flex-wrap:wrap;gap:24px;margin-top:26px;font-size:12px;display:flex}.microproofs span:before{content:"";background:var(--gold);vertical-align:middle;border-radius:50%;width:5px;height:5px;margin-right:9px;display:inline-block}.collection-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.place-card{min-height:360px;box-shadow:var(--shadow);background-position:50%;background-size:cover;border:1px solid #ffffff14;border-radius:28px;transition:all .45s;position:relative;overflow:hidden}.place-card:hover{transform:translateY(-7px)}.place-card:after{content:"";background:linear-gradient(#0000 38%,#000000e0);position:absolute;inset:0}.place-card .copy{z-index:2;position:absolute;bottom:22px;left:22px;right:22px}.place-card h3{margin:0 0 4px;font-size:27px}.place-card p{color:#d5d0c5;margin:0;font-size:13px}.country{letter-spacing:.18em;color:var(--gold2);text-transform:uppercase;font-size:10px}.membership-cards{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.member-card{min-height:430px;box-shadow:var(--shadow);transform-style:preserve-3d;background:radial-gradient(circle at 50% 48%,#0000 0 9%,#ffffff0d 10% 11%,#0000 12% 20%,#ffffff09 21% 22%,#0000 23% 32%,#ffffff06 33% 34%,#0000 35%),linear-gradient(145deg,#161815,#070807);border:1px solid #ffffff1a;border-radius:30px;padding:24px;transition:all .55s cubic-bezier(.2,.7,.2,1);position:relative;overflow:hidden}.member-card:hover{transform:translateY(-8px)rotateX(2deg)rotateY(-2deg)}.member-card:before{content:"";background:linear-gradient(115deg,#0000 43%,#ffffff38 50%,#0000 57%);transition:all .9s;position:absolute;inset:-70%;transform:translate(-48%)}.member-card:hover:before{transform:translate(48%)}.member-card.builder{background:radial-gradient(circle at 50% 48%,#0000 0 9%,#ffca8217 10% 11%,#0000 12% 22%,#ffb45f0f 23% 24%,#0000 25%),linear-gradient(145deg,#5d3217,#1c110b 58%,#070807)}.member-card.nomad{background:radial-gradient(circle at 50% 48%,#0000 0 9%,#ffffff21 10% 11%,#0000 12% 22%,#ffffff14 23% 24%,#0000 25%),linear-gradient(145deg,#777d81,#25292c 58%,#080909)}.member-card.ambassador{background:radial-gradient(circle at 50% 48%,#0000 0 9%,#ffe18921 10% 11%,#0000 12% 22%,#ffd66017 23% 24%,#0000 25%),linear-gradient(145deg,#987119,#402d0c 58%,#070705)}.member-top{justify-content:space-between;align-items:center;display:flex}.member-level{letter-spacing:.18em;text-transform:uppercase;font-size:10px}.member-price{color:var(--gold2);font-size:28px}.member-card h3{margin:66px 0 8px;font-size:34px}.member-card .tagline{color:#e6dfd2;font-size:14px}.member-card ul{margin:28px 0 0;padding:0;list-style:none}.member-card li{color:#d3cec4;border-bottom:1px solid #ffffff12;padding:8px 0;font-size:12px}.member-card li:last-child{border:0}.member-card .card-logo{opacity:.9;width:58px;position:absolute;bottom:20px;right:22px}.table-wrap{border:1px solid var(--line);background:#ffffff04;border-radius:26px;margin-top:34px;overflow:auto}table{border-collapse:collapse;width:100%;min-width:980px}th,td{text-align:center;border-bottom:1px solid #ffffff12;padding:16px 15px;font-size:12px}th:first-child,td:first-child{text-align:left;min-width:270px}thead th{color:var(--gold2);background:#ffda6609;font-size:16px}tr:last-child td{border:0}.project-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.project-card{min-height:560px;box-shadow:var(--shadow);background-position:50%;background-size:cover;border:1px solid #ffffff17;border-radius:34px;position:relative;overflow:hidden}.project-card:after{content:"";background:linear-gradient(#00000014,#000000e0);position:absolute;inset:0}.project-card .copy{z-index:2;position:absolute;bottom:28px;left:28px;right:28px}.project-card h3{margin:6px 0 10px;font-size:42px}.project-card p{color:#ddd6c9}.project-card .status{letter-spacing:.14em;text-transform:uppercase;color:var(--gold2);background:#0000008c;border:1px solid #ffe79647;border-radius:999px;padding:7px 10px;font-size:9px;display:inline-flex}.marketplace-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.partner-card{min-height:380px;box-shadow:var(--shadow);background-position:50%;background-size:cover;border:1px solid #ffffff14;border-radius:28px;position:relative;overflow:hidden}.partner-card:after{content:"";background:linear-gradient(#0000 38%,#000000e0);position:absolute;inset:0}.partner-card .copy{z-index:2;position:absolute;bottom:20px;left:20px;right:20px}.partner-card h3{margin:0 0 8px;font-size:30px}.partner-card p{color:#d7d0c4;font-size:13px}.partner-tag{color:var(--green2);letter-spacing:.14em;text-transform:uppercase;background:#00000094;border:1px solid #6fc99d47;border-radius:999px;padding:7px 10px;font-size:9px;display:inline-flex}.community{grid-template-columns:1.05fr .95fr;gap:28px;display:grid}.community-image{min-height:520px;box-shadow:var(--shadow);background-image:linear-gradient(#00000005,#0000006b),url(/assets/img/ADC_IMG_44c3ed62c57f6c1e.png);background-position:50%;background-size:cover;border-radius:30px}.community-copy{border:1px solid var(--line);background:linear-gradient(145deg,#111510,#080908);border-radius:30px;padding:42px}.community-copy h2{margin:10px 0 16px;font-size:52px;line-height:1.04}.faq{gap:12px;display:grid}details{background:#0b0d0b;border:1px solid #ffffff14;border-radius:18px;padding:18px 20px}summary{cursor:pointer;font-size:20px}details p{color:#bdb7ac}footer{background:#030403;border-top:1px solid #ffffff12;padding:54px 0 34px}.footer-grid{grid-template-columns:1.2fr repeat(3,1fr);gap:28px;display:grid}.footer-grid h4{color:var(--gold2);margin:0 0 12px}.footer-grid a,.footer-grid p{color:#aaa69c;margin:7px 0;font-size:12px;display:block}.footer-bottom{color:#77736b;border-top:1px solid #ffffff0f;justify-content:space-between;gap:20px;margin-top:30px;padding-top:20px;font-size:11px;display:flex}.reveal{opacity:0;transition:all .7s;transform:translateY(24px)}.reveal.visible{opacity:1;transform:none}@media (width<=1100px){.membership-cards,.collection-grid,.marketplace-grid{grid-template-columns:repeat(2,1fr)}.header-inner{grid-template-columns:170px 1fr 150px}.nav-center{gap:15px}}@media (width<=820px){header{height:74px}.header-inner{grid-template-columns:1fr auto auto}.nav-center{border:1px solid var(--line);background:#040504f7;border-radius:22px;flex-direction:column;padding:22px;display:none;position:fixed;top:78px;left:16px;right:16px}.nav-center.open{display:flex}.menu-toggle{display:block}.section{padding:82px 0}.collection-grid,.membership-cards,.project-grid,.marketplace-grid,.community{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=540px){.container{width:min(100% - 24px,1240px)}.header-cta{display:none}.header-inner{grid-template-columns:1fr auto}.hero h1{font-size:52px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}.header-actions-v1211{justify-content:flex-end;align-items:center;gap:8px;display:flex}.header-login-v1211.header-login-gold{letter-spacing:.13em;text-transform:uppercase;background:linear-gradient(110deg,#7f5b12 0%,#c99a2d 28%,#fff2b5 48%,#d3a338 66%,#8d6718 100%);border:1px solid #f5d979;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 25px;font-size:11px;font-weight:800;text-decoration:none;transition:all .28s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 10px 34px #d7ad433d,inset 0 1px #ffffff94;color:#050505!important}.header-login-v1211.header-login-gold:hover{transform:translateY(-2px);box-shadow:0 14px 38px #d7ad4352,inset 0 1px #ffffffa3;color:#050505!important}.header-login-v1211.header-login-gold:after{content:"";background:linear-gradient(90deg,#0000,#ffffffb3,#0000);width:34%;height:220%;animation:4.8s ease-in-out infinite adcGoldSweep;position:absolute;top:-60%;left:-45%;transform:rotate(18deg)}.ambassador-house-bridge{background:linear-gradient(145deg,#121512f5,#070907f0);border:1px solid #d7ad4347;border-radius:28px;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);align-items:center;gap:34px;margin-top:34px;padding:34px;display:grid;position:relative;overflow:hidden;box-shadow:0 24px 70px #00000057}.ambassador-house-bridge:before{content:"";pointer-events:none;background:radial-gradient(circle,#2f7a582e,#0000 68%);border-radius:50%;width:420px;height:420px;position:absolute;inset:-45% auto auto -10%}.ambassador-house-bridge .bridge-copy,.ambassador-house-bridge .bridge-steps{z-index:1;position:relative}.ambassador-house-bridge h3{margin:8px 0 14px;font-size:clamp(30px,4vw,48px);font-weight:500;line-height:1.08}.ambassador-house-bridge p{color:#c9c5bc;max-width:720px;margin:0}.bridge-label{letter-spacing:.18em;text-transform:uppercase;color:var(--green2);font-size:11px}.bridge-steps{gap:10px;display:grid}.bridge-step{background:#ffffff09;border:1px solid #ffffff12;border-radius:16px;align-items:flex-start;gap:13px;padding:15px 17px;display:flex}.bridge-step b{color:var(--gold2);font-size:21px;line-height:1}.bridge-step span{color:#e6e0d5;font-size:13px;line-height:1.45}.bridge-note{color:#8f8b82!important;margin-top:15px!important;font-size:11px!important}@media (width<=900px){.ambassador-house-bridge{grid-template-columns:1fr}}@media (width<=820px){.header-actions-v1211{justify-self:end}.header-login-v1211.header-login-gold{min-height:43px;padding:0 18px}.nav-center{z-index:60}}.hero-actions .btn-gold{color:#050505;font-weight:800}.house-network-preview{padding-top:92px}.house-network-preview .section-head{max-width:860px}.house-card-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.house-collection-card{isolation:isolate;border:1px solid #f0cb7057;border-radius:24px;min-height:min(55vh,590px);transition:transform .5s cubic-bezier(.2,.8,.2,1),border-color .4s,box-shadow .4s;position:relative;overflow:hidden;box-shadow:0 24px 70px #0000006b;background-position:50%!important;background-size:cover!important}.house-collection-card:before{content:"";background:inherit;z-index:-2;background-position:50%;background-size:cover;transition:transform 1.1s cubic-bezier(.2,.8,.2,1);position:absolute;inset:0;transform:scale(1.01)}.house-collection-card:hover{border-color:#f5d979b8;transform:translateY(-7px);box-shadow:0 34px 90px #0000008f,0 0 26px #d7ad431a}.house-collection-card:hover:before{transform:scale(1.045)}.house-card-link{color:var(--cream);flex-direction:column;padding:22px;display:flex;position:absolute;inset:0}.house-card-shade{z-index:-1;background:linear-gradient(#00000057 0%,#0000000a 34%,#02040338 54%,#020403fa 100%);position:absolute;inset:0}.house-card-top{letter-spacing:.14em;text-transform:uppercase;color:#6fc99d;justify-content:flex-end;align-items:center;padding-top:12px;font-size:10px;display:flex}.house-card-top small{display:none}.house-card-top b{letter-spacing:.12em;color:#6fc99d;text-shadow:0 0 15px #6fc99d38;font-size:12px;font-weight:700}.house-card-content{text-align:center;flex-direction:column;align-items:center;margin-top:auto;padding:0 7px 4px;display:flex}.house-card-icon{color:#dfb84f;text-shadow:0 0 18px #dfb84f57;margin-bottom:9px;font-size:27px;line-height:1}.house-card-content>strong{color:#fff;text-shadow:0 4px 22px #000c;font-size:clamp(34px,3.2vw,50px);font-weight:500;line-height:1}.house-card-content em{color:#cfc8bb;margin-top:8px;font-size:13px;font-style:normal}.house-card-rule{background:linear-gradient(90deg,#0000,#e7c467,#0000);width:48px;height:1px;margin:15px 0 12px}.house-card-offer{color:#fff;align-items:baseline;gap:9px;display:flex}.house-card-offer b,.house-card-offer strong{color:#fff;font-size:24px}.house-card-offer i{color:#8f8a80;font-style:normal}.house-card-cta{color:#050505;letter-spacing:.12em;text-transform:uppercase;background:linear-gradient(110deg,#8d6718,#d9b44a 45%,#fff1b5 58%,#b88721);border-radius:999px;align-items:center;gap:9px;min-height:38px;margin-top:13px;padding:0 16px;font-size:10px;font-weight:800;display:inline-flex;box-shadow:0 10px 30px #d3aa402e}.house-card-cta i{font-size:14px;font-style:normal}@media (width<=980px){.house-card-grid{gap:12px}.house-collection-card{min-height:520px}}@media (width<=820px){.house-card-grid{grid-template-columns:1fr;max-width:560px;margin:auto}.house-collection-card{min-height:620px}}@media (width<=540px){.house-collection-card{border-radius:20px;min-height:530px}.house-card-link{padding:18px}}.marketplace-viewport{width:100%;padding:8px 0 26px;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 5% 95%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 5% 95%,#0000 100%)}.marketplace-track{will-change:transform;align-items:stretch;gap:24px;width:max-content;animation:42s linear infinite adcMarketplaceScroll;display:flex}.marketplace-track:hover{animation-play-state:paused}.marketplace-track .place-card{flex:0 0 min(520px,78vw);min-height:520px;margin:0}@media (prefers-reduced-motion:reduce){.marketplace-track{animation:none;overflow-x:auto}}@media (width<=820px){.marketplace-track .place-card{flex-basis:82vw;min-height:440px}.marketplace-track{animation-duration:34s}}.adhesion-intro{max-width:920px;margin-bottom:52px}.adhesion-intro h2{margin-bottom:18px}.adhesion-welcome{letter-spacing:.02em;color:var(--cream)!important;margin:0 0 8px!important;font-size:18px!important}.adhesion-mantra{letter-spacing:.22em;text-transform:uppercase;color:var(--gold2)!important;margin:0!important;font-size:12px!important}footer{color:#1f1f1f!important;box-shadow:none!important;background:linear-gradient(145deg,#bdbab4 0%,#aaa7a1 55%,#9c9993 100%)!important;border-top:1px solid #1f1f1f24!important}footer:before{opacity:.45!important;background:linear-gradient(90deg,#ffffff14,#0000 30%,#00000009)!important}.footer-grid h4{color:var(--green)!important}.footer-grid a,.footer-grid p{color:#252525!important}.footer-bottom{color:#383838!important;border-top-color:#1f1f1f24!important}body{font-size:16px}p{font-size:max(1em,15px)}.nav a,.nav-center a,.public-nav a{font-size:max(11px,1em)}.btn{font-size:max(10px,.72em)}.eyebrow{font-size:max(10px,.68em)}@media (width<=760px){body{font-size:16px}p{line-height:1.65}}#adhesion .adhesion-intro{max-width:860px}#adhesion .adhesion-welcome{line-height:1.55;font-size:18px!important}#adhesion .membership-cards{margin-top:34px}#adhesion:after{content:"Comparatif officiel · Adhésion V32 Final";color:#d8c98f;letter-spacing:.08em;text-transform:uppercase;border:1px solid #c9a84c2e;border-radius:999px;width:max-content;margin:22px auto 0;padding:7px 11px;font-size:10px;display:block}.v32-home-table{overflow:hidden;background:#050605!important;padding:0!important}.v32-home-head{color:#171108;background:linear-gradient(90deg,#976912 0%,#c59324 23%,#e5bc4e 45%,#ffefa5 58%,#d6a933 79%,#9a6b14 100%);border-radius:14px;grid-template-columns:30% 17.5% 17.5% 17.5% 17.5%;align-items:center;min-width:960px;height:50px;font-size:14px;font-weight:600;display:grid}.v32-home-head span{text-align:center}.v32-home-head span:first-child{text-align:left;padding-left:14px}.v32-home-table .table-scroll{padding:10px;overflow:auto}.v32-home-table table{table-layout:fixed;border-collapse:collapse;width:100%;min-width:960px}.v32-home-table td{text-align:center;border-bottom:1px solid #ffffff0d;padding:12px 11px;font-size:12px}.v32-home-table td:first-child{text-align:left;width:30%}.v32-home-table td:nth-child(2),.v32-home-table td:nth-child(3),.v32-home-table td:nth-child(4),.v32-home-table td:nth-child(5){width:17.5%}.v32-home-table .gold{color:#f0dda0;font-weight:800}.v32-home-table .yes{color:#6fc99d;font-weight:800}.v32-home-table .dim{color:#73716d}.v32-home-table .commission{color:#f2dda0;font-weight:900}.v32-home-note{color:#858079;margin:0;padding:0 14px 13px;font-size:11px;line-height:1.55}.marketplace-home-title h2 a{color:inherit;text-decoration:none}.marketplace-home-title h2 a:hover{color:#d8c98f}.marketplace-home-title p{color:#aaa69c;margin:10px 0 0;font-size:16px}.house-card-top b{backdrop-filter:blur(8px);background:#5a5c5a6b;border:1px solid #ffffff2b;border-radius:8px;padding:7px 10px;display:inline-flex;box-shadow:0 7px 22px #00000038}.house-card-offer{letter-spacing:.05em;color:#f4ead0!important;font-size:15px!important}.house-card-cta{text-align:center;min-width:100px;color:#070807!important;background:linear-gradient(#e7ddb8,#d8c98f)!important;padding:10px 15px!important;font-size:18px!important;font-weight:800!important}.location-hero{--hero-image:url(https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1600&q=88);background-position:50% 62%!important}.location-title em span{color:#6fc99d;font-style:italic}.selected-stay{gap:10px!important;margin-top:20px!important}.selected-stay span{backdrop-filter:blur(10px);font-weight:700;background:#050806a8!important;border:1px solid #ffffff24!important;padding:10px 14px!important;font-size:12px!important}#selectedPrice{color:#171108!important;background:linear-gradient(#eadfb8,#d8c98f)!important;border-color:#eadfb8!important;font-size:15px!important;font-weight:900!important}#selectedPeople{color:#dff7e8!important;border-color:#6fc99d3d!important}#selectedPlace{color:#f2ede4!important}.location-title{font-style:normal!important}.location-title .white{color:#f5efe3;font-style:normal}.location-title .green{color:#6fc99d;font-style:normal}.location-title em{color:#d8c98f!important;font-style:italic!important}.selected-gallery-wrap{margin:0 0 20px;padding-top:4px}.selected-gallery-head{justify-content:space-between;align-items:end;gap:20px;margin-bottom:10px;display:flex}.selected-gallery-head h3{margin:3px 0 0;font-size:24px}.gallery-count{color:#aaa69c;font-size:11px}.selected-gallery{grid-template-columns:1.5fr .5fr .5fr .5fr;gap:9px;height:245px;display:grid}.selected-gallery button{cursor:pointer;background-position:50%;background-size:cover;border:1px solid #ffffff13;border-radius:18px;position:relative;overflow:hidden}.selected-gallery button:after{content:"";background:linear-gradient(#0000 60%,#00000042);transition:all .2s;position:absolute;inset:0}.selected-gallery button:hover:after,.selected-gallery button.active:after{background:linear-gradient(#0000 70%,#c9a84c29)}.selected-gallery button.active{border-color:#c9a84c75;box-shadow:0 0 0 1px #c9a84c1f}@media (width<=760px){.selected-gallery{grid-template-columns:1fr 1fr;height:auto}.selected-gallery button{height:150px}.selected-gallery button:first-child{grid-column:1/3;height:220px}}html,body{font-size:17px!important}.header-inner{grid-template-columns:185px minmax(0,1fr) 235px!important;align-items:center!important;gap:18px!important;width:min(1400px,100% - 34px)!important}.nav-center{justify-content:center!important;gap:34px!important}.nav-center a{letter-spacing:.04em!important;font-size:13px!important;font-weight:700!important}.header-actions-v1211{flex-direction:row!important;justify-content:flex-end!important;align-items:center!important;gap:10px!important;display:flex!important}.header-login-v1211{font-weight:900!important}.adc-ai-guide-button{color:#e4da4d!important;width:46px!important;height:46px!important;box-shadow:none!important;cursor:pointer!important;background:#080a0933!important;border:1.5px solid #e4da4d!important;border-radius:50%!important;place-items:center!important;display:grid!important}.adc-ai-guide-button:hover{color:#f0e75e!important;background:#e4da4d12!important;border-color:#f0e75e!important}.btn-gold,.header-login-gold,.house-card-cta,.pass-v2-buy,.event-pill-gold{font-weight:900!important}footer{color:#191b18!important;background:#c8c4bb!important;border-top:1px solid #1f5b403d!important;font-size:15px!important}footer h4,footer strong{color:#214d38!important;font-size:16px!important}footer a{color:#252925!important;font-size:15px!important;font-weight:700!important}footer p,footer span{color:#444943!important;font-size:14px!important}.adc-form-message{border-radius:12px;margin-top:10px;padding:10px 12px;font-size:13px;line-height:1.45;display:none}.adc-form-message.show{display:block}.adc-form-message.error{color:#e7b6b6;background:#84343426;border:1px solid #ae4e4e57}.adc-form-message.success{color:#bfe1cb;background:#2f6b4b1f;border:1px solid #4f9d724d}.adc-hp-field{opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important;position:absolute!important;top:auto!important;left:-10000px!important;overflow:hidden!important}.stay-detail-v59{background:#171a18;border:1px solid #ffffff12;border-radius:24px;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:18px;margin:18px 0 42px;padding:20px;display:grid}.stay-detail-copy{padding:12px 10px 12px 8px}.stay-detail-title-row{justify-content:space-between;align-items:flex-end;gap:18px;display:flex}.stay-detail-title-row h3{margin:6px 0 2px;font-size:42px}.stay-detail-title-row p{color:#8f948f;margin:0}.stay-detail-price{color:#090a08;background:#bc985e;border-radius:999px;flex:none;padding:10px 15px;font-weight:900}.stay-detail-description{color:#c4beb4;max-width:760px;font-size:17px;line-height:1.7}.stay-amenities{flex-wrap:wrap;gap:8px;margin:18px 0;display:flex}.stay-amenities span{color:#bfe1cf;background:#6ca98d14;border:1px solid #6ca98d33;border-radius:999px;padding:9px 11px;font-size:12px}.stay-detail-meta{color:#8f958f;flex-wrap:wrap;gap:8px;margin:10px 0 18px;font-size:11px;display:flex}.stay-detail-meta span{background:#ffffff06;border:1px solid #ffffff12;border-radius:999px;padding:7px 10px}.stay-detail-actions{flex-wrap:wrap;gap:9px;display:flex}.stay-detail-actions .btn-outline{color:#eee;background:0 0;border:1px solid #ffffff1f}.stay-map-v59{background:#0b0e0c;border:1px solid #ffffff12;border-radius:19px;min-height:350px;overflow:hidden}.stay-map-v59 iframe{filter:grayscale(.18)contrast(.95);border:0;width:100%;height:100%;min-height:350px}@media (width<=850px){.stay-detail-v59{grid-template-columns:1fr}.stay-map-v59,.stay-map-v59 iframe{min-height:300px}.stay-detail-title-row{flex-direction:column;align-items:flex-start}.stay-detail-title-row h3{font-size:35px}}.adc-footer-sync-v65{flex-wrap:wrap;gap:15px;margin:18px 0;display:flex}.adc-footer-sync-v65 a{color:inherit;opacity:.82;font-size:12px;text-decoration:none}.adc-footer-sync-v65 a:hover{color:#6ca98d;opacity:1}.owner-steps-v65{grid-template-columns:repeat(5,1fr);gap:9px;margin:24px 0;display:grid}.owner-step-v65{color:#f1eee7;cursor:pointer;background:#292d2a;border:1px solid #ffffff14;border-radius:15px;padding:16px 10px}.owner-step-v65.active,.owner-step-v65:hover{background:#363c37;border-color:#6ca98d73}.owner-step-v65 b,.owner-step-v65 span{display:block}.owner-step-v65 span{color:#adb4ae;margin-top:4px;font-size:10px}.owner-panel-v65{background:#181c19;border:1px solid #ffffff14;border-radius:22px;padding:22px}.owner-panel-v65 h3{margin:0 0 8px;font:500 29px Georgia,serif}.owner-panel-v65 p{color:#b6bdb7}.owner-form-v65{grid-template-columns:1fr 1fr;gap:12px;display:grid}.owner-form-v65 label{color:#c9cec9;font-size:11px}.owner-form-v65 input,.owner-form-v65 select,.owner-form-v65 textarea{color:#fff;background:#252a26;border:1px solid #ffffff17;border-radius:12px;width:100%;margin-top:6px;padding:12px}.owner-form-v65 textarea{min-height:90px}.owner-actions-v65{flex-wrap:wrap;gap:9px;margin-top:16px;display:flex}@media (width<=700px){.owner-steps-v65,.owner-form-v65{grid-template-columns:1fr}}.adc-page-faq-v66{background:#0b0f0c;border-top:1px solid #ffffff12;padding:82px 0}.adc-page-faq-v66 .faq-v66-inner{width:min(1040px,100% - 36px);margin:auto}.adc-page-faq-v66 h2{color:#f3eee5;margin:8px 0 12px;font:500 clamp(36px,4.5vw,60px)/1.04 Georgia,serif}.adc-page-faq-v66 .faq-v66-intro{color:#aeb5ae;max-width:760px;margin-bottom:24px;line-height:1.65}.adc-page-faq-v66 details{border-bottom:1px solid #ffffff14;padding:0}.adc-page-faq-v66 summary{cursor:pointer;color:#ece8df;justify-content:space-between;gap:20px;padding:18px 2px;font-weight:800;list-style:none;display:flex}.adc-page-faq-v66 summary::-webkit-details-marker{display:none}.adc-page-faq-v66 summary:after{content:"+";color:#d8b777;font-size:22px;font-weight:400}.adc-page-faq-v66 details[open] summary:after{content:"−"}.adc-page-faq-v66 details p{color:#9da59e;max-width:900px;margin:0 0 20px;line-height:1.7}.adc-tutorial-btn-v61,.adc-tutorial-btn,.tutorial-trigger,.guide-trigger{isolation:isolate!important;background:linear-gradient(#050806c7,#050806c7) 0 0/100% 100% padding-box padding-box,linear-gradient(105deg,#ff6b6b,#ffd166,#79d98c,#5bc0eb,#8d7cf6,#e77adf,#ff6b6b) 0 0/300% 300% border-box!important;border:1px solid #0000!important;animation:7s infinite adcTutorRainbowV70!important;position:relative!important}.adc-guide-panel-v61,.adc-guide-panel,.tutorial-panel,.guide-panel{isolation:isolate!important;background:linear-gradient(#0d1f18f7,#0d1f18f7) 0 0/100% 100% padding-box padding-box,linear-gradient(105deg,#ff6b6b,#ffd166,#79d98c,#5bc0eb,#8d7cf6,#e77adf,#ff6b6b) 0 0/300% 300% border-box!important;border:1px solid #0000!important;animation:9s infinite adcTutorRainbowV70!important;position:relative!important}@media (prefers-reduced-motion:reduce){.adc-tutorial-btn-v61,.adc-tutorial-btn,.tutorial-trigger,.guide-trigger,.adc-guide-panel-v61,.adc-guide-panel,.tutorial-panel,.guide-panel{animation:none!important}}.adc-footer-primary-v72{border-bottom:1px solid #1f5b402e!important;flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;gap:12px 22px!important;width:100%!important;margin:0 auto 28px!important;padding:0 8px 20px!important;display:flex!important}.adc-footer-primary-v72 a{color:#1f3f30!important;margin:0!important;font-size:15px!important;font-weight:850!important;line-height:1.2!important;text-decoration:none!important;display:inline-flex!important}.adc-footer-primary-v72 a:hover{color:#8b6c2e!important}.adc-ai-guide-button{color:#fff!important;box-shadow:none!important;background:linear-gradient(#060807b8,#060807b8) 0 0/100% 100% padding-box padding-box,linear-gradient(90deg,#ff3b30,#ff9500,#ffd60a,#34c759,#0a84ff,#5e5ce6,#bf5af2,#ff3b30) 0 0/320% 320% border-box!important;border:2px solid #0000!important;animation:6.5s ease-in-out infinite adcTutorBorderV72!important}.adc-ai-guide-button svg{width:24px!important;height:24px!important}.adc-ai-guide-button:hover{background:linear-gradient(#060807d1,#060807d1) padding-box padding-box,linear-gradient(90deg,#ff3b30,#ff9500,#ffd60a,#34c759,#0a84ff,#5e5ce6,#bf5af2,#ff3b30) border-box!important;border:2px solid #0000!important}@media (prefers-reduced-motion:reduce){.adc-ai-guide-button{animation:none!important}}footer .footer-grid .footer-location-v76{color:#315744!important;margin-top:12px!important;font-size:13px!important;font-weight:800!important;text-decoration:none!important;display:inline-flex!important}.adc-partner-market-v77{background:#0a0d0b;padding:96px 0}.adc-partner-market-v77 h2{max-width:900px;margin:10px 0 14px;font:500 clamp(38px,5vw,68px)/1.03 Georgia,serif}.adc-partner-lead-v77{color:#aeb5ae;max-width:850px;font-size:16px;line-height:1.7}.adc-partner-grid-v77{grid-template-columns:repeat(4,1fr);gap:12px;margin-top:30px;display:grid}.adc-partner-card-v77{cursor:pointer;background:#111511;border:1px solid #ffffff13;border-radius:21px;overflow:hidden}.adc-partner-card-v77 img{object-fit:cover;width:100%;height:210px}.adc-partner-card-body-v77{padding:17px}.adc-partner-card-body-v77>span{color:#6ca98d;text-transform:uppercase;letter-spacing:.08em;font-size:10px}.adc-partner-card-body-v77 h3{margin:7px 0;font:500 25px Georgia,serif}.adc-partner-card-body-v77 p{color:#c2c8c3;font-size:12px}.adc-partner-card-body-v77 small{color:#7f8981}.adc-partner-card-foot-v77{justify-content:space-between;align-items:flex-end;gap:10px;margin-top:16px;display:flex}.adc-partner-card-foot-v77 strong{color:#d8b777;font-size:17px}.adc-partner-card-foot-v77 em{color:#717a73;font-size:9px;font-style:normal;display:block}.adc-booking-overlay-v77{z-index:70000;backdrop-filter:blur(12px);background:#000000c7;place-items:center;padding:3vw;display:none;position:fixed;inset:0}.adc-booking-overlay-v77.open{display:grid}.adc-booking-sheet-v77{color:#141914;background:#f2efe7;border-radius:28px;grid-template-columns:.9fr 1.1fr;width:min(1080px,96vw);max-height:92vh;display:grid;position:relative;overflow:auto;box-shadow:0 30px 100px #00000073}.adc-booking-visual-v77 img{object-fit:cover;width:100%;height:100%;min-height:620px}.adc-booking-content-v77{padding:34px}.adc-booking-content-v77 h2{margin:8px 0;font:500 clamp(38px,4vw,58px)/1.02 Georgia,serif}.adc-booking-content-v77 p{color:#606861}.adc-booking-close-v77{z-index:3;color:#fff;cursor:pointer;background:#0000009e;border:0;border-radius:50%;width:40px;height:40px;font-size:24px;position:absolute;top:14px;right:14px}.adc-booking-steps-v77{gap:6px;margin:24px 0;display:flex}.adc-booking-steps-v77 button{color:#555d57;background:#dcded9;border:0;border-radius:999px;flex:1;padding:11px 8px;font-weight:800}.adc-booking-steps-v77 button.active{color:#fff;background:#315744}.adc-book-panel-v77{background:#fffdf8;border:1px solid #141c1614;border-radius:18px;padding:18px}.adc-book-panel-v77 label{color:#5b625c;margin-bottom:12px;font-size:11px;display:block}.adc-book-panel-v77 input,.adc-book-panel-v77 select{color:#121712;background:#f6f3ec;border:1px solid #141c161f;border-radius:12px;width:100%;margin-top:5px;padding:12px}.adc-book-row-v77{grid-template-columns:1fr 1fr;gap:10px;display:grid}.adc-book-summary-v77{background:#e3e5e0;border-radius:14px;margin:14px 0;padding:14px}.adc-book-summary-v77 strong{font-size:21px}.adc-book-next-v77,.adc-book-pay-v77{color:#090a09;cursor:pointer;background:#bc985e;border:0;border-radius:999px;justify-content:center;align-items:center;min-height:46px;padding:0 20px;font-weight:900;display:inline-flex}.adc-book-back-v77{color:#272d28;cursor:pointer;background:#dddeda;border:1px solid #141c161a;border-radius:999px;justify-content:center;align-items:center;min-height:46px;margin-right:8px;padding:0 18px;font-weight:850;display:inline-flex}.adc-booking-legal-v77{color:#7b827c!important;margin-top:16px!important;font-size:10px!important}@media (width<=980px){.adc-partner-grid-v77{grid-template-columns:repeat(2,1fr)}.adc-booking-sheet-v77{grid-template-columns:1fr}.adc-booking-visual-v77 img{height:260px;min-height:260px}}@media (width<=620px){.adc-partner-grid-v77,.adc-book-row-v77{grid-template-columns:1fr}.adc-booking-content-v77{padding:22px}}footer .footer-grid h4 a{color:inherit!important;text-decoration:none!important}footer .footer-grid a[data-adc-route]{cursor:pointer}footer .footer-grid .footer-location-v79{color:#315744!important;margin-top:12px!important;font-size:13px!important;font-weight:800!important;text-decoration:none!important;display:inline-flex!important}.stay-row{gap:14px!important;padding-top:12px!important}.stay-card.adc-partner-stay-v79{background:#111511!important;border:1px solid #ffffff13!important;border-radius:22px!important;flex:0 0 340px!important;overflow:hidden!important}.adc-partner-stay-img-v79{object-fit:cover;width:100%;height:220px;display:block}.adc-partner-stay-body-v79{padding:17px}.adc-partner-stay-body-v79>span{color:#6ca98d;text-transform:uppercase;letter-spacing:.08em;font-size:10px}.adc-partner-stay-body-v79 h3{margin:7px 0 5px!important;font-size:25px!important}.adc-partner-stay-body-v79 p{color:#c2c8c3!important;margin:0!important;font-size:12px!important}.adc-partner-stay-body-v79 small{color:#7f8981;margin-top:8px;font-size:10px;line-height:1.45;display:block}.adc-partner-stay-foot-v79{justify-content:space-between;align-items:flex-end;gap:10px;margin-top:16px;display:flex}.adc-partner-stay-foot-v79 strong{color:#d8b777;font-size:17px}.adc-partner-book-now-v79{color:#090a09;cursor:pointer;background:#bc985e;border:0;border-radius:999px;min-height:38px;padding:0 13px;font-size:11px;font-weight:900}.owner-flow,.owner-nav{display:none!important}.owner-onboarding-v79{margin-top:28px}.owner-steps-v79{grid-template-columns:repeat(5,1fr);gap:9px;margin-bottom:12px;display:grid}.owner-step-v79{color:#f1eee7;text-align:left;cursor:pointer;background:#292d2a;border:1px solid #ffffff12;border-radius:16px;min-height:82px;padding:14px 12px}.owner-step-v79 b,.owner-step-v79 span{display:block}.owner-step-v79 span{color:#aeb5ae;margin-top:5px;font-size:10px;line-height:1.35}.owner-step-v79.active,.owner-step-v79:hover{background:#363c37;border-color:#6ca98d6b}.owner-panel-v79{background:#171b18;border:1px solid #ffffff13;border-radius:22px;padding:24px}.owner-panel-v79 h3{margin:0 0 8px;font:500 32px Georgia,serif}.owner-panel-v79>p{color:#b5bcb6;line-height:1.6}.owner-form-v79{grid-template-columns:1fr 1fr;gap:12px;display:grid}.owner-form-v79 label{color:#c9cec9;font-size:11px}.owner-form-v79 input,.owner-form-v79 select,.owner-form-v79 textarea{color:#fff;background:#242925;border:1px solid #ffffff17;border-radius:12px;width:100%;margin-top:6px;padding:12px}.owner-form-v79 textarea{min-height:90px}.owner-actions-v79{flex-wrap:wrap;justify-content:flex-end;gap:9px;margin-top:18px;display:flex}.owner-next-v79,.owner-back-v79,.owner-send-v79{cursor:pointer;border-radius:999px;min-height:44px;padding:0 18px;font-weight:900}.owner-next-v79{color:#fff;background:#315744;border:0}.owner-back-v79{color:#fff;background:#0000007a;border:1px solid #ffffff14}.owner-send-v79{color:#090a09;background:#bc985e;border:0}@media (width<=850px){.owner-steps-v79{grid-template-columns:1fr 1fr}.owner-step-v79:last-child{grid-column:1/-1}}@media (width<=560px){.owner-steps-v79,.owner-form-v79{grid-template-columns:1fr}}.header-login-v1211,.house-v18-price,#adc-house-preview .house-v18-price,.owner-send-v79,.adc-pass-participate-v80,#adcAcquireBtn,#guide-next.finish,button[class*=gold],a[class*=gold],button[class*=cta-gold],a[class*=cta-gold],button[style*=\#BC985E],a[style*=\#BC985E],button[style*=\#C9A84C],a[style*=\#C9A84C]{transition:transform .14s,box-shadow .14s,filter .14s!important;transform:translateY(0)!important;box-shadow:0 3px #62481f94,0 7px 16px #0000002e,inset 0 1px #ffffff38!important}.header-login-v1211:active,.house-v18-price:active,#adc-house-preview .house-v18-price:active,.owner-send-v79:active,.adc-pass-participate-v80:active,#adcAcquireBtn:active,#guide-next.finish:active,button[class*=gold]:active,a[class*=gold]:active,button[class*=cta-gold]:active,a[class*=cta-gold]:active,button[style*=\#BC985E]:active,a[style*=\#BC985E]:active,button[style*=\#C9A84C]:active,a[style*=\#C9A84C]:active{transform:translateY(2px)!important;box-shadow:0 1px #62481f94,0 3px 9px #00000026,inset 0 1px #ffffff29!important}.house-v18-card,#adc-house-preview .house-v18-card{position:relative!important}.house-v18-price,#adc-house-preview .house-v18-price{z-index:90!important;color:#090a09!important;-webkit-text-fill-color:#090a09!important;background:#bc985e linear-gradient(#ffffff1f,#fff0)!important;border:1px solid #ffffff1f!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:40px!important;padding:0 14px!important;font-weight:900!important;display:inline-flex!important;position:absolute!important;inset:14px auto auto 14px!important;box-shadow:0 3px #5f451e85,0 7px 16px #0000002e,inset 0 1px #ffffff40!important}.house-v18-price:active,#adc-house-preview .house-v18-price:active{transform:translateY(2px)!important;box-shadow:0 1px #5f451e85,0 3px 9px #00000024,inset 0 1px #ffffff2e!important}.adc-next-page-v95{text-align:center;background:#0e1612d1;border:1px solid #6ca98d2e;border-radius:22px;width:min(1180px,100% - 24px);margin:34px auto 18px;padding:26px 22px}.adc-next-page-v95 span{color:#7fb499;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:11px;font-weight:800;display:block}.adc-next-page-v95 h3{color:#f3efe7;margin:0 0 14px}.adc-next-page-v95 button{color:#fff;cursor:pointer;background:#315744;border:1px solid #ffffff14;border-radius:999px;min-height:44px;padding:0 18px;font-weight:850;box-shadow:0 3px #132a1f85,0 7px 15px #00000029,inset 0 1px #ffffff1f}.adc-next-page-v95 button:active{transform:translateY(2px);box-shadow:0 1px #132a1f85,0 3px 8px #0000001f}@media (width<=760px){.adc-next-page-v95{border-radius:18px;width:calc(100% - 20px);margin:24px auto 14px;padding:19px 14px}.adc-next-page-v95 h3{font-size:24px!important}.adc-next-page-v95 button{width:100%}}.house-v18-card,#adc-house-preview .house-v18-card{background-position:50%!important;background-size:cover!important;border-radius:26px!important;min-height:620px!important;padding:0!important;position:relative!important;overflow:hidden!important}.house-v18-top,#adc-house-preview .house-v18-top{z-index:30!important;color:#fff!important;letter-spacing:.01em!important;text-transform:none!important;backdrop-filter:blur(10px)!important;background:#00000094!important;border:1px solid #ffffff14!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:auto!important;min-height:38px!important;padding:0 13px!important;font-size:11px!important;font-style:italic!important;font-weight:650!important;display:inline-flex!important;position:absolute!important;inset:14px 14px auto auto!important}.house-v18-content>strong,#adc-house-preview .house-v18-content>strong{color:#fff!important;text-align:center!important;background:0 0!important;border:0!important;width:100%!important;margin:0!important;padding:0!important;font-size:42px!important;font-weight:600!important;line-height:1!important;display:block!important}.house-v18-content>em,#adc-house-preview .house-v18-content>em{color:#eee9df!important;text-align:center!important;margin:9px 0!important;font-size:13.5px!important;font-style:normal!important;line-height:1.35!important;display:block!important}.house-v18-offer,#adc-house-preview .house-v18-offer{color:#6ca98d!important;text-align:center!important;margin:0!important;font-size:18px!important;font-weight:900!important;line-height:1.15!important;display:block!important}@media (width<=760px){.house-v18-grid,#adc-house-preview .house-v18-grid{grid-template-columns:1fr!important;gap:14px!important}.house-v18-card,#adc-house-preview .house-v18-card{min-height:500px!important}.house-v18-top,#adc-house-preview .house-v18-top{max-width:52%!important;min-height:34px!important;padding:0 9px!important;font-size:9.5px!important;top:11px!important;right:11px!important}.house-v18-price,#adc-house-preview .house-v18-price{min-height:36px!important;padding:0 11px!important;font-size:15px!important;top:11px!important;left:11px!important}.house-v18-content,#adc-house-preview .house-v18-content{bottom:22px!important;left:16px!important;right:16px!important}.house-v18-content>strong,#adc-house-preview .house-v18-content>strong{font-size:35px!important}.house-v18-offer,#adc-house-preview .house-v18-offer{font-size:16.5px!important}}header,#header,footer{box-sizing:border-box!important}footer .footer-grid{align-items:start!important}.adc-next-page-v95{display:block!important}@media (width<=760px){section{padding-top:42px!important;padding-bottom:42px!important}p{max-width:38em!important}.container{width:calc(100% - 20px)!important}footer .footer-grid{grid-template-columns:1fr!important}}.house-v18-price,#adc-house-preview .house-v18-price{z-index:100!important;color:#080908!important;-webkit-text-fill-color:#080908!important;background:#d8b777 linear-gradient(#ffffff38,#fff0)!important;border:1px solid #fff5d657!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:40px!important;padding:0 14px!important;font-size:17px!important;font-weight:900!important;display:inline-flex!important;position:absolute!important;inset:14px auto auto 14px!important;box-shadow:0 3px #75562375,0 8px 18px #0000002e,inset 0 1px #ffffff6b!important}@media (width<=760px){.house-v18-price,#adc-house-preview .house-v18-price{min-height:36px!important;padding:0 11px!important;font-size:15px!important;top:11px!important;left:11px!important}}.house-network-preview{background:#000!important}.house-v18-card,#adc-house-preview .house-v18-card{border-radius:25px!important;position:relative!important;overflow:hidden!important;transform:translateZ(0)!important}.house-v18-price,#adc-house-preview .house-v18-price{z-index:120!important;color:#050505!important;-webkit-text-fill-color:#050505!important;letter-spacing:.01em!important;background:linear-gradient(110deg,#7f5b12 0%,#c99a2d 28%,#fff2b5 48%,#d3a338 66%,#8d6718 100%)!important;border:1px solid #f5d979!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:42px!important;padding:0 15px!important;font-size:16px!important;font-weight:800!important;display:inline-flex!important;position:absolute!important;inset:14px auto auto 14px!important;box-shadow:0 10px 34px #d7ad433d,inset 0 1px #ffffff94!important}.house-v18-price:after,#adc-house-preview .house-v18-price:after{content:"";background:linear-gradient(90deg,#0000,#ffffff94,#0000);width:34%;height:220%;animation:5.2s ease-in-out infinite adcPassGoldSweep;position:absolute;top:-60%;left:-45%;transform:rotate(18deg)}.house-v18-content,#adc-house-preview .house-v18-content{text-align:center!important;align-items:center!important}.house-v18-card[data-card]:before,#adc-house-preview .house-v18-card[data-card]:before{content:"";z-index:3;pointer-events:none;border-radius:23px;position:absolute;inset:1px;box-shadow:inset 0 1px #ffffff14,inset 0 -1px #00000073}@media (width<=760px){.house-v18-price,#adc-house-preview .house-v18-price{min-height:38px!important;padding:0 12px!important;font-size:15px!important;top:11px!important;left:11px!important}.house-v18-top,#adc-house-preview .house-v18-top{top:11px!important;right:11px!important}}.house-v18-card,#adc-house-preview .house-v18-card{position:relative!important;overflow:hidden!important}.house-v18-price,#adc-house-preview .house-v18-price{z-index:100!important;color:#050505!important;-webkit-text-fill-color:#050505!important;background:linear-gradient(110deg,#7f5b12 0%,#c99a2d 28%,#fff2b5 48%,#d3a338 66%,#8d6718 100%)!important;border:1px solid #f5d979!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:46px!important;padding:0 20px!important;font-size:19px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important;position:absolute!important;inset:16px auto auto 16px!important;overflow:hidden!important;transform:none!important;box-shadow:0 10px 30px #d7ad4338,inset 0 1px #ffffff85!important}.house-v18-top,#adc-house-preview .house-v18-top{z-index:99!important;position:absolute!important;inset:16px 16px auto auto!important}.house-v18-content,#adc-house-preview .house-v18-content{text-align:center!important;align-items:center!important;bottom:32px!important;left:24px!important;right:24px!important}.house-v18-content>strong,#adc-house-preview .house-v18-content>strong{text-align:center!important}.house-v18-offer,#adc-house-preview .house-v18-offer{color:#6ca98d!important;font-size:19px!important;font-weight:900!important;line-height:1.2!important}@media (width<=760px){.house-v18-price,#adc-house-preview .house-v18-price{min-height:42px!important;padding:0 16px!important;font-size:17px!important;top:12px!important;left:12px!important}.house-v18-top,#adc-house-preview .house-v18-top{top:12px!important;right:12px!important}}.adc-market-inspiration-v102{background:#090c0a!important;padding:54px 0!important}.adc-market-inspiration-v102 .section-head{margin-bottom:20px!important}.adc-market-inspiration-v102 .section-head h2{font-size:clamp(30px,4vw,48px)!important}.adc-market-inspiration-v102 .adc-market-inspiration-track{scroll-snap-type:x mandatory!important;grid-auto-columns:minmax(240px,300px)!important;grid-auto-flow:column!important;gap:14px!important;padding:3px 2px 14px!important;display:grid!important;overflow-x:auto!important}.adc-market-inspiration-v102 .place-card{scroll-snap-align:start!important;background-position:50%!important;background-size:cover!important;border:1px solid #ffffff12!important;border-radius:20px!important;min-height:330px!important;position:relative!important;overflow:hidden!important}.adc-market-inspiration-v102 .place-card:after{content:"";pointer-events:none;background:linear-gradient(#0000000d,#000000b8);position:absolute;inset:0}.adc-market-inspiration-v102 .place-card>*{z-index:2;position:relative}@media (width<=760px){.adc-market-inspiration-v102{padding:38px 0!important}.adc-market-inspiration-v102 .adc-market-inspiration-track{grid-auto-columns:minmax(220px,82vw)!important}}.house-v18-grid,#adc-house-preview .house-v18-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:stretch!important;gap:18px!important;display:grid!important}.house-v18-card,#adc-house-preview .house-v18-card{background-position:50%!important;background-size:cover!important;border-radius:26px!important;min-height:620px!important;position:relative!important;overflow:hidden!important;transform:translateZ(0)!important}.house-v18-card:after,#adc-house-preview .house-v18-card:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(#0000000f,#0000001a 36%,#000000d1 100%);position:absolute;inset:0}.house-v18-price,#adc-house-preview .house-v18-price{z-index:40!important;color:#050505!important;-webkit-text-fill-color:#050505!important;background:linear-gradient(110deg,#7f5b12 0%,#c99a2d 28%,#fff2b5 48%,#d3a338 66%,#8d6718 100%)!important;border:1px solid #f5d979!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:48px!important;padding:0 20px!important;font-size:20px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important;position:absolute!important;inset:16px auto auto 16px!important;overflow:hidden!important;box-shadow:0 8px 22px #d7ad4333,inset 0 1px #ffffff7a!important}.house-v18-price:before,.house-v18-price:after,#adc-house-preview .house-v18-price:before,#adc-house-preview .house-v18-price:after{content:none!important;animation:none!important;display:none!important}.house-v18-top,#adc-house-preview .house-v18-top{z-index:40!important;color:#fff!important;backdrop-filter:blur(10px)!important;background:#00000094!important;border:1px solid #ffffff14!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:38px!important;padding:0 13px!important;font-size:11px!important;font-style:italic!important;font-weight:600!important;display:inline-flex!important;position:absolute!important;inset:16px 16px auto auto!important}.house-v18-content,#adc-house-preview .house-v18-content{z-index:41!important;text-align:center!important;flex-direction:column!important;justify-content:flex-end!important;align-items:center!important;display:flex!important;position:absolute!important;bottom:34px!important;left:26px!important;right:26px!important}.house-v18-content>strong,#adc-house-preview .house-v18-content>strong{color:#fff!important;text-align:center!important;font-size:42px!important;font-weight:600!important;line-height:1!important;display:block!important}.house-v18-content>em,#adc-house-preview .house-v18-content>em{color:#f0ebe2!important;text-align:center!important;margin:10px 0 9px!important;font-size:13.5px!important;font-style:normal!important;display:block!important}.house-v18-offer,#adc-house-preview .house-v18-offer{color:#6ca98d!important;text-align:center!important;font-size:19px!important;font-weight:900!important;line-height:1.15!important;display:block!important}.house-v18-discover,#adc-house-preview .house-v18-discover{color:#fff!important;background:#00000080!important;border:1px solid #ffffff14!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:34px!important;margin-top:12px!important;padding:0 13px!important;font-size:11px!important;font-weight:800!important;display:inline-flex!important}.house-v18-card[data-card=coliving],#adc-house-preview .house-v18-card[data-card=coliving]{border:1px solid #b87040e6!important;box-shadow:0 3px #4e2b16c2,0 18px 38px #00000042,inset 0 0 0 1px #ffba7e1a!important}.house-v18-card[data-card=private],#adc-house-preview .house-v18-card[data-card=private]{border:1px solid #dae0e5eb!important;box-shadow:0 3px #565e65c2,0 18px 38px #00000042,inset 0 0 0 1px #ffffff24!important}.house-v18-card[data-card=family],#adc-house-preview .house-v18-card[data-card=family]{border:1px solid #e8c770f5!important;box-shadow:0 3px #6b4e18c2,0 18px 38px #00000042,inset 0 0 0 1px #ffefb226!important}@media (width<=760px){.house-v18-grid,#adc-house-preview .house-v18-grid{grid-template-columns:1fr!important;gap:14px!important}.house-v18-card,#adc-house-preview .house-v18-card{min-height:500px!important}.house-v18-price,#adc-house-preview .house-v18-price{min-height:44px!important;padding:0 17px!important;font-size:18px!important;top:12px!important;left:12px!important}.house-v18-top,#adc-house-preview .house-v18-top{max-width:50%!important;min-height:34px!important;padding:0 9px!important;font-size:9.5px!important;top:12px!important;right:12px!important}.house-v18-content,#adc-house-preview .house-v18-content{bottom:22px!important;left:16px!important;right:16px!important}.house-v18-content>strong,#adc-house-preview .house-v18-content>strong{font-size:35px!important}.house-v18-offer,#adc-house-preview .house-v18-offer{font-size:17px!important}}.header-actions-v1211{flex-direction:column;align-items:center;gap:5px;display:flex}.header-login-v1211{color:#ffffffb8;letter-spacing:.16em;text-transform:uppercase;font-size:10px;text-decoration:none;transition:all .25s}.header-login-v1211:hover{color:var(--green2)}#communaute{box-shadow:none!important;border-radius:0!important}#communaute:before{background:linear-gradient(180deg,var(--black) 0%,transparent 13%,transparent 87%,var(--black) 100%), radial-gradient(circle at 74% 30%,#ffcc691a,transparent 32%)!important}#communaute .community-overlay{border-radius:0!important;padding:52px!important}footer{color:#111411;background:linear-gradient(135deg,#ffffff85,#ffffff14 42%,#b7b0a21a),radial-gradient(circle at 14% 18%,#ffffffb3,#0000 31%),linear-gradient(#f3f0e9 0%,#e7e2d8 100%);border-top:1px solid #222d2624;padding:42px 0 26px;position:relative;overflow:hidden}footer:before{content:"";pointer-events:none;opacity:.22;background-image:linear-gradient(90deg,#0000 49.8%,#41433d14 50%,#0000 50.2%),linear-gradient(#0000 49.8%,#41433d0f 50%,#0000 50.2%);background-size:220px 220px;position:absolute;inset:0}footer .container{z-index:1;position:relative}.footer-grid{gap:24px}.footer-grid h4{color:var(--green);letter-spacing:.04em;margin:0 0 10px;font-weight:800}.footer-grid a,.footer-grid p{color:#151815;margin:6px 0;font-size:12px}.footer-grid a:hover{color:var(--green)}.footer-grid img{filter:none}.footer-bottom{color:#333832;border-top:1px solid #141c1724;margin-top:24px;padding-top:16px}@media (width<=540px){footer{padding:34px 0 22px}}.adc-footer-v90{color:#f2eee6!important;background:#030403!important;border-top:1px solid #e6c77a1a!important;padding:58px 0 24px!important}.adc-footer-v90-inner{grid-template-columns:minmax(260px,1.45fr) repeat(3,minmax(150px,.72fr))!important;align-items:start!important;gap:40px!important;display:grid!important}.adc-footer-v90-brand img{opacity:.94!important;width:118px!important;height:auto!important;margin-bottom:18px!important;display:block!important}.adc-footer-v90-brand p{color:#f2eee69e!important;max-width:340px!important;margin:0!important;font-size:12px!important;line-height:1.65!important}.adc-footer-v90 h4{color:#d9bb6e!important;letter-spacing:.1em!important;text-transform:uppercase!important;margin:0 0 15px!important;font:500 12px/1.2 Arial,sans-serif!important}.adc-footer-v90 a{color:#f2eee6ad!important;width:max-content!important;max-width:100%!important;margin:9px 0!important;font-size:12px!important;font-weight:400!important;text-decoration:none!important;display:block!important}.adc-footer-v90 a:hover{color:#fff!important}.adc-footer-v90-bottom{color:#f2eee661!important;letter-spacing:.045em!important;border-top:1px solid #ffffff0e!important;flex-wrap:wrap!important;justify-content:space-between!important;gap:18px!important;margin-top:42px!important;padding-top:20px!important;font-size:10px!important;display:flex!important}@media (width<=900px){.adc-footer-v90-inner{grid-template-columns:1fr 1fr!important}.adc-footer-v90-brand{grid-column:1/-1!important}}@media (width<=560px){.adc-footer-v90{padding-top:44px!important}.adc-footer-v90-inner{grid-template-columns:1fr!important;gap:26px!important}.adc-footer-v90-brand{grid-column:auto!important}.adc-footer-v90-bottom{flex-direction:column!important}}:root{--adc-black:#020302;--adc-white:#f7f4ee;--adc-green:#70c995;--adc-gold-dark:#8c6727;--adc-gold:#d8b85f;--adc-gold-light:#f3df9a;--adc-sun:#f4d96b}html,body,body :not(svg):not(path):not(style):not(script),body :before,body :after,button,input,select,textarea,option,label,table,thead,tbody,tr,td,th,svg text,foreignObject,foreignObject *{font-synthesis:none!important;font-stretch:75%!important}body,p,span,a,li,td,th,label,small,input,select,textarea,h1,h2,h3,h4,h5,h6,strong,b{font-weight:400!important}h1,.hero h1,.location-hero h1,.vision-hero h1,.events-hero h1,.events-hero-v11 h1,.community-hero h1,.live-hero h1,.hero-title,.adc-hero-title-v73,[class*=hero] h1{letter-spacing:.012em!important;text-transform:none!important;font-style:normal!important;font-weight:400!important;line-height:.94!important}h2,h3,h4,h5,h6,.section-title,.card-title,.membership-card h3,[class*=membership] h3,.house-v18-content strong,.adc-immersive-titleline h2{letter-spacing:.01em!important;font-weight:400!important}header,header *{font-weight:400!important}header .nav-center a,header .nav-center button,.header-member-v71,.header-login-v1211{letter-spacing:.055em!important;text-transform:uppercase!important}.kicker,.eyebrow,.overline,[class*=kicker],[class*=eyebrow],.house-v18-top,.adc-immersive-kicker,.adc-footer-v90 h4{letter-spacing:.075em!important;text-transform:uppercase!important;font-weight:400!important}body p,body li,body td,body th{font-size:max(14px,1em)!important}.kicker,.eyebrow,.overline,[class*=kicker],[class*=eyebrow]{font-size:max(11px,1em)!important}.adc-footer-v90 a,.adc-footer-v90 p{font-size:12px!important}.adc-index-investors p,.adc-index-contact-v3,.adc-index-sommaire-v3 p{font-size:14px!important}a[class*=btn],button[class*=btn],a[class*=pill],button[class*=pill],.header-login-v1211,.header-member-v71,.btn,.btn-gold,.gold,.gold-pill,.adc-primary,.adc-secondary,#adcAcquireBtn,#adcContractBtn,.adc-partner-book-now-v79,[data-adc-route],[data-adc-footer-route],[data-adc-index-route]{font-weight:700!important}.btn-gold,.gold,.gold-pill,.header-login-v1211.header-login-gold,.house-v18-price,.adc-immersive-price,#adcImmPrice,#adcAcquireBtn{color:#090909!important}.house-v18-price:not(a):not(button),.adc-immersive-price:not(a):not(button){font-weight:400!important}a,button{-webkit-tap-highlight-color:transparent}a:has(>span),button:has(>span){font-weight:700!important}.header-login-v1211{min-height:46px!important;padding:0 24px!important;font-size:13px!important}.header-member-v71{min-height:38px!important;padding:0 13px!important;font-size:10px!important}.house-v18-top{color:var(--adc-green)!important;white-space:normal!important}.house-v18-top .adc-v70-count{margin-right:.22em!important}.house-v18-discover{font-weight:700!important}.selected-stay{text-align:center!important;flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;gap:8px!important;display:flex!important}.selected-stay span{text-align:center!important;justify-content:center!important;align-items:center!important;min-height:38px!important;padding:0 14px!important;display:inline-flex!important}#selectedPrice{color:#090909!important;background:linear-gradient(110deg,#8b6625,#d6b65d 46%,#f1df9f 58%,#9a712b)!important;font-style:normal!important;font-weight:700!important;display:inline-flex!important}.adc-partner-stay-v79{flex-direction:column!important;display:flex!important}.adc-partner-stay-body-v79{flex-direction:column!important;flex:1!important;display:flex!important}.adc-partner-stay-foot-v79{justify-content:space-between!important;align-items:center!important;gap:12px!important;margin-top:auto!important;padding-top:16px!important;display:flex!important}.adc-partner-stay-foot-v79 strong{min-height:38px!important;color:var(--adc-gold-light)!important;align-items:center!important;margin:0!important;font-style:normal!important;font-weight:400!important;display:flex!important}.adc-partner-book-now-v79{justify-content:center!important;align-items:center!important;min-height:38px!important;margin:0!important;font-weight:700!important;display:inline-flex!important}.location-hero h1 em,.location-hero h1 i,.location-hero .accent{color:var(--adc-sun)!important;font-style:normal!important;font-weight:400!important}.adc-v104-journey,.adc-v96-journey{display:none!important}.adc-v109-journey{background:linear-gradient(90deg,#4044427a,#6569664a,#4044427a);border:1px solid #ffffff13;border-radius:20px;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;width:min(920px,100% - 32px);margin:24px auto 0;padding:11px 15px;display:flex}.adc-v109-journey span{text-transform:uppercase!important;font-size:13px!important}.adc-v109-journey .choose{color:var(--adc-green)!important}.adc-v109-journey .book{color:#fff!important}.adc-v109-journey .access{color:var(--adc-gold-light)!important}.adc-v109-journey .dot{color:#ffffff59!important}.location-hero,.hero,.vision-hero,.events-hero,.events-hero-v11,.community-hero,.live-hero{isolation:isolate!important;background-color:#020302!important;background-position:50%!important;background-repeat:no-repeat!important;position:relative!important;overflow:hidden!important}.location-hero:before,.hero:before,.vision-hero:before,.events-hero:before,.events-hero-v11:before,.community-hero:before,.live-hero:before{content:""!important;z-index:2!important;pointer-events:none!important;box-shadow:none!important;background:linear-gradient(#0203027a 0%,#0203021a 16%,#0000 32% 70%,#02030233 84%,#020302 100%),linear-gradient(90deg,#0203024d 0%,#0000 12% 88%,#0203024d 100%)!important;position:absolute!important;inset:0!important}.location-hero:after,.hero:after,.vision-hero:after,.events-hero:after,.events-hero-v11:after,.community-hero:after,.live-hero:after{content:""!important;z-index:3!important;pointer-events:none!important;background:linear-gradient(#0000,#020302 100%)!important;height:34%!important;position:absolute!important;bottom:-1px!important;left:0!important;right:0!important}.location-hero>.container,.hero>.container,.vision-hero>.container,.events-hero>.container,.events-hero-v11>.container,.community-hero>.container,.live-hero>.container{z-index:4!important;position:relative!important}.live-hero{background-position:50% 48%!important;background-size:auto 78%!important}.location-hero,.vision-hero,.events-hero,.events-hero-v11,.community-hero{background-size:cover!important}.adc-v104-projects-hero,.adc-v109-projects-hero{isolation:isolate!important;box-shadow:none!important;border:0!important;position:relative!important;overflow:hidden!important}.adc-v104-projects-hero:before,.adc-v109-projects-hero:before{content:""!important;z-index:2!important;pointer-events:none!important;background:linear-gradient(#020302 0%,#020302a3 5%,#0000 18% 82%,#020302a8 95%,#020302 100%),linear-gradient(90deg,#020302 0%,#0203027a 5%,#0000 16% 84%,#0203027a 95%,#020302 100%)!important;position:absolute!important;inset:0!important}.adc-v104-projects-hero>.container,.adc-v109-projects-hero>.container{z-index:3!important;position:relative!important}.adc-immersive-sheet{background:linear-gradient(140deg,#686c694a,#3135329e,#0a0c0be6)!important;border:1px solid #ffffff21!important}.adc-immersive-content{background:linear-gradient(145deg,#6a6e6b38,#3034317a,#0a0c0bc7)!important}.adc-immersive-row{background:linear-gradient(145deg,#5c605df0,#3b3f3cf0)!important;border:1px solid #ffffff24!important}.adc-immersive-row span{color:#ffffffc2!important}.adc-immersive-row strong{color:#fff!important}.adc-state{color:#fff!important;background:#444845eb!important;border-color:#ffffff1c!important}.adc-index-invest-v3 h1,.adc-index-investors h2,.adc-index-title em{color:var(--adc-sun)!important;text-shadow:0 0 10px #f4d96b42!important}.adc-index-invest-v3 p,.adc-index-contact-v3 a,.adc-index-sommaire-v3 .intro span,.adc-index-tile-copy p{font-size:14px!important}.adc-index-sommaire-v3 .intro h2{font-size:42px!important}.events-hero .hero-content,.events-hero-v11 .hero-content,.community-hero .hero-content,.vision-hero .hero-content,.live-hero .hero-content{text-align:left!important;margin-left:0!important;margin-right:auto!important}.events-hero p,.events-hero-v11 p,.community-hero p,.vision-hero p,.live-hero p{text-align:left!important}@media (width<=820px){.live-hero{background-size:auto 65%!important}h1,[class*=hero] h1{letter-spacing:.006em!important}.adc-index-sommaire-v3 .intro h2{font-size:34px!important}}:root{--adc143-font:var(--adc-font);--adc143-bg:#020302;--adc143-gold:#d8c98f;--adc143-green:#69bd8d;--adc143-cap-size:14px}.hero *,.location-hero *,.pass-hero *,.adhesion-hero *,.vision-hero *,.events-hero *,.events-hero-v11 *,.community-hero *,.live-hero *,.adc-index-hero *{font-family:var(--adc143-font)!important}.adc-index-v143-layout{z-index:3!important;pointer-events:none!important;grid-template-columns:minmax(280px,.82fr) minmax(280px,.72fr)!important;justify-content:space-between!important;align-items:center!important;gap:34px!important;display:grid!important;position:absolute!important;inset:88px 5% 40px!important}.adc-index-v143-left,.adc-index-v143-right{pointer-events:auto!important}.adc-index-v143-left{align-self:start!important;max-width:510px!important;padding-top:28px!important}.adc-index-v143-left .eyebrow{color:var(--adc143-gold)!important;margin-bottom:10px!important;font-size:15px!important;display:block!important}.adc-index-v143-left h1{margin:0 0 12px!important;font-size:clamp(42px,5.4vw,70px)!important;font-weight:400!important;line-height:.96!important}.adc-index-v143-left p{color:#ffffffb8!important;margin:0 0 16px!important;font-size:16px!important;line-height:1.5!important}.adc-index-v143-contact{backdrop-filter:blur(12px)!important;background:#02030285!important;border:1px solid #ffffff14!important;border-radius:18px!important;padding:14px 16px!important}.adc-index-v143-contact strong{color:var(--adc143-gold)!important;font-size:22px!important;font-weight:400!important;display:block!important}.adc-index-v143-contact span{color:#ffffffad!important;margin:3px 0 8px!important;display:block!important}.adc-index-v143-contact a{color:#fff!important;margin-right:10px!important;font-weight:800!important;text-decoration:none!important}.adc-index-v143-right{place-self:center end!important;max-width:440px!important}.adc-index-v143-metrics{grid-template-columns:1fr 1fr!important;gap:10px!important;display:grid!important}.adc-index-v143-metric{backdrop-filter:blur(12px)!important;background:#0203028a!important;border:1px solid #ffffff14!important;border-radius:18px!important;min-height:118px!important;padding:15px!important}.adc-index-v143-metric strong{color:#fff!important;font-size:28px!important;font-weight:400!important;display:block!important}.adc-index-v143-metric span{color:var(--adc143-gold)!important;margin-top:6px!important;font-size:13px!important;display:block!important}.adc-index-v143-universe{background:var(--adc143-bg)!important;padding:66px 5% 88px!important}.adc-index-v143-universe h2{text-align:center!important;margin:0 0 6px!important;font-size:clamp(38px,5vw,58px)!important;font-weight:400!important}.adc-index-v143-universe>p{text-align:center!important;color:#ffffffa8!important;max-width:720px!important;margin:0 auto 28px!important;font-size:16px!important}.adc-index-v143-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;display:grid!important}.adc-index-v143-card{color:#fff!important;background-position:50%!important;background-size:cover!important;border:1px solid #ffffff14!important;border-radius:22px!important;flex-direction:column!important;justify-content:flex-end!important;min-height:200px!important;padding:18px!important;text-decoration:none!important;display:flex!important;position:relative!important;overflow:hidden!important;box-shadow:0 16px 38px #0003!important}.adc-index-v143-card:before{content:""!important;background:linear-gradient(#0203020f,#0203022e 45%,#020302d1 100%)!important;position:absolute!important;inset:0!important}.adc-index-v143-card>*{z-index:2!important;position:relative!important}.adc-index-v143-card strong{font-size:25px!important;font-weight:400!important}.adc-index-v143-card small{color:#ffffffad!important;margin-top:4px!important}footer a,footer button{box-shadow:none!important;color:#ffffffb8!important;background:0 0!important;border:0!important;border-radius:0!important;min-height:auto!important;padding:0!important;font-weight:400!important}footer a:hover,footer button:hover{color:#fff!important;transform:none!important}footer .adc-cap-gold,footer .adc-cap-green,footer .adc-cap-dark{box-shadow:none!important;color:#ffffffb8!important;background:0 0!important;border:0!important;font-weight:400!important}footer .adc-cap-gold *,footer .adc-cap-green *,footer .adc-cap-dark *{color:#ffffffb8!important;font-weight:400!important}footer .adc-footer-adventure-v143{color:#080808!important;background:linear-gradient(110deg,#9b722a,#c89d45 34%,#eed994 57%,#f7eac2 66%,#a77a2c)!important;border:1px solid #f6e6bcc7!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:42px!important;padding:0 18px!important;font-weight:800!important;display:inline-flex!important}footer .adc-footer-adventure-v143 *{color:#080808!important;font-weight:800!important}#stayDetailV59 .stay-detail-copy{background:linear-gradient(145deg,#ffffff09,#ffffff04)!important;border:1px solid #ffffff12!important;border-radius:22px!important;padding:22px!important}#stayDetailV59 .stay-map-v59{background:#090a09!important;border:1px solid #ffffff14!important;border-radius:22px!important;min-height:300px!important;overflow:hidden!important}#stayDetailV59 .stay-map-v59 iframe{border:0!important;width:100%!important;height:300px!important;display:block!important}#stayDetailV59 .stay-detail-actions-v143{flex-wrap:wrap!important;align-items:center!important;gap:10px!important;margin-top:16px!important;display:flex!important}#stayDetailV59 .stay-detail-price-v143{color:#fff!important;background:#040605b8!important;border:1px solid #ffffff24!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:42px!important;padding:0 16px!important;font-weight:800!important;display:inline-flex!important}.adc-v143-checkout-summary{background:#ffffff0b!important;border:1px solid #ffffff13!important;border-radius:16px!important;margin-top:16px!important;padding:14px 15px!important}.adc-v143-checkout-summary strong{color:#fff!important;font-size:18px!important;font-weight:800!important;display:block!important}.adc-v143-checkout-summary small{color:#ffffff9e!important;margin-top:4px!important;display:block!important}#adc-immersive .adc-immersive-actions{border-top:1px solid #ffffff12!important;flex-wrap:wrap!important;align-items:center!important;gap:10px!important;margin-top:16px!important;padding-top:16px!important;display:flex!important}.adc-membership-header-v142,.adc-membership-table-v140 thead th,.adc-membership-table thead th,.membership-table thead th{color:#080808!important;font-size:18px!important;font-weight:800!important;font-family:var(--adc143-font)!important}@media (width<=980px){.adc-index-v143-layout{grid-template-columns:1fr!important;align-items:end!important}.adc-index-v143-right{justify-self:stretch!important;max-width:none!important}.adc-index-v143-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=900px){#stayDetailV59,#adc-immersive .adc-immersive-list{grid-template-columns:1fr!important}}@media (width<=620px){.adc-index-v143-grid{grid-template-columns:1fr!important}.adc-index-v143-layout{inset:82px 18px 24px!important}}:root{--adc145-font:var(--adc-font);--adc145-bg:#020302;--adc145-gold:#d8c98f;--adc145-green:#69bd8d;--adc145-cap-size:14px}html,body,body :not(svg):not(path):not(style):not(script),button,input,select,textarea,option,label,table,thead,tbody,tr,td,th,h1,h2,h3,h4,h5,h6,p,span,a,small,strong,b,em,i,.hero *,.location-hero *,.pass-hero *,.adhesion-hero *,.vision-hero *,.events-hero *,.events-hero-v11 *,.community-hero *,.live-hero *,.adc-index-hero *{font-family:var(--adc145-font)!important}.hero h1,.location-hero h1,.pass-hero h1,.adhesion-hero h1,.vision-hero h1,.events-hero h1,.events-hero-v11 h1,.community-hero h1,.live-hero h1,.adc-index-hero h1{font-style:normal!important;font-weight:400!important}body[data-page=adhesion] .script,.adhesion-hero .script{color:var(--adc145-gold)!important;font-family:Segoe Script,Snell Roundhand,cursive!important;font-style:italic!important;font-weight:400!important}.adc-cap,.adc-cap-gold,.adc-cap-green,.adc-cap-dark,.btn-gold,.btn-ghost,.ghost,.gold,.gold-pill,.adc-primary,.header-login-v1211,.header-member-v71,.social-follow,.social-follow.secondary,#stayBookBtn,#adcAcquireBtn,#adcContractBtn,[data-adc-route],[data-adc-index-route],[data-adc-footer-route],[data-adc-control-room],[class*=pill],[class*=chip],[class*=badge]{font-family:var(--adc145-font)!important;font-size:var(--adc145-cap-size)!important;letter-spacing:.02em!important;text-align:center!important;font-weight:800!important;line-height:1!important;text-decoration:none!important}.adc-cap-gold,.btn-gold,.gold,.gold-pill,.adc-primary,#stayBookBtn,#adcAcquireBtn,.header-login-v1211.header-login-gold{color:#080808!important;background:linear-gradient(110deg,#9b722a,#c89d45 34%,#eed994 57%,#f7eac2 66%,#a77a2c)!important;border:1px solid #f6e6bcc7!important;font-weight:800!important;box-shadow:inset 0 1px #ffffff7a,0 8px 22px #a87b2e33!important}.adc-cap-gold *,.btn-gold *,.gold *,.gold-pill *,.adc-primary *,#stayBookBtn *,#adcAcquireBtn *,.header-login-v1211.header-login-gold *{color:#080808!important;font-weight:800!important}.adc-cap-green{color:#fff!important;background:#3f8762f0!important;border:1px solid #6fc99557!important;font-weight:800!important}.adc-cap-green *{color:#fff!important;font-weight:800!important}.adc-cap-dark,.btn-ghost,.ghost,.social-follow,.social-follow.secondary{color:#fff!important;backdrop-filter:blur(10px)!important;background:#0406059e!important;border:1px solid #ffffff26!important;font-weight:800!important}.adc-cap-dark *,.btn-ghost *,.ghost *,.social-follow *,.social-follow.secondary *{color:#fff!important;font-weight:800!important}.adc-index-hero{background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;min-height:100vh!important;position:relative!important;overflow:hidden!important}.adc-index-v145-layout{z-index:4!important;width:min(560px,44vw)!important;position:absolute!important;inset:92px auto auto 5%!important}.adc-index-v145-kicker{color:var(--adc145-green)!important;margin-bottom:10px!important;font-size:15px!important;display:block!important}.adc-index-v145-layout h1{margin:0 0 12px!important;font-size:clamp(42px,5.2vw,68px)!important;font-weight:400!important;line-height:.96!important}.adc-index-v145-layout p{color:#ffffffb8!important;margin:0 0 16px!important;font-size:16px!important;line-height:1.5!important}.adc-index-v145-contact{backdrop-filter:blur(12px)!important;background:#02030285!important;border:1px solid #ffffff14!important;border-radius:18px!important;padding:14px 16px!important}.adc-index-v145-contact strong{color:var(--adc145-green)!important;font-size:21px!important;font-weight:400!important;display:block!important}.adc-index-v145-contact span{color:#ffffffad!important;margin:3px 0 8px!important;display:block!important}.adc-index-v145-contact a{color:#fff!important;margin-right:10px!important;font-weight:800!important;text-decoration:none!important}.adc-index-v145-metrics{grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:10px!important;display:grid!important}.adc-index-v145-metric{backdrop-filter:blur(12px)!important;background:#02030285!important;border:1px solid #ffffff12!important;border-radius:15px!important;padding:11px 12px!important}.adc-index-v145-metric strong{color:#fff!important;font-size:26px!important;font-weight:400!important;display:block!important}.adc-index-v145-metric span{color:var(--adc145-gold)!important;margin-top:4px!important;font-size:12px!important;display:block!important}.adc-index-v145-universe{background:var(--adc145-bg)!important;padding:72px 5% 88px!important}.adc-index-v145-universe h2{text-align:center!important;margin:0 0 6px!important;font-size:clamp(38px,5vw,58px)!important;font-weight:400!important}.adc-index-v145-universe>p{text-align:center!important;color:#ffffffa8!important;max-width:720px!important;margin:0 auto 28px!important}.adc-index-v145-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;display:grid!important}.adc-index-v145-card{filter:brightness(1.1)contrast(1.05)!important;background-position:50%!important;background-size:cover!important;border:1px solid #ffffff14!important;border-radius:22px!important;min-height:210px!important;position:relative!important;overflow:hidden!important;box-shadow:0 16px 38px #0003!important}.adc-index-v145-card:after{content:""!important;pointer-events:none!important;background:linear-gradient(#02030205,#0203020f 65%,#02030247)!important;position:absolute!important;inset:0!important}.adc-index-v145-card .adc-index-v145-label{z-index:2!important;color:#fff!important;align-items:flex-end!important;padding:18px!important;font-size:0!important;display:flex!important;position:absolute!important;inset:0!important}.adc-index-v145-card .adc-index-v145-label:after{content:"Découvrir"!important;color:#fff!important;text-shadow:0 2px 8px #000000b3!important;font-size:14px!important;font-weight:800!important}#stayDetailV59 .stay-detail-card-v145{background:linear-gradient(145deg,#ffffff0a,#ffffff04)!important;border:1px solid #ffffff12!important;border-radius:22px!important;padding:22px!important}#stayDetailV59 .stay-map-v145{background:#090a09!important;border:1px solid #ffffff14!important;border-radius:22px!important;overflow:hidden!important}#stayDetailV59 .stay-map-v145 iframe{border:0!important;width:100%!important;height:320px!important;display:block!important}#stayDetailV59 .stay-actions-v145{flex-wrap:wrap!important;align-items:center!important;gap:10px!important;margin-top:18px!important;display:flex!important}#stayDetailV59 .stay-meta-v145{color:#ffffffa8!important;margin-top:12px!important}.house-v18-card{background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;border:1px solid #000000f0!important;box-shadow:0 16px 38px #00000038!important}.house-v18-card strong,.house-v18-card h2,.house-v18-card h3{font-family:var(--adc145-font)!important;font-style:normal!important}.adc-membership-header-v145,.adc-membership-table-v140 thead th,.adc-membership-table thead th,.membership-table thead th{color:#080808!important;font-size:19px!important;font-weight:900!important;font-family:var(--adc145-font)!important}#adc-immersive .adc-immersive-sheet{background:linear-gradient(145deg,#262927fa,#121413fa)!important;border:1px solid #ffffff1a!important;border-radius:26px!important;width:min(1080px,94vw)!important;max-height:88vh!important;overflow:hidden!important;box-shadow:0 48px 150px #000000b8!important}#adc-immersive .adc-immersive-list{grid-template-columns:1fr 1fr!important;gap:9px!important;display:grid!important}.adc-v145-checkout-summary{background:#ffffff0b!important;border:1px solid #ffffff13!important;border-radius:16px!important;margin-top:16px!important;padding:14px 15px!important}.adc-v145-checkout-summary strong{color:#fff!important;font-size:18px!important;font-weight:800!important;display:block!important}.adc-v145-checkout-summary small{color:#ffffff9e!important;margin-top:4px!important;display:block!important}footer{background:#020302!important;border-top:1px solid #ffffff0f!important}footer a,footer button{box-shadow:none!important;color:#ffffffb8!important;background:0 0!important;border:0!important;border-radius:0!important;font-weight:400!important}footer .adc-footer-adventure-v145{color:#080808!important;background:linear-gradient(110deg,#9b722a,#c89d45 34%,#eed994 57%,#f7eac2 66%,#a77a2c)!important;border:1px solid #f6e6bcc7!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:42px!important;padding:0 18px!important;font-weight:800!important;display:inline-flex!important}footer .adc-footer-adventure-v145 *{color:#080808!important;font-weight:800!important}@media (width<=980px){.adc-index-v145-layout{width:auto!important;position:absolute!important;inset:88px 22px auto!important}.adc-index-v145-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=900px){#stayDetailV59,#adc-immersive .adc-immersive-list{grid-template-columns:1fr!important}}@media (width<=620px){.adc-index-v145-grid{grid-template-columns:1fr!important}}:root{--adc150-font:var(--adc-font);--adc150-gold:#d8c98f;--adc150-green:#69bd8d}header,header *,nav,nav *,.brand,.brand *,.header-login-v1211,.header-login-v1211 *,.header-login-gold,.header-login-gold *,.header-member-v71,.header-member-v71 *{font-family:var(--adc150-font)!important}header a,header button,nav a,nav button{font-style:normal!important;font-weight:400!important}.header-login-v1211,.header-login-gold,.header-member-v71{font-weight:800!important}.adc-cap-gold,.btn-gold,.gold,.gold-pill,.adc-primary,#stayBookBtn,#adcAcquireBtn,.header-login-gold,.header-login-v1211.header-login-gold,.adc-footer-adventure-v150{font-family:var(--adc150-font)!important;color:#080808!important;text-align:center!important;background:linear-gradient(110deg,#9b722a,#c89d45 34%,#eed994 57%,#f7eac2 66%,#a77a2c)!important;border:1px solid #f6e6bcc7!important;font-size:14px!important;font-weight:800!important;box-shadow:inset 0 1px #ffffff7a,0 8px 22px #a87b2e33!important}.adc-cap-gold *,.btn-gold *,.gold *,.gold-pill *,.adc-primary *,#stayBookBtn *,#adcAcquireBtn *,.header-login-gold *,.header-login-v1211.header-login-gold *,.adc-footer-adventure-v150 *{color:#080808!important;font-weight:800!important}footer .adc-footer-adventure-v150{border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:44px!important;padding:0 19px!important;display:inline-flex!important}#stayDetailV59{grid-template-columns:minmax(0,1fr) 390px!important;align-items:stretch!important;gap:22px!important;display:grid!important}#stayDetailV59 .stay-detail-card-v145{background:linear-gradient(145deg,#ffffff16,#ffffff07)!important;border:1px solid #ffffff21!important;box-shadow:0 24px 58px #0000002e!important}#stayDetailV59 .stay-map-v150{background:#0a0b0a!important;border:1px solid #ffffff21!important;border-radius:22px!important;min-height:330px!important;position:relative!important;overflow:hidden!important;box-shadow:0 22px 52px #0003!important}#stayDetailV59 .stay-map-v150 iframe{filter:saturate(.88)contrast(1.04)!important;border:0!important;width:100%!important;height:330px!important;display:block!important}#stayDetailV59 .stay-map-link-v150{z-index:3!important;color:#fff!important;min-height:40px!important;font-family:var(--adc150-font)!important;backdrop-filter:blur(10px)!important;background:#030504cc!important;border:1px solid #ffffff29!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;padding:0 15px!important;font-size:13px!important;font-weight:800!important;text-decoration:none!important;display:inline-flex!important;position:absolute!important;bottom:14px!important;right:14px!important}#adc-immersive{backdrop-filter:blur(20px)!important;background:#000000d1!important}#adc-immersive .adc-immersive-sheet{background:linear-gradient(145deg,#191c1afc,#080a09fc)!important;border:1px solid #ffe28b29!important;border-radius:28px!important;grid-template-columns:minmax(320px,.88fr) minmax(440px,1.12fr)!important;width:min(1000px,94vw)!important;height:auto!important;max-height:88vh!important;overflow:hidden!important;box-shadow:0 44px 140px #000000b8!important}#adc-immersive .adc-immersive-content{color:#f5efe3!important;padding:34px 38px 40px!important}#adc-immersive .adc-immersive-kicker{color:var(--adc150-green)!important;font-family:var(--adc150-font)!important;letter-spacing:.13em!important;font-size:12px!important;font-weight:800!important}#adc-immersive .adc-immersive-titleline h2{font-family:var(--adc150-font)!important;font-size:clamp(40px,4vw,54px)!important;font-weight:400!important;line-height:.98!important}#adc-immersive .adc-immersive-desc{color:#c8c2b8!important;font-size:16px!important;line-height:1.58!important}#adc-immersive .adc-immersive-list{grid-template-columns:1fr 1fr!important;gap:9px!important;margin-top:18px!important;display:grid!important}#adc-immersive .adc-immersive-row{background:#ffffff0d!important;border:1px solid #ffffff14!important;border-radius:15px!important;padding:13px 14px!important}#adc-immersive .adc-immersive-row span{color:#ffffff8a!important;font-size:11px!important}#adc-immersive .adc-immersive-row strong{color:#fff!important;font-size:15px!important}#adc-immersive .adc-immersive-actions{border-top:1px solid #ffffff12!important;margin-top:18px!important;padding-top:16px!important}#adcAcquireBtn{border-radius:999px!important;width:100%!important;min-height:50px!important;font-weight:800!important}#adcPaymentV73 .adc-pay73-card{background:linear-gradient(145deg,#121513fa,#070908fc)!important;border:1px solid #ffe28b2e!important;border-radius:28px!important;width:min(540px,100%)!important;padding:31px!important;box-shadow:0 38px 110px #0009!important}#adcPaymentV73 .adc-pay73-card,#adcPaymentV73 .adc-pay73-card *{font-family:var(--adc150-font)!important}#adcPaymentV73 .adc-pay73-card h2{font-size:42px!important;font-weight:400!important}#adcPaymentV73 .adc-pay73-submit{font-weight:800!important}.adc-logo-screen1{grid-template-columns:minmax(0,620px) 1fr!important}.adc-logo-copy{max-width:620px!important}.adc-logo-invest{justify-self:start!important;width:min(560px,100%)!important;margin-top:18px!important}.adc-logo-copy .adc-logo-invest{display:block!important}.adc-logo-metrics{grid-template-columns:repeat(4,minmax(0,1fr))!important}.adc-logo-investors{max-width:560px!important}.adc-logo-discover{display:none!important}.adc-logo-tile span{text-align:center!important;letter-spacing:.01em!important;width:90%!important;font-size:34px!important;font-weight:400!important;bottom:50%!important;left:50%!important;right:auto!important;transform:translate(-50%,50%)!important}.adc-logo-tile:after{background:linear-gradient(#02030214,#02030233 52%,#02030257 100%)!important}@media (width<=980px){#stayDetailV59{grid-template-columns:1fr!important}.adc-logo-metrics{grid-template-columns:1fr 1fr!important}}@media (width<=900px){#adc-immersive .adc-immersive-sheet{border-radius:26px 26px 0 0!important;grid-template-columns:1fr!important;width:100vw!important}#adc-immersive .adc-immersive-list{grid-template-columns:1fr!important}}body[data-page=index] .adc-v152-investor-rail{gap:17px!important;width:min(485px,34vw)!important;padding:28px 28px 26px!important}body[data-page=index] .adc-v152-title span{font-size:13px!important}body[data-page=index] .adc-v152-title h1{margin-bottom:13px!important;font-size:clamp(48px,4.35vw,70px)!important}body[data-page=index] .adc-v152-title p{font-size:17px!important;line-height:1.5!important}body[data-page=index] .adc-v152-pillars strong{font-size:16px!important}body[data-page=index] .adc-v152-pillars small{font-size:11.5px!important;line-height:1.36!important}body[data-page=index] .adc-v152-metrics strong{font-size:24px!important}body[data-page=index] .adc-v152-metrics span{font-size:11.5px!important}body[data-page=index] .adc-v152-investors>span{font-size:12px!important}body[data-page=index] .adc-v152-investors>strong{font-size:31px!important}body[data-page=index] .adc-v152-investors>small,body[data-page=index] .adc-v152-contact a{font-size:12px!important}body[data-page=index] .adc-v152-tile{filter:brightness(1.18)contrast(1.07)saturate(1.04)!important;background-position:50%!important;background-size:cover!important}body[data-page=index] .adc-v152-tile:hover{filter:brightness(1.24)contrast(1.08)saturate(1.06)!important}body[data-page=index] .adc-v152-tile:after{background:linear-gradient(#01020105,#0102010f 58%,#0102012e)!important}body[data-page=index] .adc-v152-tile>span{display:none!important}body[data-page=location] .searchbar,body[data-page=location] .search-bar,body[data-page=location] .location-search,body[data-page=location] [class*=searchbar],body[data-page=location] [class*=search-bar]{grid-template-columns:minmax(220px,1.45fr) minmax(145px,.78fr) minmax(145px,.78fr) minmax(145px,.72fr) auto!important;align-items:stretch!important;gap:0!important;display:grid!important}body[data-page=location] .search-field,body[data-page=location] .location-field,body[data-page=location] [class*=search-field]{min-width:0!important}body[data-page=location] .search-field label,body[data-page=location] .location-field label,body[data-page=location] [class*=search-field] label{margin-bottom:4px!important;display:block!important}body[data-page=location] .search-field input,body[data-page=location] .search-field select,body[data-page=location] .location-field input,body[data-page=location] .location-field select,body[data-page=location] [class*=search-field] input,body[data-page=location] [class*=search-field] select{width:100%!important}body[data-page=location] .adc-owner-step-v154{min-height:42px!important;font-family:var(--adc-font)!important;color:#fff!important;background:#3f8762f0!important;border:1px solid #6fc99557!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;padding:0 16px!important;font-size:14px!important;font-weight:800!important;display:inline-flex!important;box-shadow:inset 0 1px #ffffff14!important}body[data-page=location] .adc-owner-step-v154.is-validation{color:#080808!important;background:linear-gradient(110deg,#9b722a,#c89d45 34%,#eed994 57%,#f7eac2 66%,#a77a2c)!important;border:1px solid #f6e6bcc7!important;box-shadow:inset 0 1px #ffffff7a,0 8px 22px #a87b2e33!important}footer .adc-start-v154{min-height:46px!important;font-family:var(--adc-font)!important;color:#080808!important;background:linear-gradient(110deg,#9b722a,#c89d45 34%,#eed994 57%,#f7eac2 66%,#a77a2c)!important;border:1px solid #f6e6bcc7!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;padding:0 20px!important;font-size:14px!important;font-weight:800!important;display:inline-flex!important;box-shadow:inset 0 1px #ffffff7a,0 8px 22px #a87b2e33!important}.adc-lang-switch{visibility:visible!important;opacity:1!important;flex-shrink:0!important;display:inline-flex!important}@media (width<=1050px){body[data-page=location] .searchbar,body[data-page=location] .search-bar,body[data-page=location] .location-search,body[data-page=location] [class*=searchbar],body[data-page=location] [class*=search-bar]{grid-template-columns:1.25fr .75fr .75fr .7fr auto!important}}@media (width<=820px){body[data-page=location] .searchbar,body[data-page=location] .search-bar,body[data-page=location] .location-search,body[data-page=location] [class*=searchbar],body[data-page=location] [class*=search-bar]{flex-wrap:wrap!important;display:flex!important}}body[data-page=index] .adc-investor-trigger-v161{width:min(500px,34vw)!important;top:104px!important;right:4.6vw!important}body[data-page=index] .adc-investor-trigger-v161>strong{font-size:clamp(42px,3.45vw,58px)!important}body[data-page=index] .adc-investor-explain-v184{color:#ffffffd1!important;text-align:right!important;max-width:470px!important;margin:10px 0 12px auto!important;font-size:15px!important;line-height:1.5!important}body[data-page=index] .adc-investor-explain-v184 b{color:#f4d982!important;font-weight:800!important}body[data-page=location] #stayDetailV59{grid-template-columns:minmax(0,1.15fr) minmax(290px,.85fr)!important;align-items:stretch!important;gap:24px!important;display:grid!important}body[data-page=location] #stayDetailV59 .stay-detail-card-v145{background:linear-gradient(145deg,#121513db,#090b0ac7)!important;border:1px solid #ffffff12!important;border-radius:24px!important;min-height:100%!important;padding:24px 26px!important;box-shadow:0 18px 52px #0000002e!important}body[data-page=location] #stayDetailV59 .stay-map-v150{border:1px solid #ffffff12!important;border-radius:24px!important;min-height:100%!important;overflow:hidden!important;box-shadow:0 18px 52px #0000002e!important}body[data-page=location] .stay-detail-description{color:#ffffffc2!important;margin:9px 0 14px!important;line-height:1.55!important}body[data-page=location] .stay-detail-extra-v184{border-top:1px solid #ffffff12!important;border-bottom:1px solid #ffffff12!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px 20px!important;margin:15px 0!important;padding:15px 0!important;display:grid!important}body[data-page=location] .stay-detail-extra-v184 div span{color:#69bd8d!important;margin-bottom:3px!important;font-size:12px!important;font-weight:800!important;display:block!important}body[data-page=location] .stay-detail-extra-v184 div strong{color:#f5efe5!important;font-size:14.5px!important;font-weight:400!important;line-height:1.42!important;display:block!important}body[data-page=location] .stay-actions-v145{align-items:center!important;gap:10px!important;margin-top:14px!important;display:flex!important}#adc-immersive[data-product-type=stay] .adc-immersive-list{margin-top:12px!important}#adc-immersive[data-product-type=stay] .adc-immersive-row{grid-template-columns:190px minmax(0,1fr)!important;align-items:start!important;gap:26px!important;padding:11px 0!important;display:grid!important}#adc-immersive[data-product-type=stay] .adc-immersive-row span{text-align:left!important;color:#ffffff80!important;align-self:start!important;font-weight:700!important}#adc-immersive[data-product-type=stay] .adc-immersive-row strong{text-align:right!important;color:#f5efe5!important;place-self:start end!important;max-width:100%!important;font-weight:400!important}body[data-page=evenements] .annual-card[data-event-product]{cursor:pointer!important}body[data-page=evenements] .annual-card[data-event-product]:hover{border-color:#f1d89142!important;transform:translateY(-3px)!important;box-shadow:0 28px 70px #00000057!important}body[data-page=evenements] .annual-participate-v184{color:#080808!important;cursor:pointer!important;background:linear-gradient(118deg,#68460b,#c99a31 38%,#f5df93 52%,#906617 82%,#664509)!important;border:1px solid #ffe58be6!important;border-radius:999px!important;min-height:44px!important;margin-top:18px!important;padding:0 18px!important;font-weight:800!important}.adc-footer-signup-v184{font-weight:800!important}@media (width<=900px){body[data-page=index] .adc-investor-explain-v184{text-align:center!important;margin-left:auto!important;margin-right:auto!important}body[data-page=location] #stayDetailV59{grid-template-columns:1fr!important}#adc-immersive[data-product-type=stay] .adc-immersive-row{grid-template-columns:1fr!important;gap:4px!important}#adc-immersive[data-product-type=stay] .adc-immersive-row strong{text-align:left!important;justify-self:start!important}}body[data-page=index] .adc-investor-left-v188{position:relative!important}body[data-page=index] .adc-investor-click-hint-v190{color:#d8c98f!important;letter-spacing:.08em!important;text-transform:uppercase!important;opacity:.92!important;font-size:11px!important;font-weight:900!important;position:absolute!important;top:-14px!important;right:0!important}body[data-page=index] .adc-investor-inline-contact-v188{justify-content:center!important;gap:38px!important}.adc-investor-actions-v186{gap:12px!important}.adc-investor-actions-v186 a{border-radius:999px!important;justify-content:center!important;min-width:170px!important;min-height:50px!important;font-weight:900!important}.adc-investor-call-v186{color:#070706!important;background:linear-gradient(#f0dda0 0%,#d5b76c 45%,#ad7d25 100%)!important;border:1px solid #ffeeb8e0!important;box-shadow:inset 0 1px #ffffff94,inset 0 -2px #5c390557,0 10px 25px #c1962f42!important}.adc-investor-mail-v186{color:#fff!important;background:linear-gradient(#237f59 0%,#176847 48%,#0c4931 100%)!important;border:1px solid #51be8980!important;box-shadow:inset 0 1px #ffffff1f,inset 0 -2px #00000047,0 10px 25px #11684640!important}.adc-page-faq-v66 details{background:0 0!important;border:0!important;border-bottom:1px solid #ffffff16!important;border-radius:0!important}.adc-page-faq-v66 details summary{color:#f4efe6!important;font-weight:800!important}.adc-page-faq-v66 details p{color:#ffffffad!important;line-height:1.62!important}.adc-footer-legal-v190{color:#ffffff91!important;margin-top:14px!important;font-size:12px!important;line-height:1.55!important}.adc-footer-legal-v190 strong{color:#ffffffc7!important;font-weight:800!important}body[data-page=index] .adc-index-logo-volume-v190{z-index:2!important;aspect-ratio:1.28!important;pointer-events:none!important;filter:drop-shadow(0 18px 26px #00000042)!important;background:radial-gradient(at 50% 45%,#ffffff21 0%,#ecd49912 31%,#0000 65%)!important;border-radius:50%!important;width:min(42vw,650px)!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;box-shadow:inset 0 20px 45px #ffffff06,0 22px 55px #0000002e!important}body[data-page=index] .adc-v152-investor-rail{z-index:5!important;position:relative!important}body[data-page=memberlogin] footer[data-footer-reference-v218=location],body[data-page=controlroom] footer[data-footer-reference-v218=location]{z-index:10!important;background:#000!important;width:100%!important;margin-top:36px!important;position:relative!important}body[data-page=controlroom] aside{z-index:50!important;pointer-events:auto!important;position:relative!important}body[data-page=controlroom] aside .nav,body[data-page=controlroom] aside .nav-group,body[data-page=controlroom] aside [data-view]{pointer-events:auto!important}body[data-page=controlroom] aside [data-view]{cursor:pointer!important;user-select:none!important}body[data-page=controlroom] .view{display:none!important}body[data-page=controlroom] .view.active{display:block!important}body[data-page=controlroom] footer{z-index:1!important;pointer-events:auto!important;position:relative!important}
