.fieldCell {
	direction: ltr;
	position: relative;
	transition-property: padding, box-shadow, background-color, margin-left, margin-right;
	transition-duration: 0s;
	transition-timing-function: ease-in-out;
	max-width: 100%;
	display: flex;
	gap: 0.5rem;
	flex-direction: column;
	grid-column: span 1;
	margin: 0 15px 15px;
}

#fieldRequiredError {
    width: 100%;
	color: #000;
    border: 1px solid rgb(255, 60, 60);
    background-color: rgb(250, 233, 233);
    padding: 7px 12px;
	font-size: 13px;
    margin-bottom: 3px;
	font-family: Georgia, 'Times New Roman', Times, serif;
    border-radius: 0px;
    display: block;
    box-sizing: border-box;
    word-break: break-all;
}

.fsRequiredMarker {
	color: red;
	padding-left: 5px;
}

.SuMsx {
    font-size: 18px;
    font-weight: 800;
    color: #000;
    box-shadow: 0 4px 10px -2px #959595 inset;
    outline: none;
    color: #012c52;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    border: none;
    box-sizing: border-box;
    outline: none;
    line-height: 14px;
    font-family: inherit;
    max-width: 100%;
    padding: calc(12px);
    transition-property: color, background-color, border, border-color, box-shadow;
    transition-duration: 0s;
    transition-timing-function: ease-in-out;
    width: 100%;
}

.get_started {
	
	display: flex;
	justify-content: center;
	align-items: center;
	text-indent: 0;
}

.get_started button {
	background: #f02639;
	color: #ffff;
	margin: 0 14px;
	width: 100%;
	font-family: inherit;
	font-weight: 900;
	padding: 14px 0;
	border: 1px solid #000;
	cursor: pointer;
	outline: none;
	font-size: 16px;
}

.get_started button:hover {
	text-decoration: none;
	background: #c02434;
}

.promo-form h2 {
	font-size: 20px !important;
	text-align: center;
	line-height: 38px;
	font-weight: 700;
	padding-bottom: 0.5rem;
}

@media screen and (max-width: 1024px) {
	.promo-form {
		padding: 20px 20px 25px 20px;
		margin-top: 6rem;
		margin-bottom: 3rem;
	}
}

@media screen and (max-width: 620px) {
	.promo-form {
		padding: 20px 20px 25px 20px;
		margin-top: 0;
		margin-bottom: 3rem;
	}
}