.activity-202607 {
	background: #aa2821;
	/* padding-top: 20px; */
}

.activity-202607-shell {
	width: min(100%, 1500px);
	margin: 0 auto;
}

.activity-202607-hero {
	width: 100%;
}

.activity-202607-hero img {
	display: block;
	width: 100%;
	height: auto;
}

.activity-202607-body {
	padding: clamp(48px, 6.3vw, 95px) 0 clamp(56px, 6vw, 90px);
}

.activity-202607-section {
	position: relative;
	width: min(71.177%, 1068px);
	margin: 0 auto clamp(24px, 2.8vw, 42px);
}

.activity-202607-section:last-child {
	margin-bottom: 0;
}

.activity-202607-section__frame,
.activity-202607-card img {
	display: block;
	width: 100%;
	height: auto;
}

.activity-202607-card {
	position: absolute;
	display: block;
	width: 27.993%;
	transition: transform .2s ease, filter .2s ease;
}

.activity-202607-card:hover {
	transform: translateY(-3px);
	filter: brightness(1.04);
}

.activity-202607-card:focus {
	outline: none;
	filter: brightness(1.06);
}

.activity-202607-card--col1 {
	left: 5.734%;
}

.activity-202607-card--col2 {
	left: 35.961%;
}

.activity-202607-card--col3 {
	left: 66.188%;
}

.activity-202607-section--1 .activity-202607-card {
	top: 34.305%;
}

.activity-202607-section--2 .activity-202607-card {
	top: 31.502%;
}

.activity-202607-section--3 .activity-202607-card {
	top: 30.495%;
}

.activity-202607-section--4 .activity-202607-card {
	top: 29.711%;
}

@media (max-width: 767px) {
	.activity-202607 {
		padding-top: 10px;
	}

	.activity-202607-body {
		padding-top: 28px;
		padding-bottom: 36px;
	}

	.activity-202607-section {
		width: min(92%, 1068px);
		margin-bottom: 20px;
	}
}