#downloadSubmit {width:180px; line-height:35px; background:#E9142B;}
#downloadReset {width:180px; line-height:35px; background:#dfdfe0}
.wrapper {
    max-width: 850px;
    margin: 0 auto;
}
.wrapper h2 {
    text-align: center;
    margin-top: 0;
}
.form-container {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}
.form-container > .form-group {
    width: calc(50% - 32px);
}
.form-container > .form-group > label {
    display: block;
    margin: 0;
}
.form-container > .form-group input, .form-container > .form-group select {
    outline: 0;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    border: 1px solid #ccc;
    padding: 8px 12px;
}
.form-group > select {
-webkit-appearance: none;
-moz-appearance: none;
background-image: linear-gradient(45deg, transparent 50%, #5a5a5a 50%), linear-gradient(135deg, #5a5a5a 50%, transparent 50%), linear-gradient(to right, #fff0, #fff0) !important;
background-position: calc(100% - 17px) calc(1em + 4px), calc(100% - 12px) calc(1em + 4px), calc(100% - 2.5em) .5em !important;
background-size: 6px 5px, 5px 5px, 1px 1.5em !important;
background-repeat: no-repeat !important;
}
.form-group > label > sup {
color: #f00;
line-height: 0;
}
#meGDPRMessage {
color: #000 !important;
font-size: 13px;
text-align: center;
width: 100% !important;
margin: 0 !important;
margin-top: 24px !important;
}
.ffw-errmsg {
    color: #f00;
}
.privacy {
    text-align: center;
    font-size: 13px;
    margin-top: 16px;
}
.btn-con {
    text-align: center;
    margin-top: 16px;
}
.btn-con > input {
    background: #f00;
    color: #fff;
    padding: 12px 24px;
    border: 0;
    font-weight: 600;
    width: 200px;
}
	@media screen and (max-width:768px) {
		.apmlogosvg img {width:100%;}
		.container {width:90% !important;}
	}
	@media screen and (max-width:650px) {
		.form-container > .form-group {width:100%;}
		.btn-con {width:100% !important;}
	}
	.thanks {display:none;margin-top:24px;} 
	.thanks * {text-align:center;margin:0;color:#19931F;}
	.thanks h2 {font-size:32px;margin-bottom:8px;}
	.thanks h3 {font-size:20px;font-weight:400 !important;margin:0 !important;color:#222;}
