<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sp-container h1,
.sp-container h2,
.sp-container h3,
.sp-container h4,
.sp-container h5,
.sp-container h6 {
	color: #212121;
	font-weight: 400;
}

.sp-container {
	min-width: 991px;
	max-width: 1323px;
	padding: 0 20px;
	margin: 10px auto;
}

.sp-head {
    position: relative;
    max-width: 1323px;
    margin-top: -16px;
    padding: 2px 2px 10px 2px;
}

.sp-head .sp-pic img {
	width: 100%;
	height: 270px;
}

.sp-head .sp-ava {
	position: absolute;
	width: 160px;
	height: 160px;
	left: 20px;
	top: 100px;
}

.sp-head .sp-ava img {
	width: 160px;
	height: 160px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.sp-info {
	padding: 10px 10px 0;
	background: #f2f2f2;
    border: 1px solid #dfe0e1;
}

.sp-info .titleWrapper {
	margin: 10px;
}

.sp-info .title {
	margin-right: 10px;
}

.sp-info .title h1 {
	font-size: 24px;
}

.subscribeButton {
	margin-left: 10px;
}

.buttonBase {
	border: none;
	border-radius: 4px;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
	cursor: pointer;
	position: relative;
	outline: 0 none;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.buttonBase i,
.buttonBase span {
	vertical-align: middle;
	display: inline-block;
}

.userButtons button {
	padding: 5px 10px;
	margin: 0;
	line-height: 1.2em;
	text-align: left;
	height: 27px;
}

.subscribeButton.subscribe button {
	background: #f90;
	color: #000;
}

.userButtons button i {
	width: 15px;
	height: 15px;
	margin: 2px 4px 0 0;
	background: url(../images/cs/sprite.png) no-repeat;
	vertical-align: top;
}

.subscribeButton.failed button i,
.subscribeButton.loggedOut button i,
.subscribeButton.subscribe button i {
	background-position: 0px 0px;
}

.sp-info .stats .info {
	padding: 0 20px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}

.sp-info .stats .info span {
	color: #888;
	text-transform: uppercase;
	font-size: 12px;
}

.sp-body {
	margin: 0 auto;
    width: 100%;
}

.sp-body .leftSide {
	width: 33%;
}

.sp-body .rightSide {
	width: 66%;
}

.sp-body .leftSide .left-info {
	margin: 10px auto;
    border: 1px solid #dfe0e1;
	background: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.sp-body .leftSide .join a {
	width: 100%;
	margin: 15px auto;
	text-transform: uppercase;
	padding: 15px 0;
	font-size: 1.2em;
}

.orangeButton,
.greyButton {
	border: none;
	border-radius: 4px;
	display: inline-block;
	font-family: inherit;
	font-weight: 400;
	margin: 0;
	padding: 6px 15px;
	cursor: pointer;
	position: relative;
	outline: 0 none;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	vertical-align: top;
	text-decoration: none;
	font-weight: 700;
}

.orangeButton {
	border: 0;
	background: #f22;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.orangeButton:hover {
	background: #e0dfdf;
	color: #212121;
}

.iframe-banner {
	padding: 0;
	background: none;
	border: 0;
	margin: auto;
	border-radius: 4px;
	text-align: center;
}

@media (min-width: 1350px) {
	.iframe-banner {
		padding: 20px;
		border: 1px solid #dfe0e1;
		background: #f2f2f2;
	}
}

.iframe-banner iframe {
	background-color: transparent !important;
	border: none !important;
	display: block !important;
	margin: 0 auto;
	overflow: hidden !important;
}

.iframe-banner iframe:first-child {
	margin-bottom: 20px;
}

.channel-box {
	margin: 10px auto;
}

.channel-box div.title {
	padding: 10px;
	background: #f2f2f2;
    border: 1px solid #dfe0e1;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}

.channel-box div.title h2 {
	margin-top: 5px;
}

.channel-box div.title h2 {
	text-indent: 10px;
	text-transform: capitalize;
}

.channel-box div.title .playAll {
	background-color: initial;
	border: 1px solid transparent;
	padding: 5px 15px;
	color: #7d7c7c;
	font-size: 14px;
}
.channel-box div.title .playAll:hover {
	color: #f22;
}

.channel-box .title span {
	float: left;
}

.channel-box .title .playIcon {
	margin: 1px 5px 0 0;
	width: 9px;
	height: 11px;
	font-size: 14px;
    line-height: 14px;
    display: block;
}
.channel-box .title .playIcon::before {
	content: "\25BA";
}

.channel-box .channel-container {
	padding: 10px;
	border-left: 1px solid #dfe0e1;
	border-right: 1px solid #dfe0e1;
	border-bottom: 1px solid #dfe0e1;
}

.channel-container .videos-row {
	display: grid;
	grid-column-gap: 15px;
	grid-row-gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.videos-row .video-item {
	display: inline-block;
	vertical-align: top;
	width: auto;
}

.videos-row .video-item a.video-image {
	position: relative;
	overflow: hidden;
	display: block;
	cursor: pointer;
}

.videos-row .video-item a.video-image:after {
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	content: '';
	background: #000;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 80%, #000 110%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 80%, #000 110%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 80%, #000 110%);
}

.videos-row .video-item a.video-image img {
	width: 100%;
	height: auto;
	display: block;
	border: none;
}

.videos-row .video-item a.video-image:hover img {
    -webkit-filter: saturate(1.5);
}

.videos-row .video-item a.video-image .marker-overlays {
	height: 20px !important;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 18px;
	padding-right: 4px;
	padding-bottom: 6px;
	color: #fff;
	z-index: 5;
	overflow: hidden;
	cursor: default;
}

.video-image .marker-overlays .duration,
.video-image .marker-overlays .hd-thumbnail {
	font-size: 14px !important;
	float: right;
	padding-right: 5px;

}

.video-image .marker-overlays .duration {

	margin-top: 3px;
	font-style: normal;
}

.video-image .marker-overlays .hd-thumbnail {
	font-weight: 900;
	margin-top: 1px;

}

.video-item .thumbnail-info {
	margin-top: 7px;
}

.video-item .thumbnail-info span.title {
	display: block;
	font-size: 15px;
	max-height: 36px;
	line-height: 18px;
	font-weight: 400;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-word;
	word-wrap: break-word;
}

.video-item .thumbnail-info span.title a {
	color: #212121;
	word-break: break-word;
	word-wrap: break-word;
	outline-style: none;
	text-decoration: none;
}

.video-item .thumbnail-info span.title a:hover {
	text-decoration: none;
	color: #f22;
}

/* HIDE / SHOW */
.sp-body .left-info .sp-name {
	padding: 15px 20px;
	border-bottom: 1px solid #dfe0e1;
}

.sp-body .left-info .sp-desc {
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
:root {
    --hidden-font-size: 14px;
    --hidden-line-height: 1.4;
    --hidden-max-lines: 4;
}
.sp-desc .xpandable-block {
	order: 0;
	display: block;
	/* Fallback for non-webkit */
	display: -webkit-box;
	height: calc(var(--hidden-line-height) * var(--hidden-max-lines) * var(--hidden-font-size));
	/* Fallback for non-webkit - height: $font-size*$line-height*$lines-to-show; */
	font-size: var(--hidden-font-size);
	line-height: var(--hidden-line-height);
	-webkit-line-clamp: var(--hidden-max-lines);
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.sp-desc .xpandable-block p {
	margin-bottom: 10px;
}

.sp-desc .xpandable-block p:last-child {
	margin-bottom: 0;
}

.sp-desc .xpand-button {
	order: 1;
}

.sp-desc input[type="checkbox"] {
	display: none;
}

.sp-desc input[type="checkbox"]:checked+.xpandable-block {
	height: auto;
	display: block;
}

.sp-desc label {
	order: 1;
	color: #f22;
	text-decoration: none;
	font-size: 14px;
	margin-top: 10px;
	cursor: pointer;
}

.show-more::after {
	content: "\25BC";
    margin-left: 5px;
}

#expand-button:checked~.show-more::after {
	content: "\25B2";
}

.channel-container .model-row {
	display: grid;
	grid-column-gap: 15px;
	grid-row-gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.model-row .model-item {
	display: inline-block;
	vertical-align: top;
	width: auto;
}

.model-row .model-item a.model-image {
	position: relative;
	overflow: hidden;
	display: block;
	cursor: pointer;
}

.model-row .model-item a.model-image:after {
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	content: '';
	background: #000;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 40%, #000 110%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 40%, #000 110%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #000 110%);
}

.model-row .model-item a.model-image img {
	width: 100%;
	height: auto;
	display: block;
	border: none;
}

.model-row .model-item a.model-image:hover img{
    -webkit-filter: saturate(1.5);
}

.model-row .model-item a.model-image .model-marker-overlays {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    padding-right: 4px;
    padding-bottom: 6px;
    color: #fff;
    z-index: 5;
    overflow: hidden;
    cursor: pointer;
}

.model-image .model-marker-overlays .model-name,
.model-image .model-marker-overlays .model-videos {
    display: block;
    color: #fff;
}

.model-image .model-marker-overlays .model-name {
	font-style: normal;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.model-image .model-marker-overlays .model-videos {
	margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;

}

.subscount {
	font-family: monospace;
	padding: 0px 10px;
	color: white;
	/*margin: 5px 10px 3px;*/
	/*font-size: 16px;*/
}

@media (max-width: 768px) {
     .sp-body {
        padding: 0 10px;
     }

	.sp-body .leftSide,
	.sp-body .rightSide {
		width: 100%;
		float: none;
	}

	.sp-container {
		min-width: auto;
		padding: 0 20px;
		margin: 10px auto;
	}

	.sp-head .sp-ava {
		display: none;
	}

	.sp-head {
		max-width: 100%;
		height: auto;
		padding: 6px 12px 0 12px;
	}

	.sp-head .sp-pic img {
		width: 100%;
		height: auto;
	}

	.sp-info .title {
		margin-right: 0;
		float: none;
	}

	.subscribe {
		float: none;
		margin-left: 0;
		margin-top: 10px;
	}

	.subscribe button {
		font-size: 20px;
		height: auto;

	}

	.subscribe button i {
		vertical-align: middle;
	}

	.sp-info .titleWrapper,
	.sp-info .stats {
		float: none;
		text-align: center;
	}

	.sp-info .titleWrapper {
		margin: 20px 10px;
	}

	.sp-info .stats {
		margin-bottom: 20px;
	}

	.sp-info .titleWrapper:after,
	.sp-info .stats::after,
	.sp-info .stats .info::after {
		content: "";
		display: table;
		clear: both;
	}

	.sp-info .stats .info {
		/*width: 33.3333%;*/
		width: 50%;
		padding: 0;
	}

	.sp-body .left-info .sp-name {
		text-align: center;
	}

	.sp-desc label {
		text-align: center;
		display: block;
		width: 100%;
		padding: 10px 0;
	}

	.iframe-banner {
		display: none;
	}

	.channel-container .videos-row {
		display: block;
	}

	.videos-row .video-item {
		width: 100%;
		margin-bottom: 20px;
	}

	.channel-container .model-row {
		display: grid;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.subscount{
		padding-top: 2px;
	}
}
@media (min-width: 769px) {
    .sp-body .leftSide {
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        position: sticky;
        top: 0;
    }
}

.join {
    padding: 20px 0 40px 0;
}

.join a {
    position: relative;
    border-radius: 4px;
    background-color: #090a0a;
    border: 1px solid #303030;
    color: #fefefe;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 12px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 2px 0 2px 3px;
}

.join a:hover {
    color: #e0399a;
}

.join a:after {
    content: " \002192";
}</pre></body></html>