.acrelis-booking-hotspot{position:relative;overflow:hidden;border-radius:24px;background:#fff}.acrelis-booking-hotspot__img{display:block;width:100%;height:100%;object-fit:cover}.acrelis-booking-hotspot__svg{position:absolute;inset:0;width:100%;height:100%}.acrelis-booking-hotspot__polygon{cursor:pointer;fill:hsla(0,0%,100%,0);stroke:hsla(0,0%,100%,0);stroke-width:2;transition:fill .15s,stroke .15s}.acrelis-booking-hotspot__polygon.is-hovered,.acrelis-booking-hotspot__polygon:hover{fill:hsla(0,0%,100%,.24);stroke:hsla(0,0%,100%,.9)}.acrelis-booking-hotspot__labels{position:absolute;inset:0;pointer-events:none}.acrelis-booking-hotspot__label{position:absolute;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;text-align:center}.acrelis-booking-hotspot--fit{width:min(100%,calc((100vh - 120px) * var(--hotspot-w) / var(--hotspot-h)));max-height:calc(100vh - 120px)}@media (max-width:1024px){.acrelis-booking-hotspot--fit{max-height:calc(100vh - 110px);width:min(100%,calc((100vh - 110px) * var(--hotspot-w) / var(--hotspot-h)))}}@media (max-width:767px){.acrelis-booking-hotspot--fit{max-height:calc(100vh - 100px);width:min(100%,calc((100vh - 100px) * var(--hotspot-w) / var(--hotspot-h)));border-radius:16px}}.acrelis-booking-hotspot--fill{width:100%;height:100%;border-radius:0}.acrelis-booking-hotspot--fill .acrelis-booking-hotspot__svg{z-index:2;pointer-events:none}.acrelis-booking-hotspot--fill .acrelis-booking-hotspot__polygon{pointer-events:auto}.acrelis-booking-hotspot--fill .acrelis-booking-hotspot__label{z-index:3}@keyframes acrelis-hotspot-polygon-intro{0%,to{fill:transparent}40%,60%{fill:hsla(0,0%,100%,.24)}}.acrelis-booking-hotspot.is-intro-wave .acrelis-booking-hotspot__polygon{transition:none;animation:acrelis-hotspot-polygon-intro .4s ease-in-out both;animation-delay:calc(var(--intro-i, 0) * 70ms)}.acrelis-booking-hotspot.is-intro-wave .acrelis-booking-hotspot__polygon.is-hovered,.acrelis-booking-hotspot.is-intro-wave .acrelis-booking-hotspot__polygon:hover{animation:none;fill:hsla(0,0%,100%,.24)}.acrelis-booking-hotspot--labels-glass .acrelis-booking-hotspot__label{gap:4px;padding:8px 12px;border-radius:12px;background:rgba(0,0,0,.55);color:#fff;transition:background .15s,transform .15s}.acrelis-booking-hotspot--labels-glass .acrelis-booking-hotspot__label.is-hovered{background:rgba(0,0,0,.72);transform:translate(-50%,-50%) scale(1.04)}.acrelis-booking-hotspot--labels-glass .acrelis-booking-hotspot__label-eyebrow{font-size:10px;font-weight:500;line-height:1.2;opacity:.8}.acrelis-booking-hotspot--labels-glass .acrelis-booking-hotspot__label-title{font-size:14px;font-weight:600;line-height:1.2}.acrelis-booking-hotspot--labels-glass .acrelis-booking-hotspot__label-meta{font-size:12px;line-height:1.2;opacity:.9}.acrelis-booking-hotspot--labels-glass .acrelis-booking-hotspot__label:has(.acrelis-booking-hotspot__label-eyebrow){gap:2px;padding:6px 10px;border-radius:10px}.acrelis-booking-hotspot--labels-glass .acrelis-booking-hotspot__label:has(.acrelis-booking-hotspot__label-eyebrow) .acrelis-booking-hotspot__label-title{font-size:12px}.acrelis-booking-hotspot--labels-glass .acrelis-booking-hotspot__label:has(.acrelis-booking-hotspot__label-eyebrow) .acrelis-booking-hotspot__label-meta{font-size:11px}.acrelis-booking-hotspot--labels-pill .acrelis-booking-hotspot__label{gap:2px;padding:6px 12px;border-radius:999px;background:hsla(0,0%,100%,.92);color:var(--text,#1a1a1a);transition:padding .15s ease,border-radius .15s ease,box-shadow .15s ease}.acrelis-booking-hotspot--labels-pill .acrelis-booking-hotspot__label.is-hovered{padding:10px 16px;border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.16)}.acrelis-booking-hotspot--labels-pill .acrelis-booking-hotspot__label-title{font-size:clamp(12px,1.4vw,15px);font-weight:600;line-height:1.2;white-space:nowrap}.acrelis-booking-hotspot--labels-pill .acrelis-booking-hotspot__label-meta{font-size:clamp(12px,1.3vw,14px);font-weight:500;line-height:1.2;opacity:.72;white-space:nowrap}