<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;overflow:visible;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* -------------------------------------------------------------------------------------------------------------
	User Style:
	Change the following styles to modify the appearance of Colorbox.  They are
	ordered &amp; tabbed in a way that represents the nesting of the generated HTML.
------------------------------------------------------------------------------------------------------------- */
#cboxOverlay
{	background: #000;
	opacity: 0.95;
}
#colorbox
{	outline: 0;
	overflow: visible;
}

/* All edge parts */
#cboxTopLeft, #cboxTopCenter, #cboxTopRight,
#cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight,
#cboxMiddleLeft, #cboxMiddleRight
{	background-color: rgba(255,255,255,0.8);
}

#cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight,
#cboxMiddleLeft, #cboxMiddleRight
{	/* width: 50px; */
}

/* Top parts */
#cboxTopLeft, #cboxTopCenter, #cboxTopRight
{	/* height: 50px; */
}
#cboxTopLeft
{	border-top-left-radius: 5px;
}
#cboxTopCenter
{}
#cboxTopRight
{	border-top-right-radius: 5px;
}

/* Bottom parts */
#cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight
{	/* height: 60px; */
}
#cboxBottomLeft
{	border-bottom-left-radius: 5px;
}
#cboxBottomCenter
{}
#cboxBottomRight
{	border-bottom-right-radius: 5px;
}

/* Left/right parts */
#cboxMiddleLeft
{}
#cboxMiddleRight
{}

/* MAIN area */
#cboxContent
{	background: #FFF;
	overflow: visible;
}
.cboxIframe
{	background: #F2FFF2;
}
#cboxError
{	padding: 50px;
	border: 1px solid #ccc;
}

/* ========================================================================================================= */
/* Mid - The actual content */
/* ========================================================================================================= */
#cboxLoadedContent
{	margin: 0 auto;
}
#cboxLoadingOverlay
{	background: url("./img/loading_background.png") no-repeat center center;
}
#cboxLoadingGraphic
{	background: url("./img/loading.gif") no-repeat center center;
}

/* Say a little something about the image */
#cboxTitle
{	position: static;
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
}

/* Show count */
#cboxCurrent
{	/*position: absolute;
	bottom: 0px;
	left: 0.5em;
	font-weight: bold;
	color: #000;*/
	display: none !important;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Style the controls */
/* ----------------------------------------------------------------------------------------------------------------------- */
/* Shared */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose
{	padding: 0;
	margin: 0;
	border: 0;
	overflow: visible;
	position: absolute;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active
{	outline: 0;
	background-color: transparent;
}

#cboxClose
{	background-color: transparent;
	right: 0;
	text-align: center;
	width: auto;
	top: -38px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
}

#cboxClose:active
{	left: auto;
}

#cboxClose:hover
{	/* background-color: #444; */
	color: #000;
}

/* */
#cboxPrevious, #cboxNext
{	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 30px;
	height: 30px;
	top: 50%;
	margin-top: -15px;
	border: none;
	z-index: 200;
}

#cboxPrevious
{	background-image: url("./img/prev.svg?180419");
	left: -40px;
	border-left: none;
}
#cboxNext
{	background-image: url("./img/next.svg?180419");
	right: -40px;
	border-right: none;
}

#cboxPrevious:active
{	right: auto;
}
#cboxNext:active
{	left: auto;
}

#cboxPrevious:hover,
#cboxNext:hover
{	opacity: 0.8;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
.variant2 #cboxContent
{	background: transparent;
}

.variant2 #cboxTopLeft, .variant2 #cboxTopCenter, .variant2 #cboxTopRight,
.variant2 #cboxBottomLeft, .variant2 #cboxBottomCenter, .variant2 #cboxBottomRight,
.variant2 #cboxMiddleLeft, .variant2 #cboxMiddleRight
{	background-color: rgba(255,255,255,0.8);
}

.variant2 #cboxTopLeft, .variant2 #cboxTopRight, .variant2 #cboxBottomLeft, .variant2 #cboxBottomRight,
.variant2 #cboxMiddleLeft, .variant2 #cboxMiddleRight
{	width: 0px;
}

/* Top parts */
.variant2 #cboxTopLeft, .variant2 #cboxTopCenter, .variant2 #cboxTopRight,
.variant2 #cboxBottomLeft, .variant2 #cboxBottomCenter, .variant2 #cboxBottomRight
{	height: 0px;
}

.variant2 #cboxClose
{	background-color: #0aa0d2;
	width: 60px;
	height: 60px;
	top: -16px;
	right: -16px;
	color: #FFF;
	padding: 5px;
	border-radius: 50%;
}

.variant2 #cboxClose:hover
{
}

.variant2 #cboxClose::before,
.variant2 #cboxClose::after
{	background-color: currentColor;
	content: "";
	width: 60%;
	height: 4px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 20%;
}

.variant2 #cboxClose::before
{	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.variant2 #cboxClose::after
{	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
}



/* ----------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 599px)
{	#cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight,
	#cboxMiddleLeft, #cboxMiddleRight
	{	/* width: 40px; */
	}

/* Top parts */
	#cboxTopLeft, #cboxTopCenter, #cboxTopRight
	{	/* height: 45px; */
	}

/* Bottom parts */
	#cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight
	{	/* height: 120px; */
	}

/* */
	#cboxPrevious, #cboxNext
	{	-webkit-background-size: auto auto;
		background-size: auto auto;
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}

	#cboxPrevious
	{	left: -40px;
	}
	#cboxNext
	{	right: -40px;
	}

/* --- */
	.variant2 #cboxClose
	{	width: 40px;
		height: 40px;
		top: -12px;
		right: -12px;
	}
}
</pre></body></html>