.anmt-newsletter,
.anmt-site .et_pb_section.anmt-newsletter {
	background: linear-gradient(90deg, rgba(111, 137, 139, 0.96), rgba(35, 73, 76, 0.98));
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	color: var(--anmt-white);
	padding: 46px 0;
}

.anmt-newsletter .et_pb_row {
	align-items: center;
	display: grid;
	gap: 44px;
	grid-template-columns: minmax(180px, 240px) minmax(260px, 1fr) minmax(360px, 560px);
}

.anmt-newsletter .et_pb_column {
	margin: 0 !important;
	width: 100% !important;
}

.anmt-newsletter-logo img,
.anmt-footer-logo-image img {
	display: block;
	height: auto;
	max-height: 52px;
	max-width: 240px;
	opacity: 1;
	object-fit: contain;
	width: auto;
}

.anmt-newsletter-logo .et_pb_image_wrap {
	display: inline-flex;
	height: auto;
	position: relative;
	width: auto;
}

.anmt-newsletter h2,
.anmt-newsletter .et_pb_module_heading {
	color: var(--anmt-white);
	font-size: 22px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.anmt-newsletter p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	max-width: 520px;
}

.anmt-newsletter .et_pb_newsletter_form,
.anmt-newsletter-form {
	display: flex;
	gap: 0;
	width: 100%;
}

.anmt-newsletter .et_pb_newsletter_field,
.anmt-newsletter .et_pb_newsletter_button_wrap {
	flex: 1 1 auto;
	padding-bottom: 0;
}

.anmt-newsletter .et_pb_newsletter_button_wrap,
.anmt-newsletter-form button {
	flex: 0 0 190px;
}

.anmt-newsletter input[type="email"] {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.62);
	color: var(--anmt-white);
	min-height: 60px;
}

.anmt-newsletter input[type="email"]::placeholder {
	color: rgba(255, 255, 255, 0.78);
}

.anmt-newsletter .et_pb_newsletter_button,
.anmt-newsletter-form button {
	min-height: 60px;
	width: 100%;
}

.anmt-global-footer,
.anmt-site .et_pb_section.anmt-global-footer {
	background:
		radial-gradient(circle at 84% 0%, rgba(111, 137, 139, 0.24), transparent 30%),
		linear-gradient(135deg, #0F1113 0%, #142426 46%, #23494C 100%) !important;
	color: var(--text-light);
	padding: 54px 0 28px;
}

.anmt-global-footer .et_pb_row {
	display: grid !important;
	gap: 48px;
	grid-template-columns: minmax(210px, 1.5fr) repeat(4, minmax(130px, 1fr)) minmax(160px, 1.2fr);
}

.anmt-footer,
.anmt-footer-grid {
	background: transparent !important;
	color: #FFFFFF;
}

.anmt-footer-grid {
	align-items: start;
	display: grid;
	gap: 48px;
	grid-template-columns: 1.4fr repeat(4, 1fr) 1.2fr;
}

.anmt-global-footer .et_pb_column {
	margin: 0 !important;
	min-width: 0;
	width: 100% !important;
}

.anmt-footer-logo-image {
	margin-bottom: 18px !important;
}

.anmt-footer-logo-image img {
	max-height: 52px;
}

.anmt-global-footer h2,
.anmt-global-footer h3,
.anmt-global-footer h4,
.anmt-global-footer .et_pb_module_heading {
	color: #FFFFFF;
	font-size: 13px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.anmt-global-footer p,
.anmt-global-footer a,
.anmt-global-footer li {
	color: rgba(255, 255, 255, 0.86);
	font-size: 14px;
	line-height: 1.65;
	overflow-wrap: normal;
	white-space: normal;
	word-break: normal;
	writing-mode: horizontal-tb !important;
}

.anmt-global-footer * {
	max-width: 100%;
	overflow-wrap: normal;
	transform: none !important;
	word-break: normal;
	writing-mode: horizontal-tb !important;
}

.anmt-footer-brand h2,
.anmt-footer-logo {
	background: url("../images/anmt-logo.png") left center / contain no-repeat;
	color: transparent;
	font-size: 0;
	height: 44px;
	margin-bottom: 24px;
	overflow: hidden;
	text-indent: -9999px;
	width: 220px;
}

.anmt-footer-brand h2::before {
	content: "";
	display: none;
}

.anmt-footer-social {
	display: flex;
	gap: 18px;
	margin-top: 24px;
}

.anmt-footer-social a {
	align-items: center;
	display: inline-flex;
	height: 22px;
	justify-content: center;
	width: 22px;
}

.anmt-global-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.anmt-payment-badges {
	align-items: center;
	display: grid;
	gap: 18px 18px;
	grid-template-columns: auto auto auto;
	justify-content: start;
	margin-top: 18px;
}

.anmt-payment-badge {
	background: transparent;
	border: 0;
	color: #FFFFFF;
	display: inline-flex;
	align-items: center;
	font-family: var(--anmt-font-heading);
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	padding: 0;
	text-transform: uppercase;
	white-space: nowrap;
}

.anmt-payment-badge--mastercard {
	font-size: 0;
	gap: 0;
	height: 28px;
	position: relative;
	width: 48px;
}

.anmt-payment-badge--mastercard::before,
.anmt-payment-badge--mastercard::after {
	border-radius: 50%;
	content: "";
	height: 28px;
	position: absolute;
	top: 0;
	width: 28px;
}

.anmt-payment-badge--mastercard::before {
	background: #eb001b;
	left: 0;
}

.anmt-payment-badge--mastercard::after {
	background: #f79e1b;
	right: 0;
}

.anmt-payment-badge--yoco {
	background: #FFFFFF;
	border-radius: 999px;
	color: #23494C;
	font-size: 16px;
	letter-spacing: 0.03em;
	padding: 7px 14px;
}

.anmt-payment-card-line {
	align-items: center;
	color: rgba(255, 255, 255, 0.9);
	display: inline-flex;
	font-size: 14px;
	gap: 12px;
	grid-column: 1 / -1;
}

.anmt-payment-card-line::before {
	border: 1px solid rgba(255, 255, 255, 0.82);
	border-radius: 2px;
	content: "";
	display: inline-block;
	height: 22px;
	width: 34px;
}

.anmt-payment-trust {
	color: rgba(255, 255, 255, 0.72);
	display: block;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 14px;
}

.anmt-footer-bottom,
.anmt-global-footer .anmt-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	grid-column: 1 / -1;
	margin-top: 18px;
	padding-top: 24px;
	text-align: center;
}
