<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.about {
	width: 100%;
	clear: both;
	background:#eee;
	padding: 30px 150px;
}

.about h1 {
	font-size: 35px;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: normal;
}

.become {
	width: 100%;
	clear: both;
	padding: 30px 60px;
	text-align: center;
}

.become h2 {
	padding: 0px 0px 50px;
    text-align: center;
    font-size: 35px;
	line-height: 30px;
	font-weight: normal;
}
.become .items {
	padding-bottom: 0px;
	clear: both;
}

.become .items:before,
.become .items:after {
    display: table;
    content: " ";
	clear: both;
}

.become .items .item {
	width: 25%;
	text-align: center;
	float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	padding-bottom: 30px;
}

.become .items .item:nth-child(4n+1){
	clear: both;
}

.become .items .item .sub-heading {
    font-size: 22px;
    font-weight: normal;
    padding-top: 11px;
}

.become .register {
	font-size: 18px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	outline: medium none;
	padding: 0 20px;
	text-decoration: none;
	white-space: nowrap;
	display: inline-block;
	color: #ffffff;
	border-radius: 6px;
	font-family: Gotham Narrow Bold;
}

.block_text {
	background: url('../images/home-block-bg.png') no-repeat top right;
	padding: 30px 60px;
	color: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    position: relative;
	min-height: 300px;
}
.agent {
	width: 100%;
	clear: both;
	padding: 30px 60px;
	text-align: center;
	background: #ececec;
}

.agent h2 {
	padding: 0px;
    text-align: center;
    font-size: 40px;
	color: #5b5b5d;
	line-height: 40px;
	font-weight: normal;
	font-family: "Gotham Narrow Bold", Helvetica Neue,Helvetica,Arial,sans-serif;
}

.agent h4.sub-heading {
	font-size: 16px;
	color: #161616;
	margin-top: 0px;
	text-align: center;
	letter-spacing: 5px;
	padding-top: 11px;
}

.agent .items {
	padding-top: 50px;
	clear: both;
}

.agent .items:before,
.agent .items:after {
    display: table;
    content: " ";
	clear: both;
}

.agent .items .item {
	width: 33.33333333%;
	text-align: center;
	float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	padding-bottom: 30px;
}

.agent .items .item:nth-child(3n+1){
	clear: both;
}
.agent .items .item .box-img {
    padding: 20px 0px 20px;
	display: block;
    max-width: 100%;
    height: auto;
	margin: auto;
}

.agent .items .item p {
	font-size: 15px;
	margin: 0 0 10px;
}

.agent .items .item .box-hr {
    width: 20%;
    margin: auto;
}

.agent .items .item .box-name {
    font-size: 20px;
	margin-top: 10px;
    margin-bottom: 10px;
	font-family: "Gotham Narrow Bold", Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: normal;
}

.agent .items .item .box-position {
    font-size: 20px;
	margin-top: 10px;
    margin-bottom: 10px;
	font-weight: normal;
}

.agent .items .item .sub-heading {
    font-size: 22px;
    font-weight: normal;
    padding-top: 11px;
}

.banner {
	background: url('../images/home-banner-bg.png') no-repeat center center;
	padding: 30px 60px;
	color: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    position: relative;
	min-height: 140px;
	text-align: center;
}

.modules {
	width: 100%;
	clear: both;
	padding: 30px 60px;
	text-align: center;
}

.modules h2 {
    text-align: center;
    font-size: 27px;
    line-height: 30px;
    font-weight: normal;
}

.modules .items {
	width: 100%;
	padding: 20px 55px;
	box-sizing: border-box;
	clear: both;
}

.modules .items:before,
.modules .items:after {
    display: table;
    content: " ";
	clear: both;
}

.modules .items .item {
	width: 20%;
	padding: 10px;
	float: left;
	box-sizing: border-box;
}

.modules .items .item:nth-child(5n+1){
	clear: both;
}

.modules .items .item .number{
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	font-family: "Gotham Narrow Bold", Helvetica Neue,Helvetica,Arial,sans-serif;
}
.modules .items .item .name{
	text-align: center;
	color: #6c716b;
	font-weight: bold;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	}

.modules .items .item .image{
	width: 100%;
	line-height: 0;
}

.modules .items .item .image img {
	width: 100%;
	max-width: 100%;
}

.modules .items .item .intro{
	font-size: 12px;
	line-height: 18px;
	height: 151px;
	text-align: left;
    text-align-last: left;
	padding: 15px 15px 30px;
	background: #eaeaea;
	font-size: 13px;
	overflow: hidden;
	width: 100%;
	font-weight: normal;
}

.modules .items .item .intro .txt {
	overflow: hidden;
	height: 106px;
	width: 100%;
}

.modules .items .item .start {
	text-align: center;
	width: 100%;
	margin-top: -15px;
}

.modules .items .item .start a{
	margin-top: 0px;
	background: #0075cd;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    font-size: 15px;
    text-decoration: none;
    color: #ffffff;
	display: inline-block;
	float: none;
	border-radius: 4px;
}
@media screen and (max-width: 1200px) { 
	.modules .items .item {
		width: 25%;
	}
	.modules .items .item:nth-child(5n+1){
		clear: none;
	}
	.modules .items .item:nth-child(4n+1){
		clear: both;
	}
}

@media screen and (max-width: 1000px) { 
	.become .items .item {
		width: 50%;
	}
	.become .items .item:nth-child(4n+1){
		clear: none;
	}

	.become .items .item:nth-child(2n+1){
		clear: both;
	}
	
	.agent .items .item {
		width: 100%;
		clear: both;
	}

	.modules .items .item {
		width: 50%;
	}
	.modules .items .item:nth-child(4n+1){
		clear: none;
	}
	.modules .items .item:nth-child(2n+1){
		clear: both;
	}
	
}

@media screen and (max-width: 768px) {
	.about,
	.become,
	.block_text,
	.agent,
	.banner,
	.modules	{
		padding: 20px 10px;
	}
	
	.become .items .item {
		width: 100%;
		clear: both;
	}
	
	.modules .items {
		text-align: center;
		padding: 20px 0px;
	}
	
	.modules .items .item {
		width: 300px;
		float: none;
		margin: 0 auto;
	}
	.modules .items .item .intro{
		font-size: 12px;
		line-height: 18px;
		height: auto;
	}
}
@media screen and (max-width: 480px) {
    .tile-block-course .items .item .intro .txt h3 {
text-transform: uppercase !important;
font-weight: 400 !important;
font-size: 16px !important;
line-height: 16px !important;
text-shadow: 1px 1px 5px #000 !important;
}</pre></body></html>