<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.vip-lp h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 93px;
	font-weight: 300;
	text-shadow: 0 1px 1px #000;
	letter-spacing: -1px;
}
.vip-lp h2 {
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
}
.vip-hero h2 {
	margin: 10px 0 20px;
	text-shadow: 0 1px 1px #000;
	color: #fff;
}
.vip-bonus-features h2 {
	font-size: 26px;
	padding: 30px 0;
}
.vip-lp strong {
	font-weight: 700;
}
.vip-lp .vip-hero {
	width: 100%;
	height: 471px;
	background:	url(/images/vip/landing-page/Hero-flirt-blue-bg.jpg);
	background-size: cover;
	border-bottom: 5px solid #000;
	padding: 50px 0 0;
}
.vip-hero .icon-crown {
	color:#fff; 
	margin: 0 0 0 8px;
	text-shadow: 0 1px 1px #000;
	font-size: 96px;
}
.vip-title {
	margin: 80px 0 0;
	justify-content: center;
}
.vip-sub-hero {
	min-height: 204px;
	background-image: url(/images/vip/landing-page/sub-hero-texture.png), #141617; /* Old browsers */
	background-image: url(/images/vip/landing-page/sub-hero-texture.png), -moz-linear-gradient(top,  #141617 0%, #454545 100%); /* FF3.6-15 */
	background-image: url(/images/vip/landing-page/sub-hero-texture.png), -webkit-linear-gradient(top,  #141617 0%,#454545 100%); /* Chrome10-25,Safari5.1-6 */
	background-image: url(/images/vip/landing-page/sub-hero-texture.png), linear-gradient(to bottom,  #141617 0%,#454545 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141617', endColorstr='#454545',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #00a9e0;
	box-shadow: inset 0 -6px 32px #010101;
}
.vip-benefits {
	background: #2c2c2c; /* Old browsers */
	background: -moz-linear-gradient(top,  #2c2c2c 0%, #131313 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #2c2c2c 0%,#131313 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #2c2c2c 0%,#131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
	border-radius: 8px;
	box-shadow: 0 2px 2px #000;
	padding: 25px 0 25px;
}
.vip-benefits-box {
	flex-wrap: wrap;
	width: 95%;
	margin: 0 auto;
	justify-content: space-between;
}
.vip-benefits-icons {
    width: 31%;
    margin: 0 0 20px;
}
.vip-benefits-icons img {
	min-width: 70px;
	margin: 0 10px;
}
.vip-benefits-icons p {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
}
.vip-action a.btn {
	width: 330px;
	font-size: 23px;
	background: #00a9e0;
	color: #fff;
}
.vip-bottom-action a.btn {
	font-size: 20px;
	width: 280px;
	background: #00a9e0;
	color: #fff;
}
.bonus-feature-row {
	justify-content: space-between;
	border-top: 1px solid;
	border-image: linear-gradient(120deg, rgba(1,1,1,0) 0%, #434242 50%, rgba(1,1,1,0) 100%);
	border-image-slice: 1;
	padding: 30px 0 0;
	margin: 0 0 30px;
}
.bonus-feature-row p {
    font-size: 16px;
    margin: 7px 0px 3px;
}
.bonus-feature-row em {
	font-size: 14px;	
}

.bonus-feature-row img {
    margin: 0 7px 0 0;
}
.gold-diags {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.vip-price {
	font-size: 37px;
	font-weight: 700;
	color: #fff;
}
.vip-small-price {
	text-transform: uppercase;
	margin: 10px 0 15px;
	color: #fff;
}
body.light .vip-bonus-feature {
	padding: 20px 0;
}
body.light .bonus-feature-row {
    padding: 0;
	margin: 0;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(224,224,224,1) 40%, rgba(224,224,224,1) 60%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(224,224,224,1) 40%, rgba(224,224,224,1) 60%, rgba(255,255,255,1) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(224,224,224,1) 40%, rgba(224,224,224,1) 60%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); 
}
body.light .vip-lp, body.whitelabel .vip-lp {
	margin-bottom: 20px;
}
body.light a.btn {
	margin-top: 15px;
}
.vip-inner .vip-dark-overlay {
	display: flex;
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: rgba(0,0,0,.6);
	z-index: 1;
}

@media all and (max-width: 1500px) {
	.vip-lp h1 {
		font-size: 80px;
	}
	.vip-hero .icon-crown {
		font-size: 82px;
	}
	.vip-lp h2 {
		font-size: 33px;
	}
}
@media all and (max-width: 1400px) {
	.vip-lp h1 {
		font-size: 72px;
	}
	.vip-hero .icon-crown {
		font-size: 72px;
	}
	.vip-benefits-icons {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	.vip-title {
		margin: 20px 0 0;
	}
	.vip-lp h2 {
		font-size: 24px;
		line-height: 1.35;
	}
}
@media all and (max-width: 1200px) {
	.vip-lp h1 {
		font-size: 63px;
	}
}
@media all and (max-width: 1024px) {
	.vip-lp .vip-girl-hero .main-container {
		padding: 0 1% 0 1%;
	}
	.vip-hero-left-col {
		min-height: 541px;
		display: flex;
		justify-content: flex-end;
	}
	.vip-hero-left-col {
		position: absolute;
	}
	.vip-hero-right-col {
		position: relative;
	}
	.bonus-feature-row img {
		margin: 0 7px 0 0;
		align-self: flex-start;
	}
	.vip-hero-left-col {
		min-height: 541px;
	}
	.vip-lp .vip-hero {
		padding: 20px 0 0;
		height: 700px;
	}
	.vip-benefits {
		margin: 12vh 0 0;
	}
	.vip-title {
		justify-content: flex-start;
		margin: 13vh 0 0;
	}
	.vip-hero h2 {
		text-align: left;
	}
	.vip-bonus-feature {
		text-align: center;
		flex-direction: column;
		align-items: center;
	}
	.bonus-feature-row img {
		margin: auto;
	}
}
@media all and (max-width: 900px) {
	body.guys .vip-hero-left-col img {
		max-width: 450px;
		align-self: center;
	}
}

@media all and (max-width: 768px) {
	body.whitelabel .vip-lp .vip-hero {
		height: 750px;
	}
	.vip-benefits-icons {
		width: 41%;
	}.vip-lp h1 {
		font-size: 55px;
	}
	.vip-hero .icon-crown {
		font-size: 55px;
	}
	.vip-hero h2 {
		font-size: 22px;
	}
	.vip-hero-left-col {
		align-items: center;
	}
	.vip-title {
		justify-content: center;
		margin: 2vh 0 0;
	}
	.vip-hero h2 {
		text-align: center;
	}
	.vip-hero-left-col {
		position: absolute;
		top: 23vh;
		right: 14%;
	}
	.vip-benefits {
		margin: 42vh 0 0;
	}
	.vip-sub-hero {
		min-height: 453px;
	}
	.vip-bonus-feature {
		text-align: center;
		flex-direction: column;
		align-items: center;
		margin: 15px 0;
	}
}


@media all and (max-width:450px) {
	.vip-lp h1 {
		font-size: 42px;
	}
	.vip-hero .icon-crown {
		font-size: 41px;
	}
	.vip-hero h2 {
		font-size: 18px;
		margin: -4px 0 20px;
	}
	.vip-bonus-features h2 {
		width: 94%;
		margin: auto;
	}
	.vip-sub-hero {
		min-height: 293px;
	}
	.vip-benefits {
		margin: 35vh 0 0;
	}
	.vip-hero-left-col {
		top: 29vh;
	}
	.vip-benefits {
		margin: 45vh 0 0;
	}
	body.whitelabel .vip-hero-left-col img {
		align-self: flex-end;
	}
	body.camstercom .vip-sub-hero {
		min-height: 314px !important;
	}
}
@media all and (max-width:450px) and (max-height: 667px) {
	.vip-lp .vip-hero {
		height: 768px;
	}
}
@media all and (max-width:450px) and (min-height: 679px) {
	.vip-lp .vip-hero {
		height: 820px;
	}
	body.whitelabel .vip-lp .vip-hero {
		height: 820px;
	}
	.vip-hero-left-col {
		top: 18vh;
	}
}
@media all and (max-width:376px) and (max-height: 667px) {
	.vip-hero-left-col {
		top: 17vh;
	}
}






</pre></body></html>