<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slideshow {
	width: 95%;
	max-width:600px;
	height: auto;
	position: relative;
	text-align: center;
	line-height:300px;
	padding-bottom: 30px;
}

.slideshow[data-transition="zoom"] {
	overflow: hidden;
}



/* slideshow navigation */
.slideshow--nav{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	display: none;
	z-index: 88;
	cursor: pointer;
	color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.slideshow--nav:after {
	display: block;
	content: '\25B6';
	font-size: 2.5em;
	color: #fff;
	border: 1px solid #000;
	background-color:rgba(24,28,57,1);
	border-radius:2px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -.5em;
}

.slideshow--nav-previous {
	left: -20px;
	display: block;
}

.slideshow--nav-previous:after {
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	transform: scaleX(-1);
	right: auto;
	left: 10px;
}

.slideshow--nav-next {
	right: -20px;
	display: block;
}



/* Slideshow container */
.slideshow-container {
  position: relative;
  background: none;
  width:100%;
}

/* Slides */
.mySlides {
  display: none;
  padding-left: 80px;
  padding-right: 80px;
  padding-top:20px;
  padding-bottom:20px;
  text-align: center;
}

/* Next &amp; previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 3px 3px 3px;
}
.prev {
  position: absolute;
  left: 0;
  border-radius: 3px 3px 3px 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color:#44ef44;
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background: #ddd;
  display:none;
}


/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: #777;}

</pre></body></html>