.block-hotspot{--hs_buttonRadius:24px;--hs_buttonMargin:6px}.block-hotspot .hotspot-container{position:relative;width:-moz-fit-content;width:fit-content}.block-hotspot .hotspot-container .hotspot-circle{border-radius:50px;cursor:pointer;height:var(--hs_buttonRadius);transition:all .3s ease;width:var(--hs_buttonRadius)}.block-hotspot .hotspot-container .hotspot-circle.skin_1{background-color:var(--primary)}.block-hotspot .hotspot-container .hotspot-circle.skin_1:after,.block-hotspot .hotspot-container .hotspot-circle.skin_1:before{background:#fff;content:"";cursor:pointer;display:block;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.block-hotspot .hotspot-container .hotspot-circle.skin_1:before{height:2px;width:40%}.block-hotspot .hotspot-container .hotspot-circle.skin_1:after{height:40%;width:2px}.block-hotspot .hotspot-container .hotspot-circle.skin_1.open{transform:rotate(45deg)}.block-hotspot .hotspot-container .hotspot-circle.skin_2{background-color:var(--secondary)}.block-hotspot .hotspot-container .hotspot-circle.skin_2:after,.block-hotspot .hotspot-container .hotspot-circle.skin_2:before{background:#fff;content:"";cursor:pointer;display:block;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.block-hotspot .hotspot-container .hotspot-circle.skin_2:before{height:2px;width:40%}.block-hotspot .hotspot-container .hotspot-circle.skin_2:after{height:40%;width:2px}.block-hotspot .hotspot-container .hotspot-circle.skin_2.open{transform:rotate(45deg)}.block-hotspot .hotspot-container .hotspot-circle span{display:none}.block-hotspot .hotspot-container .hotspot-box{box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2);display:none;position:absolute;width:250px;z-index:2}@media (max-width:991px){.block-hotspot .hotspot-container .hotspot-box{left:15px;right:15px;top:15px;width:calc(100% - 30px)}}.block-hotspot .hotspot-container .hotspot-box .hotspot-body{background:#fff;display:grid;font-size:90%;gap:10px;padding:12px}.block-hotspot .hotspot-container .hotspot-box .hotspot-body h3{color:var(--dark);font-size:20px;margin:0;padding:0;text-transform:uppercase}.block-hotspot .hotspot-container .hotspot-box .hotspot-body .btn{margin-top:10px}.block-hotspot .hotspot-container .hotspot-box.top-left{left:calc(var(--hs_buttonRadius) + var(--hs_buttonMargin));top:calc(var(--hs_buttonRadius)/2)}.block-hotspot .hotspot-container .hotspot-box.top-right{right:calc(var(--hs_buttonRadius) + var(--hs_buttonMargin));top:calc(var(--hs_buttonRadius)/2)}.block-hotspot .hotspot-container .hotspot-box.bottom-right{bottom:calc(var(--hs_buttonRadius)/2);right:calc(var(--hs_buttonRadius) + var(--hs_buttonMargin));top:auto}.block-hotspot .hotspot-container .hotspot-box.bottom-left{bottom:calc(var(--hs_buttonRadius)/2);left:calc(var(--hs_buttonRadius) + var(--hs_buttonMargin));top:auto}.block-hotspot .hotspot-container .hotspot-box .object-fit-cover{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}