<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  .launch-pad {
	display: block;
min-height: 150px;
	min-width: 200px;
	text-decoration: none !important;
	padding: 15px;
	text-align: center;
	background-color: #499bea;
	background-image: -moz-linear-gradient(top,  #499bea 0%, #1c72ce 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499bea), color-stop(100%,#1c72ce));
	background-image: -webkit-linear-gradient(top,  #499bea 0%,#1c72ce 100%);
	background-image: -o-linear-gradient(top,  #499bea 0%,#1c72ce 100%);
	background-image: -ms-linear-gradient(top,  #499bea 0%,#1c72ce 100%);
	background-image: linear-gradient(to bottom,  #499bea 0%,#1c72ce 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#1c72ce',GradientType=0 );
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 0 10px rgba(0,0,0,0.3);
	border: 1px solid #1c72ce;
	border-bottom-color: #1863b3;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.launch-pad.orange {
	background-color: #fca13b;
	background-image: -moz-linear-gradient(top,  #fca13b 0%, #f57202 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fca13b), color-stop(100%,#f57202));
	background-image: -webkit-linear-gradient(top,  #fca13b 0%,#f57202 100%);
	background-image: -o-linear-gradient(top,  #fca13b 0%,#f57202 100%);
	background-image: -ms-linear-gradient(top,  #fca13b 0%,#f57202 100%);
	background-image: linear-gradient(to bottom,  #fca13b 0%,#f57202 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fca13b', endColorstr='#f57202',GradientType=0 );
	border-color: #f57202;
	border-bottom-color: #d76402;
}

.launch-pad span {
	display: block;
	color: #ffffff;
}

.launch-pad .title {
	font-size: 2.8em;
	margin: 0.3em 0 0.1em;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

.launch-pad .desc {
	font-size: 2.1em;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}

.launch-pad:hover {
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 0 5px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 0 5px rgba(0,0,0,0.6);
	box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 0 5px rgba(0,0,0,0.7);
}

.launch-pad.orange:hover {
	background-color: #f57202;
}

.how-section1{
    margin-top:-15%;
    padding: 5px;
}

.how-section1 .subheading{
    color: #3931af;
    font-size: 20px;
}
.how-section1 .row
{
    margin-top: 10%;
}
.how-img 
{
    text-align: center;
}
</pre></body></html>