.index-hero {
	display: grid;
	grid-template-columns: 1fr 25%;
	grid-template-rows: 1;
	margin-bottom: 30px;
}
.index-hero-items {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-auto-rows: 1fr;
	gap: 0;
}
.index-hero-item {
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	overflow: hidden;
}
.index-hero-item:nth-child(5) {
	grid-column: 3;
	grid-row: 1 / span 2;
	aspect-ratio: auto;
}
.index-hero-item:after {
	position: absolute;
	pointer-events: none;
	content: '';
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	z-index: 0;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(16,16,16,1) 100%);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	transition: all 700ms ease;
}
.index-hero-item-content {
	position: relative;
	pointer-events: none;
	padding: 30px;
	z-index: 5;
}
.index-hero-item-title {
	font-family: "Oswald", Sans-serif;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.3em;
	margin: 0px;
	text-transform: uppercase;
	pointer-events: all;
}
.index-hero-item:nth-child(5) .index-hero-item-title {
	font-size: 20px;
	line-height: 1.4em;
}
.index-hero-item-title a {
	color: #fff;
	text-decoration: none;
}
.index-hero-image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	transform-style: preserve-3d;
	transition: all 500ms ease;
}
.index-hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.index-hero-item:hover .index-hero-item-title a {
	color: #fff;
	text-decoration: underline;
}
.index-hero-item:hover .index-hero-image {transform: scale(1.1);}

.index-hero-news {
	position: relative;
	background: #000;
	min-height: 0px;
}
.index-hero-news-header {
	position: absolute;
	box-sizing: border-box;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #000;
	padding: 4px 10px 15px 10px;
}
.index-hero-news-lead {
	color: #64FFB0FC;
	font-size: 20px;
	font-family: 'Roboto', Sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0px;
}
.index-hero-news-items {
	display: flex;
	flex-flow: column;
	gap: 5px;
	padding: 43px 10px 30px 10px;
	max-height: 530px;
	scrollbar-width: none; 
	-ms-overflow-style: none; 
	overflow: scroll;
	scroll-behavior: smooth;
}
.index-hero-news-items::-webkit-scrollbar {display: none;}
h5.index-hero-news-title,
h5.index-hero-news-title a {
	font-family: "Roboto", Sans-serif;
	font-size: 15px;
	font-weight: 500;
	margin: 0px;
	color: #EFEFEF;
	text-decoration: none;
	text-transform: uppercase;
}
.index-hero-news-item:hover h5.index-hero-news-title a {text-decoration: underline;}
.index-hero-news-date {
	display: flex;
	gap: 3px;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	color: #adadad;
	margin-top: 8px;
}
.index-hero-news-decorator {color: #fff;}

.index-hero-news-actions {
	padding-top: 10px;
	text-align: center;
}
.index-hero-news-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 500;
	background: #2DFFB5;
	color: #070000;
	width: 139px;
	height: 39px;
	text-decoration: none;
}
.index-hero-news-cta:hover {text-decoration: underline;}

.index-section {
	padding: 0px 10px;
	margin-bottom: 20px;
}
.index-section-header {
	position: relative;
	height: 26px;
	background: #2DFFB5;
	margin-bottom: 18px;
}
.index-section-title {
	position: absolute;
	display: inline-flex;
	left: 0px;
	bottom: 1px;
	font-family: "Oswald", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin: 0px;
	padding: 0px 15px 4px 0px;
	background: #fff;
	text-transform: uppercase;
	letter-spacing: 0px;
	word-spacing: 3px;
	color: rgb(0, 0, 0);	
}
.index-section-title:after {
	position: absolute;
	content: '';
	bottom: -1px;
	height: 1px;
	width: 50%;
	background: #070000;
}

.index-category-items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px 30px;
}
.index-category-item-cover {
	margin-bottom: 20px;
	overflow: hidden;
}
.index-category-item-cover img {
	aspect-ratio: 280/170;
	width: 100%;
	object-fit: cover;
	object-position: center;
	transform-style: preserve-3d;
	transition: all 500ms ease;
}
.index-category-item:hover .index-category-item-cover img {transform: scale(1.1);}
.index-category-item-title {
	font-family: "Oswald", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.4em;
	margin: 0px 0px 0px 0px;
}
.index-category-item-title a {text-decoration: none;}
.index-category-item-title:hover a {text-decoration: underline;}
.index-category-item-excerpt {margin-top: 16px;}

.index-section-actions {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}
.index-section-cta {
	font-family: "Roboto", Sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 15px;
	fill: #000;
	color: #000;
	background-color: #00FFB2;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
}
.index-section-cta:hover {color: #000;}

.index-grid-items {
	display: grid;
	grid-template-columns: repeat(2, minmax(0px, 1fr));
	background: #111;
	margin-bottom: 14px;
}
.index-grid-item {
	display: grid;
	grid-template-columns: repeat(2, 50%);
	align-items: center;
}
.index-grid-item-content {
	padding: 30px;
	color: #fff;
}
.index-grid-item-cover {
	position: relative;
	overflow: hidden;
}
.index-grid-item-cover:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #111;
	z-index: 9;
	right: 0px;
	bottom: 50%;
}
.index-grid-item:nth-last-child(-n+2) .index-grid-item-cover:after {
	left: 0px;
	right: auto;
	transform: scaleX(-1);
}

.index-grid-item-cover img {
	width: 100%;
	aspect-ratio: 303/197;
	object-fit: cover;
	object-position: center;
	transform-style: preserve-3d;
	transition: all 500ms ease;
}
.index-grid-item:hover .index-grid-item-cover img {transform: scale(1.1);}
.index-grid-item-title {
	font-family: "Oswald", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.4em;
	margin: 0px;
}
.index-grid-item-title a {
	color: #fff;
	text-decoration: none;
}
.index-grid-item-title a:hover {
	color: #fff;
	text-decoration: underline;
}
.index-grid-item-excerpt {
	color: #ccc;
	margin-top: 30px;
}
.index-grid-item:nth-last-child(-n+2) .index-grid-item-cover {order: 2;}
.index-grid-item:nth-last-child(-n+2) .index-grid-item-content {order: 1;}

@media screen and (max-width: 980px) {
	.index-hero {grid-template-columns: 1fr;}
	.index-hero-items {grid-template-columns: repeat(2, minmax(0px, 1fr));}
	.index-hero-item {aspect-ratio: 1/1;}
	
	.index-hero-item:nth-child(5) {
		grid-column: span 2;
		grid-row: span 1;
	}
	.index-category-items {
		grid-template-columns: repeat(2, minmax(0px, 1fr));
		gap: 15px;
	}
	.index-category-items.accent-left {grid-template-columns: 51.5% 1fr;}
	.index-category-items.accent-right {grid-template-columns: 1fr 51.5%;}
	
	.index-grid-item-content {padding: 15px;}
	.index-grid-item-excerpt {display: none;}
}

@media screen and (max-width: 767px) {
	.center-header__container {
		flex-wrap: wrap;
		text-align: left;
		gap: 20px;
	}
	.widget_search input, .widget_search button {
		white-space: nowrap;
		height: 40px;
	}
	.widget_search button {padding: 0px;}
	
	.index-hero-items {grid-template-columns: 1fr;}
	.index-hero-item:nth-child(5) {grid-column: span 1;}
	.index-hero-item-content {
		box-sizing: border-box;
		padding: 20px 20px 58px 20px;
		max-width: 400px;
	}
	.index-hero-item-title,
	.index-hero-item:nth-child(5) .index-hero-item-title {
		font-size: 24px;
		font-weight: 400;
		line-height: 1.3em;
	}
	.index-category-items {
		gap: 30px;
		grid-template-columns: 1fr;
	}
	
	.index-grid-items,
	.index-category-items.accent-left,
	.index-category-items.accent-right {
		padding: 15px 0px;
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.index-grid-item:nth-last-child(-n+2) .index-grid-item-cover {order: 1;}
	.index-grid-item:nth-last-child(-n+2) .index-grid-item-content {order: 2;}
	
	.index-grid-item-content {padding: 15px 15px 30px 15px;}
	.index-grid-item-title {
		font-size: 16px;
		line-height: 24px;
	}
	.index-grid-item:nth-last-child(-n+2) .index-grid-item-cover:after {
		left: auto;
		right: 0px;
		transform: none;
	}
}