.hd-wrm-wrapper {
	max-width: 920px;
	width: 100%;
	margin: 32px auto;
	clear: both;
	position: relative;
	z-index: 1;
	isolation: isolate;
	box-sizing: border-box;
}

.hd-wrm-wrapper *,
.hd-wrm-wrapper *::before,
.hd-wrm-wrapper *::after {
	box-sizing: border-box;
}

.hd-wrm-intro,
.hd-wrm-privacy,
.hd-wrm-status-card {
	display: block;
	width: 100%;
	padding: 18px 20px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 12px;
	background: rgba(0, 0, 0, .025);
	margin: 0 0 20px;
	color: inherit;
	line-height: 1.55;
}

.hd-wrm-intro p,
.hd-wrm-privacy p,
.hd-wrm-status-card p {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.55;
}

.hd-wrm-intro p:last-child,
.hd-wrm-privacy p:last-child,
.hd-wrm-status-card p:last-child {
	margin-bottom: 0;
}

.hd-wrm-form {
	display: block !important;
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}

.hd-wrm-form p,
.hd-wrm-grid > p {
	display: block !important;
	position: relative !important;
	margin: 0 0 18px !important;
	padding: 0 !important;
	min-height: 0 !important;
	line-height: 1.45 !important;
	float: none !important;
	clear: none !important;
}

.hd-wrm-grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	align-items: start;
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}

.hd-wrm-form label {
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	transform: none !important;
	clip: auto !important;
	clip-path: none !important;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	margin: 0 0 7px !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #2f2a27 !important;
	font-family: inherit !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	letter-spacing: normal !important;
	text-transform: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	white-space: normal !important;
	z-index: auto !important;
}

.hd-wrm-form label span {
	color: #b00020 !important;
}

.hd-wrm-form input[type="text"],
.hd-wrm-form input[type="email"],
.hd-wrm-form input[type="number"],
.hd-wrm-form input[type="file"],
.hd-wrm-form textarea,
.hd-wrm-form select {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	min-height: 48px !important;
	margin: 0 !important;
	padding: 12px 14px !important;
	border: 1px solid rgba(0, 0, 0, .16) !important;
	border-radius: 6px !important;
	background: #fff !important;
	box-shadow: none !important;
	outline: 0;
	color: #2f2a27 !important;
	font-family: inherit !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 1.45 !important;
	letter-spacing: normal !important;
	text-transform: none !important;
	float: none !important;
	clear: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	appearance: auto;
}

.hd-wrm-form input[type="file"] {
	padding: 10px 12px !important;
	background: rgba(255, 255, 255, .65) !important;
}

.hd-wrm-form select {
	padding-right: 38px !important;
}

.hd-wrm-form textarea {
	min-height: 120px !important;
	resize: vertical;
}

.hd-wrm-form input[type="text"]:focus,
.hd-wrm-form input[type="email"]:focus,
.hd-wrm-form input[type="number"]:focus,
.hd-wrm-form input[type="file"]:focus,
.hd-wrm-form textarea:focus,
.hd-wrm-form select:focus {
	border-color: rgba(0, 0, 0, .35) !important;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .05) !important;
}

.hd-wrm-form small {
	display: block;
	margin-top: 7px;
	font-size: 13px;
	line-height: 1.35;
	color: rgba(47, 42, 39, .75);
}

.hd-wrm-hp {
	display: none !important;
	position: absolute !important;
	left: -99999px !important;
	top: auto !important;
	height: 1px !important;
	width: 1px !important;
	min-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	overflow: hidden !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

.hd-wrm-confirmation {
	margin: 6px 0 22px !important;
}

.hd-wrm-confirmation label {
	display: flex !important;
	align-items: flex-start !important;
	gap: 10px !important;
	font-weight: 500 !important;
	cursor: pointer;
}

.hd-wrm-confirmation input[type="checkbox"] {
	flex: 0 0 auto;
	width: 18px !important;
	height: 18px !important;
	min-height: 0 !important;
	margin: 2px 0 0 !important;
	padding: 0 !important;
	appearance: auto !important;
}

.hd-wrm-notice {
	display: block;
	padding: 14px 16px;
	border-radius: 10px;
	margin: 0 0 20px;
	line-height: 1.5;
}

.hd-wrm-notice-success {
	background: #eef9f0;
	border: 1px solid #b7e1c0;
}

.hd-wrm-notice-error {
	background: #fff1f1;
	border: 1px solid #f2b4b4;
}

.hd-wrm-status {
	display: inline-flex;
	align-items: center;
	padding: 4px 9px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	background: rgba(0, 0, 0, .08);
}

.hd-wrm-status-history {
	margin-left: 0;
	padding-left: 18px;
}

.hd-wrm-pdf-link a,
.hd-wrm-button,
.hd-wrm-submit {
	text-decoration: none;
}

.hd-wrm-submit,
.hd-wrm-button {
	cursor: pointer;
}

@media (max-width: 720px) {
	.hd-wrm-wrapper {
		margin: 24px auto;
	}

	.hd-wrm-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}
}
