<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
.search-field {
	border-bottom: 2px solid #fff !important;
	background-color: transparent;
	box-shadow: none;
	color: #fff;
	font-family: 'MINIBold', 'Georgia', serif;
	font-size: 3.75rem;
	line-height: 1.2em;
	padding: 10px 20px 0;
	padding-left: 65px;
	width: 100%;
	border: none;

}

.search-field:focus {
	outline: none;
}

.search-field::-webkit-input-placeholder {
	color: #fff;
	font-family: 'MINIBold', 'Georgia', serif;
	font-size: 3.75rem;
	line-height: 1.2em;
}

!* Modal Content *!
.search-section {
	background-color: transparent;
	margin: auto;
	padding: 20px;
	border: 1px solid transparent;
	max-width: 640px;
	width: 100%;
	box-shadow: none;
	margin-top: 100px;
}

!* The Close Button *!
.search-section .close {
	font-size: 3.5rem;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	color: #fff;
	text-shadow: 0 1px 0 transparent;
	position: absolute;
	top: 64px;
	right: 126px;
	opacity: 1;
}

.search-section .close:hover,
.search-section .close:focus {
	color: #fff !important;
	text-decoration: none;
	cursor: pointer;
	opacity: 1;
	outline: none;
}
*/

/*models-overlay*/
.overlay {
	transform: scale(1.5);
	/* Height &amp; width depends on how you want to reveal the overlay (see JS below) */
	height: 100%;
	width: 100%;
	position: fixed; /* Stay in place */
	z-index: 88; /* Sit on top */
	left: 0;
	opacity: 0;
	right: 0;
	margin: auto;
	visibility: hidden;
	top: 0;
	/*border: 5px solid #fff;*/
	bottom: 0;
	background-color: rgb(0, 0, 0); /* Black fallback color */
	background-color: rgba(0, 0, 0, 0.9); /* Black w/opacity */
	overflow: hidden; /* Disable horizontal scroll */
	/*-webkit-transition: width .5s, height .5s; !* For Safari 3.1 to 6.0 *!*/
	/*transition: width .5s, height .5s;*/
	transition: all .2s;
}

/* The Overlay (background) */
/* Position the content inside the overlay */
.overlay-content {
	position: relative;
	top: 25%; /* 25% from the top */
	width: 100%; /* 100% width */
	text-align: center; /* Centered text/links */
	margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

.overlay a:hover, .overlay a:focus {
	color: #f1f1f1;
}

.overlay .closebtn {
	position: absolute;
	top: 30px;
	right: 40px;
	color: #fff;
	font-size: 20px;
	line-height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	z-index: 44;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
}

.closebtn:before, .closebtn:after {
	position: absolute;
	content: ' ';
	height: 20px;
	width: 2px;
	background-color: #fff;
}

.closebtn:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.closebtn:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*//search-box*/
.search-box .fa-search {
	position: absolute;
	left: 0;
	bottom: 11px;
	z-index: 2;
	font-size: 50px;
	color: #fff;
}

.search-box {
	position: relative;
}
/*

.overlay-share {
	transform: scale(1.5);
	!* Height &amp; width depends on how you want to reveal the overlay (see JS below) *!
	height: 100%;
	width: 100%;
	position: fixed; !* Stay in place *!
	z-index: 88; !* Sit on top *!
	left: 0;
	right: 0;
	opacity: 0;
	margin: auto;
	visibility: hidden;
	top: 0;
	border: 5px solid #fff;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.8);
	transition: all .2s;
}

!*!shareModal*!
.share-section .share-heading {
	font-family: 'MINIBold', 'Georgia', serif;
	text-transform: uppercase;
	font-size: 1.7499999999999998rem;
	line-height: 1em;
	margin-bottom: 36px;
	margin-top: 30px;
	text-align: center;
	color: #000;
}

.overlay-share .closebtnshare {
	position: absolute;
	top: 30px;
	right: 40px;
	color: #fff;
	font-size: 20px;
	line-height: 0;
	width: 25px;
	text-indent: 0;
	vertical-align: middle;
	z-index: 44;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	height: 25px;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
}

.closebtnshare:before, .closebtnshare:after {
	position: absolute;
	content: ' ';
	height: 20px;
	width: 2px;
	background-color: #000;
}

.closebtnshare:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.closebtnshare:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

!*shareIcon*!
.share-icon {
	background-color: #000;
	border: 2px solid transparent;
	width: 80px;
	height: 80px;
	border-radius: 100px;
	color: #fff;
	display: inline-block;
	margin: 0 20px;
	padding: 17px 0 0;
	text-align: center;
	cursor: pointer;
}
*/

.share-icon a {
	color: white;
}

.share-icon:hover {
	border: 1px solid #000;
	background-color: #fff;
}

.share-icon:hover.share-icon i {
	color: #000;
}

.share-icon i {
	font-size: 42px;
}

.show {
	transform: scale(1);
	visibility: visible;
	opacity: 1;
}

.hide {
	transform: none;
}

.scrollOff {
	overflow: hidden !important
}

/*search-list-drop*/
.search-list-drop .list-drop .sub-heading-body, .search-list-drop .list-drop p {
	color: #fff;
}

.search-list-drop .list-drop {
	margin-bottom: 20px;
}

.search-list-drop .card-description, .search-list-drop .search-list-models {
	text-align: left;
}

/*.search-list-drop .search-list-img img {
	height: 100%;
}*/
.search-list-drop .search-list-img {
	height: 90px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.search-list-drop .search-list-models {
	background-color: #D5D6D7;
	height: 90px;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flex;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
}

.search-list-drop {
	display: block;
	padding: 0;
	margin: 30px 0 0;
	max-height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
}

.search-list-drop .list-drop p {
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.search-list-drop::-webkit-scrollbar-thumb {
	background: #fff;
	border-left: 0px solid white;
	border-right: 0px solid white;
}

.search-list-drop::-webkit-scrollbar-track {
	background: black;
	border-left: 2px solid black;
	border-right: 2px solid black;
	box-shadow: none;
}

.search-list-drop::-webkit-scrollbar {
	width: 3px;
	display: block;
}

/*@media screen and  (max-width: 767px) {
	
}*/
@media screen and (min-width: 320px) and (max-width: 767px) {
	.search-list-drop {
		margin: 0;
		padding-top: 30px;
		max-height: 80vh;
	}

	.search-section {
		margin-top: 20px;
	}

	.overlay .closebtn {
		top: 15px;
		right: 0;
	}

	.search-field::-webkit-input-placeholder {
		font-size: 1.5rem;
		line-height: 1.2em;
	}

	.search-field {
		font-size: 1.5rem;
		line-height: 1.2em;
		padding-left: 35px;
	}

	.search-box .fa-search {
		font-size: 20px;
		bottom: 8px;
	}

	.share-icon {
		width: 60px;
		height: 60px;
		margin: 0 10px;
	}

	.share-icon i {
		font-size: 26px;
	}

	.overlay-share .closebtnshare {
		top: 15px;
		right: -6px;
	}

	.share-section {
		margin-top: 36px;
	}

	.search-list-drop .search-list-img, .search-list-drop .search-list-models {
		height: 63px;
	}

	.search-list-drop .list-drop {
		margin-top: 10px;
	}
}

@media (min-width: 1920px) {
	.search-list-drop {
		display: block;
		padding: 0;
		margin: 30px 0 0;
		min-height: 768px;
		overflow-x: hidden;
		overflow-y: auto;
	}
}

/*.disPlayNone {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 12;
	background-color: #f1f1f1;
	transform: translate3D(100%, 0, 0);
	transition: transform .3s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: transform;
	contain: content;
	width: 50vw;
}*/
 .disPlayNone {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	background-color: #f1f1f1;
	transform: translate3D(100%, 0, 0);
	transition: transform .3s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: transform;
	contain: content;
	width: 50vw;

}
.backdrop_readMore .showReadMore {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 14;
	background-color: #f1f1f1;
	transform: translate3D(0, 0, 0);
	transition: transform .3s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: transform;
	contain: content;
	width: 100vw;

}
.scrollOn::-webkit-scrollbar {
	display: inline-block;
	width: 10px;
}
.scrollOn::-webkit-scrollbar-track
{

	background-color: #fff;
}
.scrollOn::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: none;
	background-color: #c2c2c2;
}


.scrollOn {
	overflow-x: hidden;
	overflow-y: scroll;
	height: 100%;
}

.backdropReadMore {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 13;    
	position: fixed;
	visibility: hidden;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: opacity .4s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: opacity;
}
.backdrop_readMore .backdropReadMore {
	visibility: visible;
	opacity: 1;
}
.backdrop_readMore {
	overflow: hidden;
}
.croseIcon {
	top: 25px;
	right: 30px;
	position: fixed;
	height: 50px;
	width: 50px;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	border: 0;
	outline: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
	z-index: 960;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}



.read_more_btn .material-icons {
	font-size: 16px;
	color: #000;
	vertical-align: bottom;
}

.read_more_btn {
	font-family: 'MINISansReg', Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1rem;
	display: inline-block;
	color: #000;
	cursor: pointer;
	border: 2px solid transparent;
	/*padding: 10px 20px;*/
	margin-top: 9px;
	margin-bottom: 0;
	border-radius: 0;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	position: relative;
	outline: 0;
}

.read_more_btn .hover_line {
	position: relative;
	display: inline-block;
}

.read_more_btn .hover_line:after {
	content: "";
	position: absolute;
	display: none;
	left: 0;
	bottom: -3px;
	height: 1px;
	right: 0;
	background-color: #000;
}

.read_more_btn:hover .hover_line:after {
	display: block;
}

@media (min-width: 768px) {
	.backdrop_readMore .showReadMore { 
	width: 75vw;
}
}

@media (min-width: 1280px) {
	.backdrop_readMore .showReadMore {
		width: 50vw;
	}
}


@media screen and (min-width: 1920px) {
	.backdrop_readMore .showReadMore {
		width: 50vw;
	}
}
</pre></body></html>