<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media all and (min-width:1200px){
	.black-ball {
	    justify-content: flex-start!important;
	    margin-left: -5px;
	}
	.ag-main-frame{
		padding: 10px 0px 0px 0px!important; 
	}
} 
@media all and (min-width:768px){
.ag-main-col a:nth-child(odd) .ag-overlay-article{
    margin: 24px 34px 24px 4px!important;
height: calc(100% - 52px);
}
.ag-main-col a:nth-child(even) .ag-overlay-article {
    margin: 24px 4px 24px 34px!important;
	height: calc(100% - 52px);
}

.side-col .list-article-list a:nth-child(even) .list-article {
    margin-left:0px;
}
.side-col .list-article-list a:nth-child(odd) .list-article {
    margin-right: 0px;
}
}
@media all and (max-width:1200px){
    .ag-nav-links{
        justify-content:center!important;
    }
    .logo-area, .ag-news-carousel-frame{
        flex-direction:column!important;
        align-items:center;
    }
    .ag-main-col{
		padding: 0px 30px;
            margin-right: 0px!important;
        }
    
    .ag-breaking-carousel{
        margin: 0px 30px;
    }

    .side-col{
        margin-left:0px!important;
    }
	.ag-main-frame .ag-overlay-list {
	    padding: 0px 25px;
	}
}

@media all and (max-width:1200px) and (min-width:768px){
    .masthead-tablet{
        padding: 0px 26px!important;
    }
}
@media all and (max-width: 768px) and (min-width:500px){
    .masthead-tablet{
        padding: 70px 26px 0px 26px!important;
    }
} 
@media all and (max-width: 768px){
.ag-error-404{
	padding-top:50px;
}
	.ag-page-spacer
    .article-spacer{
        padding: 0px!important;
        align-items: center!important;
        text-align: center;
    }
	.follow-us .box-spacer {
	    flex-direction: column;
	}
	.follow-us .box-spacer&gt;div:first-child{
	    margin-bottom:15px;
		overflow: hidden;
	}

	.follow-us .box-spacer * {
	    width: 100%!important;
	    min-width: 100%!important;
	    max-width: 100%!important;
	}

    .list-article{
        margin-right: 0px!important;
    }
    .site-title{
        flex-direction: column;
    }
    .site-title h2{
        width:100%!important;
        z-index:0!important;
        text-align: center;
        font-size: 28px!important;
        margin-bottom: 15px!important;
    }
    .site-title span{
        position:relative!important;

    }
    .ag-tab-nav{
        position: relative!important;
        top: 0!important;
        margin-bottom: 15px!important;
        justify-content: center!important;
    }
	.some-links i {
		    font-size: 12px;
		}

}

@media all and (min-width:990px){
.list-article-list a:nth-child(even) .list-article {
    margin-left: 34px;
}
.list-article-list a:nth-child(odd) .list-article {
    margin-right: 34px;
}
}
@media all and (max-width:990px){
	.footer-w-wrapper {
	    flex-direction: column;
	}
	.footer-col-right {
	    border-left: none !important;
	    padding-left: 0px !important;
	}
	.footer-col-body div {
	    width: 100% !important;
	    min-width: 100% !important;
	    max-width: 100% !important;
	}
	.footer-w-wrapper &gt; div, .footer-col-right &gt; div, .footer-col-body, .footer-col-boy div {
	    width: 100% !important;
	    min-width: 100% !important;
	    max-width: 100% !important;
	}
	.footer-w-wrapper .footer-col {
	    width: 33% !important;
	    min-width: 33% !important;
	    max-width: 33% !important;
	}
	.article-frame{
		text-align:center;
	}
.creator-card &gt; div{
	justify-content:center;
}
.ag-error-404{
	align-items:center!important;
}
}

@media all and (max-width:500px){
    .masthead-tablet{
        padding: 70px 0px 0px 0px!important;
    }
	.article-wrapper.ag-main-col{
		padding:0px!important; 
	}

	
	.footer-w-wrapper .footer-col, .footer-col-body, .footer-col-boy div {
	    width: 100% !important;
	    min-width: 100% !important;
	    max-width: 100% !important;
	}
} </pre></body></html>