@import"https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;700&display=swap";body{margin:0;padding:0}#videoContainer{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;opacity:0;transition:.3s ease}#videoContainer #overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;pointer-events:none;opacity:1;z-index:9;transition:1s ease-in-out}#videoContainer #overlay.hide{opacity:0}#videoContainer.show{z-index:99;opacity:1}#videoContainer video{width:100%;height:100%;object-fit:cover;opacity:0;z-index:1;transition:.5s ease-in-out}#videoContainer video.show{opacity:1}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;-ms-text-size-adjust:none;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;-webkit-user-drag:none;-webkit-touch-callout:none;-ms-content-zooming:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}html,body{width:100%;height:100%;padding:0;margin:0;overflow:hidden;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;background-color:#000;color:#fff}a,a:hover,a:active,a:visited{text-decoration:none;color:inherit}#pano{position:fixed;top:0;left:0;width:100%;height:100vh;overflow:hidden;pointer-events:none;opacity:0;z-index:-1;transition:.3s ease-in-out}#pano.show{opacity:1;pointer-events:all;z-index:9}.mobile #titleBar{height:50px;right:50px}body.fullscreen-enabled #titleBar{right:80px}body.fullscreen-enabled.mobile #titleBar{right:100px}#titleBar .sceneName{width:100%;height:100%;line-height:30px;padding:5px;background-color:#3a4454;background-color:#3a4454cc;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-moz-user-select:text;-webkit-user-select:text;-ms-user-select:text;user-select:text}.mobile #titleBar .sceneName{line-height:25px}#fullscreenToggle{position:absolute;right:0;width:40px;height:40px;padding:0;background:transparent}body.fullscreen-enabled #fullscreenToggle{display:block}#fullscreenToggle .icon{position:absolute;top:5px;right:5px;width:30px;height:30px}#fullscreenToggle .icon.on{display:none}#fullscreenToggle .icon.off,#fullscreenToggle.enabled .icon.on{display:block}#fullscreenToggle.enabled .icon.off{display:none}#autorotateToggle .icon{position:absolute;top:5px;right:5px;width:30px;height:30px}#autorotateToggle .icon.on{display:none}#autorotateToggle .icon.off,#autorotateToggle.enabled .icon.on{display:block}#autorotateToggle.enabled .icon.off{display:none}#sceneListToggle{position:absolute;top:0;left:0;width:40px;height:40px;padding:5px;background-color:#677383;background-color:#677383cc}.mobile #sceneListToggle{width:50px;height:50px}#sceneListToggle .text{position:absolute;top:5px;left:15px;width:100%;line-height:30px}#sceneListToggle .icon{position:absolute;top:5px;right:5px;width:30px;height:30px}.mobile #sceneListToggle .icon{top:10px;right:10px}#sceneListToggle .icon.on{display:none}#sceneListToggle .icon.off,#sceneListToggle.enabled .icon.on{display:block}#sceneListToggle.enabled .icon.off{display:none}#sceneList{position:absolute;top:0;left:-220px;padding-top:40px;width:220px;max-height:100%;overflow-x:hidden;overflow-y:auto;margin-left:0;-webkit-transition:margin-left .5s ease-in-out;transition:margin-left .5s ease-in-out}.mobile #sceneList{padding-top:50px}#sceneList .scenes{width:100%;background-color:#3a4454;background-color:#3a4454cc}.mobile #sceneList{width:100%;height:100%;left:-100%}.mobile #sceneList.enabled{margin-left:100%}.mobile #sceneList .scenes{height:100%}#sceneList.enabled{margin-left:220px}#sceneList .scene{display:block;width:100%;height:30px}.mobile #sceneList .scene{height:40px}#sceneList .scene .text{width:100%;height:100%;padding:0 15px;line-height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile #sceneList .scene .text{line-height:40px}.no-touch #sceneList .scene:hover,#sceneList .scene.current{background-color:#677383;background-color:#677383cc}body.single-scene #sceneList,body.single-scene #sceneListToggle{display:none}.link-hotspot{width:60px;height:60px;margin-left:-30px;margin-top:-30px;opacity:.9;-webkit-transition:opacity .2s;transition:opacity .2s}.no-touch .link-hotspot:hover{opacity:1}.mobile .link-hotspot{width:70px;height:70px}.link-hotspot-icon{width:100%;height:100%;cursor:pointer}.mobile .link-hotspot{top:19px}.no-touch .link-hotspot:hover .link-hotspot-tooltip{opacity:1;-ms-transform:translateX(0);-webkit-transform:translateX(0);transform:translate(0)}.link-hotspot-tooltip{pointer-events:none}.no-touch .link-hotspot:hover .link-hotspot-tooltip{pointer-events:all}.tooltip-fallback .link-hotspot-tooltip{display:none}.no-touch .tooltip-fallback .link-hotspot:hover .link-hotspot-tooltip{display:block}.info-hotspot{line-height:1.2em;opacity:.9;-webkit-transition:opacity .2s .2s;transition:opacity .2s .2s}.no-touch .info-hotspot:hover{opacity:1;-webkit-transition:opacity .2s;transition:opacity .2s}.info-hotspot.visible{opacity:1}.info-hotspot .info-hotspot-header{width:60px;height:60px;border-radius:20px;background-color:transparent;cursor:pointer;-webkit-transition:width .3s ease-in-out .5s,border-radius .3s ease-in-out .5s;transition:width .3s ease-in-out .5s,border-radius .3s ease-in-out .5s}.mobile .info-hotspot .info-hotspot-header{width:50px;height:50px;border-radius:25px}.desktop.no-touch .info-hotspot .info-hotspot-header:hover{width:260px;border-radius:5px;-webkit-transition:width .3s ease-in-out,border-radius .3s ease-in-out;transition:width .3s ease-in-out,border-radius .3s ease-in-out}.desktop .info-hotspot.visible .info-hotspot-header,.desktop.no-touch .info-hotspot.visible .info-hotspot-header:hover{width:260px;border-radius:5px 0 0;-webkit-transition:width .3s ease-in-out,border-radius .3s ease-in-out;transition:width .3s ease-in-out,border-radius .3s ease-in-out}.info-hotspot .info-hotspot-icon-wrapper{width:60px;height:60px}.mobile .info-hotspot .info-hotspot-icon-wrapper{width:50px;height:50px}.info-hotspot .info-hotspot-icon{width:90%;height:90%;margin:5%}.info-hotspot .info-hotspot-title-wrapper{position:absolute;left:40px;top:0;width:0;height:40px;padding:0;overflow:hidden;-webkit-transition:width 0s .4s,padding 0s .4s;transition:width 0s .4s,padding 0s .4s}.desktop .info-hotspot.visible .info-hotspot-title-wrapper,.desktop.no-touch .info-hotspot .info-hotspot-header:hover .info-hotspot-title-wrapper{width:220px;padding:0 5px;-webkit-transition:width 0s .4s,padding 0s .4s;transition:width 0s .4s,padding 0s .4s}.info-hotspot .info-hotspot-title-wrapper:before{content:"";display:inline-block;vertical-align:middle;height:100%}.info-hotspot .info-hotspot-title{display:inline-block;vertical-align:middle;-moz-user-select:text;-webkit-user-select:text;-ms-user-select:text;user-select:text}.info-hotspot .info-hotspot-close-wrapper{position:absolute;left:260px;top:0;height:40px;width:40px;border-top-right-radius:5px;background-color:#4e5868;visibility:hidden;-ms-transform:perspective(200px) rotateY(90deg);-webkit-transform:perspective(200px) rotateY(90deg);transform:perspective(200px) rotateY(90deg);-ms-transform-origin:0 50% 0;-webkit-transform-origin:0 50% 0;transform-origin:0 50% 0;-webkit-transition:-ms-transform .3s .3s,-webkit-transform .3s .3s,transform .3s .3s,visibility 0s .6s;transition:-ms-transform .3s .3s,-webkit-transform .3s .3s,transform .3s .3s,visibility 0s .6s}.desktop .info-hotspot.visible .info-hotspot-close-wrapper{visibility:visible;-ms-transform:perspective(200px) rotateY(0deg);-webkit-transform:perspective(200px) rotateY(0deg);transform:perspective(200px) rotateY(0);-webkit-transition:-ms-transform .3s,-webkit-transform .3s,transform .3s,visibility 0s 0s;transition:-ms-transform .3s,-webkit-transform .3s,transform .3s,visibility 0s 0s}.info-hotspot .info-hotspot-close-icon{width:70%;height:70%;margin:15%}.info-hotspot .info-hotspot-text{position:absolute;width:300px;height:auto;max-height:200px;top:40px;left:0;padding:10px;background-color:#3a4454;border-bottom-right-radius:5px;border-bottom-left-radius:5px;overflow-y:auto;visibility:hidden;-ms-transform:perspective(200px) rotateX(-89.999deg);-webkit-transform:perspective(200px) rotateX(-89.999deg);transform:perspective(200px) rotateX(-89.999deg);-ms-transform-origin:50% 0 0;-webkit-transform-origin:50% 0 0;transform-origin:50% 0 0;-webkit-transition:-ms-transform .3s,-webkit-transform .3s,transform .3s,visibility 0s .3s;transition:-ms-transform .3s,-webkit-transform .3s,transform .3s,visibility 0s .3s;-moz-user-select:text;-webkit-user-select:text;-ms-user-select:text;user-select:text}.desktop .info-hotspot.visible .info-hotspot-text{visibility:visible;-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);-webkit-transition:-ms-transform .3s .3s,-webkit-transform .3s .3s,transform .3s .3s,visibility 0s 0s;transition:-ms-transform .3s .3s,-webkit-transform .3s .3s,transform .3s .3s,visibility 0s 0s}.desktop .info-hotspot-modal{display:none}.info-hotspot-modal{top:0;left:0;position:absolute;width:100%;height:100%;overflow:hidden;z-index:11000!important;background-color:#00000080;line-height:1.2em;opacity:0;visibility:hidden;-webkit-transition:opacity .2s ease-in-out .5s,visibility 0s .7s;transition:opacity .2s ease-in-out .5s,visibility 0s .7s}.info-hotspot-modal.visible{opacity:1;visibility:visible;-webkit-transition:opacity .2s ease-in-out,visibility 0s 0s;transition:opacity .2s ease-in-out,visibility 0s 0s}.info-hotspot-modal .info-hotspot-header{position:absolute;top:60px;left:10px;right:10px;width:auto;height:50px;background-color:#677383;background-color:#677383cc;opacity:0;-webkit-transition:opacity .3s ease-in-out .2s;transition:opacity .3s ease-in-out .2s}.info-hotspot-modal.visible .info-hotspot-header{opacity:1;-webkit-transition:opacity .3s ease-in-out .2s;transition:opacity .3s ease-in-out .2s}.info-hotspot-modal .info-hotspot-icon-wrapper{width:50px;height:50px}.info-hotspot-modal .info-hotspot-icon{width:90%;height:90%;margin:5%}.info-hotspot-modal .info-hotspot-title-wrapper{position:absolute;top:0;left:50px;right:50px;width:auto;height:50px;padding:0 10px}.info-hotspot-modal .info-hotspot-title-wrapper:before{content:"";display:inline-block;vertical-align:middle;height:100%}.info-hotspot-modal .info-hotspot-title{display:inline-block;vertical-align:middle;-moz-user-select:text;-webkit-user-select:text;-ms-user-select:text;user-select:text}.info-hotspot-modal .info-hotspot-close-wrapper{position:absolute;top:0;right:0;width:50px;height:50px;background-color:#4e5868;background-color:#4e5868cc;cursor:pointer}.info-hotspot-modal .info-hotspot-close-icon{width:70%;height:70%;margin:15%}.info-hotspot-modal .info-hotspot-text{position:absolute;top:110px;bottom:10px;left:10px;right:10px;padding:10px;background-color:#3a4454;background-color:#3a4454cc;overflow-y:auto;opacity:0;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;-moz-user-select:text;-webkit-user-select:text;-ms-user-select:text;user-select:text}.info-hotspot-modal.visible .info-hotspot-text{opacity:1;-webkit-transition:opacity .3s ease-in-out .4s;transition:opacity .3s ease-in-out .4s}.viewControlButton{display:none;position:absolute;bottom:0;left:50%;width:40px;height:40px;padding:0;background:transparent}body.view-control-buttons .viewControlButton{display:block}.viewControlButton .icon{position:absolute;top:5px;right:5px;width:30px;height:30px}.viewControlButton-vr{margin-left:-245px}.viewControlButton-0{margin-left:-195px}.viewControlButton-1{margin-left:-145px}.viewControlButton-2{margin-left:-95px}.viewControlButton-3{margin-left:-45px}.viewControlButton-4{margin-left:5px}.viewControlButton-5{margin-left:55px}.viewControlButton-6{margin-left:105px}.viewControlButton-7{margin-left:155px}.viewControlButton-sound{margin-left:205px}::-webkit-scrollbar{width:7px;height:7px}::-webkit-scrollbar-track{background:#f1f1f18c}::-webkit-scrollbar-thumb{background:#acacac}::-webkit-scrollbar-thumb:hover{background:#2b0a3d}#titleBar{position:absolute;bottom:160px!important;left:30px!important;width:fit-content;max-width:500px;height:auto;background:transparent;text-align:left;margin-bottom:.6em;padding:5px 10px;background:#0070adbf;border-radius:10px;border-bottom:2px solid #0071ad}#titleBar .sceneName{font-size:1em;line-height:1.5em;font-family:Ubuntu,sans-serif;font-weight:500;background:transparent;color:#e2e2e2;white-space:pre-wrap;margin-bottom:0}#autorotateToggle{width:40px;height:40px}#autorotateToggle .icon{width:30px;height:3 0px}.mobile #titleBar{position:fixed;bottom:150px!important;left:10px!important;max-width:fit-content;height:auto}.mobile #titleBar .sceneName{font-size:1em;white-space:pre-wrap}.browseAll{position:relative;width:60px;height:60px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;box-sizing:border-box;transform-origin:center center;z-index:0;font-size:1.5rem;font-weight:400}.browseAll .browse-all-circle{width:100%;transform:rotate(0);fill:#fff;transition:.6s all ease-in-out}.browseAll .bg-browseAll{position:absolute;top:50%;left:50%;width:100%;height:100%;background:#0070ad;transform-style:preserve-3d;z-index:1;opacity:1;border-radius:50%;display:grid;place-content:center;transform:translate(-50%,-50%);transition:.6s all ease-in-out}.browseAll .bg-browseAll .front-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);backface-visibility:hidden;width:30px}.browseAll .bg-browseAll .front-icon path{fill:#fff}.browseAll .bg-browseAll .back-icon{width:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotateY(180deg);backface-visibility:hidden}.browseAll:hover .browse-all-circle{transform:rotate(90deg);fill:#95e616}.browseAll:hover .bg-browseAll{background:#e8243e;transform:translate(-50%,-50%)}.browseAll.close{opacity:1}.browseAll.close .browse-all-circle{transform:rotate(120deg)}.browseAll.close .bg-browseAll{background:#95e616;transform:translate(-50%,-50%) rotateY(180deg)}.browseAll.close #btn-open{transform:rotate(45deg)}.browseAll.close #btn-open line{stroke:#50aa1d}.browseAll.close:hover .browse-all-circle{transform:rotate(45deg);fill:#e8243e}.browseAll.close:hover .bg-browseAll{background:#95e616}.mobile .browseAll{width:45px;height:45px}.mobile .browseAll p{font-size:16px;text-align:center}.mobile .browseAll .arrow{width:25px;height:25px;background:url(../assets/virtual-tour-icons/right.svg) no-repeat;background-size:contain;background-position:center center;transform:rotate(-90deg);transform-origin:center center;transition:.3s transform ease-in-out}.mobile .browseAll .arrow.rotate{animation:rotateBack .3s ease-in-out .1s forwards}@keyframes rotateBack{0%{transform:rotate(90deg)}to{transform:rotate(-90deg)}}.mobile .browseAll.close .arrow{background:url(../assets/virtual-tour-icons/right.svg) no-repeat;background-size:contain;background-position:center center;transform:rotate(90deg);transform-origin:center center}.bg-layer-clip-path-animate{position:absolute;top:0;left:0;height:100%;width:100%;pointer-events:none;clip-path:ellipse(50px 50px at 100% 50%)}.bg-layer-blue{background:#0070ad;left:10px;width:calc(100% - 10px)}.bg-layer-green{background:#95e616}#sceneList{padding-top:0;top:5em;width:28vw;left:unset;right:calc(-28vw + 60px);height:100vh;z-index:1;pointer-events:none;overflow:initial;transition:.4s all ease-in-out}#sceneList .bg-layer{position:fixed;width:calc(28vw - 60px);margin-left:60px;height:calc(100% + 2.5em);border-radius:15px 0 15px 15px;background-position:center center;background-size:cover;padding-top:2.5em;z-index:0;background:#005380e6;background:linear-gradient(to left,rgba(0,112,173,.9) 0% rgba(0,83,128,.9) 100%);clip-path:ellipse(0px 0px at 100% 50%);transition:all .75s ease}#sceneList .bg-layer h2{color:#0071ad;font-size:1.7rem;text-transform:uppercase;margin-bottom:1.1em;margin-left:30px}#sceneList .bg-layer .input-group{margin:15px 30px;width:calc(28vw - 120px)}#sceneList .bg-layer .input-group .input-group-prepend .input-group-text{border-bottom-left-radius:20px;border-top-left-radius:20px;background:#dadada}#sceneList .bg-layer .input-group input{border-left:0;background:#dadada;border-top-right-radius:20px;border-bottom-right-radius:20px}#sceneList .bg-layer .input-group input:focus{border:none;box-shadow:none}#sceneList .bg-layer #tabs{width:70%;margin-left:60px;display:grid;margin-bottom:25px;grid-template-columns:repeat(2,1fr)}#sceneList .bg-layer #tabs .tab{padding:15px;font-size:1.5em;text-transform:uppercase;cursor:pointer;font-weight:500;font-family:Ubuntu,sans-serif;transition:.3s all ease-in-out}#sceneList .bg-layer #tabs .tab svg{fill:#fff;height:25px;transform:rotate(45deg);margin-right:15px}#sceneList .bg-layer #tabs .tab:hover,#sceneList .bg-layer #tabs .tab.active{border-bottom:5px solid #0071ad}#sceneList .bg-layer #tabs .tab:hover svg,#sceneList .bg-layer #tabs .tab.active svg{fill:#0071ad}#sceneList .bg-layer #tabs .tab:nth-child(2) svg{height:20px;margin-bottom:3px}#sceneList ul.scenes{position:relative;width:calc(100% - 15px);padding-left:30px;margin:0;display:grid;grid-template-columns:repeat(1,100%);justify-content:flex-start;align-items:center;background:transparent;max-height:calc(100vh - 4em - 130px);overflow-y:auto;overflow-x:hidden}#sceneList ul.scenes .collapse{position:relative;top:0;left:0;width:100%;height:100%;opacity:0;animation:fadeOut .2s ease-in-out forwards}#sceneList ul.scenes .collapse .closeBtn{position:absolute;top:0;left:5px;z-index:1;color:#000}#sceneList ul.scenes .collapse .card{background-color:transparent;border:none;padding:10px;border-radius:0;border-bottom:.5px solid rgb(236,236,236)}#sceneList ul.scenes .collapse.show{animation:fadeIn .3s ease-in-out .3s forwards}#sceneList ul.scenes .collapse.show .card{opacity:1;height:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}#sceneList ul.scenes .collapsing{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}#sceneList ul.scenes .collapsing .card{background-color:#ececec;border:none}#sceneList ul.scenes .scene,#sceneList ul.scenes .sceneGroup{width:100%;height:auto!important;padding:6px 10px!important;margin:.2em 0;font-family:Ubuntu,sans-serif;font-size:.95em;transition:.4s all ease-in-out}#sceneList ul.scenes .scene .scene-icon-img,#sceneList ul.scenes .sceneGroup .scene-icon-img{transform:rotate(-90deg);margin-left:10px;width:15px;height:15px;transition:.3s all ease-in-out}#sceneList ul.scenes .scene.collapsed .scene-icon-img,#sceneList ul.scenes .sceneGroup.collapsed .scene-icon-img{transform:rotate(90deg)}#sceneList ul.scenes .scene .text,#sceneList ul.scenes .sceneGroup .text{color:#ececec;padding-left:0;padding-right:0;list-style-type:none}#sceneList ul.scenes .scene.current,#sceneList ul.scenes .scene:hover,#sceneList ul.scenes .sceneGroup.current,#sceneList ul.scenes .sceneGroup:hover{background:transparent;transform:translate(-2px) scale(1.05)}#sceneList ul.scenes .scene.current .text,#sceneList ul.scenes .scene:hover .text,#sceneList ul.scenes .sceneGroup.current .text,#sceneList ul.scenes .sceneGroup:hover .text{font-weight:700;font-size:1.1em}#sceneList ul.scenes .scene.list.active,#sceneList ul.scenes .sceneGroup.list.active{display:none;pointer-events:none;opacity:0}#sceneList ul.scenes .sceneGroup{margin-top:10px;margin-bottom:10px;font-size:1.05em;text-transform:uppercase}#sceneList ul.scenes li{opacity:0;transition:.3s opacity ease-in-out;transition-delay:.6s}#sceneList .scenes:has(.collapse+.show){overflow-y:hidden}#sceneList.enabled{margin-left:0!important;right:0;pointer-events:visible}#sceneList.enabled .bg-layer{clip-path:ellipse(120% 120% at 100% 50%)}#sceneList.enabled ul.scenes li{opacity:1}#sceneList #sceneListToggle{position:absolute;top:50%;left:-2%;transform:translate(-20%,-70%) rotate(-90deg);transform-origin:center top;padding:0;height:50px;width:fit-content;z-index:9;background:transparent;opacity:1;transition:.4s all ease-in-out}#sceneList #sceneListToggle .browseAll2{position:relative;width:49px;height:50px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;box-sizing:border-box;transform-origin:center center;z-index:0;font-size:1.5rem;font-weight:400}#sceneList #sceneListToggle .browseAll2 .browse-all-circle{width:50px;height:50px;border:2px solid #ffffff;border-radius:50%;background:transparent;transform:translate(0);opacity:0;pointer-events:visible;z-index:-1;transition:.6s all ease-in-out}#sceneList #sceneListToggle .browseAll2 .bg-browseAll2{position:absolute;top:50%;left:50%;width:100%;height:100%;background:transparent;transform-style:preserve-3d;z-index:-1;opacity:1;border-radius:50%;display:grid;place-content:center;transform:translate(-50%,-50%);transition:.6s all ease-in-out}#sceneList #sceneListToggle .browseAll2 .bg-browseAll2 .front-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);backface-visibility:hidden;width:150px;margin:0;opacity:1;text-align:center;text-transform:uppercase;pointer-events:visible;transition:.6s all ease-in-out}#sceneList #sceneListToggle .browseAll2 .bg-browseAll2 .back-icon{width:20px;position:absolute;top:50%;left:50%;opacity:0;pointer-events:none;transform:translate(-50%,-50%) rotateY(180deg);backface-visibility:hidden;transition:.6s all ease-in-out}@media (max-width: 575.98px){#sceneList #sceneListToggle .browseAll2 .bg-browseAll2 p{font-size:16px}}#sceneList #sceneListToggle .browseAll2:hover .bg-browseAll2{transform:translate(-50%,-70%)}#sceneList #sceneListToggle.enabled .browseAll2 .browse-all-circle{opacity:1;pointer-events:visible;background:#ffffff80}#sceneList #sceneListToggle.enabled .browseAll2 .bg-browseAll2{transform:translate(-50%,-50%) rotateY(180deg)}#sceneList #sceneListToggle.enabled .browseAll2 .front-icon{opacity:0;pointer-events:none}#sceneList #sceneListToggle.enabled .browseAll2 .back-icon{opacity:1;pointer-events:visible}#sceneList #sceneListToggle.enabled .browseAll2 #btn-open{transform:rotate(45deg)}#sceneList #sceneListToggle.enabled .browseAll2 #btn-open line{stroke:#50aa1d}#sceneList #sceneListToggle.enabled .browseAll2:hover .browse-all-circle{transform:translate(0) rotate(-120deg);fill:#e8243e}#sceneList #sceneListToggle.enabled .browseAll2:hover .bg-browseAll2{background:#0070ad}.mobile #sceneList{position:absolute;padding-top:0;width:100vw;height:100%;left:calc(100vw - 45px)}.mobile #sceneList.enabled{left:0;z-index:99}.mobile #sceneList .bg-layer{padding-top:15px;width:calc(100% - 45px)}.mobile #sceneList .bg-layer h2{margin-left:25px;font-size:1.3em}.mobile #sceneList .bg-layer .input-group{margin:15px 25px;width:calc(100% - 50px)}.mobile #sceneList #sceneListToggle{width:45px;height:45px}.mobile #sceneList #sceneListToggle.enabled{left:15px}.mobile #sceneList ul.scenes{grid-template-columns:repeat(1,auto);height:auto;max-height:calc(100vh - 5em - 120px)}.mobile #sceneList ul.scenes .scene{padding:7.5px 15px 7.5px 0!important}.mobile #sceneList ul.scenes .scene li{padding:0}.mobile #sceneList ul.scenes .collapse{overflow:hidden}#highLight{position:fixed;bottom:0;padding-top:0;width:64%;left:50%;max-width:870px;z-index:1;border-bottom:0;box-sizing:border-box;overflow:initial;transform:translate(-50%,100%);transition:.4s all ease-in-out}#highLight .bg-layer{width:100%;height:100%;background-position:center center;background-size:cover;padding:1em 1em .5em;border-radius:0 15px 15px;z-index:0;background:#24a4c9e6}#highLight .bg-layer .bg-layer-clip-path-animate{clip-path:ellipse(50px 50px at 0% 50%)}#highLight .bg-layer .bg-layer-blue{left:0;width:calc(100% - 10px)}#highLight .bg-layer ul.highLights{position:relative;width:100%;height:fit-content;padding-left:0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;justify-content:center;align-items:center;background:transparent}#highLight .bg-layer ul.highLights .sceneCategory{position:relative;color:#ececec;list-style-type:none;min-width:120px;min-height:80px;margin:.25em;padding:10px;display:flex;align-items:center;box-sizing:border-box;transition:all .4s ease-in-out}#highLight .bg-layer ul.highLights .sceneCategory:before{content:"";position:absolute;top:0;left:0;height:100%;width:calc(100% - 20px);background:#fff;border-radius:0 0 0 10px;z-index:0}#highLight .bg-layer ul.highLights .sceneCategory a{position:relative;cursor:pointer}#highLight .bg-layer ul.highLights .sceneCategory a .chat-bubble{padding-top:1px;z-index:1}#highLight .bg-layer ul.highLights .sceneCategory a:hover .chat-bubble{clip-path:ellipse(100% 100% at 50% 30%)}#highLight .bg-layer ul.highLights .sceneCategory a.disabled{pointer-events:none!important;filter:grayscale(1)}#highLight .bg-layer ul.highLights .sceneCategory p{margin:0 45px 0 10px;text-align:left;text-transform:uppercase;color:#2b0a3d;font-size:.9em;font-weight:700;z-index:1;transition:all .4s ease-in-out}#highLight .bg-layer ul.highLights .sceneCategory .icon-list{position:absolute;top:0;right:0;width:40px;height:100%;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;background:#ececec;border-radius:25px;transition:all .4s ease-in-out}#highLight .bg-layer ul.highLights .sceneCategory .icon-list a{z-index:9}#highLight .bg-layer ul.highLights .sceneCategory .icon-list a#sceneListToggle{height:auto;padding:0;background:transparent}#highLight .bg-layer ul.highLights .sceneCategory .icon-list a svg{width:25px;height:25px;margin:0 7.5px;transform-origin:center center;transition:all .5s ease-in-out}#highLight .bg-layer ul.highLights .sceneCategory .icon-list a svg g{transition:all .5s ease-in-out}#highLight .bg-layer ul.highLights .sceneCategory .icon-list a svg path{z-index:9;transform-origin:center center;fill:#26938e;transition:all .3s ease}#highLight .bg-layer ul.highLights .sceneCategory .icon-list a svg #noun_circle_arrows_239715{transform-origin:center center}#highLight .bg-layer ul.highLights .sceneCategory .icon-list a:hover svg path{fill:#24a4c9}#highLight .bg-layer ul.highLights .sceneCategory .icon-list a:hover svg.virtual-tour-svg{transform:rotate(-90deg)}#highLight .bg-layer ul.highLights .sceneCategory .icon-list a:hover svg.virtual-tour-svg #Path_1998{fill:#24a4c9}#highLight .bg-layer ul.highLights .sceneCategory .icon-list a:hover svg.video-360 #noun_circle_arrows_239715{transform:rotate(-45deg)}#highLight .bg-layer ul.highLights .sceneCategory .icon-list a:hover svg.video-360 #Path_2049{fill:#24a4c9}#highLight .bg-layer ul.highLights .sceneCategory.active .icon-list{background:#9ee8f9}#highLight .bg-layer ul.highLights .sceneGroup{margin-top:10px;margin-bottom:10px;font-size:1.05em;text-transform:uppercase}#highLight .bg-layer ul.highLights li{opacity:0;transition:.3s opacity ease-in-out;transition-delay:.45s}#highLight #highLightListToggle{position:absolute;top:-2%;left:50%;transform:translate(-50%,-100%);padding:0;height:50px;width:fit-content;z-index:1;background:transparent;opacity:1;transition:.4s all ease-in-out}#highLight #highLightListToggle .browseAll{position:relative;width:50px;height:50px;width:fit-content;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;box-sizing:border-box;transform-origin:center center;z-index:0;font-size:1.5rem;font-weight:400;transition:.4s all ease-in-out}#highLight #highLightListToggle .browseAll .browse-all-circle{width:50px;height:50px;border:2px solid #ffffff;border-radius:50%;background:transparent;opacity:0;pointer-events:visible;transition:.6s all ease-in-out}#highLight #highLightListToggle .browseAll .bg-browseAll{position:absolute;top:50%;left:50%;width:100%;height:100%;background:transparent;transform-style:preserve-3d;z-index:1;opacity:1;border-radius:50%;display:grid;place-content:center;transform:translate(-50%,-50%);transition:.6s all ease-in-out}#highLight #highLightListToggle .browseAll .bg-browseAll .front-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);backface-visibility:hidden;width:150px;margin:0;opacity:1;color:#fff;pointer-events:visible;transition:.6s all ease-in-out}#highLight #highLightListToggle .browseAll .bg-browseAll .back-icon{width:20px;position:absolute;top:50%;left:50%;opacity:0;pointer-events:none;transform:translate(-50%,-50%) rotateY(180deg);backface-visibility:hidden;transition:.6s all ease-in-out}#highLight #highLightListToggle .browseAll:hover{transform:translateY(-20%)}#highLight #highLightListToggle.enabled .browseAll .browse-all-circle{opacity:1;pointer-events:visible;background:#ffffff80}#highLight #highLightListToggle.enabled .browseAll .bg-browseAll{transform:translate(-50%,-50%) rotateY(180deg)}#highLight #highLightListToggle.enabled .browseAll .front-icon{opacity:0;pointer-events:none}#highLight #highLightListToggle.enabled .browseAll .back-icon{opacity:1;pointer-events:visible}#highLight #highLightListToggle.enabled .browseAll #btn-open{transform:rotate(45deg)}#highLight #highLightListToggle.enabled .browseAll #btn-open line{stroke:#50aa1d}#highLight #highLightListToggle.enabled .browseAll:hover{transform:translate(0)}#highLight #highLightListToggle.enabled .browseAll:hover .browse-all-circle{transform:rotate(-120deg);fill:#e8243e}#highLight #highLightListToggle.enabled .browseAll:hover .bg-browseAll{background:#95e616}#highLight.enabled{transform:translate(-50%)}#highLight.enabled ul.highLights li{opacity:1}@media (max-width: 575.98px){#highLight{width:100%}#highLight .bg-layer{border-radius:0}#highLight .bg-layer ul.highLights{grid-template-columns:repeat(2,1fr)}}#playBtn{position:fixed;bottom:50px;right:50px;width:110px;height:50px}#playBtn .flexBox{display:flex;justify-content:space-between;align-items:center;transition:all .4s ease-in-out}#playBtn .flexBox p{font-size:21px;text-transform:uppercase;font-weight:400;margin:0}#playBtn .flexBox svg{height:40px}#playBtn .flexBox svg #play-btn-circle,#playBtn .flexBox svg path{transition:all .5s ease-in-out}#playBtn .flexBox svg #play-btn-circle{fill:#0070ad}#playBtn .flexBox:hover svg #play-btn path{fill:#95e616}#playBtn .flexBox:hover svg #play-btn-circle{stroke:#95e616;fill:transparent}.desktop .info-hotspot.visible .info-hotspot-header,.desktop.no-touch .info-hotspot.visible .info-hotspot-header:hover{width:60px}.desktop.no-touch .info-hotspot .info-hotspot-header:hover{width:40px}.desktop .info-hotspot.visible .info-hotspot-title-wrapper,.desktop.no-touch .info-hotspot.visible .info-hotspot-header .info-hotspot-title-wrapper{opacity:1;position:absolute;left:50%;top:0;transform:translate(-50%,-50%);width:auto;height:auto;overflow:initial;background:transparent;-webkit-transition:width 0s .4s,padding 0s .4s;transition:width 0s .4s,padding 0s .4s}.desktop .info-hotspot.visible .info-hotspot-title-wrapper .info-hotspot-logoIcon,.desktop.no-touch .info-hotspot.visible .info-hotspot-header .info-hotspot-title-wrapper .info-hotspot-logoIcon{position:absolute;top:7px;left:7px;width:25px}.desktop .info-hotspot.visible .info-hotspot-title-wrapper.pdf-viewer,.desktop.no-touch .info-hotspot.visible .info-hotspot-header .info-hotspot-title-wrapper.pdf-viewer{width:80vw;background:#ffffffba;border-radius:15px}.desktop .info-hotspot.visible .info-hotspot-title-wrapper,.desktop.no-touch .info-hotspot .info-hotspot-header:hover .info-hotspot-title-wrapper{padding:10px;transition:all .4s ease-in-out}.info-hotspot{opacity:1;z-index:-1}.info-hotspot .info-hotspot-icon{width:50px;height:unset}.info-hotspot .info-hotspot-icon-wrapper{height:50px;width:50px;border-radius:50%;display:flex;justify-content:center;align-items:center;transition:.3s all}.info-hotspot .info-hotspot-icon-wrapper.scope{background:#2b0a3de7}.info-hotspot .info-hotspot-icon-wrapper:hover{border-radius:8px}.info-hotspot .info-hotspot-title-wrapper{display:flex;flex-direction:column;opacity:0;position:absolute;left:50%;top:60px;transform:translate(-50%);width:0;height:0;padding:0!important;border:0px solid #e8243e}.info-hotspot .info-hotspot-title-wrapper .info-hotspot-title{font-size:21px;font-family:Ubuntu,sans-serif;font-weight:500;text-align:left;margin-bottom:10px;margin-top:40px;text-transform:uppercase;display:none}.info-hotspot .info-hotspot-title-wrapper .info-hotspot-title-img{width:100%;margin-bottom:20px}.info-hotspot .info-hotspot-title-wrapper .info-hotspot-text{background:transparent;position:relative;top:0;max-height:100%;width:20vw;height:auto;min-height:450px;min-width:750px;max-width:900px;display:grid;place-content:center;padding:2em 4.2em 2em 2em;color:#ececec;font-size:1.5em;line-height:1.05em;transform:scale(0);border:0!important;transform-origin:center center;transition:all .4s ease-in-out}.info-hotspot .info-hotspot-title-wrapper .info-hotspot-text:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(../assets/img/info_banner_2.png) no-repeat;background-position:center center;background-size:contain;opacity:1;z-index:-1}.info-hotspot .info-hotspot-title-wrapper .info-hotspot-text.no-bg{width:70vw;height:auto;min-height:300px;min-width:700px;max-width:1200px;padding:1em;border-radius:15px;z-index:-1}.info-hotspot .info-hotspot-title-wrapper .info-hotspot-text.no-bg:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;opacity:.92;z-index:-1}.info-hotspot .info-hotspot-title-wrapper .info-hotspot-text.pdf-iFrame{width:98.5%;max-width:100%;height:560px;padding:1.5em}.info-hotspot .info-hotspot-title-wrapper .info-hotspot-text.pdf-iFrame:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;opacity:.4;z-index:-1}.info-hotspot .info-hotspot-title-wrapper .info-hotspot-text span{font-size:.85em;line-height:1.5em;font-weight:300;color:#0070ad;font-family:Ubuntu,sans-serif}.info-hotspot .info-hotspot-title-wrapper .info-hotspot-text ul{padding-left:30px}.info-hotspot .info-hotspot-title-wrapper .info-hotspot-text ul li{margin-bottom:15px}.info-hotspot .info-hotspot-title-wrapper .info-hotspot-text .info-text-wrapper{width:100%;display:flex}.info-hotspot .info-hotspot-title-wrapper .info-hotspot-text .info-text-wrapper .info-text-item{flex:1;padding:15px}.info-hotspot .info-hotspot-title-wrapper .info-hotspot-text .info-text-wrapper .info-text-item .info-text-header{text-transform:uppercase}.info-hotspot .info-hotspot-title-wrapper .info-hotspot-text .info-text-wrapper .info-text-item .info-text-content{font-size:.9em;font-weight:300;line-height:1.4em;margin-top:1em}.info-hotspot .info-hotspot-title-wrapper .info-hotspot-text .info-text-wrapper .info-text-item .info-text-ul li{font-size:.9em;font-weight:300;position:relative;list-style-type:none;padding:0 0 0 20px;margin-bottom:15px}.info-hotspot .info-hotspot-title-wrapper .info-hotspot-text .info-text-wrapper .info-text-item .info-text-ul li:before{content:"";position:absolute;top:2px;left:0;width:15px;height:15px;background:url(../img/list-icon-og.svg) no-repeat;background-size:contain;background-position:center center}.info-hotspot .info-hotspot-title-wrapper .info-hotspot-text .info-hotspot-text-image{border-radius:15px;width:96%;margin:0 auto}.info-hotspot .info-hotspot-title-wrapper .info-hotspot-close-wrapper{background:transparent;height:25px;width:25px;left:unset;right:3px;top:5px}.link-hotspot{transform-origin:center center;z-index:-1}.link-hotspot .link-hotspot-icon{height:unset}.video-hotspot-link{height:40px;width:50px;transform-style:preserve-3d;display:grid;place-content:center}.video-hotspot-link svg{width:95%}.video-hotspot-link .triangle{stroke-dasharray:240;stroke-dashoffset:480;stroke:#0070ad;transform:translateY(0);fill:#fff;animation:playBtnTriangleAnimation 2.5s ease-in-out 1.5s infinite alternate-reverse}.video-hotspot-link .circle{stroke:#95e616;stroke-dasharray:650;stroke-dashoffset:650;opacity:1s;z-index:-1;fill:#fff9;animation:playBtnCircleAnimation 2.5s ease-in-out 1.5s infinite alternate-reverse}.video-hotspot-link:hover .triangle{animation:nudge .7s ease-in-out}.info-hotspot-icon{height:50px;width:50px;margin:0!important;transform-style:preserve-3d;display:grid;place-content:center}.info-hotspot-icon svg{width:95%}.info-hotspot-icon .info-i{stroke-dasharray:440;stroke-dashoffset:480;stroke:#0070ad;transform:translateY(0);fill:#fff;animation:playBtnInfoAnimation 2.5s ease-in-out 1.5s infinite alternate-reverse}.info-hotspot-icon .circle{stroke:#95e616;stroke-dasharray:650;stroke-dashoffset:650;opacity:1s;z-index:-1;fill:#fff9;animation:playBtnCircleAnimation 2.5s ease-in-out 1.5s infinite alternate-reverse}.info-hotspot-icon:hover .info-i{animation:nudge .7s ease-in-out}@keyframes nudge{0%{transform:translate(0)}30%{transform:translate(-5px)}50%{transform:translate(5px)}70%{transform:translate(-2px)}to{transform:translate(0)}}.mobile .link-hotspot{width:35px;height:35px}.mobile .video-hotspot-link{height:35px}@keyframes playBtnTriangleAnimation{0%{stroke-dasharray:240;stroke-dashoffset:480;stroke:#0070ad}to{stroke-dashoffset:0;opacity:1;stroke:#95e616}}@keyframes playBtnInfoAnimation{0%{stroke-dasharray:440;stroke-dashoffset:480;stroke:#0070ad}to{stroke-dashoffset:0;stroke-dasharray:440;opacity:1;stroke:#95e616}}@keyframes playBtnCircleAnimation{0%{stroke:#95e616;stroke-dasharray:650;stroke-dashoffset:650;opacity:1s}to{stroke-dasharray:2000;stroke-dashoffset:0;opacity:1}}@keyframes flipY{0%{transform:rotateY(0)}to{transform:rotateY(180deg)}}@keyframes growSmall{0%{width:35px;height:35px}to{width:45px;height:45px}}.link-hotspot-tooltip{position:absolute;left:50%;bottom:-35px;transform:translate(-50%)!important;margin-left:3px;font-size:15px;max-width:400px;padding:8px 10px;background:#0071ad;color:#fff;font-family:Ubuntu,sans-serif;border-radius:10px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;opacity:0;-webkit-transition:-ms-transform .3s,-webkit-transform .3s,transform .3s,opacity .3s;transition:-ms-transform .3s,-webkit-transform .3s,transform .3s,opacity .3s}.info-hotspot-modal .info-hotspot-header{background:transparent}.info-hotspot-modal.visible .info-hotspot-header{top:15%;left:15px;right:15px;background:transparent}.info-hotspot-modal.visible .info-hotspot-header .info-hotspot-title-wrapper{padding:10px;left:0;right:0;z-index:1;height:fit-content}.info-hotspot-modal.visible .info-hotspot-header .info-hotspot-title-wrapper img{width:100%}.info-hotspot-modal.visible .info-hotspot-header .info-hotspot-title-wrapper .info-hotspot-logoIcon{position:absolute;top:5px;left:5px;width:30px;height:auto}.info-hotspot-modal.visible .info-hotspot-header .info-hotspot-title-wrapper:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100% + 10px);height:calc(100% + 20px);border-left:1px solid white;border-right:1px solid white}.info-hotspot-modal.visible .info-hotspot-header .info-hotspot-title-wrapper:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100% + 20px);height:calc(100% + 10px);border-top:1px solid white;border-bottom:1px solid white}.info-hotspot-modal .info-hotspot-text{top:unset;left:unset;position:relative;background:transparent}.info-hotspot-modal .info-hotspot-icon-wrapper .info-hotspot-icon{opacity:0}.info-hotspot-modal .info-hotspot-close-wrapper{top:3px;right:3px;width:30px;height:unset;background:transparent;z-index:99}.info-hotspot-modal .info-hotspot-close-wrapper .info-hotspot-close-icon{width:90%;margin:5%}.info-hotspot-modal .info-hotspot-title{display:block;font-size:25px;font-family:Ubuntu,sans-serif;font-weight:500;text-align:center;margin:20px 0}.info-hotspot-modal .info-hotspot-title-img{width:100%;margin:20px 0}.info-hotspot-modal .info-hotspot-header{height:auto}@media (max-width: 575.98px){.info-hotspot-modal .info-hotspot-title{display:none}.info-hotspot-modal .info-hotspot-text{bottom:0;right:0;padding:0}}.color-grey{position:fixed;width:420px;height:50px;bottom:0;left:50%;transform:translate(-50%);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-top-left-radius:5px;border-top-right-radius:5px}.grey-vertical-bar{position:absolute;background:#fff6;bottom:20px;border-radius:15px;height:120px;width:40px}.grey-vertical-bar.level-1{left:30px}.grey-vertical-bar.level-1 .viewControlButton-0{top:5px;left:0;margin:0}.grey-vertical-bar.level-1 .viewControlButton-7{top:calc(100% - 45px);left:0;margin:0}.grey-vertical-bar.level-2{left:100px}.grey-vertical-bar.level-2 .viewControlButton-5{top:5px;left:0;margin:0}.grey-vertical-bar.level-2 .viewControlButton-6{top:calc(100% - 45px);left:0;margin:0}@media (max-width: 575.98px){.grey-vertical-bar{height:100px;width:40px;bottom:10px}.grey-vertical-bar.level-1{left:10px}.grey-vertical-bar.level-2{left:70px}}.grey-d-pad{position:absolute;left:160px;bottom:20px;height:120px;width:120px}.grey-d-pad:before{content:"";position:absolute;top:50%;left:50%;width:50px;transform:translate(-50%,-50%);height:50px;border-radius:50%;background:#fff6}.grey-d-pad .viewControlButton-1{top:0;left:40px;margin:0}.grey-d-pad .viewControlButton-2{top:calc(100% - 40px);left:40px;margin:0}.grey-d-pad .viewControlButton-3{top:40px;left:0;margin:0}.grey-d-pad .viewControlButton-4{top:40px;left:calc(100% - 40px);margin:0}@media (max-width: 575.98px){.grey-d-pad{left:unset;right:0;height:100px;width:100px;bottom:40px}.grey-d-pad:before{height:30px;width:30px}.grey-d-pad .viewControlButton-1{top:0;left:30px}.grey-d-pad .viewControlButton-2{top:calc(100% - 40px);left:30px;margin:0}.grey-d-pad .viewControlButton-3{top:30px;left:0}.grey-d-pad .viewControlButton-4{top:30px;left:calc(100% - 40px)}}#VRButton{display:none}.mobile #VRButton{display:block}.mobile #VRButton .icon{opacity:0;pointer-events:none;transition:all .3s}.mobile #VRButton .icon#enter-vr{background-image:url(../assets/virtual-tour-icons/VR.png);background-size:contain;background-repeat:no-repeat}.mobile #VRButton .icon#exit-vr{background-image:url(../assets/virtual-tour-icons/no-vr.png);background-size:contain;background-repeat:no-repeat}.mobile #VRButton .icon#exit-vr p{display:none}.mobile #VRButton .icon.on{opacity:1;pointer-events:visible}.mobile #VRButton .icon#exit-vr.on p{display:block;position:absolute;top:-35px;left:50%;width:125px;padding:5px;font-size:14px;text-align:center;transform:translate(-50%);background:#0f5277de;color:#ececec;text-transform:uppercase}.mobile #VRButton .icon#exit-vr.on p:before{content:"";position:absolute;left:50%;bottom:-15px;transform:translate(-50%);height:15px;width:15px;background:url(../img/icons/down-triangle.png) no-repeat;background-size:contain}#SoundButton .icon{opacity:0;pointer-events:none;transition:all .3s}#SoundButton .icon.on{opacity:1;pointer-events:visible}#fullscreenToggle .icon{top:7.5px;right:7.5px;width:25px;height:25px}.viewControlButton{bottom:5px}.viewControlButton .icon{top:7.5px;right:7.5px;width:25px;height:25px}.mobile .color-grey{display:flex;flex-direction:row;width:100%;justify-content:center;align-items:center;z-index:9;padding:0 5px}.mobile .color-grey .viewControlButton{position:relative;left:unset;margin:0!important;flex:1;width:auto;width:35px;height:35px;transform:translate(0)}.mobile .color-grey .viewControlButton .icon{width:25px;height:25px;right:6px}.mobile .color-grey #fullscreenToggle{position:relative;width:35px;height:35px}.mobile .color-grey #fullscreenToggle .icon{width:25px;height:25px;right:6px}.mobile .color-grey #autorotateToggle{width:35px;height:35px}.mobile .color-grey #autorotateToggle .icon{width:25px;height:25px;right:6px}#VRAlert{opacity:0;pointer-events:none;max-width:300px;top:50%;left:50%;transform:translate(-50%,-50%);background:#e8243e;border:none;color:#ececec}.video-360-player{position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;pointer-events:none;transition:all .6 ease-in-out}.video-360-player .close-btn{position:absolute;top:20px;right:20px;width:25px;height:25px;color:#2b0a3d;font-size:1.5em;cursor:pointer}.video-360-player .close-btn img{width:100%}.video-360-player.show{z-index:999;opacity:1;pointer-events:all}.video-360-player.show .close-btn{z-index:9999}ul.arrow-list{margin:.75em 0;padding:0 1em;list-style:none}ul.arrow-list li.arrow-li:before{content:"";border-color:transparent #fff;border-style:solid;border-width:.35em 0 .35em .45em;display:block;height:0;width:0;left:-1em;top:.9em;position:relative}.viewControlButton-vr{display:none}.mobile .viewControlButton-vr{margin-left:0;left:unset;right:0}.mobile .viewControlButton-vr .icon{width:30px;height:30px}
