/*grl*/
body{
	background-color: #F5F5F5;
}
h1{
	font-size: 42px;
	color: #3E4556;
	font-weight: 700;
}
hr{
	border-color: #B3B3B3;
}
.tycsWrp{
	padding-top: 145px;
}

/*menu*/
.tycsMenu{
	max-width: 400px;
	height: 55vh;
    overflow-y: scroll;
}
.tycsMenu a{
	width: 100%;
	height: 67px;
	display: block;
	border-radius: 12px;
	background-color: #e8e8e8;
	line-height: 1.2;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000000;
	display: flex;
    align-items: center;
    padding: 0 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
}
.tycsMenu a:after{
	content: none;
}
.tycsMenu a.active{
	color: inherit;
	background-color: #DFEBF0;
}
.tycsMenu > a,
.tycsMenu > a:not([href]){
	background-color: #1E1F28;
	font-size: 24px;
	color: #ffffff;
	text-transform: none;
}
.tycsMenu > a:after{
	content: "\f077";
    font-family: Font Awesome\ 5 Free;
    font-size: 22px;
    margin-left: auto;
    left: 0;
}
.tycsMenu > a.collapsed:after{
	content: "\f078";
}
.tycsMenu > a:hover,
.tycsMenu > a:not([href]):hover{
	color: #ffffff;
}
@media(max-width: 767px){
	.tycsMenu{
		max-width: none;
		height: 245px;
	}
}
@media(min-width: 768px) and (max-width: 991px){
	.tycsWrp{
		padding-top: 165px;
	}
}

/*content*/
.tab-content .clean{
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	display: block;
}
.tab-content .clean:after{
	content: none;
}
.tab-content .clean:before{
	content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
	margin-right: .5rem;
}

.tab-content h2{
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
}
.tab-content h2,
.tab-content p,
.tab-content li{
	margin-bottom: 1.5rem;
}
.tab-content li{
	list-style-position: inside;
}
.tab-content p a,
.tab-content li a{
	font-size: inherit;
}
.tab-content p a:after,
.tab-content li a:after{
	content: none;
}
.tab-content ul,
.tab-content ol{
	padding-left: 1.5rem;
}
.tab-content ul li{
	list-style-type: disc;
}
.tab-content ul li ul li{
	list-style-type: circle;
}
.tab-content li ul, 
.tab-content li ol {
    margin-top: 1.5rem;
}