.hot-spot{position:absolute;top:calc(var(--focal-point-desktop-y));left:calc(var(--focal-point-desktop-x));z-index:1;-webkit-transform:translate(calc(var(--focal-point-desktop-x) * -1), calc(var(--focal-point-desktop-y) * -1));transform:translate(calc(var(--focal-point-desktop-x) * -1), calc(var(--focal-point-desktop-y) * -1));height:2.5rem;width:2.5rem}.hot-spot::before{border-radius:50%;border:.25rem solid #fff;content:"";cursor:pointer;position:absolute;top:.5rem;left:.5rem;width:1.5rem;height:1.5rem;z-index:2}.hot-spot::after{-webkit-animation:pulse 2s infinite;animation:pulse 2s infinite;border-radius:50%;border:.0625rem solid #fff;content:"";height:1.5rem;left:.5rem;position:absolute;top:.5rem;width:1.5rem;z-index:1}.hot-spot:focus{z-index:2}.hot-spot:focus::after{display:none}@media(max-width: 767.98px){.hot-spot{left:calc(var(--focal-point-mobile-x));top:calc(var(--focal-point-mobile-y));-webkit-transform:translate(calc(var(--focal-point-mobile-x) * -1), calc(var(--focal-point-mobile-y) * -1));transform:translate(calc(var(--focal-point-mobile-x) * -1), calc(var(--focal-point-mobile-y) * -1))}}.hot-spot__flyout-desktop,.hot-spot__flyout-mobile{background-color:#fff;-webkit-box-shadow:0 .9375rem 1.5625rem 0 rgba(0,0,0,.16);box-shadow:0 .9375rem 1.5625rem 0 rgba(0,0,0,.16);display:none;padding:1rem;position:absolute;top:-0.25rem;width:10.5rem;z-index:4}.hot-spot__flyout-desktop-desktop,.hot-spot__flyout-desktop-mobile,.hot-spot__flyout-mobile-desktop,.hot-spot__flyout-mobile-mobile{display:none}.hot-spot__flyout-desktop--wide,.hot-spot__flyout-mobile--wide{width:16.25rem}@media(min-width: 768px){.hot-spot:focus .hot-spot__flyout-desktop{display:block}}@media(max-width: 767.98px){.hot-spot:focus .hot-spot__flyout-mobile{display:block}}.hot-spot__flyout-image{aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;width:100%}.hot-spot__flyout-description{font-size:.75rem;margin:.625rem 0 0}.hot-spot__flyout-title{font-size:1rem;font-weight:500;line-height:1.5;margin-bottom:.625rem}.hot-spot__flyout-content{font-size:.75rem;line-height:1.25}.hot-spot__flyout-content p{border-bottom:.0625rem solid #ccc;padding-bottom:.625rem;margin-top:.625rem;margin-bottom:.625rem}.hot-spot__flyout-content p:last-child{border-bottom:0;padding-bottom:0rem;margin-bottom:0rem}@-webkit-keyframes pulse{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(2.2);transform:scale(2.2)}}@keyframes pulse{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(2.2);transform:scale(2.2)}}
