.vr-tour{position:relative}.vr-tour .vr-tour__start{z-index:10;aspect-ratio:16/9;background:radial-gradient(#707bba,#c6e8ff);border-radius:30px;justify-content:center;align-items:center;width:100%;animation:.6s ease-in-out showUp;display:flex;position:absolute;top:0}.vr-tour .vr-tour__start .vr-tour__start-button{white-space:nowrap;color:#fff;cursor:pointer;background-color:#004c98;border:none;border-radius:20px;width:max-content;height:60px;padding:0 24px;font-size:22px;transition:all .2s}.vr-tour .vr-tour__start .vr-tour__start-button:hover{scale:1.02}.vr-tour .vr-tour__wrapper{aspect-ratio:16/9;border-radius:30px;width:100%;margin-top:50px;display:block;position:relative;overflow:hidden}.vr-tour .vr-tour__wrapper .vr-tour__canvas{width:100%;height:100%;display:block}@media screen and (max-width:768px){.vr-tour .vr-tour__start,.vr-tour .vr-tour__wrapper{aspect-ratio:3/4}}@keyframes showUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
.virtual-tour__links{align-items:center;gap:4px;width:max-content;margin:0 auto;display:flex}.virtual-tour__link{color:#004c98;text-transform:uppercase;background-color:#004c9812;border-radius:40px;justify-content:center;align-items:center;width:max-content;height:64px;margin:8px auto 0;padding:0 24px;text-decoration:none;transition:all .2s;display:flex}.virtual-tour__link--active{color:#fff;background-color:#004c98}.virtual-tour__link:hover{scale:1.03}@media screen and (max-width:768px){.virtual-tour__links{flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;width:100%;margin-bottom:-20px}.virtual-tour__links .virtual-tour__link{height:50px;margin:0;padding:0 18px;font-size:13px}}
