<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.splash-screen {
	height: 980px;
	background-image: url("../assets/home-night-garden-splash.png");
	background-position: bottom;
}

.information-container {
	height: 700px;
	background-color: #8CAEBC;
	margin-top: -10px;
}

.awards-container {
	margin-top: 80px;
}

.nucleo-container {
	height: 800px;
	background-image: url("../assets/home-nucleo-background.png");
}

.nucleo-container p {
	color: white;
}

.games-container {
	flex-basis: 50%;
}

.game-container {
	width: 50%;
	height: 800px;
	display: flex;
}

.rupaul-button-container {
	background-color: white;
	background-image: url("../assets/rupaul-pattern.png");
	background-position: center;
}

.dragonup-button-container {
	background-color: #21B0E9;
	background-image: url("../assets/dragonup-pattern.png");
	background-position: center;
	background-repeat: repeat;
}

.mobile-image {
	flex-basis: 20%;
}

.button-image {
	margin: 20px;
}

.button-image-embedded {
	width: 100%;
}

.game-information-container {
	flex-basis: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}

.logo-image {
	width: 407px;
	height: 150px;
	margin-bottom: 50px;
}

.mobile-button-container {
	display: flex;
	justify-content: center;
}

.hover-asset-hidden {
	position:absolute;
}

.partners-container {
	height: 800px;
	background-image: url("../assets/home_partners_background.png");
	background-position: center;
}

.nav-group {
}

.nav-group-link {
	flex-basis: auto;
	width: 100%;
	text-align: center;
}

.nav-group-link:hover {
	background: linear-gradient(135deg, #641F82, #1B5A81);;
}

.partner-container {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

@media only screen and (max-width: 1920px) {
	.mobile-button-container {
    flex-direction: column;
  }

	.logo-image {
		width: 80%;
		height: auto;
	}

	.nav-asset {
		width: 100%;
	}
}

@media only screen and (max-width: 1100px) {
	.game-container {
		width: 100%;
		height: 100%;
		flex-direction: column;
	}

	.splash-screen {
		height: 900px;
	}
}

@media only screen and (max-width: 915px) {
	.award-images {
		width: 100px;
	}
}

@media only screen and (max-width: 700px) {
	.logo-white-home
	{
		width: 80%;
	}

	.games-container {
		flex-direction: column;
	}
}

@media only screen and (max-width: 550px) {

	.partners-container {
		height: 100%;
	}

	.nav-group {
		flex-wrap: wrap;
	}

	.nav-group-link {
		flex-basis: 100%;
	}
}
</pre></body></html>