<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tab_container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 8px;
}
ul.tabs {
	display: flex;
}
ul.tabs li {
	background: none;
	display: inline-block;
	padding: 0;
	cursor: pointer;
	margin: 0;
}
ul.tabs li a {
	text-align: center;
	display: block;
	padding: 13px 0;
	width: 238px;
	text-decoration: none;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	border-radius: 10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #2E2E2E;
}
ul.tabs li:first-child {
	margin-right: 12px;
}
ul.tabs li:first-child a:hover {
	background: #F4F9F5;
	border: 1px solid #278F39;
}
ul.tabs li:first-child a.active {
	background: #278F39;
	border: 1px solid #278F39;
	color: #FFFFFF;
}
ul.tabs li:last-child a:hover {
	background: #FFF0E6;
	border: 1px solid #FD934A;
}
ul.tabs li:last-child a.active {
	background: #FD934A;
	border: 1px solid #FD934A;
	color: #FFFFFF;
}
.tab-content{
	display: none;
}
.tab-content.current{
	display: inherit;
}
.social_container{
	display: flex;
}
.social_container a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 238px;
	height: 44px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	border-radius: 10px;
	text-decoration: none;
}
.social_container a:first-child{
	margin-right: 12px;
}
.social_container a:first-child:hover{
	background: #E8F5FF;
	border: 1px solid #0295FF;
}
.social_container a:first-child:focus{
	background: #0295FF;
	border: 1px solid #0295FF;
}
.social_container a:last-child:hover{
	background: #FFF9E3;
	border: 1px solid #FFC805;
}
.social_container a:last-child:focus{
	background: #FFC805;
	border: 1px solid #FFC805;
}
.social_container a:first-child:focus span, .social_container a:last-child:focus span{
	color: #FFFFFF;
}
.social_container a:first-child div{
	background: url(/i/img/analytics_new/tg.png) no-repeat;
	width: 19px;
	height: 16px;
}
.social_container a:first-child:focus div{
	background: url(/i/img/analytics_new/tg_active.png) no-repeat;
}
.social_container a:last-child div{
	background: url(/i/img/analytics_new/env.png) no-repeat;
	width: 24px;
	height: 16px;
}
.social_container a:last-child:focus div{
	background: url(/i/img/analytics_new/env_active.png) no-repeat;
}
.social_container a span{
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #2E2E2E;
	padding-left: 10px;
}

.card_container {
	display: flex;
	grid-column-gap: 20px;
	padding: 38px 0;
}
.card_container8{
	padding: 38px 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.card_container1{
	position: relative;
	top: 0;
	width: calc(50% - 60px);
	box-shadow: 0px 4px 37px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	padding: 38px 30px;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.card_container1:hover{
	top: -15px;
}
.card_container4{
	width: 50%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.cards{
	position: relative;
	top: 0;
	cursor: pointer;
	width: calc(100% - 40px);
	background: #FFFFFF;
	box-shadow: 0px 4px 37px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	padding: 24px 20px;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.cards:hover{
	top: -6px;
}
.card_title{
	text-align: left;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
	margin-bottom: 8px;
	max-height: 84px;
	overflow: hidden;
}
.card_subtitle{
	text-align: left;
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
}
.card_text{
	text-align: left;
	font-size: 17px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 12px;
	max-height: 80px;
	overflow: hidden;
}
.card_bottom{
	display: flex;
	align-items: center;
	margin-top: auto;
}
.card_bottom_2{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 20px;
}
.card_author{
	text-align: left;
	font-size: 14px;
	line-height: 16px;
	color: #494949;
	padding-left: 12px;
}
.card_author_2{
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
	padding-left: 12px;
}
.author_main{
	display: flex;
	align-items: center;
}
.times_ago{
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
}

#filter{
	height: 60px;
	overflow: hidden;
}
.filter_container{
	background: #FFFFFF;
	box-shadow: 0px 4px 37px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	padding: 30px;
	margin-bottom: 38px;
}
.filter_select_container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sort_switch{
	position: relative;
	display: inline-block;
	min-width: 172px;
	text-align: center;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	border-radius: 20px;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #494949;
	padding: 7px 24px;
	cursor: pointer;
}
.filter_sort{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 32px;
	width: 48px;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 8px 12px;
	margin-left: 15px;
}
.view_switch{
	position: relative;
	display: flex;
	background: rgb(239, 242, 245) none repeat scroll 0% 0%;
	box-sizing: border-box;
	cursor: pointer;
	padding: 7px 12px;
	border-radius: 23px;
}
.tooltip1, .tooltip2 {
	opacity: 0;
	z-index: 99;
	width: 173px;
	display: block;
	padding: 24px 28px;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	color: #494949;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	box-shadow: 0px 17px 37px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	position: absolute;
	right: 90px;
	bottom: -10px;
	bottom: -25px;
}
.tooltip1 {
	right: 50px;
}
.tooltip2 {
	right: 80px;
}
.compact, .expanded{
	position: relative;
}
.compact:hover .tooltip1 {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.expanded:hover .tooltip2 {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.view_switch div{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 26px;
	border-radius: 6px;
}
.view_switch div.active{
	background: white;
}
.sort_switch div{
	display: flex;
	align-items: center;
	justify-content: center;
}
.view_sort:not(:first-child){
	display: none;
}
.sort_switch div img{
	padding-left: 8px;
}
.view_sort_dropdown{
	visibility: hidden;
	position: absolute;
	flex-direction: column;
	left: 0;
	top: -1px;
	padding: 5px;
	width: 100%;
	z-index: 1;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	box-shadow: 0px 17px 37px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
}
.view_dropdown{
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px 15px;
	width: calc(100% + 30px);
	margin-left: -15px;
	z-index: 1;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	box-shadow: 0px 17px 37px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
}
.view_sort_dropdown.show {
	visibility: visible;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
}
.view_dropdown.shown {
	display: flex;
	flex-wrap: wrap;
	visibility: visible;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
}
.view_sort_dropdown div{
	justify-content: center;
	padding: 9px 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
}
.view_sort_dropdown div:hover{
	color: #9B040C;
	background: rgba(248, 198, 201, 0.33);
	border-radius: 10px;
}
.view_switch div img.last-child{
	display: none;
}
.view_switch div.active img.first-child{
	display: none;
}
.view_switch div.active img.last-child{
	display: block;
}
.form-search{
	position: relative;
	display: flex;
	padding: 7px 0 7px 28px;
	border: 1px solid #C4C4C4;
	box-sizing: border-box;
	border-radius: 20px;
	margin-top: 16px;
}
.form-search input{
	width: calc(100% - 220px);
	padding-left: 12px;
	font-size: 14px;
	line-height: 16px;
}
.form-search button{
	position: absolute;
	top: -1px;
	right: -1px;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	width: 163px;
	height: 40px;
	background: #9D0000;
	border-radius: 20px;
	cursor: pointer;
}
.filter_analysis{
	display: flex;
	justify-content: space-between;
	align-items: start;
	padding-top: 20px;
}
.analysis_container{
	width: calc(100% - 200px);
	display: flex;
	flex-wrap: wrap;
	grid-column-gap: 17px;
	grid-row-gap: 20px;
}
.more_tag{
	display: inline-flex;
	width: 38px;
	height: 20px;
	background: #F6F6F6;
	border: 1px solid #C4C4C4;
	box-sizing: border-box;
	border-radius: 20px;
	font-size: 10px;
	line-height: 12px;
	color: #646464;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.analysis_btn, .analysis_btn0{
	background: #F8F8F8;
	border: 1px solid #C4C4C4;
	box-sizing: border-box;
	border-radius: 23px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #646464;
	padding: 11px 20px;
	cursor: pointer;
}
.analysis_btn0:hover{
	border: 1px solid #69B367;
}
.analysis_btn0.active{
	background: #69B367;
	border: 1px solid #69B367;
	color: #FFFFFF;
}
.analysis_btn.analysis_btn103:hover{
	border: 1px solid #326ACA;
}
.analysis_btn.active.analysis_btn103{
	background: #326ACA;
	border: 1px solid #326ACA;
	color: #FFFFFF;
}
.analysis_btn.analysis_btn102:hover{
	border: 1px solid #34CB30;
}
.analysis_btn.active.analysis_btn102{
	background: #34CB30;
	border: 1px solid #34CB30;
	color: #FFFFFF;
}
.analysis_btn.analysis_btn101:hover{
	border: 1px solid #87CB32;
}
.analysis_btn.active.analysis_btn101{
	background: #87CB32;
	border: 1px solid #87CB32;
	color: #FFFFFF;
}
.analysis_btn.analysis_btn14:hover{
	border: 1px solid #6ACCAB;
}
.analysis_btn.active.analysis_btn14{
	background: #6ACCAB;
	border: 1px solid #6ACCAB;
	color: #FFFFFF;
}
.analysis_btn.analysis_btn13:hover{
	border: 1px solid #BF1C17;
}
.analysis_btn.active.analysis_btn13{
	background: #BF1C17;
	border: 1px solid #BF1C17;
	color: #FFFFFF;
}
.analysis_btn.analysis_btn12:hover{
	border: 1px solid #3D333E;
}
.analysis_btn.active.analysis_btn12{
	background: #3D333E;
	border: 1px solid #3D333E;
	color: #FFFFFF;
}
.analysis_btn.analysis_btn11:hover{
	border: 1px solid #415E80;
}
.analysis_btn.active.analysis_btn11{
	background: #415E80;
	border: 1px solid #415E80;
	color: #FFFFFF;
}
.analysis_btn.analysis_btn10:hover{
	border: 1px solid #850A0F;
}
.analysis_btn.active.analysis_btn10{
	background: #850A0F;
	border: 1px solid #850A0F;
	color: #FFFFFF;
}
.analysis_btn.analysis_btn9:hover{
	border: 1px solid #337C70;
}
.analysis_btn.active.analysis_btn9{
	background: #337C70;
	border: 1px solid #337C70;
	color: #FFFFFF;
}
.analysis_btn.analysis_btn8:hover{
	border: 1px solid #B14D21;
}
.analysis_btn.active.analysis_btn8{
	background: #B14D21;
	border: 1px solid #B14D21;
	color: #FFFFFF;
}
.analysis_btn.analysis_btn7:hover{
	border: 1px solid #783834;
}
.analysis_btn.active.analysis_btn7{
	background: #783834;
	border: 1px solid #783834;
	color: #FFFFFF;
}
.analysis_btn.analysis_btn6:hover{
	border: 1px solid #FC2293;
}
.analysis_btn.active.analysis_btn6{
	background: #FC2293;
	border: 1px solid #FC2293;
	color: #FFFFFF;
}
.analysis_btn.analysis_btn5:hover{
	border: 1px solid #FD7F57;
}
.analysis_btn.active.analysis_btn5{
	background: #FD7F57;
	border: 1px solid #FD7F57;
	color: #FFFFFF;
}
.analysis_btn.analysis_btn4:hover{
	border: 1px solid #85591B;
}
.analysis_btn.active.analysis_btn4{
	background: #85591B;
	border: 1px solid #85591B;
	color: #FFFFFF;
}
.analysis_btn.analysis_btn3:hover{
	border: 1px solid #2C7570;
}
.analysis_btn.active.analysis_btn3{
	background: #2C7570;
	border: 1px solid #2C7570;
	color: #FFFFFF;
}
.analysis_btn.analysis_btn2:hover{
	border: 1px solid #2E4B8A;
}
.analysis_btn.active.analysis_btn2{
	background: #2E4B8A;
	border: 1px solid #2E4B8A;
	color: #FFFFFF;
}
.analysis_btn.analysis_btn1:hover{
	border: 1px solid #56376F;
}
.analysis_btn.active.analysis_btn1{
	background: #56376F;
	border: 1px solid #56376F;
	color: #FFFFFF;
}
.analysis_btn.analysis_btn-1:hover{
	border: 1px solid #158527;
}
.analysis_btn.active.analysis_btn-1{
	background: #158527;
	border: 1px solid #158527;
	color: #FFFFFF;
}
.analysis_btn_container{
	width: 200px;
	text-align: right;
}
.analysis_btn_container button{
	width: calc(100% - 20px)
}
.view_more{
	box-sizing: border-box;
	height: 40px;
	width: 168px;
	background: #9B040C;
	border-radius: 20px;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
	margin-bottom: 20px;
}
.view_more:focus{
	background: #7A0006;
}
.hide_more{
	box-sizing: border-box;
	height: 40px;
	width: 168px;
	background: #FFE9EA;
	border: 1px solid #9B040C;
	border-radius: 23px;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	color: #9B040C;
	cursor: pointer;
	margin-bottom: 20px;
}
.hide_more:hover{
	background: #9B040C;
	border: 1px solid #9B040C;
	color: #FFFFFF;
}
.hide_more:focus{
	background: #7A0006;
	border: 1px solid #7A0006;
	color: #FFFFFF;
}
.reset_filter{
	height: 40px;
	background: #FFE9EA;
	border: 1px solid #9B040C;
	box-sizing: border-box;
	border-radius: 23px;
	padding: 0 20px;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	color: #9B040C;
	cursor: pointer;
}
.reset_filter:hover{
	background: #9B040C;
	border: 1px solid #9B040C;
	color: #FFFFFF;
}
.reset_filter:focus{
	background: #7A0006;
	border: 1px solid #7A0006;
	color: #FFFFFF;
}
.author_filter_top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 18px;
}

.list-view-filter .news_card {
	margin-bottom: 20px;
	width: 100%;
	max-width: 100%;
	height: auto !important;
}
.list-view-filter .grid_card_image_container {
	display: none !important;
}
.grid-view-filter {
	display: inline-grid;
//flex-wrap: wrap;
//justify-content: center;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.grid-view-filter .list_card_image {
	display: none;
}

.news_card {
	position: relative;
	display: flex;
	width: 100%;
	padding: 24px;
	background: #FFFFFF;
	box-shadow: 0px 4px 37px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	box-sizing: border-box;
}
.tooltip_card {
	background: rgba(255, 255, 255, 1);
	border: 1px solid #B7B7B7;
	border-radius: 10px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.04);
	color: #4B4D53;
	bottom: 14px;
	left: -50px;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	display: block;
	margin-bottom: 10px;
	opacity: 0;
	padding: 13px;
	width: calc(100% + 100px);
	position: absolute;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	box-sizing: border-box;
	cursor: auto;
}
.tooltip_card.neutral {
	pointer-events: none !important;
}
.tooltip_card::after {
	background: rgba(255, 255, 255, 1);
	border: 1px solid #B7B7B7;
	border-left: 0;
	border-top: 0;
	content: '';
	height: 16px;
	position: absolute;
	bottom: -9px;
	left: calc(50% - 15px);
	transform: rotate(45deg);
	width: 16px;
}
.tooltip_card::before {
	content: '';
	height: 20px;
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
}
.tooltip_btn{
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
	padding: .375rem .75rem;
	font-size: 0.8rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-top: 4px;
	cursor: pointer;
	float: right;
}
.tooltip_close_icon{
	position: absolute;
	top: 7px;
	right: 7px;
	cursor: pointer;
	line-height: 10px;
}
.tooltip_btn:hover{
	background-color: #0069d9;
	border-color: #0062cc;
}
.news_card.show_premium{
	cursor: pointer;
}
.news_card:not(.show_premium) .news_datetime:hover .tooltip_card, .news_card:not(.show_premium) .news_datetime.clicked .tooltip_card {
	opacity: 1;
	pointer-events: auto;
}
.news_card:not(.show_premium) .news_datetime:not(.clicked) .tooltip_card .tooltip_close_icon {
	display: none;
}
.premium_layer{
	display: none;
}
.premium_layer.shown{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background: linear-gradient(109deg, #EDE6EB 23.16%, #E6EAF4 64.98%);
	box-shadow: 20px 20px 100px 0px rgba(0, 0, 0, 0.10);
	padding: 32px 24px 24px;
	box-sizing: border-box;
	cursor: auto;
}
.premium_layer.shown img{
	max-width: 100%;
}
.close_premium_layer{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 12px;
	height: 12px;
	cursor: pointer;
	background: url(/i/img/analytics_new/shut.png) center center no-repeat;
}
.premium_text1{
	color: #242424;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.premium_text2{
	color: #242424;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.premium_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 147px;
	height: 44px;
	border-radius: 10px;
	background: #BC0F2E;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 20px auto 0;
	cursor: pointer;
}
.grid-view-filter .news_card {
	padding-bottom: 0;
}
.news_card_inner{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.list_card_image {
	margin-right: 28px;
	align-self: center;
	display: flex;
	width: 100%;
	max-width: 343px;
	overflow: hidden;
	border-radius: 10px;
}
.list_card_image img {
	max-width: 343px;
	border-radius: 10px;
	transition: transform 2s;
}
.list_card_image img:hover {
	transform: scale(1.1);
}
.grid_card_image_container{
	overflow: hidden;
	border-radius: 10px;
	height: 175px;
}						   
.grid_card_image {
	display: flex;
	border-radius: 10px;
	height: 188px;
	overflow: hidden;
	text-decoration: none;
}
.grid_card_image img {
	width: 100%;
	transition: transform .5s ease;
}
.news_card_tags{
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0 5px;
}
.list-view-filter .news_card_tags{
	padding-top: 0;
	padding-bottom: 18px;
}
.card_tag{
	display: inline-block;
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 20px;
	font-weight: 500;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	margin-bottom: 5px;
	color: #FFFFFF;
}
.author_card_tag_container{
	text-align: left;
}
.author_card_tag {
	display: inline-block;
	text-decoration: none;
	padding: 4px 14px;
	border-radius: 20px;
	font-size: 10px;
	cursor: pointer;
	color: #FFFFFF;
}
.card_tag:not(:last-child){
	margin-right: 5px;
}
.card_tag.beginner{
	background: #69B367;
}
.card_tag.beginner:hover, .card_tag.beginner:focus{
	background: #49A646;
}
.card_tag103{
	background: #326ACA;
}
.card_tag103:hover, .card_tag103:focus{
	background: #1E58BC;
}
.card_tag102{
	background: #34CB30;
}
.card_tag102:hover, .card_tag102:focus{
	background: #1BB917;
}
.card_tag101{
	background: #87CB32;
}
.card_tag101:hover, .card_tag101:focus{
	background: #74BA1D;
}
.card_tag14{
	background: #6ACCAB;
}
.card_tag14:hover, .card_tag14:focus{
	background: #51BF9A;
}
.card_tag13{
	background: #BF1C17;
}
.card_tag13:hover, .card_tag13:focus{
	background: #AC0C07;
}
.card_tag12{
	background: #3D333E;
}
.card_tag12:hover, .card_tag12:focus{
	background: #342835;
}
.card_tag11{
	background: #415E80;
}
.card_tag11:hover, .card_tag11:focus{
	background: #314F73;
}
.card_tag10{
	background: #850A0F;
}
.card_tag10:hover, .card_tag10:focus{
	background: #710408;
}
.card_tag9{
	background: #337C70;
}
.card_tag9:hover, .card_tag9:focus{
	background: #267164;
}
.card_tag8{
	background: #B14D21;
}
.card_tag8:hover, .card_tag8:focus{
	background: #A33C0F;
}
.card_tag7{
	background: #783834;
}
.card_tag7:hover, .card_tag7:focus{
	background: #6A2723;
}
.card_tag6{
	background: #FC2293;
}
.card_tag6:hover, .card_tag6:focus{
	background: #E80D7E;
}
.card_tag5{
	background: #FD7F57;
}
.card_tag5:hover, .card_tag5:focus{
	background: #F2683C;
}
.card_tag4{
	background: #85591B;
}
.card_tag4:hover, .card_tag4:focus{
	background: #75490A;
}
.card_tag3{
	background: #2C7570;
}
.card_tag3:hover, .card_tag3:focus{
	background: #1E6661;
}
.card_tag2{
	background: #2E4B8A;
}
.card_tag2:hover, .card_tag2:focus{
	background: #203B78;
}
.card_tag1{
	background: #56376F;
}
.card_tag1:hover, .card_tag1:focus{
	background: #4C2B67;
}
.video_type {
	background: #158527;
}
.video_type:hover, .video_type:focus {
	background: #09781B;
}
.list-view-filter .news_card_title_grid{
	display: none;
}
.news_card_title_grid{
	position: relative;
	/*display: flex;*/
	flex-direction: column;
	justify-content: center;
	text-align: left;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 0;
	overflow: hidden;
	text-decoration: none;
	padding-bottom: 0;
	max-height: 112px;			   
}
.news_card:hover .grid_card_image {
	overflow: hidden;
	transform: scale(1.2,1.2);
	transition: transform 2s;
}

.news_card:hover .news_card_title_grid {
	color: #188fff;		   
}
.grid-view-filter .news_card_title_list{
	display: none;
}
.news_card_title_list{
	text-align: left;
	font-weight: bold;
	font-size: 21px;
	line-height: 24px;
	color: #333333;
	margin-bottom: 16px;
	max-height: 84px;
	overflow: hidden;
	text-decoration: none;
	padding-bottom: 8px;
}
.news_card_desc{
	text-align: left;
	font-size: 14px;
	line-height: 21px;
	color: #333333;
	max-height: 105px;
	overflow: hidden;
	text-decoration: none;
}
.grid_card_desc{
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 17px;
	line-height: 21px;
	height: 0;
}

.list-view-filter .grid_card_desc{
	display: none;
}
.list_card_desc{
	padding-bottom: 21px;
}
.grid-view-filter .list_card_desc{
	display: none;
}
.news_card_bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
	background: #FFFFFF;
	z-index: 1;
	padding: 10px 0 24px;
}
.news_card_bottom1{
	display: flex;
	align-items: center;
}
.news_card_bottom1 img{
	padding-right: 8px;
	height: 34px;
	width: 34px;
}
.author_name{
	text-align: left;
	font-size: 14px;
	line-height: 16px;
	color: #646464;
	padding-bottom: 4px;
}
.news_datetime_premimum{display: none;}
.news_datetime{
	position: relative;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	color: #A5A5A5;
	background: url(/i/img/analytics_new/notice.png) left top no-repeat;
	padding-left: 21px;
	cursor: pointer;
}
.news_datetime2{
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	color: #A5A5A5;
}
.news_datetime_premimum.show{
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	color: #A5A5A5;
	background: url(/i/img/analytics_new/star.png) left top no-repeat;
	padding-left: 19px;
}
.news_card_bottom2{
	display: flex;
	align-items: center;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 5px;
}
.like_count{
	padding-left: 4px;
	font-size: 14px;
	line-height: 16px;
	text-align: justify;
	color: #7C7C7C;
}
.show_preloader{
	text-align: center;
	padding-top: 40px;
}
.show_more_buttom{
	display: inline-block;
	cursor: pointer;
	background: #9B040C;
	border-radius: 20px;
	padding: 12px 48px;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF;
}
.show_more_buttom:hover, .show_more_buttom:focus{
	background: #7A0006;
}

.filter_border{
	height: 0;
	border-top: 1px solid #E5E5E5;
	margin: 20px 0;
}
.filter_type{
	font-size: 18px;
	line-height: 21px;
	color: #000000;
}
.tools_container{
	display: flex;
	flex-wrap: wrap;
	grid-column-gap: 18px;
	grid-row-gap: 18px;
	padding: 20px 0;
}
.tools_container div{
	padding: 7px 22px;
	border: 1px solid #C4C4C4;
	box-sizing: border-box;
	border-radius: 23px;
	font-size: 14px;
	line-height: 16px;
	color: #646464;
	cursor: pointer;
}
.tools_container div:hover{
	border: 1px solid #9B040C;
}
.tools_container div.active{
	border: 1px solid #9B040C;
	background: #9B040C;
	color: #FFFFFF;
}
.go_to_page{
	font-size: 14px;
	line-height: 16px;
	color: #9D0000;
	text-decoration: none;
}

.author_slider {
	padding: 0 50px;
	display: none;
}
.author_slider .slick-dots {
	width: calc(100% - 100px);
}
.author_slider .author_block{
	margin: 40px 7px;
	text-align: center;
	cursor: pointer;
}
.author_block_photo{
	position: relative;
	display: inline-block;
}
.author_photo_abs{
	position: absolute;
	height: 18px;
	width: 18px;
	background: #FFFFFF;
	border: 1px solid #C4C4C4;
	box-sizing: border-box;
	border-radius: 6px;
	right: 0;
	bottom: 0;
}
.author_block.active .author_photo_abs{
	background: #9B040C url(/i/img/analytics_new/check.png) center center no-repeat;
	border: 1px solid #9B040C;
}
.author_block .author_block_photo img{
	height: 78px;
	width: 78px;
	border: 1px solid #C4C4C4;
	border-radius: 50%;
	margin: 0 auto;
}
.author_block.active .author_block_photo img{
	border: 1px solid #9B040C;
}
.author_slider .author_block_name{
	text-align: center;
	padding-top: 14px;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}
.author_slider .slide-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.author_slider .prev-arrow {
	z-index: 1;
	left: 10px;
	cursor: pointer;
	background: #FFFFFF url(/i/img/analytics_new/pr.png) center center no-repeat;
	width: 36px;
	height: 36px;
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.17);
	border-radius: 50%;
}
.author_slider .next-arrow {
	cursor: pointer;
	right: 10px;
	background: #FFFFFF url(/i/img/analytics_new/nx.png) center center no-repeat;
	width: 36px;
	height: 36px;
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.17);
	border-radius: 50%;
}
.author_slider .prev-arrow:focus {
	background: #9B040C url(/i/img/analytics_new/pr_active.png) center center no-repeat;
}
.author_slider .next-arrow:focus {
	background: #9B040C url(/i/img/analytics_new/nx_active.png) center center no-repeat;
}
.author_slider .slick-dots {
	text-align: center !important;
}
.author_slider .slick-dots li {
	width: 14px !important;
	height: 14px !important;
	border: 1px solid #FFFFFF;
}
.author_slider .slick-dots li.slick-active {
	border-radius: 50%;
	border: 1px solid #9D0000;
}
.author_slider .slick-dots li.slick-active button::before {
	background: #9D0000;
}
.author_slider .slick-dots li button {
	width: 16px !important;
	height: 16px !important;
}
.author_slider .slick-dots li button::before {
	width: 8px !important;
	height: 8px !important;
	content: '' !important;
	opacity: 1 !important;
	border: 1px solid #9D0000;
	border-radius: 50%;
	margin: 2px;
}
.show_midway, .show_mobile{
	display: none;
}

@media only screen and ( min-width:1361px ) and ( max-width:1566px ) {
	.grid-view-filter {
		grid-template-columns: repeat(2, 1fr);
	}
	.social_container a{
		width: 80px;
	}
	.social_container a span{
		display: none;
	}
}
@media only screen and ( max-width:1303px ) {
	.grid-view-filter {
		grid-template-columns: repeat(2, 1fr);
	}
	.social_container a{
		width: 80px;
	}
	.social_container a span{
		display: none;
	}
}
@media only screen and ( max-width:1099px ) {
	.hide_midway{
		display: none;
	}
	.show_midway{
		display: block;
	}
	.analysis_btn_container_bottom{
		display: flex;
		justify-content: center;
		padding-top: 40px;
	}
	.view_more, .hide_more {
		margin-right: 20px;
		margin-bottom: 0;
	}
	.card_container {
		display: block;
	}
	.card_container1 {
		width: calc(100% - 60px);
		margin-bottom: 20px;
	}
	.card_container4 {
		width: 100%;
	}
	.card_container8 {
		grid-template-columns: repeat(2, 1fr);
	}
	.analysis_container {
		width: 100%;
	}
	.filter_container {
		padding: 30px 24px;
	}
	.form-search button {
		display: none;
	}
	.form-search input {
		width: calc(100% - 48px);
	}
}
@media only screen and ( min-width:751px ) {
	.news_card {
		height: 434px;
	}
}
@media only screen and ( max-width:750px ) {
	.news_card_title_grid{
		max-height: unset;
		min-height: unset;
	}
	.grid_card_desc {
		height: auto !important;
		max-height: unset;
	}
	.grid_card_image{
		background-size: cover !important;
	}			  
	.grid-view-filter {
		display: flex !important;
		flex-wrap: wrap;
		justify-content: center;
		grid-column-gap: 0;
		grid-row-gap: 0;
	}
	.news_card {
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}
	.show_preloader{
		padding-top: 20px;
	}
	.news_card:nth-child(odd) {
		margin-right: 20px;
	}
	ul.tabs li a {
		width: 160px;
		font-size: 12px;
	}
	ul.tabs li:first-child {
		margin-right: 4px;
	}
	.social_container a{
		width: 48px;
	}
	.social_container a:first-child{
		margin-right: 4px;
	}
	.list-view-filter .news_card_tags {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.list-view-filter .list_card_image {
		display: none;
	}
	.list-view-filter .grid_card_image_container {
		display: block;
	}
	.list-view-filter .news_card {
		margin-bottom: 0;
		width: 32%;
		max-width: 392px;
	}
	.list-view-filter {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
	.news_card_title_grid {
		font-size: 18px;
		line-height: 21px;
	}
	.news_card_desc {
	    font-size: 14px;
		line-height: 16px;
	}
	.news_card_title_list {
		font-size: 18px;
		line-height: 21px;
		padding-bottom: 16px;
	}
	.filter_container {
		padding: 30px 20px;
	}
	.view_switch {
		display: none;
	}
	.analysis_container {
		grid-column-gap: 10px;
	}
	.tools_container {
		grid-column-gap: 10px;
	}
	.analysis_btn, .analysis_btn0 {
		font-size: 12px;
		line-height: 14px;
	}
	.tools_container div {
		font-size: 12px;
		line-height: 14px;
	}
}
@media only screen and ( max-width:700px ) {
	.news_card {
		padding: 16px;
	}
	.news_card_bottom2 {
		padding: 5px;
	}
	.news_datetime {
		font-size: 11px;
	}
	.additional_page_header_aph2 .aph2_breadcrumbs {
		justify-content: left !important;
	}
}
@media only screen and ( max-width:629px ) {
	.news_card {
		width: 100%;
	}
	.news_card:nth-child(odd) {
		margin-right: 0;
	}
}
@media only screen and ( max-width:600px ) {
	.card_title {
		font-size: 18px;
		line-height: 21px;
	}
	.card_subtitle {
		font-size: 14px;
		line-height: 16px;
	}
	.card_author_2 {
		font-size: 14px;
		line-height: 16px;
	}
	.times_ago {
		font-size: 12px;
		line-height: 14px;
	}
	.cards {
		width: calc(100% - 32px);
		padding: 16px;
	}
	.card_author {
		padding-left: 8px;
	}
}
@media only screen and ( max-width:479px ) {
	.hide_mobile{
		display: none;
	}
	.show_mobile{
		display: block;
	}
	.show_mobile .times_ago{
		padding-top: 2px;
		padding-left: 12px;
	}
	.tab_container {
		justify-content: center;
	}
	ul.tabs {
		display: block;
	}
	ul.tabs li {
		display: block;
	}
	ul.tabs li:first-child {
		margin-right: 0;
		margin-bottom: 4px;
	}
	.social_container{
		display: block;
		padding-left: 14px;
	}
	.social_container a{
		width: 68px;
	}
	.social_container a:first-child{
		margin-right: 0;
		margin-bottom: 4px;
	}
	.card_container1 {
		width: calc(100% - 40px);
		padding: 28px 20px;
	}
	.card_container4 {
		grid-template-columns: repeat(1, 1fr);
	}
	.card_container8 {
		grid-template-columns: repeat(1, 1fr);
	}
	.analysis_btn, .analysis_btn0 {
		width: 100%;
		justify-content: center;
	}
	.tools_container div {
		width: calc(50% - 4px);
		text-align: center;
	}
	.tools_container {
		grid-column-gap: 8px;
	}
	#filter{
		height: 180px;
	}
	.filter_container {
		padding: 28px 16px;
	}
	.form-search {
		padding: 7px 0 7px 20px;
	}
	.sort_switch {
		padding: 7px 15px;
	}
	.author_filter_top {
		display: block;
	}
	.filter_type {
		text-align: center;
	}
	.go_to_page_container{
		text-align: center;
		padding-top: 18px;
	}
	.analysis_btn_container_bottom {
		display: block;
		text-align: center;
	}
	.view_more, .hide_more {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.author_slider {
		padding: 0 32px;
	}
	.author_slider .slick-dots {
		width: calc(100% - 60px);
	}
	.author_slider .prev-arrow {
		width: 28px;
		height: 28px;
		left: 5px;
	}
	.author_slider .next-arrow {
		width: 28px;
		height: 28px;
		right: 5px;
	}
}</pre></body></html>