.view-container{position:relative;overflow:hidden}.showNavbarButton{cursor:pointer;z-index:1000;background:#00000017;justify-content:center;align-items:center;width:30px;height:30px;transition:background .2s,color .2s;display:flex;position:absolute;bottom:10px;right:10px}.showNavbarButton:hover{background-color:#000c}.hideNavbarButton svg{vertical-align:initial;width:100%;margin-top:-2px;transition:transform .2s;transform:scale(1)}.hideNavbarButton svg:hover{transform:scale(1.2)}
.psv-container{--psv-virtual-tour-plugin-loaded:true}.psv-virtual-tour-tooltip h3{margin:0;padding:0;line-height:normal}.psv-virtual-tour-tooltip h3:not(:last-child){margin-bottom:.5em}.psv-virtual-tour-tooltip img{width:200px;margin:0 -1em;display:block}.psv-virtual-tour-tooltip img:first-child{border-radius:4px 4px 0 0}.psv-virtual-tour-tooltip img:last-child{border-radius:0 0 4px 4px}.psv-virtual-tour-tooltip img:not(:last-child){margin-bottom:.5em}.psv-virtual-tour-tooltip p{margin:0;padding:0;line-height:normal}.psv-virtual-tour-link{cursor:pointer;transform-origin:50%}.psv-virtual-tour-arrows{z-index:11;filter:drop-shadow(0 10px 2px #000000b3);pointer-events:none;transition:margin .3s ease-in-out;position:absolute;bottom:0;left:0;overflow:visible!important}.psv-virtual-tour-arrows .psv-virtual-tour-link{transition:opacity .2s linear}.psv-virtual-tour-arrows .psv-virtual-tour-link:hover{opacity:1!important}.psv-virtual-tour-arrow{color:#fffc;background:0 0;border:none;border-radius:50%;width:100%;height:100%;padding:0}.psv-virtual-tour-arrow:hover{animation:1s ease-out forwards psv-virtual-tour-link-button-in}.psv-virtual-tour-loader{width:40px;height:30px;margin:0 40px;display:block;position:relative}.psv-virtual-tour-loader div{background:#fff;width:20%;animation:1.2s cubic-bezier(0,.5,.5,1) infinite psv-virtual-tour-loader;display:inline-block;position:absolute;left:10%}.psv-virtual-tour-loader div:first-child{animation-delay:-.24s;left:10%}.psv-virtual-tour-loader div:nth-child(2){animation-delay:-.12s;left:40%}.psv-virtual-tour-loader div:nth-child(3){animation-delay:0;left:70%}@keyframes psv-virtual-tour-loader{0%{height:80%;top:10%}50%,to{height:40%;top:30%}}@keyframes psv-virtual-tour-link-button-in{0%{box-shadow:0 0 #61aaf200}20%{box-shadow:0 0 0 5px #61aaf2}to{box-shadow:0 0 0 20px #61aaf200}}
.psv-container{--psv-markers-plugin-loaded:true}.psv-markers{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute}.psv-markers-svg-container{z-index:20;width:100%;height:100%;position:absolute;top:0;left:0}.psv-markers-css3d-container{z-index:21;position:absolute}.psv-marker{pointer-events:auto;display:none}.psv-marker--normal{z-index:30;background-repeat:no-repeat;background-size:contain;position:absolute;top:0;left:0;overflow:visible}.psv-marker--css3d{display:block}.psv-marker--transparent{opacity:0;display:block}.psv-marker--visible{display:block}.psv-marker--has-tooltip,.psv-marker--has-content{cursor:pointer}
.psv-container{--psv-gallery-plugin-loaded:true}.psv-gallery{--psv-gallery-breakpoint:500px;z-index:41;cursor:default;background:#3d3d3d80;border-bottom:1px solid #ffffffb3;width:100%;transition:transform .1s ease-in-out;position:absolute;bottom:0;left:0;overflow:hidden;transform:translateY(100%)}.psv--has-navbar .psv-gallery{bottom:40px;transform:translateY(calc(100% + 40px))}.psv-gallery--open{transform:translateY(0)!important}.psv-gallery-container{scrollbar-width:thin;scrollbar-color:#fff9 transparent;align-content:flex-start;padding:15px;display:flex;overflow:auto hidden}.psv-gallery-item{cursor:pointer;border-radius:5px;flex:none;position:relative;overflow:hidden}.psv-gallery-item:not(:last-child){margin-right:15px}.psv-gallery-item-title{box-sizing:border-box;color:#ffffffb3;z-index:2;background:#0009;justify-content:center;align-items:flex-start;width:100%;height:2.2em;padding:.5em;font:16px/1.2em sans-serif;transition:height .2s ease-in-out;display:flex;position:absolute;top:0;left:0}.psv-gallery-item-title span{white-space:nowrap;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;overflow:hidden}.psv-gallery-item-thumb{z-index:1;background-position:50%;background-size:cover;width:100%;height:100%;transition:transform .2s ease-in-out;position:absolute;top:0;left:0;transform:scale(1)}.psv-gallery-item:hover .psv-gallery-item-title{height:100%}.psv-gallery-item:hover .psv-gallery-item-title span{white-space:normal}.psv-gallery-item:hover .psv-gallery-item-thumb{transform:scale(1.2)}.psv-gallery-item:focus-visible{outline:2px solid #007cff}.psv-gallery-item--active:after{content:"";box-sizing:border-box;z-index:3;border:3px solid #fff;width:100%;height:100%;position:absolute;top:0;left:0}.psv-gallery-arrow{z-index:9;cursor:pointer;justify-content:center;align-items:center;padding:15px;transition:opacity .3s ease-in-out;display:flex;position:absolute}.psv-gallery-arrow svg{color:#fff9;filter:drop-shadow(5px 5px 2px #000);transition:translate .3s ease-in-out}.psv-gallery-arrow--left,.psv-gallery-arrow--right{top:0;bottom:0}.psv-gallery-arrow--left svg,.psv-gallery-arrow--right svg{height:60%;max-height:60px}.psv-gallery-arrow--left{background:linear-gradient(270deg,#0000 0%,#0009 50%);left:0}.psv-gallery-arrow--left svg{scale:-1 1}.psv-gallery-arrow--left:hover svg{translate:-10px}.psv-gallery-arrow--right{background:linear-gradient(90deg,#0000 0%,#0009 50%);right:0}.psv-gallery-arrow--right:hover svg{translate:10px}.psv-gallery-arrow--top,.psv-gallery-arrow--bottom{padding:0;left:0;right:0}.psv-gallery-arrow--top svg,.psv-gallery-arrow--bottom svg{height:60px}.psv-gallery-arrow--top{background:linear-gradient(#0009 50%,#0000 100%);top:0}.psv-gallery-arrow--top svg{rotate:-90deg;scale:1 1.2}.psv-gallery-arrow--top:hover svg{translate:0 -10px}.psv-gallery-arrow--bottom{background:linear-gradient(#0000 0%,#0009 50%);bottom:0}.psv-gallery-arrow--bottom svg{rotate:-90deg;scale:-1 1.2}.psv-gallery-arrow--bottom:hover svg{translate:0 10px}@container psv-container (max-width:500px){.psv-gallery{top:0}.psv-gallery-container{flex-wrap:wrap;height:calc(100% - 32px);margin-top:32px;padding:0 0 0 15px;overflow:hidden auto}.psv-gallery-item{margin-bottom:15px;width:calc(50% - 15px)!important}.psv-gallery .psv-panel-close-button{z-index:10;display:block}}
