﻿#t-landing,#t-landing *{
	
	margin: 0;
	box-sizing: border-box;
}

#t-landing .font0 { font:28pt "Century Gothic", sans-serif; }
#t-landing .font1 { font:30px "Century Gothic", sans-serif; color:#2d2da9; }
#t-landing .font2 { font:25px "Century Gothic", sans-serif; line-height:29px; }
#t-landing .font3 { font:24pt "Century Gothic", sans-serif; }
#t-landing .font4 { font:31pt "Century Gothic", sans-serif; line-height:59px; }
#t-landing .font8 { font:21pt "Times New Roman", serif; }

#t-landing{
	max-width: 1130px;
	margin: auto;
}

#t-landing .crisis{
	background: #5e80bb;
	border-radius: 12px;
	color: white;
	padding: 2px 50px 10px 65px;
}

#t-landing .crisis .btn{
	display: block;
	margin: auto;
}

#t-landing .bg{
	background-color: #e3efcc;
	padding: 0 44px 0 47px;
	margin-top: 4px;
}

#t-landing .title{
	text-align: center;
	padding-top: 13px;
	margin-bottom: 7px;
}

#t-landing p{
	text-align: justify;
}

#t-landing p+p{
	margin-top: 13px;
}

#t-landing .profession{
	text-align: center;
	padding: 0 30px;
	
}

#t-landing .profiles{
	text-align: center;
	margin-top: -1px;
	margin-bottom: 7px;
}

#t-landing .bg img{
	margin-bottom: 16px;
}

#t-landing .about{
	text-align: center;
	margin-top: 24px;
	padding: 0 10px;	
	padding-bottom: 23px;
}

#t-landing .last-line{
	margin-top: 4px;

}

#t-landing .last-line>*{
	display: inline-block;
	vertical-align: top;
}

#t-landing .last-line .motto{
	text-align: right;
	width: 727px;
	background: #6584bb;
	height: 263px;
	border-radius: 12px;
	color: white;
	padding-top: 35px;
	padding-right: 68px;
	float: right;	
}