<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 600px) {
	.navbar-brand{
		width : 40% !important;
	}
	.scribe-screenshot {
		width: 100% !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.navbar-brand{
		width : 18% !important;
	}
	.scribe-screenshot {
		width: 76% !important;
	}
}
.navbar-brand{
	width : 12%;
}
.logo{
	width : 80%;
}
.sidebar-logo img {
	max-width: 150px;
}
.scribe-screenshot{
	width : 57%;
}
.Headingfont{
	font-family: Wix Madefor Display,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
	font-size: 0.875rem;
	line-height: 1.25rem;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	color: #262d3e;
	font-weight: 600;
}
.subHeading{
	font-size: 0.865rem !important;
	--tw-text-opacity: 1;
	color: rgb(100 116 139/var(--tw-text-opacity));
}
.sidebar-right {
	position: fixed;
	top: 0;
	left: 0;
	background-color: white;
	height: 100%;
	width: 350px;
	padding-top: 80px;
	z-index: 999;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	transition: all 0.4s ease-in-out;
	text-align: left;
}
.sidebar-right.open {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.sidebar-right .sidebar-close {
	position: absolute;
	top: 30px;
	right: 30px;
}
.sidebar-right .sidebar-close .close{
	font-size: 18px;
	color: black;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.sidebar-right .sidebar-close .close:hover {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.overlay-left {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.6);
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 99;
}
.overlay-left.open {
	display: block;
}
.sidebar-right {
	overflow-y: scroll;
}</pre></body></html>