footer.wp-block-template-part {
	margin-top: 0 !important;
}

.vivo-reveal {
	opacity: 0;
	transform: translateY(30px);
	transition:
		opacity 760ms ease-out,
		transform 1000ms ease-out;
	will-change: opacity, transform;
}

.vivo-reveal.is-revealed {
	opacity: 1;
	transform: translateY(0);
}

.editor-styles-wrapper .vivo-reveal,
.block-editor-iframe__body .vivo-reveal {
	opacity: 1;
	transform: none;
	transition: none;
	will-change: auto;
}

.vivo-reveal--delay-1 {
	transition-delay: 120ms;
}

.vivo-reveal--delay-2 {
	transition-delay: 220ms;
}

.vivo-reveal--delay-3 {
	transition-delay: 320ms;
}

@media (prefers-reduced-motion: reduce) {
	.vivo-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* stylelint-disable no-descending-specificity */
.wp-block-button .wp-block-button__link,
.wp-block-button .wp-element-button {
	align-items: center;
	box-sizing: border-box;
	display: inline-flex;
	gap: 8px;
	justify-content: center;
	min-height: 48px;
	text-decoration: none;
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		color 180ms ease,
		transform 180ms ease;
	white-space: nowrap;
}

.wp-block-button.has-vivo-button-icon .wp-block-button__link::after,
.wp-block-button.has-vivo-button-icon .wp-element-button::after,
.has-vivo-button-icon .wp-block-button__link::after,
.has-vivo-button-icon .wp-element-button::after {
	background-color: currentColor;
	content: "";
	display: inline-block;
	flex: 0 0 16px;
	height: 16px;
	mask-image: var(--vivo-button-icon-url);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-image: var(--vivo-button-icon-url);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	width: 16px;
}

.wp-block-button:not(.is-style-outline):not(.is-style-vivo-outline):not(.is-style-vivo-ghost) .wp-block-button__link:hover,
.wp-block-button:not(.is-style-outline):not(.is-style-vivo-outline):not(.is-style-vivo-ghost) .wp-block-button__link:focus-visible,
.wp-block-button:not(.is-style-outline):not(.is-style-vivo-outline):not(.is-style-vivo-ghost) .wp-element-button:hover,
.wp-block-button:not(.is-style-outline):not(.is-style-vivo-outline):not(.is-style-vivo-ghost) .wp-element-button:focus-visible {
	background: var(--wp--preset--color--base-2);
	/* border-color: var(--wp--preset--color--base-2); */
	color: var(--wp--preset--color--contrast);
}

.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline .wp-element-button,
.wp-block-button.is-style-vivo-outline .wp-block-button__link,
.wp-block-button.is-style-vivo-outline .wp-element-button {
	background: transparent;
	border: 1px solid var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--contrast);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus-visible,
.wp-block-button.is-style-outline .wp-element-button:hover,
.wp-block-button.is-style-outline .wp-element-button:focus-visible,
.wp-block-button.is-style-vivo-outline .wp-block-button__link:hover,
.wp-block-button.is-style-vivo-outline .wp-block-button__link:focus-visible,
.wp-block-button.is-style-vivo-outline .wp-element-button:hover,
.wp-block-button.is-style-vivo-outline .wp-element-button:focus-visible {
	background: var(--wp--preset--color--base-2);
	border-color: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--contrast);
}

.wp-block-button.is-style-vivo-ghost .wp-block-button__link,
.wp-block-button.is-style-vivo-ghost .wp-element-button {
	background: transparent;
	border-color: transparent;
	color: var(--wp--preset--color--contrast);
}

.wp-block-button.is-style-vivo-ghost .wp-block-button__link:hover,
.wp-block-button.is-style-vivo-ghost .wp-block-button__link:focus-visible,
.wp-block-button.is-style-vivo-ghost .wp-element-button:hover,
.wp-block-button.is-style-vivo-ghost .wp-element-button:focus-visible {
	background: rgba(82, 51, 28, 0.08);
	color: var(--wp--preset--color--contrast-2);
}

.wp-block-button .wp-block-button__link:focus-visible,
.wp-block-button .wp-element-button:focus-visible {
	outline: 2px solid var(--wp--preset--color--accent);
	outline-offset: 3px;
}

/* stylelint-enable no-descending-specificity */

.vivo-footer {
	background: #2b1e15;
	color: #f6f1e9;
}

.vivo-footer__shell {
	width: 100%;
}

.vivo-footer__main,
.vivo-footer__bottom {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1440px;
	padding-left: 80px;
	padding-right: 80px;
	width: 100%;
}

.vivo-footer__main {
	align-items: flex-start;
	display: flex;
	gap: 60px;
	padding-top: 80px;
	padding-bottom: 60px;
}

.vivo-footer__left {
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	gap: 40px;
	min-width: 0;
}

.vivo-footer__headline {
	color: #f6f1e9;
}

.vivo-footer__headline-line {
	font-size: 36px;
	line-height: 42px;
	margin: 0;
}

.vivo-footer__headline-serif {
	font-family: "Hedvig Letters Serif", Georgia, "Times New Roman", serif;
	font-weight: 400;
	margin-right: 0.35rem;
}

.vivo-footer__headline-sans {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

.vivo-footer__social-block {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.vivo-footer__eyebrow {
	color: #c1986b;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 20px;
	margin: 0;
	text-transform: uppercase;
}

.vivo-footer__socials {
	display: flex;
	gap: 8px;
}

.vivo-footer__social-link {
	align-items: center;
	border: 1px solid #e9dbc9;
	border-radius: 999px;
	color: #f6f1e9;
	display: inline-flex;
	height: 40px;
	justify-content: center;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	width: 40px;
}

.vivo-footer__social-link:hover,
.vivo-footer__social-link:focus-visible {
	background: #f6f1e9;
	border-color: #f6f1e9;
	color: #2b1e15;
	outline: none;
}

.vivo-footer__social-link svg {
	display: block;
	fill: currentColor;
	height: 16px;
	width: 16px;
}

.vivo-footer__links {
	display: grid;
	flex: 0 0 738px;
	gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vivo-footer__column {
	min-width: 0;
}

.vivo-footer__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
}

.vivo-footer__list li {
	margin: 0;
}

.vivo-footer__list a,
.vivo-footer__legal-links a {
	color: #f6f1e9;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
}

.vivo-footer__list a:hover,
.vivo-footer__list a:focus-visible,
.vivo-footer__legal-links a:hover,
.vivo-footer__legal-links a:focus-visible {
	color: #e9dbc9;
	outline: none;
}

.vivo-footer__bottom {
	align-items: center;
	border-top: 1px solid rgba(233, 219, 201, 0.5);
	display: flex;
	justify-content: space-between;
	min-height: 68px;
	padding-top: 24px;
	padding-bottom: 24px;
}

.vivo-footer__legal-links {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.vivo-footer__legal-links a {
	font-size: 14px;
	line-height: 20px;
}

.vivo-footer__copyright {
	color: #f6f1e9;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
	text-align: right;
}

@media (max-width: 1100px) {

	.vivo-footer__main,
	.vivo-footer__bottom {
		padding-left: 40px;
		padding-right: 40px;
	}

	.vivo-footer__main {
		flex-direction: column;
	}

	.vivo-footer__links {
		flex-basis: auto;
		width: 100%;
	}
}

@media (max-width: 782px) {

	.vivo-footer__main,
	.vivo-footer__bottom {
		padding-left: 24px;
		padding-right: 24px;
	}

	.vivo-footer__main {
		gap: 40px;
		padding-top: 56px;
		padding-bottom: 40px;
	}

	.vivo-footer__headline-line {
		font-size: 28px;
		line-height: 34px;
	}

	.vivo-footer__links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vivo-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
	}

	.vivo-footer__copyright {
		text-align: left;
	}
}

@media (max-width: 480px) {
	.vivo-footer__links {
		grid-template-columns: minmax(0, 1fr);
	}

	.vivo-footer__socials {
		flex-wrap: wrap;
	}
}
