<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;}
#cboxWrapper {max-width:none;}
#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{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;}

#cboxOverlay{background:#fff; opacity: 0.7 !important; filter: alpha(opacity = 70);}
#colorbox{outline:0;}
#cboxContent{margin-top:32px; overflow:visible; background:#fff; border-radius: 10px;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{background:#fff; padding:1px; border-radius: 10px;}
#cboxLoadingGraphic{background:url(../img/common/loader.gif) no-repeat center center;}
#cboxLoadingOverlay{background:#fffcf1;}
/*#cboxTitle{position:absolute; top:-22px; left:0; color:#000;}*/
/*#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}*/
#cboxTitle,#cboxCurrent{display: none !important;}

#cboxPrevious, #cboxNext, #cboxClose {position:absolute;overflow: visible;background-color: transparent;border: none;-webkit-appearance: none;text-indent:-9999px;margin: auto;width: 36px;height: 36px;border-radius: 50%;background: #ed7b01;}
#cboxPrevious, #cboxNext{top: 0;bottom: 0;}

#cboxPrevious:before,#cboxNext:before,#cboxClose:before,#cboxClose:after{display: block;content: '';position: absolute;width: 2em;height: 2em;-webkit-transition: all .2s ease;-moz-transition: all .2s ease;-ms-transition: all .2s ease;transition: all .2s ease;top: 0;bottom: 0;left: 0;right: 0;margin: auto;}
#cboxPrevious:before,#cboxNext:before{width: .65em;height: .64em;border-top: .25em solid #fff;border-left: .25em solid #fff;}
#cboxPrevious{left: 2em;}
#cboxPrevious:before{-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
#cboxNext{right: 2em;}
#cboxNext:before{-webkit-transform: rotate(135deg);transform: rotate(135deg);}
#cboxClose{top: -1.4em;right: -1.4em;width: 3em;height: 3em;}
#cboxClose:before,#cboxClose:after{top: 0;width: 3px;height: 1em;background: #fff;}
#cboxClose:before{-webkit-transform: rotate(45deg);transform: rotate(45deg);}
#cboxClose:after{-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
#cboxPrevious:hover,#cboxNext:hover,#cboxClose:hover{opacity:.5;}
@media screen and (max-width:479px){
	#cboxPrevious, #cboxNext{top: auto;bottom: -4em;}
}</pre></body></html>