.hotspot{position:absolute;z-index:200}.hotspot__hotspot{border:none;position:relative;z-index:200;display:inline-flex!important;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:50%;padding:.25rem;background:#00d258}.hotspot__hotspot:hover{background-color:#fff}.hotspot__pulse{width:1.5rem;height:1.5rem;background:#00d258;border-radius:50%;box-shadow:0 0 #00d258;animation:pulse-primary 2s infinite}.hotspot__pulse:hover{animation:unset}.hotspot__content{z-index:400;visibility:hidden;position:absolute;width:calc(100% - 2rem)}@media only screen and (max-width:48rem){.hotspot__content{top:0!important;left:0!important}}@media only screen and (min-width:48rem){.hotspot__content{width:360px}}.hotspot__content.show{display:block!important;visibility:unset}.hotspot button{cursor:pointer}@keyframes pulse-primary{0%{box-shadow:0 0 #00d258b3}70%{box-shadow:0 0 0 10px #00d25800}to{box-shadow:0 0 #00d25800}}.hotspot-card--left .hotspot-card-wrapper{padding-right:8px}.hotspot-card--right .hotspot-card-wrapper{padding-left:8px}.hotspot-card{margin:1rem;background:#fff;color:#000;border:1px solid rgb(255,255,255);position:relative;z-index:30;padding:1.5rem;border-radius:.5rem;width:100%}@media only screen and (min-width:48rem){.hotspot-card{margin:0;border-bottom-left-radius:0}}.hotspot-card__heading{display:flex;justify-content:space-between;flex-direction:column;gap:.5rem}.hotspot-card__image{width:2.5rem;height:2.5rem;margin-bottom:.25rem}.hotspot-card__title{margin-bottom:.5rem}.hotspot-card__close{position:absolute;right:1rem;top:1rem;display:none}@media screen and not (hover:hover){.hotspot-card__close{display:block}}.hotspot-card__close button{cursor:pointer}.hotspot-card__close button:hover,.hotspot-card__close button:active{background-color:#777}
