.icms-image-hotspot{position:relative;display:block;width:100%;font-family:inherit}
.icms-image-hotspot__stage{position:relative;display:block;width:100%;overflow:visible}
.icms-image-hotspot__image{display:block;width:100%;height:auto;border-radius:var(--icms-hotspot-image-radius,18px)}
.icms-image-hotspot__point{position:absolute;left:var(--icms-hotspot-x,50%);top:var(--icms-hotspot-y,50%);display:block;width:var(--icms-hotspot-marker-size,38px);height:var(--icms-hotspot-marker-size,38px);margin:0;padding:0;border:0;background:transparent;transform:translate(-50%,-50%);z-index:2;overflow:visible;box-sizing:border-box}
.icms-image-hotspot__point>summary{list-style:none;display:grid;place-items:center;width:var(--icms-hotspot-marker-size,38px);height:var(--icms-hotspot-marker-size,38px);padding:0;border:var(--icms-hotspot-marker-border-width,3px) solid var(--icms-hotspot-marker-border,#fff);border-radius:999px;background:var(--icms-hotspot-marker-bg,#4f46e5);color:var(--icms-hotspot-marker-color,#fff);font:800 13px/1 inherit;cursor:pointer;box-shadow:0 8px 22px rgba(15,23,42,.22);transition:transform .16s ease,box-shadow .16s ease}
.icms-image-hotspot__point>summary::-webkit-details-marker{display:none}
.icms-image-hotspot__point>summary:hover,.icms-image-hotspot__point>summary:focus-visible,.icms-image-hotspot__point[open]>summary{transform:scale(1.08);box-shadow:0 10px 26px rgba(15,23,42,.3);outline:none}
.icms-image-hotspot .icms-image-hotspot__point>.icms-image-hotspot__popover{position:absolute!important;left:50%!important;right:auto!important;top:auto!important;bottom:calc(100% + 12px)!important;display:block;width:min(var(--icms-hotspot-popover-width,260px),calc(100vw - 32px))!important;min-width:min(220px,calc(100vw - 32px))!important;max-width:none!important;height:auto!important;min-height:0!important;max-height:min(60vh,420px)!important;box-sizing:border-box!important;transform:translateX(-50%)!important;padding:16px!important;border:1px solid rgba(148,163,184,.35)!important;border-radius:14px!important;background:var(--icms-hotspot-popover-bg,#fff)!important;color:var(--icms-hotspot-popover-color,#0f172a)!important;box-shadow:0 18px 45px rgba(15,23,42,.18)!important;text-align:left!important;white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important;writing-mode:horizontal-tb!important;overflow:auto!important;z-index:5!important}
.icms-image-hotspot__popover strong{display:block;margin:0 0 6px;font-size:15px;line-height:1.25}
.icms-image-hotspot__popover p{margin:0;font-size:13px;line-height:1.55;color:inherit}
.icms-image-hotspot__popover a{display:inline-flex;margin-top:10px;color:var(--icms-hotspot-link-color,#4f46e5);font-size:13px;font-weight:800;text-decoration:none}
.icms-image-hotspot__popover a:hover{text-decoration:underline}
.icms-image-hotspot .icms-image-hotspot__point:not([open])>.icms-image-hotspot__popover{display:none!important}
@media(max-width:640px){.icms-image-hotspot .icms-image-hotspot__point>.icms-image-hotspot__popover{position:fixed!important;inset:auto 16px 16px 16px!important;width:auto!important;min-width:0!important;max-width:none!important;max-height:calc(100vh - 32px)!important;transform:none!important;z-index:9999!important}}
@media(prefers-reduced-motion:reduce){.icms-image-hotspot__point>summary{transition:none}}
