label {
	display: inline-block;
	font-weight: bold;
	line-height: 1.5;
}
label[id*="Checkbox"] {
	font-weight: 100;
}
[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
select,
optgroup,
option,
textarea,
input.search,
.facetwp-checkbox-dropdown__toggle {
	transition: all 300ms ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 0;
	border-width: 1px;
	border-style: solid;
	border-color: var(--color-placeholder);
	box-sizing: border-box;
	color: var(--color-text);
	display: block;
	font-family: inherit;
	font-size: 1rem;
	font-style: inherit;
	font-weight: inherit;
	height: var(--height-form-element);
	line-height: var(--height-form-element);
	overflow: visible;
	padding-left: 1rem;
	text-align: left;
	text-transform: none;
	width: 100%;
}
[type="text"]:focus,
[type="password"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="email"]:focus,
[type="number"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="color"]:focus,
select:focus,
optgroup:focus,
option:focus,
textarea:focus,
input.search:focus,
.facetwp-checkbox-dropdown__toggle:focus {
	outline: 0;
	border-color: var(--color-hover);
}
select,
.facetwp-type-sort,
.facetwp-checkbox-dropdown__toggle {
	background-repeat: no-repeat;
	background-position: right 14px center;
	/* Siemens 2026: dropdown chevron color updated to Deep Blue 60 (#66667E) — matches the new --color-placeholder token in split.css. */
	background-image: url('data:image/svg+xml,<svg width="14" height="9" viewBox="0 0 14 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.00001 6.62108L1.56057 0.501709L0.439453 1.49825L7.00001 8.87888L13.5606 1.49825L12.4395 0.501709L7.00001 6.62108Z" fill="%2366667E"/></svg>');
	position: relative;
}
.theme-midnight select,
.theme-midnight .facetwp-type-sort,
.theme-midnight .facetwp-checkbox-dropdown__toggle {
	background-image: url('data:image/svg+xml,<svg width="14" height="9" viewBox="0 0 14 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.00001 6.62108L1.56057 0.501709L0.439453 1.49825L7.00001 8.87888L13.5606 1.49825L12.4395 0.501709L7.00001 6.62108Z" fill="%237B7D8A"/></svg>');
}
textarea {
	height: auto;
	line-height: 1.5;
	padding-top: 1em;
	resize: vertical;
}
textarea:not([rows]) {
	min-height: 10em;
}
select:disabled,
select[readonly],
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
	background-color: #c2c4c9;
	cursor: not-allowed;
}
::-moz-placeholder {
	color: var(--color-placeholder);
}
select,
label::after,
option,
::placeholder {
	color: var(--color-placeholder);
}
.elq-form [type="submit"],
.mktoButton {
	-webkit-appearance: none;
	align-items: center;
	background-color: var(--button-bg);
	/* Siemens 2026: visible 2px Bold Green border on the form submit — matches .btn/.button in split.css + the email primary button. */
	border: 2px solid var(--button-bg2);
	border-radius: 0;
	color: var(--button-fg);
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-weight: bold;
	font-size: 1rem;
	padding: 1rem 1.5rem;
	text-align: center;
	transition: all 300ms ease;
	vertical-align: middle;
	text-decoration: none;
	display: block;
	width: 100%;
}
[data-whatinput="mouse"] .elq-form [type="submit"],
[data-whatinput="mouse"] .mktoButton {
	outline: 0;
}
.elq-form [type="submit"] .text,
.mktoButton .text {
	color: var(--button-fg);
	position: relative;
	display: inline-block;
	transition: transform 700ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transform: translate(15px, 0);
}
.elq-form [type="submit"].disabled,
.mktoButton.disabled {
	pointer-events: none;
	opacity: 0.5;
}
.elq-form [type="submit"].small,
.mktoButton.small {
	padding: 0.5rem;
}
.black .elq-form [type="submit"],
.black .mktoButton {
	--button-bg: black;
}
.elq-form [type="submit"].white,
.white .elq-form [type="submit"],
.mktoButton.white,
.white .mktoButton {
	--button-bg: white;
	--button-bg2: white;
	--button-fg: #000028;
}
.elq-form [type="submit"] > .logo,
.mktoButton > .logo {
	width: 17px;
	height: 17px;
	margin-right: 0.5rem;
	display: inline-block;
}
.elq-form [type="submit"] > .logo .icon-play-cutout,
.mktoButton > .logo .icon-play-cutout {
	transform: translate(-8px, -6px);
}
.elq-form [type="submit"] > .logo .logo-apple,
.mktoButton > .logo .logo-apple {
	transform: translate(-12px, -10px);
}
.elq-form [type="submit"] > .logo .logo-windows,
.mktoButton > .logo .logo-windows {
	transform: translate(-12px, -8px);
}
.elq-form [type="submit"]:not(.arrow):hover,
.elq-form [type="submit"]:not(.arrow):focus,
.mktoButton:not(.arrow):hover,
.mktoButton:not(.arrow):focus {
	/* Siemens 2026: see split.css .btn:hover — flip label to Deep Blue for legibility on Bold Green hover bg. */
	color: var(--button-bg);
	background-color: var(--color-hover);
	border-color: var(--color-hover);
}
.elq-form [type="submit"].arrow svg.arrow,
.mktoButton.arrow svg.arrow {
	transition: opacity 300ms ease;
	margin-left: 8px;
	opacity: 0;
}
.elq-form [type="submit"].arrow:hover,
.elq-form [type="submit"].arrow:focus,
.mktoButton.arrow:hover,
.mktoButton.arrow:focus {
	transform: translate(0, 0);
	color: var(--button-fg);
}
.elq-form [type="submit"].arrow:hover .arrow,
.elq-form [type="submit"].arrow:focus .arrow,
.mktoButton.arrow:hover .arrow,
.mktoButton.arrow:focus .arrow {
	opacity: 1;
}
.elq-form [type="submit"].arrow:hover .text,
.elq-form [type="submit"].arrow:focus .text,
.mktoButton.arrow:hover .text,
.mktoButton.arrow:focus .text {
	transition: transform 300ms ease;
	transform: translate(0, 0);
}
.elq-form [type="submit"].hollow,
.elq-form [type="submit"].arrow + .elq-form [type="submit"].arrow,
.mktoButton.hollow,
.elq-form [type="submit"].arrow + .mktoButton.arrow,
.mktoButton.arrow + .elq-form [type="submit"].arrow,
.mktoButton.arrow + .mktoButton.arrow {
	--button-fg: var(--button-bg2);
	border-color: var(--button-bg2);
	background-color: rgba(0, 0, 0, 0);
}
p ~ .elq-form [type="submit"],
p ~ .mktoButton {
	margin-top: 1rem;
	margin-right: 1rem;
}
.mktoHtmlText {
	line-height: 1.5;
}
.mktoCheckboxList,
.mktoRadioList {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: baseline;
}
.mktoCheckboxList label,
.mktoRadioList label {
	font-size: 0.875rem;
	line-height: 1.5;
	flex: 1 1 0px;
}
@media (min-width: 64em) {
	.mktoCheckboxList label,
	.mktoRadioList label {
		font-size: 0.875rem;
	}
}
.mktoCheckboxList [type="checkkbox"],
.mktoRadioList [type="checkkbox"] {
	flex: 0 0 auto;
}
.mktoRadioList label::before {
	display: none;
}
.mktoErrorMsg {
	color: var(--color-error);
	padding: 0.5rem 0 0 1rem;
}
.form-group,
.form-group-legal,
.mktoButtonRow,
.mktoFormRow {
	margin-bottom: 1rem;
	position: relative;
	width: 100%;
}
.form-group[data-wrapper-for*="mktoCheckbox"] label,
.form-group[data-wrapper-for*="link"] label,
.form-group-legal[data-wrapper-for*="mktoCheckbox"] label,
.form-group-legal[data-wrapper-for*="link"] label,
.mktoButtonRow[data-wrapper-for*="mktoCheckbox"] label,
.mktoButtonRow[data-wrapper-for*="link"] label,
.mktoFormRow[data-wrapper-for*="mktoCheckbox"] label,
.mktoFormRow[data-wrapper-for*="link"] label {
	min-height: 0;
}
.form-group[data-wrapper-for=""],
.form-group-legal[data-wrapper-for=""],
.mktoButtonRow[data-wrapper-for=""],
.mktoFormRow[data-wrapper-for=""] {
	font-size: 0.875rem;
	line-height: 1.5;
}
@media (min-width: 64em) {
	.form-group[data-wrapper-for=""],
	.form-group-legal[data-wrapper-for=""],
	.mktoButtonRow[data-wrapper-for=""],
	.mktoFormRow[data-wrapper-for=""] {
		font-size: 0.875rem;
	}
}
.mktoLabel {
	margin-bottom: 0.5rem;
}
#formSuccessDialog:not(.in) {
	display: none;
}
#formSuccessDialog.reveal {
	padding: 1.5rem;
	border-radius: var(--border-radius-2);
}
form.onSuccess {
	display: none;
}
.mktoInvalid {
	border-color: var(--color-error);
}
.mktoValid {
	border-color: var(--color-valid);
}
.mktoAsterix {
	display: none;
}
.elq-form label,
.mktoForm label {
	max-width: calc(100% - 72px);
}
.elq-form label::after,
.mktoForm label::after {
	font-size: 0.75rem;
	line-height: 1.5;
	font-family: "Noto Mono", monospace;
	font-style: normal;
	font-weight: 400;
	content: "Optional";
	position: absolute;
	right: 0;
	top: 0.25em;
	text-transform: uppercase;
}
@media (min-width: 64em) {
	.elq-form label::after,
	.mktoForm label::after {
		font-size: 0.75rem;
	}
}
.elq-form [for="singleOptIn"]::after,
.elq-form label[id*="Checkbox"]::after,
.elq-form label[id*="LblForm_Opt_In__c"]::after,
.mktoForm [for="singleOptIn"]::after,
.mktoForm label[id*="Checkbox"]::after,
.mktoForm label[id*="LblForm_Opt_In__c"]::after {
	content: "";
}
.mktoRequiredField label::after {
	content: "Required";
}
#triggerFormSubmit {
	color: var(--color-error);
	padding: 0.5rem;
	border-radius: 0;
	border: 1px solid var(--color-error);
}
