@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@400;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap");html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box;user-select: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:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#titleBar{position:absolute;top:0;left:0;right:40px;height:40px;text-align:center}.mobile #titleBar{height:50px;right:50px}body.fullscreen-enabled #titleBar{right:80px}body.fullscreen-enabled.mobile #titleBar{right:100px}body.multiple-scenes #titleBar{left:40px}body.multiple-scenes.mobile #titleBar{left:50px}#titleBar .sceneName{width:100%;height:100%;line-height:30px;padding:5px;background-color:#3a4454;background-color:rgba(58,68,84,0.8);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;user-select:text}.mobile #titleBar .sceneName{line-height:40px}#fullscreenToggle{display:none;position:absolute;top:0;right:0;width:40px;height:40px;padding:5px;background-color:#677383;background-color:rgba(103,115,131,0.8)}.mobile #fullscreenToggle{width:50px;height:50px}body.fullscreen-enabled #fullscreenToggle{display:block}#fullscreenToggle .icon{position:absolute;top:5px;right:5px;width:30px;height:30px}.mobile #fullscreenToggle .icon{top:10px;right:10px}#fullscreenToggle .icon.on{display:none}#fullscreenToggle .icon.off{display:block}#fullscreenToggle.enabled .icon.on{display:block}#fullscreenToggle.enabled .icon.off{display:none}#autorotateToggle{display:block;position:absolute;top:0;right:0;width:40px;height:40px;padding:5px;background-color:#677383;background-color:rgba(103,115,131,0.8)}.mobile #autorotateToggle{width:50px;height:50px}body.fullscreen-enabled #autorotateToggle{right:40px}body.fullscreen-enabled.mobile #autorotateToggle{right:50px}#autorotateToggle .icon{position:absolute;top:5px;right:5px;width:30px;height:30px}.mobile #autorotateToggle .icon{top:10px;right:10px}#autorotateToggle .icon.on{display:none}#autorotateToggle .icon.off{display:block}#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:rgba(103,115,131,0.8)}.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{display:block}#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;transition:margin-left 0.5s ease-in-out}.mobile #sceneList{padding-top:50px}#sceneList .scenes{width:100%;background-color:#3a4454;background-color:rgba(58,68,84,0.8)}.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{background-color:#677383;background-color:rgba(103,115,131,0.8)}#sceneList .scene.current{background-color:#677383;background-color:rgba(103,115,131,0.8)}body.single-scene #sceneList,body.single-scene #sceneListToggle{display:none}.link-hotspot{width:60px;height:60px;margin-left:-30px;margin-top:-30px;opacity:0.9;transition:opacity 0.2s}.no-touch .link-hotspot:hover{opacity:1}.mobile .link-hotspot{width:70px;height:70px}.link-hotspot-icon{width:100%;height:100%;cursor:pointer}.link-hotspot-tooltip{position:absolute;left:100%;top:14px;margin-left:3px;font-size:16px;max-width:300px;padding:8px 10px;border-radius:5px;background-color:#3a4454;background-color:rgba(58,68,84,0.8);color:#fff;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;opacity:0;transform:translateX(-8px);transition:transform 0.3s, opacity 0.3s}.mobile .link-hotspot{top:19px}.no-touch .link-hotspot:hover .link-hotspot-tooltip{opacity:1;transform:translateX(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:0.9;transition:opacity 0.2s 0.2s}.no-touch .info-hotspot:hover{opacity:1;transition:opacity 0.2s}.info-hotspot.visible{opacity:1}.info-hotspot .info-hotspot-header{width:40px;height:40px;border-radius:20px;background-color:#677383;cursor:pointer;transition:width 0.3s ease-in-out 0.5s, border-radius 0.3s ease-in-out 0.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;transition:width 0.3s ease-in-out, border-radius 0.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;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;transition:width 0.3s ease-in-out, border-radius 0.3s ease-in-out}.info-hotspot .info-hotspot-icon-wrapper{width:40px;height:40px}.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;transition:width 0s 0.4s, padding 0s 0.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;transition:width 0s 0.4s, padding 0s 0.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;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;transform:perspective(200px) rotateY(90deg);transform-origin:0 50% 0;transition:transform 0.3s 0.3s, visibility 0s 0.6s}.desktop .info-hotspot.visible .info-hotspot-close-wrapper{visibility:visible;transform:perspective(200px) rotateY(0deg);transition:transform 0.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;transform:perspective(200px) rotateX(-89.999deg);transform-origin:50% 0 0;transition:transform 0.3s, visibility 0s 0.3s;user-select:text}.desktop .info-hotspot.visible .info-hotspot-text{visibility:visible;transform:perspective(200px) rotateX(0deg);transition:transform 0.3s 0.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:rgba(0,0,0,0.5);line-height:1.2em;opacity:0;visibility:hidden;transition:opacity 0.2s ease-in-out 0.5s, visibility 0s 0.7s}.info-hotspot-modal.visible{opacity:1;visibility:visible;transition:opacity 0.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:rgba(103,115,131,0.8);opacity:0;transition:opacity 0.3s ease-in-out 0.2s}.info-hotspot-modal.visible .info-hotspot-header{opacity:1;transition:opacity 0.3s ease-in-out 0.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;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:rgba(78,88,104,0.8);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:rgba(58,68,84,0.8);overflow-y:auto;opacity:0;transition:opacity 0.3s ease-in-out;user-select:text}.info-hotspot-modal.visible .info-hotspot-text{opacity:1;transition:opacity 0.3s ease-in-out 0.4s}.viewControlButton{display:none;position:absolute;bottom:0;left:50%;width:40px;height:40px;padding:5px;background-color:#677383;background-color:rgba(103,115,131,0.8)}body.view-control-buttons .viewControlButton{display:block}@media (max-width: 600px){body.view-control-buttons .viewControlButton{display:none}}.viewControlButton .icon{position:absolute;top:5px;right:5px;width:30px;height:30px}.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}.cardsOne{width:100%;height:auto;background-image:url("../img/bg-fadetoblack.jpg");background-size:cover;background-position:center;background-repeat:no-repeat;font-family:"Open Sans",sans-serif;padding-bottom:100px}.cardsOne__heading{text-align:center;color:#fff;letter-spacing:1px;text-transform:uppercase;margin:0;padding-top:50px}.cardsOne__subheading{margin-top:0;text-align:center;color:#c5c5c5}.cardsOne__border{height:5px;background-color:#c5c5c5;width:100%;max-width:200px;border:0;margin:35px auto 50px}.cardsOne__wrapper{width:100%;max-width:1200px;margin:0 auto;padding-top:330px}.cardsOne__list{list-style-type:none;display:flex;padding:0;margin:0;flex-wrap:wrap;justify-content:center}.cardsOne__list-item{position:relative;flex-basis:320px;text-align:center;background-color:#fff;margin:30px 15px 0;overflow:hidden;border-radius:10px;box-shadow:0px 0px 20px -1px rgba(0,0,0,0.29);transition:all .2s ease-in-out;top:0}.cardsOne__list-item:hover{cursor:pointer;box-shadow:0px 0px 36px -3px rgba(0,0,0,0.7);top:-8px}.cardsOne__figure{max-width:100%;margin:0 auto;position:relative}.cardsOne__img{max-width:100%}.cardsOne__caption{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#fff;font-size:22px;letter-spacing:2px;text-transform:uppercase;display:inline-block;border:2px solid #fff;padding:10px 25px;border-radius:10px;z-index:2;opacity:0;transition:all .2s ease-in-out}.cardsOne__overlay{position:absolute;width:100%;height:100%;background-color:#000;top:0;z-index:1;opacity:0;transition:all .2s ease-in-out}.cardsOne__title{text-transform:uppercase;letter-spacing:1px;font-size:20px;color:#444}.cardsOne__link{text-decoration:none}.cardsOne__link:hover .cards__caption{opacity:1}.cardsOne__link:hover .cards__overlay{opacity:.5}@media screen and (min-width: 850px){.cardsOne__wrapper{padding-top:150px}}#sceneList{width:250px !important;position:fixed;height:100vh;top:0;left:-300px;max-height:100%;overflow-x:hidden;overflow-y:auto;margin-left:0;transition:margin-left 0.5s ease-in-out;background-color:rgba(0,0,0,0.85);box-shadow:0px 0px 11px -1px rgba(0,0,0,0.82);z-index:100}#sceneList::-webkit-scrollbar{width:10px}#sceneList::-webkit-scrollbar-track{background:rgba(58,68,84,0.8)}#sceneList::-webkit-scrollbar-thumb{background:#3a4454;border-radius:2px}#sceneList::-webkit-scrollbar-thumb:hover{background:#555}#sceneList.enabled{margin-left:300px}.scenes{display:flex;flex-direction:column;position:relative;z-index:2;margin:100px 0;background-color:rgba(0,0,0,0) !important}.scenes__close{font-size:30px;position:absolute;right:20px;top:100px;font-weight:600;cursor:pointer;color:#c1c1c1;transition:color .2s ease-in-out}.scenes__close:hover{color:#fff}.scenes__link{height:130px !important;background-color:rgba(0,0,0,0) !important}.scenes__link:hover>.scenes__listitem>.scenes__figure:before{background-color:rgba(27,27,27,0)}.scenes__link:not(:last-of-type){border-bottom:1px solid #ffffff59}.scenes__listitem{overflow:hidden;position:relative;padding:0 !important}.scenes__figure{width:100%;max-width:100%;box-sizing:border-box;height:100%;position:relative;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat}.scenes__figure:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;transition:all .3s ease-in-out;background-color:rgba(27,27,27,0.5)}.scenes__img{max-width:100%;width:100%;box-sizing:border-box}.scenes__caption{position:absolute;font-size:14px;bottom:12px;line-height:20px;left:50%;transform:translateX(-50%);font-weight:600;letter-spacing:1px;width:90%;margin:0 auto;text-overflow:ellipsis;overflow:hidden;text-align:center}.info-hotspot-text a{color:#f9a01b;font-weight:600;background-color:rgba(0,0,0,0) !important}.sceneName{background-color:rgba(0,0,0,0.6) !important;font-family:"Open Sans",sans-serif}.info__p{margin:15px 0}.info__list{list-style-type:disc;margin:10px 0 10px 25px}.btn{display:inline-block;padding:10px 15px;border:1px solid #ffffff;color:#ffffff !important;background-color:rgba(0,0,0,0) !important;transition:all .3s ease-in-out}.btn:hover{color:#3a4454 !important;background-color:#fff !important}.gallery{position:absolute;bottom:20px;right:20px;box-sizing:border-box;box-shadow:0px 0px 11px -1px rgba(0,0,0,0.82);transition:all .5s ease-in-out;display:none}.gallery__container{padding:7px;background-color:#fff}.gallery__container:hover>.gallery__caption{left:-120px;opacity:1}.gallery__img{position:relative;z-index:1;vertical-align:middle}.gallery__caption{position:absolute;top:50%;transform:translateY(-50%);left:0;color:#fff;font-weight:600;border-bottom:1px solid #fff;width:122px;z-index:0;transition:all .5s ease-in-out;opacity:0;padding-bottom:5px;padding-left:5px;font-family:"Open Sans",sans-serif}@media screen and (min-width: 1130px){.gallery{display:block}}.column-container{display:flex;width:100%;position:relative;justify-content:center;align-items:center;background-color:rgba(0,0,0,0);margin-top:15px}.column{width:60px;height:60px;opacity:0.7;background-size:cover;background-repeat:no-repeat;background-position:center center;border-radius:50%;margin:10px 5px;cursor:pointer;transition:all .3s ease-in-out;filter:grayscale(1)}.active,.column:hover{opacity:1;filter:grayscale(0)}.modal{opacity:0;height:0;position:fixed;z-index:-1;padding-top:50px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,0.85);transform:scale(0.9);transition:all .5s ease-in-out}.modal-active{z-index:1;opacity:1;transform:scale(1)}.modal-content{position:absolute;margin:auto;padding:0;width:90%;max-width:1024px;top:50%;left:50%;transform:translate(-50%, -50%);text-align:center}.modal-content--vertical{top:0;transform:translate(-50%, 0)}.close{color:white;position:absolute;top:10px;right:25px;font-size:35px;font-weight:bold}.close:hover,.close:focus{color:#999;text-decoration:none;cursor:pointer}.mySlides{display:none}.prev,.next{cursor:pointer;position:absolute;top:50%;width:auto;padding:16px;margin-top:-50px;color:white;font-weight:bold;font-size:20px;transition:0.6s ease;border-radius:0 3px 3px 0;user-select:none;-webkit-user-select:none}.next{right:0;border-radius:3px 0 0 3px}.prev{left:0}.prev:hover,.next:hover{background-color:rgba(0,0,0,0.8)}.numbertext{color:#f2f2f2;font-size:12px;padding:8px 12px;position:absolute;top:0}.caption-container{text-align:center;padding:2px 16px;color:#fff;margin-top:10px}.link-hotspot{width:80px;height:80px;opacity:1}img.hover-shadow{transition:0.3s}.hover-shadow:hover{box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}.img-hospot-icon{cursor:pointer}.info-hotspot .image-hotspot-icon-wrapper{width:70px;height:70px}.static-img-modal-container{width:90%;max-width:1024px;margin:30px auto;text-align:center}.controls{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);background-color:rgba(27,27,27,0.75);width:100%}.controls__container{display:flex;padding:10px 30px;flex-wrap:wrap;justify-content:center}.controls__item{width:35px !important;height:35px !important;display:inline-block;background:rgba(0,0,0,0) !important;margin:5px;padding:0 !important;position:static !important;cursor:pointer}@media screen and (min-width: 900px){.controls{width:auto}.controls__container{flex-wrap:nowrap;justify-content:left}.controls__item{margin:10px}.controls__scenelist{display:none}}@media screen and (min-width: 1130px){.controls__gallery{display:none}}.cls-1{fill:none;stroke:#fff}.cls-2{fill:#f9a02f}.cls-3{fill:#fff}svg path,svg circle{fill:#fff}#fullscreenToggle .customFullScreenOff{display:none}#fullscreenToggle .customFullScreenOn{display:block}#fullscreenToggle.enabled .customFullScreenOn{display:none}#fullscreenToggle.enabled .customFullScreenOff{display:block}#autorotateToggle .customAutoRotateOff{display:none}#autorotateToggle .customAutoRotateOn{display:block}#autorotateToggle.enabled .customAutoRotateOn{display:none}#autorotateToggle.enabled .customAutoRotateOff{display:block}.sceneName{background-color:rgba(0,0,0,0) !important;padding:0 !important;font-size:14px;text-transform:uppercase;letter-spacing:1px;font-weight:600}#titleBar{position:absolute;top:0;left:0 !important;right:0 !important;height:auto;text-align:center;top:-35px;width:100%}.sceneLabel{position:absolute;top:50%;left:30px;transform:translateY(-50%);display:none}.sceneLabel__list{border-left:3px solid #fff}.sceneLabel__list-item{padding:15px 15px 15px 10px;font-weight:600;max-width:10em;text-overflow:ellipsis;overflow:hidden;font-size:18px;position:relative;white-space:nowrap;opacity:0}.sceneLabel__list-item.active{opacity:1}.sceneLabel__list-item.active:before{content:"";position:absolute;top:0;left:0;width:5px;height:100%;background-color:rgba(249,160,47,0.9)}@media screen and (min-width: 900px){.sceneLabel{display:block}}#modal-info{padding-top:0}.modal-content--info{height:100vh}.info{width:90%;max-width:900px;border:1px solid rgba(255,255,255,0.3);margin:auto;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.info_wrapper{padding:50px 10px}.info__content{display:flex;width:100%;justify-content:center;padding:15px 0;align-items:center}.info__icons{display:flex;justify-content:center;align-items:center;flex-basis:100%;max-width:200px}.info__icons>svg{width:40px;margin:0 10px}.info__text{flex-basis:100%;padding:15px 0 15px 30px;border-left:3px solid rgba(255,255,255,0.3);text-transform:uppercase;font-size:14px;letter-spacing:1px;max-width:300px}#iframespot{background-color:#444;position:relative}.hotspot:before{content:'';display:inline-block;position:absolute;width:100%;height:100%;border-radius:50%;top:0;left:0;z-index:-1}.hotspot:hover:before{animation:sonar-effect 1s ease-in-out .1s infinite}@keyframes sonar-effect{0%{opacity:0.3}40%{opacity:0.9;box-shadow:0 0 0 5px #f9a01b, 0 0 10px 10px #f9a01b, 0 0 0 10px #f9a01b}100%{box-shadow:0 0 0 5px #f9a01b, 0 0 10px 10px #f9a01b, 0 0 0 10px #f9a01b;transform:scale(1.5);opacity:0}}.tourIcon{position:absolute;bottom:20px;display:inline-block;width:30px;background-color:rgba(27,27,27,0) !important;transform:scale(1);transition:all .2s ease-in-out}.tourIcon>svg{vertical-align:middle}.tourIcon:before{content:'';width:100%;height:100%;position:absolute;left:0;top:0;background-color:rgba(27,27,27,0.75) !important;z-index:-1;border-radius:50%;transform:scale(0);opacity:0;transition:all .2s ease-in-out}.tourIcon:hover:before{transform:scale(1.5);opacity:1}.tourIcon:hover{transform:scale(0.9)}.tourIcon-xs{display:block}.tourIcon-lg{display:none}.tourInfo{right:200px}.tourInfo-right-20{right:20px}.tourAudio{right:250px}.tourAudio-right-70{right:70px}@media screen and (min-width: 1300px){.tourIcon-xs{display:none}.tourIcon-lg{display:block}}#tourDetails{position:absolute;width:300px;background-color:#000;padding:15px 10px 15px 15px;height:200px;bottom:150px;right:-320px;overflow-y:scroll;background-color:rgba(27,27,27,0.75) !important;transition:all .3s ease-in-out;opacity:0}#tourDetails>p{line-height:20px}#tourDetails::-webkit-scrollbar{width:10px}#tourDetails::-webkit-scrollbar-track{background:rgba(58,68,84,0)}#tourDetails::-webkit-scrollbar-thumb{background:#3a4454;border-radius:2px}#tourDetails::-webkit-scrollbar-thumb:hover{background:#555}#tourDetails.enabled{margin-left:300px}.tourDetailsShow{right:20px !important;opacity:1 !important}#home>#titleBar{position:absolute;top:0 !important;left:0 !important;right:0 !important;height:100vh;text-align:center;width:100% !important;background-color:rgba(0,0,0,0.3)}#home #autorotateToggle,#home #fullscreenToggle{display:none !important}#autorotateToggle,#fullscreenToggle{display:block !important}#home>#titleBar .sceneName{width:100%;height:100%;line-height:normal !important;padding:5px;background-color:#3a4454;background-color:rgba(58,68,84,0.8);overflow:auto;text-overflow:unset;white-space:normal;user-select:none}.hhero{width:100%;position:relative;top:50%;transform:translateY(-50%)}.hhero__logo{width:150px;position:relative;top:-10px;margin-bottom:10px}.hhero__suptext{font-size:16px;text-transform:uppercase;font-weight:600;letter-spacing:2px;user-select:none;font-family:"Open Sans",sans-serif}.hhero__title{font-size:30px;margin-top:10px;font-family:"Open Sans",sans-serif}.hhero__subtext{font-size:18px;width:90%;margin:20px auto;user-select:none;font-family:"Open Sans",sans-serif;line-height:25px;display:none}.hhero__tourContainer{display:flex;justify-content:center;flex-wrap:wrap;margin-top:30px}.hhero__tourItem{position:relative;margin:0 15px;flex-basis:50%}.hhero__tourItem--disabled{filter:grayscale(1)}.hhero__caption{position:static;width:100%;text-align:center;top:unset;left:0;z-index:-1;transition:none;text-transform:uppercase;font-weight:600;letter-spacing:1px;font-size:14px;margin:5px 0;display:inline-block;line-height:20px}.hhero__img{max-width:100%;transform:scale(1);transition:all .3s ease-in-out;box-shadow:0px -1px 20px -3px rgba(0,0,0,0);-webkit-box-shadow:0px -1px 20px -3px rgba(0,0,0,0);-moz-box-shadow:0px -1px 20px -3px rgba(0,0,0,0);border-radius:15px;cursor:url("../img/360degrees64.png"),auto}.hhero__link:hover .hhero__img{transform:scale(1.02);box-shadow:0px -1px 20px 0px rgba(0,0,0,0.81);-webkit-box-shadow:0px -1px 20px 0px rgba(0,0,0,0.81);-moz-box-shadow:0px -1px 20px 0px rgba(0,0,0,0.81)}.hhero__link:hover .hhero__caption{top:calc(100% + 20px)}.hhero__link:hover .hhero__caption-bottom{top:-40px !important}.hhero__explore{display:none;background-color:rgba(0,0,0,0) !important;transition:all .3s ease-in-out;margin-top:60px;opacity:.7;width:60px;height:60px;transition:all .3s ease-in-out;position:relative;transform:scale(1)}.hhero__explore span{opacity:0;position:relative;top:-20px;transition:all .5s ease-in-out;text-transform:uppercase;letter-spacing:2px;font-size:14px;font-weight:600;left:-10%}.hhero__explore img{max-width:100%}.hhero__explore:hover{opacity:1;transform:scale(1.1)}.hhero__explore:hover span{opacity:1;top:5px}.hhero__bottom-title{display:none;font-size:20px;text-transform:uppercase;font-weight:600;letter-spacing:2px;margin-top:20px}@media screen and (min-width: 550px){.hhero__tourContainer{flex-wrap:nowrap}}@media screen and (min-height: 750px){.hhero__subtext{display:block}.hhero__logo{top:-35px;width:220px}}@media screen and (min-width: 600px){.hhero__logo{margin-bottom:0}.hhero__tourContainer{display:flex;justify-content:center;margin-top:30px}.hhero__tourItem{position:relative;margin:0 15px;flex-basis:33.33%}}@media screen and (min-width: 950px){.hhero__logo{width:220px}.hhero__title{font-size:60px;margin-top:20px}.hhero__subtext{font-size:20px;width:600px}.hhero__tourContainer{margin-top:50px;flex-wrap:nowrap}.hhero__explore{display:inline-block}.hhero__img{max-width:unset;width:260px}#home #autorotateToggle,#home #fullscreenToggle{display:block !important}}@media screen and (min-width: 1200px){.hhero__img{max-width:unset;width:unset}.hhero__caption{position:absolute;top:20%;transition:all .5s ease-in-out;font-size:16px;margin:unset;display:unset}.hhero__tourItem{flex-basis:unset}}.comment{width:90%;height:180px;max-width:1100px;margin:10px auto 0;position:relative;overflow-x:auto;z-index:1}.comment::-webkit-scrollbar{display:none}.comment__wrapper{display:flex;width:600%;position:absolute;flex-grow:0;left:0;flex-wrap:nowrap;padding-top:20px}.comment__item{flex-basis:100%;height:100px;margin:0 20px;flex-grow:0;padding:20px;box-sizing:border-box;position:relative;border-top:5px solid #f8a52d;border-radius:15px;background-size:cover;background-position:center;background-repeate:no-repeat;transform:scale(1);box-shadow:0 2px 10px rgba(0,0,0,0);transition:all .4s ease-in-out}.comment__item:hover{transform:scale(1.02);box-shadow:0 2px 10px rgba(0,0,0,0.8)}.comment__img{position:absolute;left:50%;margin:0 0 0 -50px;top:-50px;width:100px;border-radius:50%}.comment__img img{max-width:100%;border-radius:50%;box-shadow:0 2px 10px rgba(50,50,93,0.3)}.comment__heading{text-align:center;position:absolute;top:105%;left:50%;width:90%;transform:translateX(-50%);text-transform:uppercase;font-size:16px;font-weight:600;letter-spacing:1px;line-height:20px;opacity:1;transition:all .4s ease-in-out}.comment__link{width:100%;height:100%;display:block;position:absolute;top:0;left:0;background-color:rgba(0,0,0,0) !important}.comment__text{height:200px;overflow:auto;padding:0 10px}.comment__text::-webkit-scrollbar{width:5px}.comment__text::-webkit-scrollbar-track{background:#fff}.comment__text::-webkit-scrollbar-thumb{background:#eee;border-radius:2px}.comment__text::-webkit-scrollbar-thumb:hover{background:#555}.comment__text p{font-size:14px;line-height:1.7;user-select:none}.comment__controls{width:100%;text-align:center;position:relative;z-index:2;display:none}.comment__btn{display:inline-block;margin:0 15px;padding:5px 30px;background-color:#f8a52d;transition:background .2s ease-in-out}@media screen and (min-width: 500px){.comment__wrapper{width:300%}.comment__item{flex-basis:50%}}@media screen and (min-width: 650px){.comment__wrapper{width:199.98%}.comment__item{flex-basis:33%}}@media screen and (min-width: 650px) and (min-height: 750px){.comment{width:100%}.comment__heading{top:95%;opacity:0;font-size:18px;line-height:25px}.comment__link:hover>.comment__heading{top:103%;opacity:1}.comment__controls{display:block}}@media screen and (min-height: 550px){.comment{height:300px}.comment__item{height:200px}}@media screen and (min-height: 650px){.comment{height:380px;margin-top:30px}}@media screen and (min-height: 750px){.comment{height:450px}}.btn{display:inline-block;color:#fff;border:1px solid rgba(255,255,255,0.5);padding:10px 25px;letter-spacing:1px;font-weight:600;transition:all .2s ease-in-out}.btn-primary{background-color:rgba(255,255,255,0)}.btn-primary:hover{background-color:rgba(255,255,255,0.3)}*{box-sizing:border-box}body{margin:0;padding:0;font-family:"Nunito",sans-serif;color:#fff;background-color:#fff}ul,figure{margin:0;padding:0}li{list-style-type:none}a{text-decoration:none;color:#fff;background-color:rgba(0,0,0,0)}h1,h2,h3,h4,h5,h6{font-family:"Open Sans",sans-serif;font-weight:400}.hero{background-image:url("../img/hero-bg.jpg");background-size:cover;background-position:bottom center;background-repeat:no-repeat;width:100%;height:auto;min-height:100vh;position:relative}.hero:before{content:"";width:100%;height:100%;position:absolute;background-color:rgba(20,64,110,0.3)}.hero__scroll-down-xs{position:absolute;left:50%;transform:translateX(-50%);bottom:100px;text-align:center}.hero__scroll-down-xs svg{width:30px}.hero__scroll-down-xs p{margin:0;text-transform:uppercase;font-size:12px;font-weight:300;letter-spacing:3px}.hero__img{position:absolute;width:250px;top:87px;right:50%;transform:translateX(50%)}.hero__heading{width:90%;max-width:600px;position:absolute;top:50%;transform:translate(-50%, -50%);left:50%;text-align:center;border:5px solid #ffffff8f;padding:20px}.hero__heading:before{position:absolute;width:96%;height:97%;background-color:rgba(0,0,0,0.2);top:50%;left:50%;z-index:-1;content:"";transform:translate(-50%, -50%);backdrop-filter:blur(3px)}.hero__title{font-size:40px;line-height:45px;margin-top:0;margin-bottom:0}.hero__text{font-size:20px;margin-top:10px}.hero__panel{display:flex;height:100%;width:100%}@media screen and (min-width: 900px){.hero:before{background-color:rgba(255,255,255,0)}.hero__img{position:absolute;width:250px #4052647a;top:30px;right:50px;transform:translateX(0)}.hero__heading{top:30px;left:50px;transform:translate(0, 0);border:0;padding:0;text-align:left;max-width:500px}.hero__heading:before{display:none}.hero__title{font-size:50px;line-height:65px}.hero__text{font-size:24px}.hero__scroll-down-xs{display:none}}@media screen and (min-width: 1200px){.hero__heading{max-width:600px;left:220px}.hero__title{font-size:60px;line-height:76px}}@media screen and (min-width: 1200px) and (min-height: 1025px){.hero{overflow:hidden}}.tours{width:100%;position:absolute;bottom:0;border-top:1px solid rgba(255,255,255,0.5);top:100vh}.tours__container{display:flex;flex-wrap:wrap;background-color:#14406e}.tours__col:not(:last-child){border-right:0}.tours__col:not(:last-child):after{content:"";height:2px;width:80%;position:absolute;background-color:#ffffff75;left:50%;transform:translateX(-50%);bottom:0;border-radius:50%}.tours__col{padding:38px 50px;background-color:rgba(0,0,0,0);transition:all .3s ease-in-out;user-select:none;text-align:center;position:relative;flex-basis:100%;display:block}.tours__col:hover{background-color:rgba(0,0,0,0.1);backdrop-filter:blur(7px)}.tours__title{margin-top:0;font-size:25px;margin-bottom:0}.tours__text{margin-top:10px;font-size:18px;font-weight:300}@media screen and (min-width: 900px){.tours{background-color:rgba(46,46,46,0.5);border-top:1px solid rgba(255,255,255,0.5);top:unset}.tours__container{flex-wrap:nowrap;background-color:rgba(46,46,46,0)}.tours__col:not(:last-child){border-right:1px solid rgba(255,255,255,0.5)}.tours__col{flex-basis:33.33%;padding:25px 20px;text-align:left;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.tours__col:not(:last-child):after{display:none}}@media screen and (min-width: 1200px){.tours__col{padding:25px 50px}}.cards{flex-basis:100%;padding-top:350px;padding-bottom:100px}.cards__container{display:flex;width:100%;height:100%;justify-content:center;align-items:center;display:flex;flex-wrap:wrap;position:relative;top:-20px}.cards__link{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:#f9a01b}.cards__link:hover{background-color:#db8606}.cards__img{position:relative;border-radius:10px;border:10px solid #ffffff;width:95%;max-width:550px;margin:15px;background-color:#fff;box-sizing:border-box;box-shadow:0 5px 10px 0 #00000040,0 15px 20px 0 #00000020;transform:translate(0);transition:transform 200ms;z-index:1}.cards__img img{vertical-align:middle;border-radius:10px;max-width:100%}.cards__img:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background-color:rgba(46,46,46,0.3);opacity:0;transition:all .3s ease-in-out;border-radius:10px}.cards__img:hover::before{opacity:1}.cards__img:nth-last-child(n+6){transform:none;box-shadow:0 5px 10px 0 #00000040,0 15px 20px 0 #00000020}.cards__img:nth-last-child(5){transform:none}.cards__img:nth-last-child(4){transform:none}.cards__img:nth-last-child(3){transform:none}.cards__img:nth-last-child(2){transform:none}.cards__img:nth-last-child(1){transform:none}@keyframes swap{50%{transform:translateY(-550px) scale(0.8) rotate(-5deg);animation-timing-function:ease-in}100%{transform:translateY(-170px) scale(0.8);animation-timing-function:ease-in;z-index:0}}@media screen and (min-width: 850px){.cards{padding-top:150px}}@media screen and (min-width: 1000px){.cards{flex-basis:70%;padding-top:300px}.cards__container{flex-wrap:nowrap}.cards__img{position:absolute;border-radius:30px;border:20px solid #fff;width:350px;margin:0}.cards__img img{max-width:auto}.cards__img:nth-last-child(n+6){transform:translateY(-170px) scale(0.8);box-shadow:0 0 1px 1px #00000003}.cards__img:nth-last-child(5){transform:translateY(-130px) scale(0.85)}.cards__img:nth-last-child(4){transform:translateY(-90px) scale(0.9)}.cards__img:nth-last-child(3){transform:translateY(-50px) scale(0.95)}.cards__img:nth-last-child(2){transform:translateY(-10px) scale(1)}.cards__img:nth-last-child(1){transform:translateY(30px) scale(1.05)}}@media screen and (min-width: 1250px){.cards__img{width:100%}}@media screen and (max-width: 1000px){.cards__img{max-width:360px}}.nav{padding:50px 40px;display:flex;width:100%;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,0.5);position:absolute;z-index:1;flex-wrap:wrap;flex-direction:column-reverse;align-items:center}.nav__content{display:flex;align-items:center;flex-direction:column-reverse}.nav__content a{background-color:rgba(255,255,255,0) !important}.nav__title{margin:20px 0;font-size:35px;font-weight:600;text-align:center;line-height:40px}.nav__img{width:160px}@media screen and (min-width: 850px){.nav{padding:0 40px;flex-direction:row}.nav__content{flex-direction:row}.nav__content a{margin-right:20px}}.sidebar{flex-basis:30%;background-color:rgba(46,46,46,0.5);border-right:1px solid rgba(255,255,255,0.5);padding-top:120px;display:flex;flex-flow:column;justify-content:space-between;display:none;position:relative;z-index:0;max-width:650px;backdrop-filter:blur(3px)}.sidebar__list{padding:0 40px;margin:0}.sidebar__list-item{font-size:20px;padding:5px 0}.sidebar__details{padding:10px 20px;margin-top:30px;border-top:1px solid rgba(255,255,255,0.5);position:relative;height:100%;background-color:rgba(0,0,0,0);transition:all .3s ease-in-out;user-select:none;height:350px}.sidebar__details:hover{background-color:rgba(0,0,0,0.1);backdrop-filter:blur(4px)}.sidebar__contentbelt{position:relative;bottom:0;width:100%;position:absolute;height:100%;box-sizing:border-box;padding:30px 50px;left:-100%;top:0;opacity:0;transition:all 1s ease-in-out}.sidebar__contentbelt--active{left:0;opacity:1}.sidebar__contentbelt--active{display:block}.sidebar__list-item::before{content:counter(li, lower-alpha) ". ";display:inline-block;font-size:14px;margin-right:10px}.sidebar__list-item{counter-increment:li}.sidebar__link{padding-bottom:3px;border-bottom:0;transition:all .2s ease-in-out;border-bottom:2px solid rgba(255,255,255,0);background-color:rgba(0,0,0,0) !important}.sidebar__link:hover{border-bottom:2px solid rgba(255,255,255,0.5)}.sidebar__text{height:107px;overflow:hidden;text-overflow:ellipsis}@media screen and (min-width: 1000px){.sidebar{display:block}}@media screen and (min-width: 1100px){.sidebar__list-item{padding:15px 0}}@media screen and (min-width: 1200px){.sidebar__details{padding:30px 50px;margin-top:50px}}@media screen and (min-width: 1500px){.sidebar__list{padding:0 80px}}@media screen and (min-width: 1200px) and (min-height: 1025px){.sidebar{height:100vh}}.tour{width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:rgba(0,0,0,0.3);z-index:1}.tour.active{cursor:grabbing}.tour__logo{width:220px;position:absolute;top:10%;left:50%;transform:translateX(-50%)}.tour__title{margin:0 auto;position:absolute;left:50%;transform:translateX(-50%);font-size:40px;font-weight:600;text-transform:uppercase;letter-spacing:2px;line-height:40px;top:30%}.tour__items{width:80%;max-width:1270px;height:260px;position:absolute;left:50%;transform:translateX(-50%);display:flex;top:45%;overflow-x:scroll;overflow-y:hidden;transition:all 1s ease-in-out}.tour__items::-webkit-scrollbar{display:none}.tour__item{width:300px;height:150px;flex-shrink:0;border-radius:15px;margin:0 10px}.tour__item:first-of-type{margin-left:0}.tour__item:last-of-type{margin-right:0}.tour__link{position:relative;display:block;width:100%;height:100%;background-color:rgba(0,0,0,0) !important}.tour__link:hover .tour__caption{opacity:1;top:110%}.tour__caption{position:absolute;width:100%;left:50%;text-align:center;transform:translateX(-50%);top:90%;z-index:-1;opacity:0;transition:all .4s ease-in-out;line-height:20px}.tour__btnExplore{display:inline-block;width:60px;height:60px;color:#fff;font-size:40px;font-weight:bold;border:1px solid #000;text-align:center;position:absolute;border-radius:50%;line-height:50px;left:50%;transform:translateX(-50%);top:75%}.tour__items.moveDown{animation:move-down 1s ease-in-out;top:calc(100vh - 200px);height:200px}@keyframes move-down{0%{opacity:1}50%{opacity:0}100%{opacity:1}}
/*# sourceMappingURL=app.min.css.map */