:root {
    --c-00: #000000;
	--c-01: #ffffff;
	--c-02: #04a0ba;
	--c-03: #13be62;
	--c-04: #072b42;
	--c-05: #101027;
	--c-06: #18754c;
	--c-07: #e98a15;
	--c-08: #444444;
	--c-09: #CECECE;
	--c-04l: #0f5c8e;

	--c-04g: linear-gradient(180deg,rgba(14, 38, 48, 1) 0%, rgba(14, 38, 48, 0) 100%);

	--c-01a: rgba(255,255,255,0.1);
	--c-03a: rgba(19, 190, 98, 0.02);
	--c-03b: rgba(19, 190, 98, 0.4);	
	--fgap: 3rem;
}

body {
	padding: 0;
	margin: 0;
	color: var(--c-08);
}
* { 
	box-sizing: border-box; 
	position: relative; 
	font-family: Inter, sans-serif;
}
img {
	vertical-align: middle;
}
.section {
	width: 100%;
}
.container {
	width: 100%;
	max-width: 1200px;
	padding: 8rem 1rem;
	margin: auto;
}
.container.sml {
	max-width: 900px;
}
h2, .section.s10 .blog h1 {
	margin-top: 0;
	color: var(--c-04);
	font-weight: 500;
	font-size: 3.2em;
}
.section.s10 .blog h1 a {
	color: var(--c-04);
	text-decoration: none;
}
.section.s10 .blog h1 a:after {
    display: inline-block;
    content: '→';
	margin-left: .15em;
}
h2:after, .section.s10 .blog h1:after {
	margin-top: 2rem;
	content: '';
	display: block;
	background: url(/images/layout/line_header.svg);
	background-repeat: no-repeat;
	background-size: 6rem;
	height: 1rem;
}
h3 {
	margin-top: 0;
	color: var(--c-01);
	font-weight: 500;
	font-size: 3.2rem;
}
.section.s10 h3 {
	color: var(--c-03);
	text-align: center;
	font-size: 2em;
}
h3:after {
	margin-top: 2rem;
	content: '';
	display: block;
	background: url(/images/layout/line_center_header.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 11rem;
	height: 1rem;
}
.auth {
	color: var(--c-01);
	right: 0;
	bottom: 0;
	padding: 1rem;
	position: absolute;
	opacity: .9;
}
a {
	transition-duration: 0.3s;
}
a.btn, .pagination a {
	background: var(--c-07);
	padding: 1rem 3rem;
	color: var(--c-01);
	border-radius: 5rem;
	text-decoration: none;
	margin-top: 3rem;
	display: inline-block;
}
a.btn:hover, .pagination a:hover, .pagination .active a {
	background: var(--c-03);	
}
.visually-hidden {
	display: none;
}
hr {
	display: block;
	background: var(--c-02);
	height: .3em;
	border: none;
	border-radius: .5em;
	margin-top: 5em;
	margin-bottom: 3em;
	max-width: 50%;
}
.cols2 {
  column-count: 2;
  column-gap: var(--fgap);
}
p:first-child {
	margin-top: 0;
}
.taj {
	text-align: justify;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.gap4 {
	gap: 4em;
}
.gap5 {
	gap: 5em;
}
.section.s1 {
	background: url(/images/layout/mount_kenya.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: top center;
	aspect-ratio: 16 / 9;
	width: 100%;
	max-height: 70vh;
	color: var(--c-04l);
	font-weight: 500;
}
.page .section.s1 {
	height: auto;
	aspect-ratio: 0;
}

.section.s1 .bg {
	background: var(--c-04g);	
}
.section.s1 .container {
	padding-top: 2rem;
	padding-bottom: 2rem;
	display: flex;
	gap: 2rem;
}
.section.s1 img {
	width: 100%;
	max-width: 22rem;
}
.section.s1 ul {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
	gap: .5rem;
}
.section.s1 .mod-languages {
	display: inline-block;
}
.section.s1 .m {
	flex: 1;
	/* align-self: flex-end; */
	font-size: 1.7em;
	display: flex;
	align-items: center;
}
.section.s1 .m ul {
	gap: 2rem;
}
.section.s1 a {
	text-decoration: none;
	color: var(--c-01);
}
.section.s1 .lg a {
	color: var(--c-02);
}
.section.s1 a:hover, .section.s1 .active a {
	color: var(--c-03) !important;
}
.page .section.s1 .auth {
	display: none;
}
.section.s4 {

}
.section.s5 {
	background: url(/images/layout/block_01.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	aspect-ratio: 16 / 9;
	width: 100%;
	max-height: 70vh;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.section.s6 {
	background: var(--c-06);
	color: var(--c-01);
}
.section.s6 .newsflash {
	display: flex;
	gap: var(--fgap);
	flex-wrap: wrap;
	align-items: stretch;
}
.section.s6 .newsflash > * {
	width: calc(50% - var(--fgap)/2);
	display: flex;
	align-items: stretch;
}
.section.s6 .newsflash a {
	display: block;
	text-decoration: none;
	padding: 1rem;
	width: 100%;
	height: 100%;
	background: var(--c-01a);
	border-radius: 10px;
	text-align: left;
}
.section.s6 .newsflash a:hover {
	background: var(--c-03);	
}
.section.s6 .newsflash a div {
	width: 100%;
	height: 15rem;
	margin-bottom: 1rem;
}
.section.s6 .newsflash span {
	color: var(--c-01);
	display: block;
	padding: 0;
}
.section.s8 .ln {
	width: 100%;
	background: url(/images/layout/line_center_bottom.svg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 80rem;
	height: 1rem;
	margin-bottom: 2rem;
}
.section.s8 h4 {
	color: var(--c-02);
	font-weight: 500;
	font-size: 1.7rem;
	margin-bottom: 4rem;
}
.section.s8 .ft {
	margin-top: 8rem;
}
.section.s8 .f {
	display: flex;
}
.section.s8 .f > * {
	width: 100%;
}
.section.s8 img {
	width: 100%;
}
.section.s8 .n {
	width: 12rem;
}
.section.s8 .z {
	width: 22rem;
}
.section.s8 .container {
	padding-bottom: 2rem;
}
.section.s10 .blog h1 {
    margin-top: 0;
    color: var(--c-04);
    font-weight: 500;
    font-size: 3.2rem;
}
.section.s10 .fields-container {
	list-style: none;
	padding: 0;
	margin: 0;
}


.section.s10 .blog-item .fields-container .field-label, .section.s10 .blog-item .fields-container .tf-gallery-wrapper {
	display: none;
}
.section.s10 .blog-item .fields-container .swiper-slide img {
	width: 100%; 
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.section.s10 .item-page .fields-container .field-label, .section.s10 .item-page .fields-container .tf-slideshow-thumbs-wrapper {
	display: none;
}
.section.s10 .item-page .fields-container .swiper-slide img {
	width: 100%; 
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

/* .section.s10 .fields-container .swiper-slide img {
	width: 100%; 
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.section.s10 .fields-container .swiper-slide img {
	width: 100%; 
	aspect-ratio: 16 / 9;
	object-fit: cover;
} */


.section.s10 .com-content-article h1 {
	color: var(--c-04);
}
.section.s10 .com-content-article .create {
	color: var(--c-03);
}
.section.s10 .com-content-article .com-content-article__body {
	padding: 2rem 0;
	max-width: 800px;
	margin: auto;
	line-height: 1.8em;
}

.section.s10 .partners tbody {
	display: flex;
	flex-direction: column;
	gap: 5rem;
}
.section.s10 .partners tr {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.section.s10 .partners td {
	width: auto !important;
}
.section.s10 .partners .btn {
	margin: 0;
}
.section.s10 .partners img {
	width: 100%;
}
.section.s10 .partners .c img {
	max-width: 16em;
}
.section.s10 .partners .d img {
	max-width: 23em;
}
.section.s10 .partners .h img {
	max-width: 23em;
}
.section.s10 .partners .g img {
	max-width: 20em;
}
.section.s10 .partners .u img {
	max-width: 23em;
}
.section.s10 a:not(.btn)  {
	color: var(--c-02);
}
.section.s10 a:not(.btn):hover {
	color: var(--c-03);
}
.section.s50 {
	position: fixed;
	right: 0;
	padding: .5rem 0;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 30;
	width: auto;
	text-align: right;
	transition-duration: 0.3s;
}
.section.s50:hover {
/* transform: translateX(100%) */
}
.section.s50 a {
	display: inline-block;
	color: var(--c-01);
	background: var(--c-07);
	text-decoration: none;
	border-radius: 5rem;
	padding: .3rem .7rem;
	margin: .2rem;
}
.section.s50 a:hover {
	background: var(--c-03);
}
.section.s50 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h2:after {
    margin-top: 2rem;
    content: '';
    display: block;
    background: url(/images/layout/line_header.svg);
    background-repeat: no-repeat;
    background-size: 6rem;
    height: 1rem;
}

.blog-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}
.blog-item {
	padding: 1rem;
	border: solid 3px var(--c-03b);
	border-radius: 10px;
	background: var(--c-03a);
}
.blog-item img {
	width: 100%;
	max-width: 100%;
}
.blog-item a {
	text-decoration: none;
	color: var(--c-04);
	font-size: .4em;
}
.blog-item a:after {
	display: inline-block;
	content: '→';
}
.blog-item h2 {
	margin-top: .5rem;
	margin-bottom: 1rem;
	line-height: .28em;
	font-weight: 700;
}
.blog-item a:hover {
	color: var(--c-03);
}
.blog-item h2:after {
	display: none;
}
.article-info {
	margin-top: 0;
	color: var(--c-03);
	margin-bottom: .5rem;
	font-size: .85em;
	padding: 0;
}
.blog-item .article-info * {
	padding: 0;
	margin: 0;
}
.com-content-category-blog__navigation {
	margin-top: 3rem;
}
.com-content-category-blog__navigation .counter {
	display: none;
}
.pagination {
	list-style: none;
	padding: 0;
	display: flex;
	gap: .5rem;
	flex-wrap: wrap;
}
.pagination a {
	padding: 1rem 1.5rem;
}
.pagination a .icon-angle-left:before {
	content: "←"
}
.pagination a .icon-angle-double-left:before {
	content: "⇇"
}
.pagination a .icon-angle-right:before {
	content: "→"
}
.pagination a .icon-angle-double-right:before {
	content: "⇉"
}
.about_img {
	margin: 2rem auto;
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}
.about_img_01 {
	max-width: 50%;
}

@media (max-width: 1240px) {
    body {
        font-size: 0.85em;
    }
}
@media (max-width: 900px) {
	.lg {
		position: absolute;
		top: 1rem;
		right: 1rem;
	}
	.section.s1 .container {
		flex-direction: column;
	}
}
@media (max-width: 800px) {
	.blog-items {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 600px) {
	.blog-items {
		grid-template-columns: repeat(1, 1fr);
	}
	.cols2 {
		column-count: 1;
	}
	.section.s6 .newsflash > * {
		width: 100%;
	}
	.gap4 {
		gap: 2rem !important;
	}
	.gap5 {
		gap: 3rem !important;
	}
	.section.s50 {
		display: none;
	}
}
@media (max-width: 450px) {
	.section.s1 img {
		max-width: 80%
	}
	.section.s1 .m ul {
		flex-direction: column;
		gap: .5em;
		margin-bottom: 2em;
	}
	.section.s1 .m {
		align-self: flex-start;
	}
	.fdr {
		flex-direction: column;
	}
	.section.s8 .z {
		max-width: 100% !important;
	}
}