<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sex {
	display:none;
	position: absolute;
	top:0px;
	width:970px;
	z-index:4000;
}

.sexmask div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sexmask {
    display:none;
	position: fixed;
	top:0px;
	width:100%;
	z-index:3800;
	background:rgba(0,0,0,0.9);
}

.sexicon {
	width:100%;
	height:200px;
	margin-top:0px;
	padding-top:130px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:25px;
}

.sexword {
    max-width:800px;
	font-size:14px;
	color:#fff;
	padding:40px 20px 10px;
	line-height:1.8em;
	margin:0px auto;
}

.sexword h6 {
	font-size:15px;
	font-weight:bold;
}

.sexword span {
	color:#ff0000;
}

.sexbox {
    width:95%;
    max-width:800px;
	display: table;
	box-sizing:content-box;
	margin:0px auto;
}

.sexbox a {
	color:#fff;
	display: table-cell;
	width:50%;
}

a .sexno,
a .sexyes {
	padding:12px 7px;
	-webkit-border-radius : 4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	text-align:center;
	font-size:14px;
	line-height:1.5em;
}

a .sexno {
	background: #db0000; /* Old browsers */
	background: -moz-linear-gradient(top, #db0000 0%, #ad0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db0000), color-stop(100%,#ad0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #db0000 0%,#ad0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #db0000 0%,#ad0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #db0000 0%,#ad0000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #db0000 0%,#ad0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db0000', endColorstr='#ad0000',GradientType=0 ); /* IE6-9 */
	margin-right:5px;
	margin-left:20px;
}

a .sexyes {
	background: #518a00; /* Old browsers */
	background: -moz-linear-gradient(top, #518a00 0%, #386000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#518a00), color-stop(100%,#386000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #518a00 0%,#386000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #518a00 0%,#386000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #518a00 0%,#386000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #518a00 0%,#386000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#518a00', endColorstr='#386000',GradientType=0 ); /* IE6-9 */
	margin-left:5px;
	margin-right:20px;
}

a .sexno:hover, a .sexyes:hover {
    filter: brightness(.8);
}

.sexbox span {
	display:block;
	font-size:24px;
	font-weight:bold;
	padding:5px;
}

.sexbox span img {
    width:30px;
	margin-bottom:-4px;
	padding-right:5px;
}

@media screen and (max-width:850px) {
    .sexword { width:95%; font-size:16px; }
    .sexword h6, .sexword span { font-size:18px; }
}

@media screen and (max-width:499px) {
    .sexicon { padding-top:40px; height:80px; }
    .sexbox { width:calc(100% - 40px); }
    .sexbox a { display:block; width:100%; }
    a .sexno, a .sexyes { margin:0 0 15px 0; }
    a .sexno:hover, a .sexyes:hover { filter:none; }
    .sexword { width:100%; padding: 10px 20px 10px; }
}

@media screen and (max-width:320px) {
    .sexmask div { line-height:1.5; }
    .sexicon { padding-top:20px; height:55px; font-size:20px; }
    .sexword, .sexword h6, .sexword span { font-size:15px; }
    a .sexno, a .sexyes { padding:7px 7px 4px; margin:0 0 12px 0; }
    .sexbox span { font-size:20px; padding:0px; }
    .sexbox span img { width:28px; }
}</pre></body></html>