body {
	max-width: 1920px;
	margin: 0 auto;
	background-color: #b41716;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

#main {
	background: url('../images/main-m.webp') no-repeat top center;
	background-size: contain;
	aspect-ratio: 1417 / 3437;
	position: relative;

	@media (min-width: 1024px) {
		background: url('../images/main.webp') no-repeat top center;
		background-size: contain;
		aspect-ratio: 1920 / 3437;
	}
}

.top-navigation {
	position: absolute;
	top: max(2dvw, 5px);
	width: 100%;
}

.top-navigation .regulations {
	top: 0;
	right: 5%;
	width: 16%;
	position: absolute;

	@media (min-width: 1024px) {
		width: 10%;
	}
}

.logos {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2.5%;
}

.logos a:nth-child(1) {
	width: 9.92%;

	@media (min-width: 1024px) {
		width: 6.2%;
	}
}

.logos a:nth-child(2) {
	width: 12%;

	@media (min-width: 1024px) {
		width: 7.5%;
	}
}

.logos a:nth-child(3) {
	width: 13.06%;

	@media (min-width: 1024px) {
		width: 8.5%;
	}
}

.bottom-navigation {
	position: absolute;
	bottom: max(2dvw, 5px);
	width: 100%;
}

.badge {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	max-width: 10%;

	@media (min-width: 1024px) {
		max-width: 8.6%;
	}
}
