<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pdfjs-wrapper,
.pdfjs-iframe {
  max-width: 100%;
}
.pdfjs-responsive-wrapper {
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}
.pdfjs-responsive-iframe {
	position: relative;
	height: 0;
	padding-bottom: 123.5%;
}
@media only screen and (max-width: 1199px) {
    .pdfjs-responsive-iframe {
        padding-bottom: 139.5%;
    }
}
@media only screen and (max-width: 767px) {
    .pdfjs-responsive-iframe {
        padding-bottom: 138%;
    }
}
.pdfjs-responsive-iframe .pdfjs-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}</pre></body></html>