<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#baguetteBox-overlay {
	Z-INDEX: 1000000; POSITION: fixed; BACKGROUND-COLOR: #222; WIDTH: 100%; DISPLAY: none; HEIGHT: 100%; OVERFLOW: hidden; TOP: 0px; LEFT: 0px; opacity: 0; transition: opacity 0.5s ease; -webkit-transition: opacity 0.5s ease
}
.visible#baguetteBox-overlay {
	opacity: 1
}
#baguetteBox-overlay .full-image {
	POSITION: relative; TEXT-ALIGN: center; WIDTH: 100%; DISPLAY: inline-block; HEIGHT: 100%
}
#baguetteBox-overlay .full-image figure {
	MARGIN: 0px; DISPLAY: inline; HEIGHT: 100%
}
#baguetteBox-overlay .full-image IMG {
	WIDTH: auto; DISPLAY: inline-block; MAX-WIDTH: 100%; HEIGHT: auto; MAX-HEIGHT: 100%; VERTICAL-ALIGN: middle; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)
}
#baguetteBox-overlay .full-image figcaption {
	POSITION: absolute; TEXT-ALIGN: center; LINE-HEIGHT: 1.8; BACKGROUND-COLOR: #000; WIDTH: 100%; BOTTOM: 0px; DISPLAY: block; FONT-FAMILY: sans-serif; COLOR: #ccc
}
#baguetteBox-overlay .full-image:before {
	WIDTH: 1px; DISPLAY: inline-block; HEIGHT: 50%; CONTENT: ""; MARGIN-RIGHT: -1px
}
#baguetteBox-slider {
	POSITION: absolute; WIDTH: 100%; WHITE-SPACE: nowrap; HEIGHT: 100%; TOP: 0px; LEFT: 0px; transition: left 0.4s ease, transform 0.4s ease; -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease
}
.bounce-from-right#baguetteBox-slider {
	-webkit-animation: bounceFromRight 0.4s ease-out; animation: bounceFromRight 0.4s ease-out
}
.bounce-from-left#baguetteBox-slider {
	-webkit-animation: bounceFromLeft 0.4s ease-out; animation: bounceFromLeft 0.4s ease-out
}
.baguetteBox-button#next-button {
	WIDTH: 44px; HEIGHT: 60px; TOP: 50%
}
.baguetteBox-button#previous-button {
	WIDTH: 44px; HEIGHT: 60px; TOP: 50%
}
.baguetteBox-button {
	BORDER-BOTTOM: 0px; POSITION: absolute; BORDER-LEFT: 0px; PADDING-BOTTOM: 0px; BACKGROUND-COLOR: #323232; MARGIN: 0px; OUTLINE-STYLE: none; OUTLINE-COLOR: invert; PADDING-LEFT: 0px; OUTLINE-WIDTH: medium; PADDING-RIGHT: 0px; FONT: 1.6em sans-serif; COLOR: #ddd; BORDER-TOP: 0px; CURSOR: pointer; BORDER-RIGHT: 0px; PADDING-TOP: 0px; transition: background-color 0.4s ease; -webkit-transition: background-color 0.4s ease; border-radius: 15%; -moz-border-radius: 15%
}
.baguetteBox-button:hover {
	
}
.baguetteBox-button#next-button {
	RIGHT: 2%
}
.baguetteBox-button#previous-button {
	LEFT: 2%
}
.baguetteBox-button#close-button {
	WIDTH: 30px; HEIGHT: 30px; TOP: 20px; RIGHT: 2%
}
.baguetteBox-button svg {
	POSITION: absolute; TOP: 0px; LEFT: 0px
}
.spinner {
	POSITION: absolute; MARGIN-TOP: -20px; WIDTH: 40px; DISPLAY: inline-block; HEIGHT: 40px; MARGIN-LEFT: -20px; TOP: 50%; LEFT: 50%
}
.double-bounce1 {
	POSITION: absolute; BACKGROUND-COLOR: #fff; WIDTH: 100%; HEIGHT: 100%; TOP: 0px; LEFT: 0px; opacity: 0.6; border-radius: 50%; -webkit-animation: bounce 2s infinite ease-in-out; animation: bounce 2s infinite ease-in-out; -moz-border-radius: 50%
}
.double-bounce2 {
	POSITION: absolute; BACKGROUND-COLOR: #fff; WIDTH: 100%; HEIGHT: 100%; TOP: 0px; LEFT: 0px; opacity: 0.6; border-radius: 50%; -webkit-animation: bounce 2s infinite ease-in-out; animation: bounce 2s infinite ease-in-out; -moz-border-radius: 50%
}
.double-bounce2 {
	-webkit-animation-delay: -1s; animation-delay: -1s
}
</pre></body></html>