.image-hotspots .main-image{display:inline-flex;position:relative}.hotspot-container{align-items:center;display:flex;height:var(--anchor-width);justify-content:center;position:absolute;width:var(--anchor-width)}.hotspot-popover{position:absolute;text-align:center;top:50%;transform:translateY(-35%);width:var(--popover-width);-webkit-font-smoothing:antialiased;background-color:#fff;display:none;opacity:0;visibility:hidden;z-index:9999}.hotspot-popover.visible{opacity:1;visibility:visible}.hotspot-popover.visible .hotspot-content{opacity:1}.hotspot-popover--right{left:var(--popover-gutter);margin-left:var(--anchor-width)}.hotspot-popover--left{margin-right:var(--anchor-width);right:var(--popover-gutter)}.hotspot-popover--bottom{left:50%;margin-top:var(--popover-gutter);top:100%;transform:translate(-50%)}.hotspot-popover--bottom-justify{left:auto;margin-left:var(--popover-bottom-offset);margin-right:var(--popover-bottom-offset);right:auto;transform:translate(0)}.hotspot-popover .arrow{background-color:#fff;position:absolute;transform:translate(0);transition:all .3s}.hotspot-popover--right .arrow{height:1px;left:0;top:35%;width:var(--popover-gutter)}.hotspot-popover--left .arrow{height:1px;right:0;top:35%;width:var(--popover-gutter)}.hotspot-popover--bottom .arrow{height:var(--popover-gutter);left:50%;top:0;width:1px}.hotspot-popover--bottom-justify .arrow{left:auto;margin-left:var(--popover-bottom-arrow-offset);margin-right:var(--popover-bottom-arrow-offset);right:auto}.hotspot-popover--right.visible .arrow{transform:translateX(-100%)}.hotspot-popover--left.visible .arrow{transform:translateX(100%)}.hotspot-popover--bottom.visible .arrow{transform:translateY(-100%)}.hotspot-container .hotspot{align-items:center;background-color:#fff;border-radius:50%;box-sizing:border-box;color:#fff;display:inline-flex;height:var(--anchor-width);justify-content:center;padding:10px;width:var(--anchor-width);-webkit-font-smoothing:antialiased;cursor:pointer;opacity:0;position:absolute;text-indent:-9999em;text-overflow:ellipsis;transform:scale(1);transition:transform .3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.hotspot .icon{border-radius:50%}.hotspot .icon,.hotspot:after,.hotspot:before{transition:transform .3s cubic-bezier(.2,.5,.34,1)}.hotspot:after,.hotspot:before{border:1px solid #fff;border-radius:50%;content:"";position:absolute}.hotspot:before{bottom:-4px;left:-4px;right:-4px;top:-4px}.hotspot:after{bottom:var(--anchor-circle-offset);left:var(--anchor-circle-offset);right:var(--anchor-circle-offset);top:var(--anchor-circle-offset)}.hotspot .icon{background-position:50%;background-repeat:no-repeat;background-size:100%;height:var(--anchor-icon-width);width:var(--anchor-icon-width)}.hotspot.is-visible{opacity:1}.hotspot.is-active:before{transform:scale(1.15)}.hotspot.is-active .icon{transform:rotate(135deg)}.hotspot-container .hotspot-content{background-color:#fff;border:1px solid #dcdcdc;margin:auto;max-height:680px;opacity:0;padding:20px;position:relative;transition:opacity .6s}.hotspot-image{display:flex;margin-bottom:1.25rem;max-height:334px;width:100%}.hotspot-content h2,.hotspot-content h3,.hotspot-content h4{margin-bottom:.5rem;text-align:left;text-transform:uppercase}.hotspot-content p{text-align:left}@media (max-width:767px){.hotspot-container .hotspot{pointer-events:none;transform:scale(0)}.hotspot-container.animated .hotspot{transform:scale(1)}.image-hotspots__slider{margin-bottom:70px;margin-left:-20px;margin-right:-20px;padding-left:50px;padding-right:50px}.hotspot-content{padding-top:20px}}@media (min-width:768px){.hotspot-container .hotspot.is-active,.hotspot-container:hover .hotspot{transform:scale(1.35)}}@media (min-width:1024px){.hotspot-content{padding:30px}}