@-webkit-keyframes hotspot-panel-in {
0% {
width:0
}
50% {
width:75%
}
100% {
width:100%
}
}
@keyframes hotspot-panel-in {
0% {
width:0
}
50% {
width:75%
}
100% {
width:100%
}
}
@-webkit-keyframes hotspot-panel-out {
0% {
width:100%
}
50% {
width:75%
}
100% {
width:0
}
}
@keyframes hotspot-panel-out {
0% {
width:100%
}
50% {
width:75%
}
100% {
width:0
}
}
@-webkit-keyframes up-n-down {
0% {
-webkit-transform:translateY(-3px);
transform:translateY(-3px)
}
50% {
-webkit-transform:translateY(6px);
transform:translateY(6px)
}
100% {
-webkit-transform:translateY(-3px);
transform:translateY(-3px)
}
}
@keyframes up-n-down {
0% {
-webkit-transform:translateY(-3px);
transform:translateY(-3px)
}
50% {
-webkit-transform:translateY(6px);
transform:translateY(6px)
}
100% {
-webkit-transform:translateY(-3px);
transform:translateY(-3px)
}
}
.hotspot-panel {
	display: block;
	position: fixed;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 195;
	overflow: hidden;
	width: 0;
	opacity: 0;
	margin: 0 !important
}

/*@media screen and (min-width: 1024px) {*/
	.hotspot-panel {
		-webkit-transition: opacity .2s ease .6s;
		transition: opacity .2s ease .6s;
		-webkit-animation: hotspot-panel-out .4s ease forwards;
		animation: hotspot-panel-out .4s ease forwards
	}
/*}*/
.hotspot-panel .back-to-360 {
	-webkit-transition: -webkit-transform 0.4s ease-out 0.3s;
	transition: -webkit-transform 0.4s ease-out 0.3s;
	transition: transform 0.4s ease-out 0.3s;
	transition: transform 0.4s ease-out 0.3s, -webkit-transform 0.4s ease-out 0.3s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	background-color: #009cdf;
	position: absolute;
	display: block;
	width: 46.06px;
	height: 46.06px;
	border-radius: 50%;
	right: 18px;
	top: 18px;
	cursor: pointer;
	z-index: 99;
	opacity: 0
}

/*@media screen and (min-width: 1024px) {*/
	.hotspot-panel .back-to-360 {
		width: 51.19px;
		height: 51.19px;
		-webkit-transition: opacity .3s ease .4s, -webkit-transform 0.4s ease-out 0.3s;
		transition: opacity .3s ease .4s, -webkit-transform 0.4s ease-out 0.3s;
		transition: transform 0.4s ease-out 0.3s, opacity .3s ease .4s;
		transition: transform 0.4s ease-out 0.3s, opacity .3s ease .4s, -webkit-transform 0.4s ease-out 0.3s;
		right: 40px;
		top: 20px
	}
/*}*/
.hotspot-panel .back-to-360 .cross {
	-webkit-filter: blur(0);
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
	transform: translateX(-50%) translateY(-50%) translateZ(0);
	display: block;
	height: 2px;
	width: 20px;
	background-color: transparent
}
.hotspot-panel .back-to-360 .cross::before, .hotspot-panel .back-to-360 .cross::after {
	content: ' ';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	height: 2px;
	width: 20px;
	background-color: #fff
}
.hotspot-panel .back-to-360 .cross::before {
	margin-top: 0;
	-webkit-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg)
}
.hotspot-panel .back-to-360 .cross::after {
	margin-top: 0;
	-webkit-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg)
}
.hotspot-panel .mobile-overlay {
	position: absolute;
	display: block;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: #353535;
	-webkit-transition: height .6s ease 0.2s, opacity .8s ease 0.2s;
	transition: height .6s ease 0.2s, opacity .8s ease 0.2s
}

/*@media screen and (min-width: 1024px) {*/
	.hotspot-panel .mobile-overlay {
		display: none
	}
/*}*/
.hotspot-panel .previous-hotspot, .hotspot-panel .next-hotspot {
	display: block;
	position: absolute;
	z-index: 6;
	top: 50%;
	left: 50%;
	padding: 1rem;
	cursor: pointer;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}

/*@media screen and (min-width: 1024px) {*/
	.hotspot-panel .previous-hotspot, .hotspot-panel .next-hotspot {
		display: none
	}
/*}*/
.hotspot-panel .previous-hotspot.previous-hotspot, .hotspot-panel .next-hotspot.previous-hotspot {
	margin-left: -44%
}

@media screen and (min-width: 320px) {
.hotspot-panel .previous-hotspot.previous-hotspot, .hotspot-panel .next-hotspot.previous-hotspot {
	margin-left: -38%
}
}

@media screen and (min-width: 640px) {
.hotspot-panel .previous-hotspot.previous-hotspot, .hotspot-panel .next-hotspot.previous-hotspot {
	margin-left: -30%
}
}
.hotspot-panel .previous-hotspot.next-hotspot, .hotspot-panel .next-hotspot.next-hotspot {
	margin-left: 44%
}

@media screen and (min-width: 320px) {
.hotspot-panel .previous-hotspot.next-hotspot, .hotspot-panel .next-hotspot.next-hotspot {
	margin-left: 38%
}
}

@media screen and (min-width: 640px) {
.hotspot-panel .previous-hotspot.next-hotspot, .hotspot-panel .next-hotspot.next-hotspot {
	margin-left: 30%
}
}
.hotspot-panel .hotspot-xray-area {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: translateX(-50%) translateY(-50%);
	transition: translateX(-50%) translateY(-50%);
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

/*@media screen and (min-width: 1024px) {*/
	.hotspot-panel .hotspot-xray-area {
		cursor: none
	}
/*}*/
.hotspot-panel .hotspot-xray-area svg {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity .2s ease 1.2s, -webkit-transform .6s ease 1.2s;
	transition: opacity .2s ease 1.2s, -webkit-transform .6s ease 1.2s;
	transition: transform .6s ease 1.2s, opacity .2s ease 1.2s;
	transition: transform .6s ease 1.2s, opacity .2s ease 1.2s, -webkit-transform .6s ease 1.2s
}

/*@media screen and (min-width: 1024px) {*/
	.hotspot-panel .hotspot-xray-area svg {
		-webkit-transition: opacity .2s ease 1.3s, -webkit-transform .6s ease 1.3s;
		transition: opacity .2s ease 1.3s, -webkit-transform .6s ease 1.3s;
		transition: transform .6s ease 1.3s, opacity .2s ease 1.3s;
		transition: transform .6s ease 1.3s, opacity .2s ease 1.3s, -webkit-transform .6s ease 1.3s
	}
/*}*/
.hotspot-panel .hotspot-xray-area svg circle {
	stroke: #fff;
	stroke-width: 10
}
.hotspot-panel .hotspot-xray-area svg image {
	cursor: pointer
}

/*@media screen and (min-width: 1024px) {*/
	.hotspot-panel .hotspot-xray-area svg image {
		cursor: none
	}
/*}*/
.hotspot-panel .row {
	width: 100vw;
	height: 100%
}
.hotspot-panel.active {
	width: 100%;
	opacity: 1
}

/*@media screen and (min-width: 1024px) {*/
	.hotspot-panel.active {
		-webkit-transition: opacity .2s ease .2s;
		transition: opacity .2s ease .2s;
		-webkit-animation: hotspot-panel-in .2s ease forwards;
		animation: hotspot-panel-in .2s ease forwards
	}
/*}*/
.hotspot-panel.active svg {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1
}
.hotspot-panel.active .back-to-360 {
	opacity: 1
}
.hotspot-panel.active .hotspot-content {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.hotspot-panel.active .hotspot-content .md-column>* {
	left: 0
}
.hotspot-panel.active .hotspot-imagery {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

/*@media screen and (max-width: 1023px) {*/
	.hotspot-panel.active .mobile-overlay {
		height: 100%;
		opacity: 0.55
	}
/*}*/
.hotspot-panel .hotspot-mobile-line {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 4rem;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: 1px;
	background-color: rgba(255,255,255,0.4)
}

/*@media screen and (min-width: 1024px) {*/
	.hotspot-panel .hotspot-mobile-line {
		display: none
	}
/*}*/
.hotspot-panel .hotspot-mobile-line .hotspot-mobile-line-dots {
	margin: 0;
	padding: 0;
	list-style-type: none
}
.hotspot-panel .hotspot-mobile-line .hotspot-mobile-line-dots li {
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}
.hotspot-panel .hotspot-mobile-line .hotspot-mobile-line-dots li:nth-child(1) {
	left: 15%;
	opacity: 0.5
}
.hotspot-panel .hotspot-mobile-line .hotspot-mobile-line-dots li:nth-child(2) {
	left: 50%;
	background-color: #fff
}
.hotspot-panel .hotspot-mobile-line .hotspot-mobile-line-dots li:nth-child(2)::before {
	content: '';
	display: block;
	z-index: 2;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	border: 1px solid #fff;
	opacity: 0.5;
	width: 16px;
	height: 16px
}
.hotspot-panel .hotspot-mobile-line .hotspot-mobile-line-dots li:nth-child(2) .hotspot-number {
	margin-top: -.5rem
}
.hotspot-panel .hotspot-mobile-line .hotspot-mobile-line-dots li:nth-child(3) {
	right: 15%;
	opacity: 0.5
}
.hotspot-panel .hotspot-mobile-line .hotspot-mobile-line-dots li .hotspot-number, .hotspot-panel .hotspot-mobile-line .hotspot-mobile-line-dots li .hotspot-title {
	line-height: 1.1;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 5px;
	color: #fff;
	letter-spacing: 2px;
	font-size: 0.85rem;
	position: absolute;
	display: block;
	padding: 2rem;
	white-space: nowrap;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	left: 50%
}
.hotspot-panel .hotspot-mobile-line .hotspot-mobile-line-dots li .hotspot-number {
	top: -1.5rem
}
.hotspot-panel .hotspot-mobile-line .hotspot-mobile-line-dots li .hotspot-title {
	top: 1.75rem
}
.hotspot-panel .hotspot-imagery {
	background-color: #8F989E;
	height: calc(100% - 4.75rem);
	position: absolute;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	width: 100%
}

/*@media screen and (min-width: 1024px) {*/
	.hotspot-panel .hotspot-imagery {
		height: 100%;
		-webkit-transition: -webkit-transform .6s ease-out .1s;
		transition: -webkit-transform .6s ease-out .1s;
		transition: transform .6s ease-out .1s;
		transition: transform .6s ease-out .1s, -webkit-transform .6s ease-out .1s;
		width: 50%
	}
/*}*/

@media screen and (min-width: 1200px) {
.hotspot-panel .hotspot-imagery {
	width: 58.33333%
}
}

@media screen and (min-width: 1440px) {
.hotspot-panel .hotspot-imagery {
	width: 66.66667%
}
}
.hotspot-panel .hotspot-content {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	background-color: #fff;
	height: 100%;
	padding: 40px 3rem 0rem;
	position: absolute;
	top: 0;
	right: 0
}

/*@media screen and (min-width: 1024px) {*/
	.hotspot-panel .hotspot-content {
		-webkit-transition: -webkit-transform .5s ease-out .1s;
		transition: -webkit-transform .5s ease-out .1s;
		transition: transform .5s ease-out .1s;
		transition: transform .5s ease-out .1s, -webkit-transform .5s ease-out .1s
	}
/*}*/
.hotspot-panel .hotspot-content .md-column>* {
	left: 150%;
	position: relative
}

/*@media screen and (min-width: 1024px) {*/
.hotspot-panel .hotspot-content .md-column>* {
	-webkit-transition: left .6s ease;
	transition: left .6s ease
}
.hotspot-panel .hotspot-content .md-column>*:nth-child(1) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s
}
.hotspot-panel .hotspot-content .md-column>*:nth-child(2) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s
}
.hotspot-panel .hotspot-content .md-column>*:nth-child(3) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s
}
.hotspot-panel .hotspot-content .md-column>*:nth-child(4) {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s
}
.hotspot-panel .hotspot-content .md-column>*:nth-child(5) {
	-webkit-transition-delay: 0.75s;
	transition-delay: 0.75s
}
.hotspot-panel .hotspot-content .md-column>*:nth-child(6) {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s
}
.hotspot-panel .hotspot-content .md-column>*:nth-child(7) {
	-webkit-transition-delay: 1.05s;
	transition-delay: 1.05s
}
.hotspot-panel .hotspot-content .md-column>*:nth-child(8) {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s
}
.hotspot-panel .hotspot-content .md-column>*:nth-child(9) {
	-webkit-transition-delay: 1.35s;
	transition-delay: 1.35s
}
.hotspot-panel .hotspot-content .md-column>*:nth-child(10) {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s
}
.hotspot-panel .hotspot-content .md-column>*:nth-child(11) {
	-webkit-transition-delay: 1.65s;
	transition-delay: 1.65s
}
.hotspot-panel .hotspot-content .md-column>*:nth-child(12) {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s
}
.hotspot-panel .hotspot-content .md-column>*:nth-child(13) {
	-webkit-transition-delay: 1.95s;
	transition-delay: 1.95s
}
.hotspot-panel .hotspot-content .md-column>*:nth-child(14) {
	-webkit-transition-delay: 2.1s;
	transition-delay: 2.1s
}
.hotspot-panel .hotspot-content .md-column>*:nth-child(15) {
	-webkit-transition-delay: 2.25s;
	transition-delay: 2.25s
}
.hotspot-panel .hotspot-content .md-column>*:nth-child(16) {
	-webkit-transition-delay: 2.4s;
	transition-delay: 2.4s
}
.hotspot-panel .hotspot-content .md-column>*:nth-child(17) {
	-webkit-transition-delay: 2.55s;
	transition-delay: 2.55s
}
.hotspot-panel .hotspot-content .md-column>*:nth-child(18) {
	-webkit-transition-delay: 2.7s;
	transition-delay: 2.7s
}
.hotspot-panel .hotspot-content .md-column>*:nth-child(19) {
	-webkit-transition-delay: 2.85s;
	transition-delay: 2.85s
}
.hotspot-panel .hotspot-content .md-column>*:nth-child(20) {
	-webkit-transition-delay: 3s;
	transition-delay: 3s
}
/*}*/
.hotspot-panel .hotspot-content .expand-collapse-bt {
	-webkit-transition: background .6s ease;
	transition: background .6s ease;
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	top: 0;
	margin: 0
}
.hotspot-panel .hotspot-content .expand-collapse-bt .icon {
	-webkit-transition: -webkit-transform .6s ease;
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
	transition: transform .6s ease, -webkit-transform .6s ease
}
.hotspot-panel .hotspot-content .expand-collapse-bt .icon i {
	-webkit-animation: up-n-down 1.5s linear infinite;
	animation: up-n-down 1.5s linear infinite
}

/*@media screen and (min-width: 1024px) {*/
.hotspot-panel .hotspot-content .expand-collapse-bt {
	display: none
}
/*}*/
.hotspot-panel .hotspot-content.expanded .expand-collapse-bt {
	background-color: #f5f5f5
}
.hotspot-panel .hotspot-content.expanded .expand-collapse-bt .icon {
	-webkit-transform: rotate(180deg) translateY(50%);
	-ms-transform: rotate(180deg) translateY(50%);
	transform: rotate(180deg) translateY(50%)
}
.hotspot-panel .hotspot-content.expanded .expand-collapse-bt .icon i {
	-webkit-animation: none;
	animation: none
}
.hotspot-panel .hotspot-content .label {
	font-family: "Gravur Condensed Web", AdobeBlank, Arial, sans-serif;
	line-height: 1.1;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 5px;
	font-size: 0.8rem;
	letter-spacing: 1px;
	position: relative;
	display: inline-block;
	border: 1px solid #d3d7d9;
	color: #8F989E;
	border-radius: 15px;
	padding: 0.4rem 1.2rem 0.3rem;
	margin-top: 10.03px;
	margin-left: -.25rem
}
.hotspot-panel .hotspot-content .markdown {
	text-align: left
}
.hotspot-panel .hotspot-content .markdown img {
	width: 100%
}
.hotspot-panel .hotspot-content .title {
	margin: 1rem 0 .5rem
}
.hotspot-panel .scrolly-me-container {
	height: calc(100% - 18px - 46.06px - 3rem)
}

/*@media screen and (min-width: 1024px) {*/
.hotspot-panel .scrolly-me-container {
	height: calc(100% - 40px - 46.06px - 2.5rem)
}
/*}*/
.hotspot-panel .scrolly-me-container .scrolly-me {
	padding-right: 2.5rem
}
.hotspot-panel .scrolly-me-container .ps-scrollbar-x-rail, .hotspot-panel .scrolly-me-container .ps-scrollbar-y-rail {
	opacity: 0.6 !important
}
