.hero-tight { line-height: 0.9; }

.logo-margin-top { margin-top: 1rem; }

@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes slideUp {
	from { opacity: 0; transform: translateY(30px); }
	to { opacity: 1; transform: translateY(0); }
}

.animate-fade-in { animation: fadeIn 1s ease-out; }
.animate-slide-up { animation: slideUp 1s ease-out 0.3s both; }

.ne-bg0 {
	background-color: white;
}

.ne-bg1 {
	background-color: #051326;
}

.ne-bg2 {
	background-color: #29303D;
}

.ne-bg3 {
	background-color: white;
}

.ne-bg4 {
	background-color: #1763A6;
}

.ne-bg5 {
	background-color: #0396A6;
}

.ne-bg6 {
	background-color: #02CDF6;
}

.ne-bg7 {
	background-color: #777779;
}

.ne-bg {
	background-color: rgba(2, 205, 246, 1);
}

.ne-btn-o80 {
	background-color: rgba(2, 205, 246, 0.8);
}
