gwd-3d-model-viewer {
    display: block;
    position: relative;
}
gwd-3d-model-viewer > model-viewer {
    width: 100%;
    height: 100%;
}
gwd-3d-model-viewer .gesture-cue-container {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}
gwd-3d-model-viewer .gesture-cue-icon {
    position: absolute;
    height: 50px;
    min-width: 108px;
    left: 50%;
    top: 50%;
    transform: translate(-50px, -50px);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    animation: 2s ease-in-out 300ms 14.5 alternate forwards running gwd-3d-model-side-to-side, 900ms linear 300ms 1 normal forwards running gwd-3d-model-fade-in;
    transition: transform 2s ease 0s !important;
}
gwd-3d-model-viewer .gesture-cue-text {
    position: relative;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: Arial;
    text-shadow: rgb(102, 102, 102) 0px 0px 4px;
    top: 50%;
}
@keyframes gwd-3d-model-side-to-side {
    0% {
        transform: translate(-75%, -50px);
    }
    100% {
        transform: translate(-25%, -50px);
    }
}
@keyframes gwd-3d-model-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
gwd-3d-hotspot-container {
    display: none;
}
gwd-3d-model-viewer > model-viewer .hotspot {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0);
    background-color: rgba(219, 219, 219, 0.2);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
gwd-3d-model-viewer > model-viewer .hotspot.selected {
    border: 3px solid rgba(255, 255, 255, 0);
    background-color: rgba(219, 219, 219, 0.4);
    opacity: 1;
}
@font-face {
  font-family: FutBold;
  src: url(https://cdn.glitch.com/7a64537a-374c-44ad-98f1-3f6ccc1debff%2FFuturaMaxiW05-Bold.woff?v=1628210492265);
}
@font-face {
  font-family: FutLight;
  src: url(https://cdn.glitch.com/7a64537a-374c-44ad-98f1-3f6ccc1debff%2FFuturaMaxiW05-Light.woff?v=1628210656376);
}
gwd-3d-model-viewer > model-viewer .hotspot-annotation {
    position: relative;
    width: 180px;
    height: auto;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid black;
    padding: 10px;
    border-radius: 10px;
    pointer-events: none;
    left: 15px;
    top: 15px;
    visibility: hidden;
    font-family: Arial;
    font-size: 15px;
  z-index: -1;
  font-family: FutLight;
}
gwd-3d-model-viewer > model-viewer .hotspot-annotation h3 {
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 14px;
}
gwd-3d-model-viewer > model-viewer .hotspot.selected:not([info-card-hidden]) .hotspot-annotation {
    visibility: visible;
}
 


h2 {
  text-align: left;
  color: #00269a;
  font-family: FutBold;
  font-size: 1em;
  padding-bottom: 10px;
  line-height: 16px;
}


model-viewer.hotspot {
    width: 40px;
    height: 40px;
}