body.single-property .ix-prop-map-wrap{display:none !important}


.ix-tour-hero{background:#fff !important;color:#26262A !important}
.ix-tour-hero::before{background:none !important;display:none !important}
.ix-tour-hero .ix-prop-sec-kicker{color:#BC2E2B !important}
.ix-tour-hero .ix-prop-sec-headline{color:#26262A !important}
.ix-tour-hero .ix-prop-sec-headline em{color:inherit !important}
.ix-tour-hero .ix-tour-hero-lead{font:400 14px/1.6 'Inter',sans-serif;color:#4A4A4A;margin:0 0 22px;max-width:680px}
.ix-tour-hero-frame{
    position:relative;
    width:100%;
    aspect-ratio:16/9;
    background:#000;
    margin-top:14px;
    box-shadow:0 24px 60px rgba(0,0,0,.4);
    overflow:hidden;
}
.ix-tour-hero-frame iframe{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    border:0;
    display:block;
}

.ix-tour-hero-placeholder{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    background-size:cover;
    background-position:center;
    background-color:#1A1D24;
    cursor:pointer;
    transition:opacity .3s;
}
.ix-tour-hero-placeholder::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg, rgba(15,17,21,.55) 0%, rgba(15,17,21,.75) 100%);
}
.ix-tour-hero-placeholder .play-btn{
    position:relative;
    z-index:2;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:18px;
    color:#fff;
    text-align:center;
}
.ix-tour-hero-placeholder .play-icon{
    width:96px;height:96px;
    border-radius:50%;
    background:#BC2E2B;
    display:flex;align-items:center;justify-content:center;
    box-shadow:0 16px 44px rgba(188,46,43,.55);
    animation:ixTourHeroPulse 2.2s ease-out infinite;
}
.ix-tour-hero-placeholder .play-icon svg{width:42px;height:42px;color:#fff}
.ix-tour-hero-placeholder .play-label{
    font:700 13px/1 'Inter',sans-serif;
    letter-spacing:.22em;
    text-transform:uppercase;
}
.ix-tour-hero-placeholder .play-sub{
    font:500 11.5px/1 'Inter',sans-serif;
    letter-spacing:.14em;
    text-transform:uppercase;
    opacity:.7;
    margin-top:-8px;
}
@keyframes ixTourHeroPulse{
    0%,100%{box-shadow:0 16px 44px rgba(188,46,43,.55), 0 0 0 0 rgba(188,46,43,.45)}
    70%{box-shadow:0 16px 44px rgba(188,46,43,.55), 0 0 0 28px rgba(188,46,43,0)}
}


.ix-map-hero{
    background:#fff !important;
}
.ix-map-hero .ix-prop-sec-kicker{color:#BC2E2B}
.ix-map-hero .ix-prop-sec-headline em{color:inherit}
.ix-map-hero-frame{
    position:relative;
    width:100%;
    aspect-ratio:21/9;
    background:#EDEAE2;
    margin-top:14px;
    overflow:hidden;
    border:1px solid #E5E2DA;
}
.ix-map-hero-frame iframe{
    width:100%;height:100%;border:0;display:block;
}
.ix-map-hero-frame img,
.ix-map-hero-frame .ix-map-static-link{
    width:100%;height:100%;display:block;
}
.ix-map-hero-frame img{object-fit:cover;}
.ix-map-hero-frame .ix-map-static-link{position:relative}
.ix-map-hero-frame .ix-map-static-link::after{
    content:"\2197 OpenStreetMap";position:absolute;right:12px;bottom:12px;
    background:rgba(255,255,255,.92);color:#262729;font-size:11px;font-weight:500;
    letter-spacing:.02em;padding:5px 10px;border:1px solid #E5E2DA;
}
.ix-map-hero-meta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    background:#FBF7F2;
    border:1px solid #E5E2DA;
    border-top:0;
    padding:18px 24px;
    flex-wrap:wrap;
}
.ix-map-hero-meta .addr{
    font:600 13px/1.4 'Inter',sans-serif;
    color:#26262A;
    display:flex;
    align-items:center;
    gap:10px;
}
.ix-map-hero-meta .addr svg{width:18px;height:18px;color:#BC2E2B;flex:0 0 18px}
.ix-map-hero-meta .addr .city{font-family:'Cormorant Garamond',serif;font-size:18px;font-weight:600;letter-spacing:.005em}
.ix-map-hero-meta .actions{display:flex;gap:10px;flex-wrap:wrap}
.ix-map-hero-meta .actions a{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:11px 18px;
    font:700 11px/1 'Inter',sans-serif;
    letter-spacing:.16em;
    text-transform:uppercase;
    text-decoration:none;
    color:#26262A;
    background:#fff;
    border:1px solid #E5E2DA;
    transition:all .2s;
}
.ix-map-hero-meta .actions a:hover{border-color:#BC2E2B;color:#BC2E2B}
.ix-map-hero-meta .actions a.primary{background:#BC2E2B;color:#fff;border-color:#BC2E2B}
.ix-map-hero-meta .actions a.primary:hover{background:#9A211F;border-color:#9A211F}

@media (max-width:900px){
    .ix-tour-hero .ix-prop-sec-headline{font-size:30px !important}
    .ix-tour-hero-frame{aspect-ratio:4/3}
    .ix-tour-hero-placeholder .play-icon{width:72px;height:72px}
    .ix-tour-hero-placeholder .play-icon svg{width:32px;height:32px}
    .ix-map-hero-frame{aspect-ratio:1/1}
    .ix-map-hero-meta{flex-direction:column;align-items:flex-start}
}


.ix-lage-enrich{margin-top:20px}
.ix-lage-quiet{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}
.ix-lage-quiet .ixq{display:flex;align-items:center;gap:8px;background:#F7F4EF;border:1px solid #E5E2DA;border-left:2px solid #BC2E2B;padding:8px 13px;font:400 12.5px/1.4 'Inter',sans-serif;color:#4A4A4A}
.ix-lage-quiet .ixq strong{color:#26262A;font-weight:700}
.ix-lage-quiet .ixq-i{font-size:14px;line-height:1}
.ix-lage-iso{position:relative;border:1px solid #E5E2DA;margin-bottom:22px;line-height:0;background:#EDEAE2}
.ix-lage-iso img{width:100%;height:auto;display:block;max-height:320px;object-fit:cover}
.ix-lage-iso-cap{position:absolute;left:0;bottom:0;background:#BC2E2B;color:#fff;font:600 11px/1.2 'Inter',sans-serif;padding:6px 12px}
.ix-lage-block{margin-bottom:18px}
.ix-lage-h{font:700 10px/1 'Inter',sans-serif;letter-spacing:.18em;text-transform:uppercase;color:#BC2E2B;margin-bottom:11px}
.ix-lage-poi{display:grid;grid-template-columns:1fr 1fr;gap:0 28px}
.ix-lage-poi .ixpoi{display:flex;align-items:center;gap:9px;padding:7px 0;border-bottom:1px solid #EFECE5;font:400 13px/1.3 'Inter',sans-serif;color:#26262A}
.ix-lage-poi .ixpoi-i{width:20px;text-align:center;flex:0 0 20px}
.ix-lage-poi .ixpoi-t{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ix-lage-poi .ixpoi-t em{color:inherit;font-style:normal;font-size:11.5px}
.ix-lage-poi .ixpoi-m{font-weight:700;color:#BC2E2B;white-space:nowrap;flex:0 0 auto}
.ix-lage-anchor{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.ix-lage-anchor .ixanc{background:#F7F4EF;border:1px solid #E5E2DA;border-top:2px solid #BC2E2B;padding:11px 9px 12px;text-align:center}
.ix-lage-anchor .ixanc-i{font-size:14px;line-height:1}
.ix-lage-anchor .ixanc-m{display:block;font:800 18px/1.1 'Inter',sans-serif;color:#26262A;margin-top:3px}
.ix-lage-anchor .ixanc-l{display:block;font:700 9.5px/1.25 'Inter',sans-serif;color:#26262A;margin-top:4px}
.ix-lage-src{font:400 10px/1.4 'Inter',sans-serif;color:#9A9A9A;margin-top:8px}
@media (max-width:700px){
    .ix-lage-poi{grid-template-columns:1fr}
    .ix-lage-anchor{grid-template-columns:repeat(2,1fr)}
}

.ix-avail-badge{display:inline-flex;align-items:center;gap:8px;font:700 11px/1 'Inter',sans-serif;letter-spacing:.16em;text-transform:uppercase;padding:8px 14px;border-radius:2px;margin-top:8px}
.ix-avail-badge svg{width:14px;height:14px}



.ix-floor-section.ix-prop-sec-like{max-width:1240px;margin:48px auto 0;padding:0 28px}
.ix-floor-section .ix-prop-sec-kicker{font:700 11px/1 'Inter',sans-serif;letter-spacing:.22em;text-transform:uppercase;color:#BC2E2B;display:inline-flex;align-items:center;gap:10px;margin-bottom:12px}
.ix-floor-section .ix-prop-sec-kicker::before{content:"";width:24px;height:2px;background:#BC2E2B}
.ix-floor-section .ix-prop-sec-headline{font-family:'Cormorant Garamond',Georgia,serif;font-weight:500;font-size:34px;line-height:1.15;color:#1A1D24;margin:0 0 18px;letter-spacing:-.005em}
.ix-floor-section .ix-prop-sec-headline em{font-style:normal;color:inherit;font-weight:500}
.ix-floor-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:18px;margin-top:18px}
.ix-floor-item{position:relative;border:1px solid #E5E2DA;background:#FBF7F2;overflow:hidden;cursor:zoom-in;transition:border-color .2s, transform .25s ease}
.ix-floor-item:hover{border-color:#BC2E2B;transform:translateY(-2px)}
.ix-floor-item img{display:block;width:100%;height:auto;max-height:520px;object-fit:contain;background:#fff;padding:14px}
.ix-floor-item .label{position:absolute;top:14px;left:14px;background:rgba(26,29,36,.9);color:#fff;font:700 10px/1 'Inter',sans-serif;letter-spacing:.18em;text-transform:uppercase;padding:7px 11px;border-radius:2px}


.ix-map-poi{max-width:1240px;margin:0 auto;padding:0 28px}
.ix-poi-wrap{background:#fff;border:1px solid #E5E2DA;border-top:0;padding:22px 28px}
.ix-poi-head{display:flex;align-items:center;gap:12px;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid #E5E2DA}
.ix-poi-head .lbl{font:700 11px/1 'Inter',sans-serif;letter-spacing:.22em;text-transform:uppercase;color:#BC2E2B;display:inline-flex;align-items:center;gap:10px}
.ix-poi-head .lbl::before{content:"";width:20px;height:2px;background:#BC2E2B}
.ix-poi-head .sub{font:500 11.5px/1 'Inter',sans-serif;color:#7A7A7A;margin-left:auto}
.ix-poi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}
.ix-poi-item{display:flex;align-items:center;gap:12px;padding:10px 12px;background:#FBF7F2;border-left:3px solid #BC2E2B;transition:transform .2s, background .2s}
.ix-poi-item:hover{transform:translateY(-1px);background:#fff}
.ix-poi-item .ix-poi-ico{font-size:18px;flex:0 0 24px;text-align:center}
.ix-poi-item .ix-poi-info{flex:1;min-width:0}
.ix-poi-item .ix-poi-cat{font:600 10px/1 'Inter',sans-serif;letter-spacing:.14em;text-transform:uppercase;color:#7A7A7A;margin-bottom:3px}
.ix-poi-item .ix-poi-name{font:600 13px/1.2 'Inter',sans-serif;color:#26262A;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ix-poi-item .ix-poi-dist{font:700 12.5px/1 'Cormorant Garamond',serif;color:#BC2E2B;flex:0 0 auto;margin-left:8px}

@media (max-width:640px){
  .ix-floor-grid{grid-template-columns:1fr;gap:12px}
  .ix-poi-grid{grid-template-columns:repeat(2,1fr);gap:8px}
  .ix-poi-item{padding:8px 10px}
  .ix-poi-item .ix-poi-name{font-size:12px}
}
@media (max-width: 640px){
  
  html body .ix-topbar-social,
  html body .ix-topbar-locs,
  html body .ix-topbar-meta{display:none !important}
  
  html body .ix-topbar-contact a[href^="mailto"]{display:none !important}
  
  html body .ix-topbar-inner{padding:6px 12px !important;gap:10px !important;justify-content:center !important;flex-wrap:wrap}
  html body .ix-topbar{min-height:auto !important}
  html body .ix-topbar-contact{gap:14px !important;font-size:12px !important}
  html body .ix-topbar-wa{font-size:12px !important}
}
@media (max-width: 460px){
  html body .ix-topbar-inner{padding:5px 10px !important;font-size:11px !important}
  html body .ix-topbar-contact a, html body .ix-topbar-wa{font-size:11px !important}
}
@media (max-width: 767px) {
				.rh_wrapper_language_switcher {
					display: none !important;
				}
			}