.cc-dm-hs-news-promotions {
	--cc-dm-news-bg: #1b1919;
	--cc-dm-news-input: #3d3d3d;
	--cc-dm-news-accent: #ab2424;
	--cc-dm-news-white: #ffffff;
	box-sizing: border-box;
	width: 100%;
	
	color: var(--cc-dm-news-white);
	font-family: Montserrat, Arial, sans-serif;
	padding-block: clamp(28px, 4vw, 44px);
}

.cc-dm-hs-news-promotions *,
.cc-dm-hs-news-promotions *::before,
.cc-dm-hs-news-promotions *::after {
	box-sizing: border-box;
}

.cc-dm-hs-news-promotions__inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 60px;
	width: 100%;
	max-width: 1420px;
	margin-inline: auto;
	padding-inline: 0;
}

.cc-dm-hs-news-promotions__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 24px;
	min-width: 0;
}

.cc-dm-hs-news-promotions__title {
	margin: 0;
	color: var(--cc-dm-news-white) !important;
	font-size: clamp(30px, 3vw, 38px);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.12;
	overflow-wrap: anywhere;
}

.cc-dm-hs-news-promotions__text {
	max-width: 743px;
	color: var(--cc-dm-news-white);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.25;
}

.cc-dm-hs-news-promotions__text p {
	margin: 0;
}

.cc-dm-hs-news-promotions__form {
	flex: 0 0 537px;
	max-width: 100%;
}

.cc-dm-hs-news-promotions__form .wpcf7 {
	width: 100%;
}

.cc-dm-hs-news-promotions__form form,
.cc-dm-hs-news-promotions__form .wpcf7-form,
.cc-dm-hs-news-promotions__form .hs-newsletter-form {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 14px;
	width: 100%;
	margin: 0;
}

.cc-dm-hs-news-promotions__form p {
	position: relative;
	isolation: isolate;
	margin: 0;
}

.cc-dm-hs-news-promotions__form label {
	display: block;
	color: transparent;
	font-size: 0;
	line-height: 0;
}

.cc-dm-hs-news-promotions__form br {
	display: none;
}

.cc-dm-hs-news-promotions__form .wpcf7-form-control-wrap {
	display: block;
	flex: 1 1 329px;
	min-width: 0;
}

.cc-dm-hs-news-promotions__form .hs-newsletter-form {
	align-items: center;
}

.cc-dm-hs-news-promotions__form .hs-newsletter-form__field {
	flex: 1 1 329px;
	min-width: 0;
}

.cc-dm-hs-news-promotions__form .hs-newsletter-form__submit {
	position: relative;
	flex: 0 0 auto;
}

.cc-dm-hs-news-promotions__form .hs-newsletter-form__field .wpcf7-form-control-wrap {
	width: 100%;
}

.cc-dm-hs-news-promotions__form input[type="email"],
.cc-dm-hs-news-promotions__form input[type="text"] {
	display: block;
	width: 100%;
	height: 54px;
	margin: 0;
	padding: 16px 40px;
	background: var(--cc-dm-news-input);
	border: 1px solid var(--cc-dm-news-white);
	border-radius: 999px;
	color: var(--cc-dm-news-white);
	font-family: inherit;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	outline: none;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.cc-dm-hs-news-promotions__form input[type="email"]::placeholder,
.cc-dm-hs-news-promotions__form input[type="text"]::placeholder {
	color: var(--cc-dm-news-white);
	opacity: 1;
}

.cc-dm-hs-news-promotions__form input[type="email"]:focus,
.cc-dm-hs-news-promotions__form input[type="text"]:focus {
	border-color: var(--cc-dm-news-white);
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.24);
}

.cc-dm-hs-news-promotions__form input[type="submit"],
.cc-dm-hs-news-promotions__form button[type="submit"] {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-width: 194px;
	height: 54px;
	margin: 0;
	padding: 16px 48px 16px 24px;
	background: var(--cc-dm-news-accent);
	border: 0;
	border-radius: 999px;
	color: var(--cc-dm-news-white);
	cursor: pointer;
	font-family: inherit;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	text-decoration: none !important;
	transition: background-color 180ms ease, transform 180ms ease;
}

.cc-dm-hs-news-promotions__form button[type="submit"] {
	gap: 10px;
	padding-right: 24px;
}

.cc-dm-hs-news-promotions__form input[type="submit"]:hover,
.cc-dm-hs-news-promotions__form input[type="submit"]:focus,
.cc-dm-hs-news-promotions__form button[type="submit"]:hover,
.cc-dm-hs-news-promotions__form button[type="submit"]:focus {
	background: #8b1316;
	color: var(--cc-dm-news-white);
	text-decoration: none !important;
	transform: translateY(-1px);
}

.cc-dm-hs-news-promotions__form input[type="submit"]:focus-visible,
.cc-dm-hs-news-promotions__form button[type="submit"]:focus-visible {
	outline: 3px solid rgba(255, 255, 255, 0.34);
	outline-offset: 3px;
}

.cc-dm-hs-news-promotions__form p:has(input[type="submit"])::before,
.cc-dm-hs-news-promotions__form button[type="submit"]::before {
	position: absolute;
	z-index: 2;
	right: 25px;
	top: 50%;
	width: 7px;
	height: 7px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	color: var(--cc-dm-news-white);
	content: "";
	pointer-events: none;
	transform: translateY(-50%) rotate(45deg);
}

.cc-dm-hs-news-promotions__form p:has(input[type="submit"])::after,
.cc-dm-hs-news-promotions__form button[type="submit"]::after {
	position: absolute;
	z-index: 2;
	right: 27px;
	top: 50%;
	width: 10px;
	height: 2px;
	background: currentColor;
	border-radius: 999px;
	color: var(--cc-dm-news-white);
	content: "";
	pointer-events: none;
	transform: translateY(-50%);
}

.cc-dm-hs-news-promotions__form button[type="submit"] {
	position: relative;
}

.cc-dm-hs-news-promotions__form button[type="submit"]::before {
	right: 8px;
}

.cc-dm-hs-news-promotions__form button[type="submit"]::after {
	right: 10px;
}

.cc-dm-hs-news-promotions__form .wpcf7-spinner {
	position: absolute;
	right: 0;
	bottom: -30px;
	margin: 0;
}

.cc-dm-hs-news-promotions__form .wpcf7-not-valid-tip {
	position: absolute;
	left: 24px;
	top: calc(100% + 6px);
	color: var(--cc-dm-news-white);
	font-size: 12px;
	line-height: 1.2;
}

.cc-dm-hs-news-promotions__form .wpcf7-response-output {
	flex-basis: 100%;
	width: 100%;
	margin: 10px 0 0;
	padding: 8px 12px;
	border-color: rgba(255, 255, 255, 0.32);
	border-radius: 12px;
	color: var(--cc-dm-news-white);
	font-size: 13px;
	line-height: 1.3;
}

@media (max-width: 980px) {
	.cc-dm-hs-news-promotions__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 28px;
	}

	.cc-dm-hs-news-promotions__form {
		flex-basis: auto;
		width: 100%;
	}
}

@media (max-width: 640px) {
	.cc-dm-hs-news-promotions__form form,
	.cc-dm-hs-news-promotions__form .wpcf7-form,
	.cc-dm-hs-news-promotions__form .hs-newsletter-form {
		flex-direction: column;
	}

	.cc-dm-hs-news-promotions__form .wpcf7-form-control-wrap,
	.cc-dm-hs-news-promotions__form .hs-newsletter-form__field,
	.cc-dm-hs-news-promotions__form .hs-newsletter-form__submit,
	.cc-dm-hs-news-promotions__form p,
	.cc-dm-hs-news-promotions__form input[type="submit"],
	.cc-dm-hs-news-promotions__form button[type="submit"] {
		width: 100%;
	}

	.cc-dm-hs-news-promotions__form .wpcf7-form-control-wrap,
	.cc-dm-hs-news-promotions__form .hs-newsletter-form__field,
	.cc-dm-hs-news-promotions__form .hs-newsletter-form__submit {
		flex-basis: auto;
	}
}

@media (max-width: 480px) {
	.cc-dm-hs-news-promotions {
		padding-block: 28px;
	}

	.cc-dm-hs-news-promotions__inner {
		gap: 22px;
	}

	.cc-dm-hs-news-promotions__title {
		font-size: 28px;
		line-height: 1.14;
	}

	.cc-dm-hs-news-promotions__text {
		font-size: 15px;
		line-height: 1.35;
	}

	.cc-dm-hs-news-promotions__form input[type="email"],
	.cc-dm-hs-news-promotions__form input[type="text"],
	.cc-dm-hs-news-promotions__form input[type="submit"],
	.cc-dm-hs-news-promotions__form button[type="submit"] {
		height: 50px;
		font-size: 16px;
	}
}
