/* stylelint-disable */
.c-newsletter-cta {
	display: flex;
	flex-direction: column;
	background-color: #ffe5ba;
	border-radius: 2rem;
	padding: 10px;
	margin-top: 2.8125rem;
	margin-bottom: 2.5rem;
}

.c-newsletter-cta__box--text {
	padding-top: 3.125rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.c-newsletter-cta__box--img {
	display: flex;
	justify-content: center;
}

@media (min-width: 1024px) {
	.c-newsletter-cta__box--img {
		justify-content: end;
	}
}

.c-newsletter-cta__img {
	width: 100%;
	max-width: 34.0625rem;
}

.c-newsletter-cta__cat {
	font-family: var(--font-family-base);
	font-size: 0.6875rem;
	line-height: 1.5;
	letter-spacing: 0.04rem;
	font-weight: 600;
	margin-bottom: 1.25rem;
}

.c-newsletter-cta__heading {
	font-family: var(--font-family-accent);
	font-size: 2rem;
	letter-spacing: -0.04rem;
	line-height: 1.1;
	font-weight: 400;
	margin-bottom: 1.875rem;
}

.c-newsletter-cta__text {
	font-family: var(--font-family-base);
	font-size: 0.875rem;
	line-height: 1.5;
	letter-spacing: -0.02rem;
	font-weight: 400;
	margin-bottom: 1.25rem;
}

.c-form {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-bottom: 0.9375rem;
}

.c-form__text {
	flex-grow: 1;
	display: inline-block;
	padding: 14px 12px 14px 16px;
	border: none;
	border-radius: 1rem;
	height: 44px;
	font-size: 0.875rem;
	line-height: 1.4;
	letter-spacing: -0.01rem;
	font-family: var(--font-family-base);
	font-weight: 400;
}

.c-newsletter-cta__message {
	margin: 1em 0;
}

.c-newsletter-cta__message.is-hidden {
	display: none;
}

.c-newsletter-cta__agreement {
	color: #a397d8;
	font-family: var(--font-family-base);
	font-size: 0.75rem;
	letter-spacing: -0.01rem;
	line-height: 1.4;
	font-weight: 500;
	margin-bottom: 1.25rem;
}

.c-button--newsletter {
	width: 100%;
	font-weight: 500;
}

@media (min-width: 1024px) {
	.c-newsletter-cta {
		flex-direction: row;
		border-radius: 2rem;
		padding: 10px;
		margin-top: 10.625rem;
		margin-bottom: 7.5rem;
	}
	.c-newsletter-cta__box {
		width: 50%;
		max-width: 50%;
	}
	.c-newsletter-cta__box--text {
		padding-left: 5.3125rem;
		padding-top: 10rem;
		padding-right: 2.5rem;
	}
	.c-newsletter-cta__cat {
		font-family: var(--font-family-base);
		font-size: 0.875rem;
		line-height: 1.1;
		letter-spacing: 0.04rem;
		font-weight: 700;
		margin-bottom: 1.25rem;
	}
	.c-newsletter-cta__heading {
		font-family: var(--font-family-accent);
		font-size: 3.25rem;
		letter-spacing: -0.04rem;
		line-height: 1;
		font-weight: 400;
		margin-bottom: 2.1875rem;
	}
	.c-newsletter-cta__text {
		font-family: var(--font-family-base);
		font-size: 1.125rem;
		line-height: 1.7;
		letter-spacing: -0.01rem;
		font-weight: 400;
		margin-bottom: 2.1875rem;
	}
	.c-form {
		display: flex;
		flex-direction: row;
		gap: 0.9375rem;
		margin-bottom: 1.25rem;
	}
	.c-button--newsletter {
		width: 9.0625rem;
	}
	.c-newsletter-cta__agreement {
		color: #a397d8;
		font-family: var(--font-family-base);
		font-size: 0.75rem;
		letter-spacing: -0.01rem;
		line-height: 1.4;
		font-weight: 500;
		margin-bottom: 0;
	}
}

/*# sourceMappingURL=newsletter-cta.css.map */