<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* popup styling */

.mobileCloseBar {
	display: none;
}

/* popup styling */

.transparentBackground {
	
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	position: fixed;
	z-index: 1000;
	display: none;
	padding: 5% ;

}

.glanceBox {
	
	background: white;
	padding: 30px;
	color: black;
	overflow: auto;
	border: 1px solid black;
	height: 100%;
	width: 100%;
	max-width: 800px;
	border-top: none;
	-webkit-overflow-scrolling: touch;
	z-index: 9999;
	
	
}

.closeBar {

	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	position: relative;
	border: 1px solid black;
	text-align: right;
	background: white;
	font-size: 30pt;
	color: white;
	cursor: pointer;
	z-index: 6000;
	width: 100%;
	background: #336854;
	padding: 10px;
	max-width: 800px;
}

.closeTextDesktop {
	
	color: white;
	width: 100%;
	text-align: center;
	z-index: 7000;
	font-size: 17pt;
	
}


.fa-window-close {

	position: absolute;
	right: 10px;
	
}

.moveBoxOnScreen {
	
	transform: translateY(0);
	
}



/* at glance contents styling */

.glanceContainer {
	
	display: flex;
	display: -webkit-flex;
	width: 100%;
	
}

.glanceLeft {
	
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	width: 50%;
	
	
	
}

.glanceRight {
	
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	width: 50%;
	padding: 0 15px;
	
	
}

.featureTextContainer {
	
	margin-top: 20px;
	padding-bottom: 20px;
	
}



@media only screen and (max-width: 600px) {
	
	.featureTextContainer {
	
		margin-top: 0;
		
	}
	
	.glanceBox {
		
		position: absolute;
		width: 100%;
		height: 100%;
		border-radius: 0;
		padding: 10px;
		transform: translateY(0);
		color: black;
		overflow: auto;
		top: 0;
		z-index: 7000;
		border: none;
		
		
	}
	
	.mobileCloseBar {
		
		display: block;
		position: fixed;
		width: 100%;
		border: 1px solid black;
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		justify-content: center;
		-webkit-justify-content: center;
		text-align: center;
		font-size: 14pt;
		bottom: 0;
		background: #608a45;
		color: white;
		height: 10%;
		z-index: 8000;
		display: none;
	}
	
	.transparentBackground {
		
		display: none;
		width: 100%;
		height: CALC(90% + 20px);
	
	}
		
	
	.closeBar {

		display: none;

		
	}
	
	
	.emailBenefits {
		
		margin-top: 12px;
		line-height: 2em;
		font-size: 18pt;
		margin-left: 10px;
		
	}
	
	.emailBenefits .fa-check {
		
		margin-right: 10px;
		
	}
	
	.emailButton {
		
		border-radius: 10px;
		font-size: 16pt;
		padding: 10px 30px;
		border: 0;
		outline: 0;

	}
	
	.glanceContainer {
		
		flex-direction: column;
		-webkit-flex-direction: column;
		
	}
	
	.glanceLeft {
		width: 100%;
	}
	
	.glanceRight {
		width: 100%;
	}
	
	.resultsBox1 {
		margin-top: 20px;
	}
		
	.nameHeader {
		
		margin: 0;
		margin-bottom: 10px;
		margin-top: -5px;
	}
	
}</pre></body></html>