.vtx-footer {
	border-top: 1px solid rgba(64, 64, 64, 0.14);
	background: rgba(255, 255, 255, 0.6);
	color: #404040;
	font-family: "Be Vietnam Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.vtx-footer__inner {
	width: min(100%, 1280px);
	margin: 0 auto;
	padding: 48px 24px;
}

.vtx-footer__grid {
	display: grid;
	gap: 40px;
}

.vtx-footer__brand,
.vtx-footer__content,
.vtx-footer__newsletter,
.vtx-footer__link-section {
	min-width: 0;
}

.vtx-footer__spacer {
	display: none;
}

.vtx-footer__logo {
	display: block;
	width: 184px;
	height: 44px;
	object-fit: contain;
	object-position: left center;
}

.vtx-footer__contact {
	margin-top: 16px;
	display: grid;
	gap: 8px;
	font-size: 14px;
	line-height: 20px;
	color: #696968;
}

.vtx-footer__contact-row {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}

.vtx-footer__contact-label {
	font-weight: 600;
	color: #4c4b4b;
	line-height: inherit;
}

.vtx-footer__socials {
	margin-top: 16px;
	display: flex;
	align-items: center;
	gap: 16px;
}

.vtx-footer__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	opacity: 0.8;
	transition: opacity 180ms ease;
}

.vtx-footer__social-link:hover,
.vtx-footer__social-link:focus-visible {
	opacity: 1;
}

.vtx-footer__social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: currentColor;
}

.vtx-footer__social-icon img,
.vtx-footer__social-icon svg,
.vtx-footer__social-icon i {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.vtx-footer__content {
	display: grid;
	gap: 32px;
}

.vtx-footer__heading {
	margin: 0 0 12px;
	color: #4c4b4b;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
}

.vtx-footer__links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 16px;
	row-gap: 8px;
	font-size: 14px;
	line-height: 20px;
	color: #696968;
}

.vtx-footer__links-menu {
	display: contents;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vtx-footer__link-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.vtx-footer__links-menu > li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
}

.vtx-footer__link,
.vtx-footer__links-menu > li > a {
	color: inherit;
	text-decoration: none;
	transition: color 180ms ease;
}

.vtx-footer__link:hover,
.vtx-footer__link:focus-visible,
.vtx-footer__links-menu > li > a:hover,
.vtx-footer__links-menu > li > a:focus-visible {
	color: #d7470d;
}

.vtx-footer__link-separator {
	display: none;
	color: rgba(64, 64, 64, 0.36);
}

.vtx-footer__newsletter-form {
	position: relative;
	display: block;
}

.vtx-footer__newsletter-shortcode {
	min-width: 0;
}

.vtx-footer__newsletter-shortcode .brxe-brf-pro-forms {
	position: relative;
	display: block;
	width: 100%;
	visibility: visible;
}

.vtx-footer__newsletter-shortcode .brxe-brf-pro-forms > .brxe-block {
	display: contents;
}

.vtx-footer__newsletter-shortcode .brxe-brf-pro-forms-field-email,
.vtx-footer__newsletter-shortcode .submit-button-wrapper {
	margin: 0;
	padding: 0;
}

.vtx-footer__newsletter-shortcode .brxe-brf-pro-forms-field-email input {
	display: block;
	width: 100%;
	min-height: 48px;
	border: 1px solid rgba(64, 64, 64, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.8);
	color: #4c4b4b;
	font: inherit;
	font-size: 14px;
	line-height: 20px;
	padding: 12px 112px 12px 16px;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
	outline: none;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.vtx-footer__newsletter-shortcode .brxe-brf-pro-forms-field-email input:focus {
	border-color: #fe732d;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1), 0 0 0 2px #fcb591 !important;
}

.vtx-footer__newsletter-shortcode .submit-button-wrapper {
	position: absolute !important;
	top: 6px !important;
	right: 6px !important;
	bottom: 6px !important;
	left: auto !important;
	width: auto;
}

.vtx-footer__newsletter-shortcode .submit-button-wrapper .bricks-button {
	display: inline-flex;
	width: auto;
	height: 36px;
	min-height: 36px;
	align-items: center;
	justify-content: center;
	gap: 6px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #ff4c2c 0%, #ff6214 23%, #ff8417 52%, #ffb217 77%, #ffda52 100%) !important;
	color: #fff !important;
	cursor: pointer;
	font: inherit;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	margin: 0 !important;
	padding: 0 16px;
	white-space: nowrap;
	box-shadow: 0 18px 38px rgba(255, 98, 20, 0.18);
	opacity: 1;
	outline: none;
	transform: translateY(0);
	transition: transform 420ms ease, box-shadow 420ms ease, background-color 420ms ease, border-color 420ms ease;
}

.vtx-footer__newsletter-shortcode .submit-button-wrapper .bricks-button:hover,
.vtx-footer__newsletter-shortcode .submit-button-wrapper .bricks-button:focus-visible {
	transform: translateY(-2px);
}

.vtx-footer__newsletter-shortcode .submit-button-wrapper .text {
	display: inline-flex;
	align-items: center;
}

.vtx-footer__newsletter-shortcode .submit-button-wrapper .loading {
	display: none;
	width: 14px;
	height: 14px;
}

.vtx-footer__newsletter-shortcode .brxe-brf-pro-forms.is-loading .submit-button-wrapper .loading,
.vtx-footer__newsletter-shortcode .brxe-brf-pro-forms.is-submitting .submit-button-wrapper .loading,
.vtx-footer__newsletter-shortcode .brxe-brf-pro-forms.submitting .submit-button-wrapper .loading,
.vtx-footer__newsletter-shortcode .submit-button-wrapper .bricks-button[disabled] .loading,
.vtx-footer__newsletter-shortcode .submit-button-wrapper .bricks-button[aria-busy="true"] .loading {
	display: inline-flex;
}

.vtx-footer__newsletter-shortcode .submit-button-wrapper .loading svg {
	display: block;
	width: 100%;
	height: 100%;
}

@media (max-width: 479px) {
	.vtx-footer__newsletter-shortcode .brxe-brf-pro-forms-field-email input {
		padding-right: 96px;
	}

	.vtx-footer__newsletter-shortcode .submit-button-wrapper .bricks-button {
		padding-right: 14px;
		padding-left: 14px;
	}
}

.vtx-footer__newsletter-input {
	display: block;
	width: 100%;
	min-height: 48px;
	border: 1px solid rgba(64, 64, 64, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.8);
	color: #4c4b4b;
	font: inherit;
	font-size: 14px;
	line-height: 20px;
	padding: 12px 112px 12px 16px;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
	outline: none;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.vtx-footer__newsletter-input:focus {
	border-color: #fe732d;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1), 0 0 0 2px #fcb591;
}

.vtx-footer__newsletter-button {
	position: absolute !important;
	top: 6px !important;
	right: 6px !important;
	bottom: 6px !important;
	left: auto !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #ff4c2c 0%, #ff6214 23%, #ff8417 52%, #ffb217 77%, #ffda52 100%);
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	padding: 8px 16px;
	margin: 0 !important;
	white-space: nowrap;
	box-shadow: 0 18px 38px rgba(255, 98, 20, 0.18);
	transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.vtx-footer__newsletter-button:hover,
.vtx-footer__newsletter-button:focus-visible {
	transform: translateY(-2px);
}

.vtx-footer__bottom {
	margin-top: 40px;
	border-top: 1px solid rgba(64, 64, 64, 0.14);
	padding-top: 24px;
}

.vtx-footer__copyright {
	color: #797878;
	font-size: 14px;
	line-height: 20px;
}

@media (min-width: 1024px) {
	.vtx-footer__inner {
		padding-right: 40px;
		padding-left: 40px;
	}

	.vtx-footer__grid {
		grid-template-columns: repeat(12, minmax(0, 1fr));
		gap: 40px;
	}

	.vtx-footer__brand {
		grid-column: span 3;
	}

	.vtx-footer__spacer {
		display: block;
		grid-column: span 1;
	}

	.vtx-footer__content {
		grid-column: span 8;
	}

	.vtx-footer__links {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		column-gap: 8px;
		row-gap: 4px;
	}

	.vtx-footer__links-menu {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		column-gap: 8px;
		row-gap: 4px;
	}

	.vtx-footer__link-item {
		display: inline-flex;
	}

	.vtx-footer__links-menu > li:not(:first-child)::before {
		color: rgba(64, 64, 64, 0.36);
		content: "•";
	}

	.vtx-footer__link-separator {
		display: inline;
	}
}
