#existing {
	position: relative;
	z-index: 4;
}
#existingModal {
	position: fixed;
	z-index: 4 !important;
}
#existingModal .modal-body,
#existingModal .modal-footer,
#existingModal .modal-header {
	padding: 0.5rem 1rem;
}
#existingModal .modal-content {
	left: calc(50%);
	max-width: 420px;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 4 !important;
}
#existingModal .modal-dialog {
	height: 100vh;
	margin: 0;
	max-width: none;
	width: 100vw;
}
#landing-web {
	width: 100%;
}
#landing-mobile .landing-img {
	display: block;
	height: auto;
	object-fit: cover;
	object-position: center;
	width: 100%;
}
#landing-web .landing-img {
	display: block;
	height: auto;
	max-height: calc(100vh - 420px);
	min-height: 420px;
	object-fit: contain;
	object-position: left;
	width: 100%;
}
#scamAlert {
	font-size: 13px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}
#scamAlert a {
	color: #003080;
	font-size: 13px;
	text-decoration: underline;
	font-weight: 500;
}
#scamAlert a:hover {
	color: #0056d2;
	text-decoration: underline;
}
#scamAlertDiv > [role="alert"] {
	min-height: 32px;
	padding: 2px 0;
}
@media (max-width: 768px) {
	#scamAlertDiv > [role="alert"] {
		min-height: 60px;
		padding: 2px 0;
	}
}
.landing {
	align-items: center;
	background-color: #fec627;
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}