#landing2606 {
	border-top: 6px solid #ed1c24;
}
#landing2606.section {
	padding-top: 12px;
}
#landing2606 .form-grid {
	display: grid;
	grid-template-columns: 30% 40% 30%;
	gap: 36px;
	align-items: center;
}
#landing2606 .form-grid img {
	width: 100%;
	height: auto;
}
#landing2606 .form-grid .form-row {
	width: 60%;
	margin: 0 auto;
}
#landing2606 .form-grid input {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	outline: none;
	background-color: #fff;
	background-clip: padding-box;
	border: none;
	border-bottom: 1px solid #212529;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#landing2606 .form-grid .label {
	display: block;
	width: 100%;
	color: #212529;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	padding: 36px 0 0;
	text-align: center;
}
#landing2606 .form-grid .noted {
	color: #afaeae;
	margin: 16px auto;
	width: 80%;
	text-align: center;
	font-size: 13px;
}
#landing2606 .form-grid .btn-submit {
	width: 220px;
	margin: 16px auto;
	cursor: pointer;
}
#landing2606 .form-grid .error-message {
	display: none;
}
#landing2606 .form-grid .error {
	display: block;
	font-size: 13px;
	font-style: italic;
}
#landing2606 .form-grid .error .label {
	color: #ed1c24;
}
#landing2606 .form-grid .error .error-message {
	display: block;
	color: #ed1c24;
}

#landing2606 .info-row {
	height: 48px;
	margin-bottom: 16px;
	grid-template-columns: 75px 1fr;
	align-items: center;
	line-height: 1.5;
}
#landing2606 .info-row h3{
	margin: 0;
	margin-bottom: 4px;
}
#landing2606 .info-row img{
  width: 32px;
}

.dialog {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 10001;
}
.dialog .dialog-content {
	position: relative;
	top: calc(50% - 160px);
	left: calc(50% - 300px);
	width: 600px;
	height: 360px;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	background-color: #fff;
}
.dialog .dialog-content .image {
	width: 120px;
	margin: 48px auto 36px;
}
.dialog .dialog-content .image img {
	width: 100%;
	height: auto;
}
.dialog .dialog-content .content {
	width: 82%;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
}
.dialog .dialog-content .redirect {
	text-align: center;
	color: #afaeae;
	font-style: italic;
	padding: 16px;
}
.dialog .dialog-hambuger {
	position: absolute;
	right: -26px;
	top: -14px;
}
.mobile {
	display: none;
}
@media screen and (max-width: 568px) {
	#landing2606 .form-grid {
		grid-template-columns: 1fr;
	}
	.social-row i {
		display: none;
	}
	.dialog .dialog-content {
		top: 160px;
		left: 5%;
		width: 90%;
	}
	.dialog .dialog-content .image {
		width: 80px;
		margin: 32px auto 24px;
	}
	.dialog .dialog-content .content {
		font-size: 18px;
	}
	.mobile {
		display: inline;
	}
}
