/*
Theme Name: Borscht Cook-Off
Theme URI: https://www.borschtcookoff.com/
Author: Claude Code
Description: Custom block theme for the Borscht Cook-Off festival site, built from Figma via DESIGN-TOKENS.md and THEME-SPEC.md.
Version: 0.9.46
Requires at least: 6.9
Requires PHP: 7.4
Tested up to: 6.9
Text Domain: borscht-cookoff
*/


@media (min-width: 782px) {
	body {
		width: 1920px;
		margin: 0 auto;
	}
}
html,
body {
	overflow-x: hidden;
}

a {
	text-decoration: none;
}
a:hover:not(.wp-element-button):not(.wp-block-button__link) {
	text-decoration: underline;
}

.site-header .wp-block-button__link {
	white-space: nowrap;
}
.site-header .wp-block-buttons {
	flex-shrink: 0;
}

.wp-block-columns > .home-countdown-numbers-col {

	align-self: flex-start;
	margin-top: 71px;

	margin-left: 181px;
}

.home-hero {
	position: relative;

	background-image: linear-gradient(180deg, rgba(0,0,0,0.98) 0px, rgba(0,0,0,0) 169px), linear-gradient(90deg, rgba(0,0,0,0.85) 21.45%, rgba(0,0,0,0) 90.46%), url('assets/images/home/hero-bg.jpg');
	background-size: cover;
	background-position: center, 72% 42%;
	min-height: 640px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: var(--wp--preset--spacing--sm);
}
.home-hero > * {
	margin-left: 0 !important;
	margin-right: auto !important;
}
.home-hero__tagline {
	line-height: 1.5;
	margin: 0 0 var(--wp--preset--spacing--sm);
}

.home-hero__scroll-indicator {
	position: absolute;
	left: 50%;
	bottom: 80px;
	transform: translateX(-50%);
}

.home-countdown-calendar-btn,
.home-countdown-calendar-btn .wp-block-button__link {
	height: 68px;
}
.home-countdown-calendar-btn .wp-block-button__link {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	white-space: nowrap;
}

.mission-hero {
	background-color: #000;

	background-image: linear-gradient(180deg, rgba(0,0,0,0.93) 0px, rgba(0,0,0,0) 120px), linear-gradient(90deg, rgba(0,0,0,0.75) 30%, rgba(0,0,0,0.15) 75%), url('assets/images/mission/hero-chef-tasting.jpg');
	background-size: cover, cover, 82.66% 100%;
	background-position: center, center, right top;
	background-repeat: no-repeat, no-repeat, no-repeat;
	min-height: 578px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: var(--wp--preset--spacing--sm);
}

.mission-unesco-band {
	background-color: #BC0719;
	background-image: url('assets/images/mission/unesco-chef-table.jpg');
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;

	min-height: 1319px;
}
.mission-unesco-band__text {
	position: relative;
	z-index: 1;
}
.mission-unesco-band__readable {
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}

.u-flush-left {
	margin-left: 0 !important;
	margin-right: auto !important;
}

.u-script-weight {
	-webkit-text-stroke: 1px currentColor;
	text-stroke: 1px currentColor;
}

.mission-unesco-band .timeline--outlined {
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);

	margin-top: 115px;
}

.mission-unesco-band__text > .wp-block-buttons {
	margin-top: 33px;
}

.timeline--outlined .timeline__milestone {
	width: 345px;
	max-width: 345px;
}

.timeline.timeline--outlined {
	position: relative;
	align-items: flex-start;
	gap: 20px;
	flex-wrap: nowrap;
}

.timeline__connector {
	display: flex;
	align-items: center;
	position: absolute;
	top: 61px;
	width: 212px;
	height: 8px;
	gap: 6px;
}
.timeline__connector--1 { left: 249px; }
.timeline__connector--2 { left: 614px; }
.timeline__connector--3 { left: 979px; }
.timeline__connector::before,
.timeline__connector::after {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: var(--wp--preset--color--light-yellow-text);
	flex: none;
}
.timeline__connector-line {
	flex: 1 1 auto;
	height: 2px;
	background-color: var(--wp--preset--color--light-yellow-text);
}

.mission-journey-illustration img {
	mix-blend-mode: multiply;
}

.mission-cta-band {
	background-color: var(--wp--preset--color--red-band);

	background-image: url('assets/images/mission/cta-band-texture-v2.jpg');
	background-size: cover;
	background-position: center;
}

.teams-questions-band {
	background-color: var(--wp--preset--color--red-band);
	background-image: url('assets/images/teams/questions-band-texture.jpg');

	background-size: cover;
	background-position: center;
}
.teams-questions-band > * {
	margin-left: 0 !important;
	margin-right: auto !important;
}
.teams-questions-band__contact {
	display: flex;
	align-items: center;
	gap: 30px;
}

.teams-questions-band__contact--phone img {
	width: 44px;
	height: 44px;
	flex: none;
}
.teams-questions-band__contact--email img {
	width: 52px;
	height: auto;
	flex: none;
}
.teams-questions-band__contact a,
.teams-questions-band__contact a:visited {
	color: inherit;
}

.home-countdown-band {
	position: relative;
	background-color: var(--wp--preset--color--red-band);
}
.home-countdown-photo {
	position: absolute;
	inset: 0;
	overflow: hidden;
	z-index: 0;
}
.home-countdown-photo img {
	position: absolute;
	max-width: none;
	opacity: 0.35;
	left: -4.35%;
	top: -145.98%;
	width: 104.34%;
	height: 328.87%;
}
.home-countdown-band > * {
	position: relative;
	z-index: 1;
}
.home-countdown-band > .home-countdown-photo {

	position: absolute;
	inset: 0;
	z-index: 0;
}

.home-countdown-photo,
.home-become-sponsor-photo,
.event-info-food-drink-photo,
.sponsors-cta-photo {
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.home-get-involved {
	background-color: #000;
	background-image: radial-gradient(circle at center, rgba(4,4,5,0.55) 30%, rgba(0,0,0,0.75) 100%), url('assets/images/home/get-involved-texture.jpg');
	background-size: cover, cover;
	background-position: center, center;
}

.home-gallery-band {
	position: relative;
	height: 396px;
	overflow: hidden;
	background-color: #83000d;
}
.home-gallery-band__texture {
	position: absolute;
	left: 0.02%;
	top: -47.39%;
	width: 55.87%;
	height: 176.08%;
	max-width: none;
	opacity: 0.3;
	object-fit: cover;
	pointer-events: none;
}
.home-gallery-band__gradient {
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, rgba(124,0,0,0) 31.068%, #560000 66.827%, #460000 100%);
	pointer-events: none;
}
.home-gallery-band__eyebrow {
	position: absolute;
	left: 240px;
	top: 80px;
	margin: 0;
}
.home-gallery-band__heading {
	position: absolute;
	left: 240px;
	top: 138px;
	width: 467px;
	margin: 0;
	font-size: 50px;
	text-transform: uppercase;
}
.home-gallery-band__link {
	position: absolute;
	left: 240px;
	top: 297px;
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
}
.home-gallery-band__link a {
	text-decoration: none;
}
.home-gallery-band__link a:hover {
	text-decoration: underline;
}
.home-gallery-band__photo {
	position: absolute;
	object-fit: cover;
}

.home-gallery-mobile-grid {
	display: none;
}

:root {
	--bco-radius-sm: 8px;
	--bco-radius-md: 12px;
	--bco-radius-lg: 16px;
	--bco-radius-pill: 60px;
}

.site-header {
	min-height: 169px;
}

.button-primary--header {
	width: 223px !important;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	box-sizing: border-box;
}

.donate-btn__heart {
	width: 21px;
	height: 19px;
	flex-shrink: 0;
}
.donate-btn--hero {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.wp-block-navigation-item__content.is-current-nav-item {
	color: var(--wp--preset--color--red) !important;
}

.wp-block-navigation__submenu-icon.wp-block-navigation-submenu__toggle {
	width: 24px;
	height: 24px;
	padding: 0;
	margin-left: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wp-block-navigation__submenu-icon.wp-block-navigation-submenu__toggle svg {
	display: none;
}
.wp-block-navigation-submenu__toggle::after {
	content: "";
	width: 16px;
	height: 9px;
	background-image: url('assets/images/icons/nav-dropdown-arrow.svg');
	background-size: 16px 9px;
	background-repeat: no-repeat;
}
.wp-block-navigation-item.wp-block-navigation-submenu:hover .wp-block-navigation-submenu__toggle,
.wp-block-navigation-submenu__toggle[aria-expanded="true"] {
	transform: rotate(180deg);
}
.site-header .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
	background-color: #000;
	border-top: 2px solid var(--wp--preset--color--red);
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--md);
	min-width: 180px;
}
.site-header .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	padding: var(--wp--preset--spacing--sm) 0;
	color: #fff;
}

.footer-col-quicklinks .footer-column-heading,
.footer-col-eventinfo .footer-column-heading {
	padding-bottom: 12px;
}
.footer-col-quicklinks .footer-quick-links li {
	line-height: 45px;
}
.footer-col-eventinfo .footer-info-row {
	margin-bottom: 13.5px;
}
.footer-col-eventinfo .footer-info-row--loose {
	margin-bottom: 39.75px;
}
.footer-column-heading {
	position: relative;
	padding-bottom: var(--wp--preset--spacing--sm);
	margin-bottom: 41px !important;
}
.footer-column-heading::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 68px;
	height: 4px;
	border-radius: var(--bco-radius-sm);
	background-color: var(--wp--preset--color--red);
}

.footer-heading--newsletter {
	margin-bottom: 37px !important;
}

.footer-newsletter {
	display: flex;
	gap: var(--wp--preset--spacing--xs);
	margin-top: var(--wp--preset--spacing--sm);
}
.footer-newsletter input[type="email"] {
	flex: 1;
	min-width: 0;
	border: 2px solid var(--wp--preset--color--white);
	border-radius: var(--bco-radius-sm);
	background: transparent;
	color: var(--wp--preset--color--white);
	font-family: var(--wp--preset--font-family--body);
	font-size: var(--wp--preset--font-size--body);
	padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--sm);
}
.footer-newsletter input[type="email"]::placeholder {
	color: var(--wp--preset--color--white);
	opacity: 0.7;
}
.footer-newsletter .button-secondary {
	border: 2px solid var(--wp--preset--color--red);
	border-radius: var(--bco-radius-sm);
	background: transparent;
	color: var(--wp--preset--color--white);
	font-family: var(--wp--preset--font-family--body);
	font-weight: 700;
	font-size: var(--wp--preset--font-size--button);
	text-transform: uppercase;
	padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--sm);
	cursor: pointer;
}

.footer-social-links {
	display: flex;
	gap: 28px;
	margin-top: 150px;
}
.footer-social-links img {
	width: 74px;
	height: 74px;
	display: block;
}

.footer-tagline {
	margin: var(--wp--preset--spacing--sm) 0;
	line-height: 1.4;
	max-width: 345px;
}
.footer-quick-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-quick-links li {
	font-size: 19px;
	line-height: 60px;
}
.footer-quick-links a {
	color: var(--wp--preset--color--white);
	text-decoration: none;
}
.footer-quick-links a:hover {
	text-decoration: underline;
}
.footer-info-row {
	display: flex;
	align-items: flex-start;
	gap: var(--wp--preset--spacing--sm);
	margin-bottom: 18px;
}
.footer-info-row--loose {
	margin-bottom: 53px;
}

.footer-info-row--link {
	text-decoration: none;
	color: inherit;
}
.footer-info-row--link:hover p,
.footer-info-row--link:hover .footer-info-row__sub {
	text-decoration: underline;
}
.footer-info-row__icon {
	flex-shrink: 0;
	margin-top: 2px;
}

.footer-info-row p {
	margin: 0;
	font-size: 20px;
	line-height: 1.6;
}
.footer-info-row a {
	color: var(--wp--preset--color--white);
}

.footer-info-row__sub {
	font-size: 18px;
	line-height: 29px;
}

.footer-bottom-bar {
	margin-top: var(--wp--preset--spacing--lg);
	padding-top: var(--wp--preset--spacing--sm);
	padding-left: 120px;
	padding-right: 120px;
	border-top: 1px solid var(--wp--preset--color--red);
	flex-wrap: nowrap !important;
	box-sizing: border-box;
}
.footer-bottom-bar p {
	margin: 0;
}
.footer-bottom-bar a {
	color: var(--wp--preset--color--white);
}

.footer-tagline-script {
	line-height: 54px;
	letter-spacing: 0.02em;
}
.footer-legal {
	align-items: center;
	gap: var(--wp--preset--spacing--xs);
}
.footer-legal__divider {
	width: 3px;
	height: 24px;
	display: block;
}

.footer-newsletter {
	display: flex;
	align-items: stretch;
	max-width: 345px;
	margin-top: var(--wp--preset--spacing--sm);
	border: 2px solid var(--wp--preset--color--red);
	border-radius: var(--bco-radius-sm);
	overflow: hidden;
}
.footer-newsletter input[type="email"] {
	flex: 1;
	min-width: 0;
	border: none;
	background: transparent;
	color: var(--wp--preset--color--white);
	font-family: var(--wp--preset--font-family--body);
	font-size: 20px;
	padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--md);
}
.footer-newsletter input[type="email"]::placeholder {
	color: var(--wp--preset--color--white);
	opacity: 0.7;
}
.footer-newsletter button {
	flex-shrink: 0;
	width: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background: var(--wp--preset--color--red);
	cursor: pointer;
}

.wp-block-button.is-style-text-link .wp-block-button__link {
	background: transparent;
	padding: var(--wp--preset--spacing--xs) 0;
	text-decoration: none;
}
.wp-block-button.is-style-text-link .wp-block-button__link:hover {
	text-decoration: underline;
}

.ingredient-explorer__layout {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 53px;
	justify-content: center;
}

.ingredient-explorer__hero-photo {
	position: absolute;
	top: 0;
	right: calc(50% - 960px);
	height: 100%;
	width: 640px;
	object-fit: cover;
	object-position: center;
	opacity: 0.6;
	filter: blur(2px);
	-webkit-mask-image: linear-gradient(to right, transparent 0%, black 50%);
	mask-image: linear-gradient(to right, transparent 0%, black 50%);
	pointer-events: none;
	z-index: 0;
}

.ingredient-explorer__intro {
	position: relative;
	z-index: 1;
	width: 345px;
	max-width: 100%;
}

.ingredient-explorer__eyebrow {
	margin: 0 0 20px;
}
.ingredient-explorer__statement {
	margin: 0 0 67px;
	text-transform: uppercase;
}
.ingredient-explorer__body {
	margin: 0 0 42px;
	font-size: 24px;
	line-height: 34px;
}
.ingredient-explorer__hint {
	margin: 0 0 96px;
	font-size: 24px;
	line-height: 34px;
}
.ingredient-explorer__link {
	font-weight: 700;
	text-decoration: none;
}
.ingredient-explorer__link:hover {
	text-decoration: underline;
}

.ingredient-explorer__wheel {
	position: relative;
	z-index: 1;
	max-width: 100%;
	flex-shrink: 0;
}

.ingredient-explorer__hub {
	position: absolute;
	overflow: hidden;
}
.ingredient-explorer__hub-photo {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.ingredient-explorer__bubble {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 2px solid rgba(239, 224, 174, 0.5);
	background-color: transparent;
	padding: 0;
	cursor: pointer;
	transition: border-color 150ms ease;
}
.ingredient-explorer__bubble-photo {
	width: 55%;
	height: 55%;
	object-fit: contain;
	transition: transform 150ms ease;
}
.ingredient-explorer__bubble.is-active {
	border-color: var(--wp--preset--color--red);
	border-width: 3px;
}

.ingredient-explorer__bubble.is-active .ingredient-explorer__bubble-photo {
	transform: scale(2);
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.ingredient-explorer__card {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: 345px;
	max-width: 100%;
	min-height: 300px;
	padding: var(--wp--preset--spacing--sm);
	border: 2px solid var(--wp--preset--color--red);
	border-radius: var(--bco-radius-sm);
	background-color: transparent;
}
.ingredient-explorer__card-title {
	margin: 0 0 var(--wp--preset--spacing--xs);
}

.ingredient-explorer__card-body {
	margin: 0 0 28px;
	line-height: 28px;
}
.ingredient-explorer__card-body:last-child {
	margin-bottom: 0;
}

.card-pricing {
	width: 345px;
	max-width: 100%;
	min-height: 480px;
}

.event-info-ticket-row {
	align-items: stretch;
}

.event-info-free-admission {
	width: 1075px;
	max-width: 100%;
}

.event-info-free-admission p {
	margin-top: 27px;
}

.home-judges-row {
	align-items: flex-start;

	gap: 0;
}
.card-trophy {
	width: 302px;
	max-width: 100%;
	min-height: 470px;
}
.card-step {
	width: 587px;
	max-width: 100%;
	min-height: 546px;
}
.tile-info {
	width: 366px;
	max-width: 100%;
	min-height: 230px;
}

.tabs-year-selector,
.winners-carousel__tabs {
	width: 954px;
	max-width: 100%;
	height: 64px;
	display: flex;
	align-items: stretch;
	gap: var(--wp--preset--spacing--xs);
	padding: var(--wp--preset--spacing--xs);
	background-color: var(--wp--preset--color--card-bg);
	border: 2px solid var(--wp--preset--color--red-alt);
	border-radius: var(--bco-radius-md);
	margin: 0 auto;
}

.winners-carousel__tabs {
	box-sizing: border-box;
	width: 1050px;
}
.tabs-year-selector__tab,
.winners-carousel__tab {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: none;
	cursor: pointer;
	font-family: var(--wp--preset--font-family--display);
	font-size: 26px;
	text-transform: uppercase;
	color: var(--wp--preset--color--red-alt);
	border-radius: var(--bco-radius-sm);
}
.tabs-year-selector__tab.is-active,
.winners-carousel__tab.is-active {
	background-color: var(--wp--preset--color--red);
	color: var(--wp--preset--color--light-yellow-chrome);
}

.timeline {
	gap: var(--wp--preset--spacing--md);
	flex-wrap: wrap;
}
.timeline__milestone {
	max-width: 260px;
	text-align: center;
}
.timeline__circle {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	margin: 0 auto var(--wp--preset--spacing--xs);
	font-size: 26px;
}

.timeline--filled .timeline__circle {

	margin-bottom: 0;
}
.timeline--filled .timeline__milestone h4 {
	margin-top: 45px;
	min-height: 60px;

	text-transform: none;
}
.timeline--filled .timeline__milestone p:not(.timeline__circle p) {
	margin-top: 20px;
}

.timeline--outlined .timeline__milestone h4 {
	text-transform: none;
}
.timeline--outlined .timeline__milestone p:not(.timeline__circle p) {
	margin-top: 20px;
}

.timeline__circle--outlined {
	border: 3px solid var(--wp--preset--color--light-yellow-text);
	background: transparent;
}
.timeline__circle--filled {
	width: 114px;
	height: 114px;
	position: relative;
	z-index: 1;

	padding: 0;
}

.timeline__circle p {

	font-weight: 700;
}

.timeline--filled .timeline__milestone {
	width: 224px;
	max-width: 224px;
}

.timeline--filled {
	position: relative;

	align-items: flex-start;
}
.timeline--filled::before {
	content: "";
	position: absolute;
	top: 60px;
	left: 112px;
	right: 112px;
	height: 3px;
	background-color: var(--wp--preset--color--red);
	z-index: 0;
}

.badge-sponsor-tier__pill {
	width: 214px;
	max-width: 100%;
	height: 52px;
	padding: var(--wp--preset--spacing--xs);
}

.winners-carousel__trophies {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: center;
	margin-top: var(--wp--preset--spacing--md);
}

.winners-carousel__trophy {
	width: 334px;
	max-width: 100%;
	min-height: 522px;
	border-radius: var(--bco-radius-md);
	padding: var(--wp--preset--spacing--sm);
	text-align: center;
	box-sizing: border-box;
}
.winners-carousel__photo {
	width: 290px;
	height: 290px;
	max-width: 100%;
	border-radius: var(--bco-radius-sm);
	object-fit: cover;
	background-color: var(--wp--preset--color--garlic);
	margin: var(--wp--preset--spacing--xs) 0;
}

.winners-carousel__competitors {

	width: 1050px;
	max-width: 100%;
	min-height: 433px;
	margin: 24px auto 0;
	background-color: rgba(255, 250, 224, 0.5);
	border: 2px solid var(--wp--preset--color--red-alt);
	border-radius: 12px;
	padding: 32px 24px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.winners-carousel__competitors-label {
	margin: 0;
	font-family: var(--wp--preset--font-family--display);
	font-size: 26px;
	text-transform: uppercase;
	text-align: center;
	color: var(--wp--preset--color--red);
}
.winners-carousel__competitors-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	gap: 15px 24px;
	margin-top: 37px;
	flex: 1;
}
.winners-carousel__competitor-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 65px;
	padding: 12px 24px;
	background-color: var(--wp--preset--color--card-bg);
	border-radius: 8px;
	font-family: var(--wp--preset--font-family--body);
	font-size: 20px;
	color: var(--wp--preset--color--brown-alt);
	text-align: center;
}
.winners-carousel__competitor-pill.is-empty {
	display: none;
}

.winners-carousel__judges {
	width: 1050px;
	max-width: 100%;
	min-height: 498px;
	margin: 24px auto 0;
	background-color: rgba(231, 215, 202, 0.5);
	border: 2px solid var(--wp--preset--color--red-alt);
	border-radius: 12px;
	padding: 32px 24px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.winners-carousel__judges-empty {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	text-align: center;
	font-family: var(--wp--preset--font-family--body);
	font-size: 20px;
	color: var(--wp--preset--color--brown-alt);
}

.winners-carousel__judges-empty[hidden] {
	display: none;
}
.winners-carousel__judges-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 37px;
}
.winners-carousel__judge-card.is-empty {
	display: none;
}

.winners-carousel__judge-card {
	background-color: var(--wp--preset--color--card-bg);
	border-radius: var(--bco-radius-md);
	padding: var(--wp--preset--spacing--sm);
	text-align: center;
}

.winners-carousel__judges .judge-card {
	width: 158px;
}
.winners-carousel__judge-card img {
	width: 158px;
	height: 193px;
	border-radius: 8px;
}
.winners-carousel__judge-card p:first-of-type {
	font-family: var(--wp--preset--font-family--display);
	font-size: 22px;
	text-transform: uppercase;
	color: var(--wp--preset--color--black);
	margin: 30px 0 0;
}
.winners-carousel__judge-card p:last-of-type {
	font-family: var(--wp--preset--font-family--body);
	font-size: 20px;
	color: var(--wp--preset--color--black);
	margin: 15px 0 0;
}

.winners-carousel-section {
	position: relative;
	background-color: var(--wp--preset--color--garlic);
}

.winners-carousel-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url('assets/images/winners/carousel-bg-board.jpg'), url('assets/images/winners/carousel-bg-board-strip.jpg');
	background-size: 2233px 1672px, 2233px 508px;
	background-position: -167px -343px, -167px 1329px;
	background-repeat: no-repeat, no-repeat;
	opacity: 0.8;
}
.winners-carousel-section > .wp-block-borscht-cookoff-winners-carousel {
	position: relative;
	z-index: 1;
}

.countdown {
	display: flex;
	gap: 78px;
	margin: 0;
}
.countdown__unit {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.countdown__number {
	font-family: var(--wp--preset--font-family--display);
	font-size: 65px;
	color: var(--wp--preset--color--white);
	line-height: 1;
}
.countdown__label {
	font-family: var(--wp--preset--font-family--body);
	font-size: var(--wp--preset--font-size--body);
	color: var(--wp--preset--color--light-yellow-text);
	text-transform: uppercase;
}

.judge-card {
	width: 224px;
}
.judge-card img {
	object-fit: cover;
	height: 205px;
}

.home-judges-row .judge-card {
	min-height: 351px;
}

.card-trophy-home {
	width: 224px;
	max-width: 100%;
	min-height: 381px;
}

.winners-carousel__tabs--compact {
	width: auto;
	height: auto;
	gap: 16px;
	padding: 0;
	background-color: transparent;
	border: none;
	border-radius: 0;
	margin: 0;
}
.winners-carousel__tab--compact {
	flex: none;
	width: 142px;
	height: 40px;
	font-size: 22px;
	border: 2px solid rgba(52, 30, 6, 0.3);
	color: var(--wp--preset--color--brown);
	border-radius: 8px;
}
.winners-carousel__tab--compact.is-active {
	background-color: var(--wp--preset--color--red);
	color: var(--wp--preset--color--light-yellow-chrome);
	border-color: var(--wp--preset--color--red);
}

.winners-carousel--compact .card-trophy-home {
	padding: 0;
}
.winners-carousel__photo--compact {
	width: 224px;
	height: 205px;
	max-width: 100%;
	border-radius: var(--bco-radius-sm);
	object-fit: cover;
	margin: 0;
}
.winners-carousel__trophy-category--compact {
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 30px;
}
.winners-carousel__trophy-team--compact {
	font-size: 20px;
	margin-top: 15px;
}

.winners-carousel--compact {
	margin-top: 23px;
}

.winners-carousel--compact .winners-carousel__trophies {
	justify-content: flex-start;
	gap: 18px;
	margin-top: 40px;
}

.sponsor-card {
	position: relative;
	border-radius: 16px;
	border-width: 3px;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
}
.sponsor-card--platinum {
	width: 1440px;
	max-width: 100%;
	height: 374px;
	border-color: rgba(255, 255, 255, 0.3);
	background: linear-gradient(104deg, rgba(27, 27, 31, 0) 19%, #1b1b1f 100%);
}
.sponsor-card--gold {
	width: 345px;
	max-width: 100%;
	height: 541px;
	border-color: rgba(255, 190, 25, 0.3);
	background: linear-gradient(148deg, rgba(25, 23, 7, 0) 20%, #231e11 100%);
}
.sponsor-card--silver {
	width: 1075px;
	max-width: 100%;
	height: 541px;
	border-color: rgba(193, 193, 193, 0.3);
	background: linear-gradient(116deg, rgba(27, 27, 31, 0) 16%, #1b1b1f 100%);
}
.sponsor-card--bronze {
	width: 1440px;
	max-width: 100%;
	height: 287px;
	border-color: rgba(146, 61, 30, 0.3);
	background: linear-gradient(100deg, rgba(33, 21, 19, 0) 20%, #1f130f 100%);
}

.sponsor-tier-badge {
	position: absolute;
	left: 44px;
	top: -9px;
	font-family: var(--wp--preset--font-family--display);
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
}
.sponsor-tier-badge--platinum { color: #f6f4ee; }
.sponsor-tier-badge--gold { color: #ffbe19; }
.sponsor-tier-badge--silver { color: #c1c1c1; }
.sponsor-tier-badge--bronze { color: #923d1e; }

.sponsor-logo {
	position: absolute;
	margin: 0;
}
.sponsor-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.sponsor-logo--phoenicia { left: 50px; top: 91px; width: 247px; height: 76px; }
.sponsor-logo--suma { left: 370px; top: 114px; width: 268px; height: 43px; }
.sponsor-logo--mama-olia { left: 696px; top: 44px; width: 196px; height: 187px; }
.sponsor-logo--top-shelf { left: 965px; top: 50px; width: 175px; height: 167px; }
.sponsor-logo--texas { left: 1213px; top: 57px; width: 175px; height: 166px; }
.sponsor-logo--smoothie-king { left: 96px; top: 72px; width: 173px; height: 217px; }
.sponsor-logo--rocketnetwork { left: 44px; top: 84px; width: 247px; height: 124px; }
.sponsor-logo--puzyk { left: 852px; top: 54px; width: 184px; height: 184px; }
.sponsor-logo--lytvynchuk { left: 365px; top: 66px; width: 159px; height: 159px; }
.sponsor-logo--emb-law { left: 627px; top: 77px; width: 147px; height: 147px; }
.sponsor-logo--cooking-borscht { left: 44px; top: 265px; width: 274px; height: 144px; }
.sponsor-logo--river-oaks { left: 368px; top: 307px; width: 233px; height: 78px; }
.sponsor-logo--natalia-law { left: 695px; top: 246px; width: 268px; height: 163px; }
.sponsor-logo--sparkly-photo { left: 41px; top: 337px; width: 256px; height: 155px; }
.sponsor-logo--pokrova-church { left: 59px; top: 62px; width: 128px; height: 185px; }

.sponsor-pill-row--platinum {
	position: absolute;
	left: 46px;
	top: 264px;
}
.sponsor-pill {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background-color: #1b1b1f;
	border: 1px solid #29292e;
	border-radius: 8px;
	padding: 18px 20px;
	font-family: var(--wp--preset--font-family--body);
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	white-space: nowrap;
}
.sponsor-pill__icon {
	width: 18px;
	height: 17px;
}
.sponsor-pill--absolute {
	position: absolute;
}
.sponsor-pill--phong { left: 273px; top: 437px; }
.sponsor-pill--christine { left: 547px; top: 437px; }
.sponsor-pill--ulyana { left: 278px; top: 120px; }
.sponsor-pill--kostya { left: 587px; top: 120px; }
.sponsor-pill--john { left: 986px; top: 121px; }

.donate-modal-open {
	overflow: hidden;
}
.donate-modal {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: var(--wp--preset--spacing--md);
}
.donate-modal[hidden] {
	display: none;
}
.donate-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(43, 29, 11, 0.72);
	backdrop-filter: blur(3px);
}
.donate-modal__panel {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 440px;
	max-height: 90vh;
	overflow-y: auto;
	background: var(--wp--preset--color--card-bg);
	border-radius: 16px;
	padding: 40px var(--wp--preset--spacing--lg) var(--wp--preset--spacing--lg);
	text-align: center;
	box-shadow: 0 24px 60px rgba(43, 29, 11, 0.35);
	border-top: 6px solid var(--wp--preset--color--red);
	animation: donate-modal-in 0.2s ease;
}
@keyframes donate-modal-in {
	from { opacity: 0; transform: translateY(12px) scale(0.98); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}
.donate-modal__close {
	position: absolute;
	top: var(--wp--preset--spacing--xs);
	right: var(--wp--preset--spacing--xs);
	width: 32px;
	height: 32px;
	border: none;
	background: transparent;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	color: var(--wp--preset--color--brown);
}
.donate-modal__title {
	margin: 0 0 var(--wp--preset--spacing--xs);
	font-size: 32px;
	font-family: var(--wp--preset--font-family--display);
	text-transform: uppercase;
	color: var(--wp--preset--color--brown);
}
.donate-modal__body {
	margin: 0 0 var(--wp--preset--spacing--md);
	color: var(--wp--preset--color--brown-alt);
}

.donate-modal__methods {
	margin: 0 0 var(--wp--preset--spacing--md);
	padding: var(--wp--preset--spacing--sm) 0;
	border-top: 1px solid var(--wp--preset--color--ticket-card-border);
	border-bottom: 1px solid var(--wp--preset--color--ticket-card-border);
}
.donate-modal__methods-label {
	display: block;
	margin: 0 0 10px;
	font-size: 13px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--wp--preset--color--brown-alt);
	opacity: 0.7;
}
.donate-modal__methods-icons {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 28px;
}
.donate-modal__methods-icons img {
	height: 44px;
	width: auto;
}
.donate-modal__paypal {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 4px;
	background: transparent;
	border-radius: 10px;
}

.donate-modal__steps {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: 4px;
}
.donate-modal__step-link {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px 18px;
	border: 2px solid var(--wp--preset--color--ticket-card-border);
	border-radius: 10px;
	text-decoration: none;
	text-align: left;
	transition: border-color 0.15s ease, background-color 0.15s ease;
}
.donate-modal__step-link:hover {
	border-color: var(--wp--preset--color--red);
	background-color: var(--wp--preset--color--card-bg);
}
.donate-modal__step-number {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background-color: var(--wp--preset--color--red);
	color: var(--wp--preset--color--white);
	font-size: 18px;
}
.donate-modal__step-text {
	display: flex;
	flex-direction: column;
	gap: 3px;
}
.donate-modal__step-text strong {
	color: var(--wp--preset--color--brown);
	font-size: 17px;
	font-weight: 400;
}

.donate-modal__step {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 16px 18px;
	border: 2px solid var(--wp--preset--color--ticket-card-border);
	border-radius: 10px;
	text-align: left;
}
.donate-modal__step-downloads {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 8px;
}
.donate-modal__step-download {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	width: 253px;
	padding: 8px 14px;
	border: 2px solid var(--wp--preset--color--red);
	border-radius: 8px;
	color: var(--wp--preset--color--red);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	transition: background-color 0.15s ease, color 0.15s ease;
}
.donate-modal__step-download:hover {
	background-color: var(--wp--preset--color--red);
	color: var(--wp--preset--color--white);
}
.donate-modal__step-text small {
	color: var(--wp--preset--color--brown-alt);
	opacity: 0.75;
	font-size: 13px;
}
.donate-modal__note {
	margin: var(--wp--preset--spacing--sm) 0 0;
	font-size: 14px;
	line-height: 1.4;
	color: var(--wp--preset--color--brown-alt);
	opacity: 0.8;
}

.event-info-hero {

	background-image: linear-gradient(180deg, rgba(0,0,0,0.93) 0px, rgba(0,0,0,0) 120px), linear-gradient(90deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 64%), url('assets/images/event-info/hero-bg.jpg');
	background-size: cover;
	background-position: center;
	min-height: 511px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	position: relative;
}
.event-info-hero > * {
	margin-left: 0 !important;
	margin-right: auto !important;
}
.event-info-hero__scroll {
	position: absolute;
	left: 50%;
	bottom: 24px;
	transform: translateX(-50%);
	width: 29px;
	height: 25px;
}

.event-info-ticket-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 47px 0 49px;
}
.event-info-ticket-card__label {
	font-family: var(--wp--preset--font-family--display);
	font-size: 40px;

	line-height: 45px;
	text-transform: uppercase;
	color: var(--wp--preset--color--brown-alt);
	text-align: center;
	margin: 0;
}

.event-info-ticket-card h3 {
	line-height: 62px;
	margin-bottom: 0;
}
.event-info-ticket-card__icon {

	margin: auto 0 0;
}

.event-info-tile-row {
	gap: 20px;

	align-items: flex-start;
}
.event-info-tile-row .tile-info {
	width: 345px;
}
img.event-info-tile__icon--food { width: 144px; height: 161px; }
img.event-info-tile__icon--baked { width: 119px; height: 148px; }
img.event-info-tile__icon--vendors { width: 126px; height: 144px; }
img.event-info-tile__icon--kids { width: 151px; height: 152px; }

.event-info-tile-row .tile-info figure.wp-block-image {
	height: 162px;
	margin: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.event-info-tile-row .tile-info h4 {
	margin-top: 69px;
}

.event-info-food-drink-band {
	position: relative;
	background-color: #A40010;
}
.event-info-food-drink-photo {
	position: absolute;
	inset: 0;
	overflow: hidden;
	z-index: 0;
}
.event-info-food-drink-photo img {
	position: absolute;
	max-width: none;
	opacity: 0.4;
	left: 16.54%;
	top: -49.55%;
	width: 105.13%;
	height: 158%;
}
.event-info-food-drink-band::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, #6C0000 28.48%, rgba(92, 0, 0, 0) 90.703%);
}
.event-info-food-drink-band > * {
	position: relative;
	z-index: 2;
}
.event-info-food-drink-band > .event-info-food-drink-photo {

	position: absolute;
	inset: 0;
	z-index: 0;
}
.event-info-food-drink-list {
	max-width: 710px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 62px;
}

.event-info-food-drink-list li + li {
	margin-top: 30px;
}

.event-info-food-drink-band h2 {
	margin: 0;
}
.event-info-food-drink-band > p.has-accent-font-family {
	margin: 14px 0 0;
}

.event-info-detail-row {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}
.event-info-detail-row + .event-info-detail-row {
	margin-top: 30px;
}

a.event-info-detail-row {
	text-decoration: none;
	color: inherit;
}
.event-info-detail-row__icon {
	flex: none;
	width: 44px;
	height: 44px;
}
.event-info-detail-row__text {
	margin: 0;
}
.event-info-detail-row__text strong {
	display: block;
	font-family: var(--wp--preset--font-family--body);
	font-weight: 700;
	font-size: 26px;
	color: var(--wp--preset--color--black);
	line-height: 1.3;
}
.event-info-detail-row__text span {
	display: block;
	font-size: 22px;
	color: var(--wp--preset--color--black);
	line-height: 1.3;
}

.event-info-map {
	width: 588px;
	max-width: 100%;
	height: 538px;
	border: 0;
	border-radius: 8px;
}

.event-info-polaroids {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	pointer-events: none;
}

.event-info-polaroid {
	position: absolute;
	background: #fff;
	border-radius: 8px;
	padding: 8px 8px 85px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	width: 336px;
	box-sizing: border-box;
}
.event-info-polaroid img {
	display: block;
	width: 100%;
	height: 394px;
	object-fit: cover;
	border-radius: 4px;
}

.event-info-polaroid__photo {
	position: relative;
	width: 320px;
	height: 394px;
	overflow: hidden;
	border-radius: 4px;
}
.event-info-polaroid__photo img {
	position: absolute;
	max-width: none;
	display: block;
	border-radius: 0;
}
.event-info-polaroid--1 .event-info-polaroid__photo img { width: 121.24%; height: 175.53%; left: -10.83%; top: -74.7%; }
.event-info-polaroid--5 .event-info-polaroid__photo img { width: 208.45%; height: 225.08%; left: -72.07%; top: -74.8%; }
.event-info-polaroid--6 .event-info-polaroid__photo img { width: 188.36%; height: 101.71%; left: -51.81%; top: -0.9%; }

.event-info-polaroid--1 { top: 0; right: 70px; transform: rotate(19.66deg); }

.event-info-polaroid--2 { top: 296px; right: 57px; transform: rotate(-13.01deg); }
.event-info-polaroid--3 { top: 615px; right: 92px; transform: rotate(9.36deg); }

ul.has-text-align-center {
	list-style-position: inside;
}

.event-info-food-drink-band > .event-info-polaroids--left {
	top: -235px;
	left: 0;
	right: auto;
	width: 0;
	height: calc(100% + 235px);
	z-index: 2;
}

.event-info-polaroid--4 { top: 0; left: 77px; transform: rotate(160.34deg) scaleY(-1); }
.event-info-polaroid--5 { top: 303px; left: 57px; transform: rotate(9.28deg); }
.event-info-polaroid--6 { top: 604px; left: 87px; transform: rotate(-15deg); }

.sponsors-hero {

	background-image: linear-gradient(180deg, rgba(0,0,0,0.93) 0px, rgba(0,0,0,0) 120px), linear-gradient(90deg, rgba(0, 0, 0, 1) 19%, rgba(0, 0, 0, 0) 100%), url('assets/images/sponsors/hero-bg.jpg');
	background-size: cover;
	background-position: center;
	min-height: 551px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.sponsors-hero > * {
	margin-left: 0 !important;
	margin-right: auto !important;
}

.sponsors-impact-icon-row {
	gap: 20px;
}

.sponsors-impact-icon-row .wp-block-image {
	height: 101px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sponsors-tier-row {
	display: flex;
	margin-bottom: -165px;
	position: relative;
	z-index: 1;
}
.sponsors-tier-row__spacer {
	flex: none;
	width: 346px;
}
.badge-sponsor-tier {
	flex: none;
	width: 273px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.badge-sponsor-tier--platinum {
	width: 274px;
}
.badge-sponsor-tier__ingredient {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;

	-webkit-text-stroke: 1px currentColor;
	text-stroke: 1px currentColor;
}

.badge-sponsor-tier__icon--cabbage { width: 49px; height: 47px; }
.badge-sponsor-tier__icon--garlic { width: 45px; height: 48px; }
.badge-sponsor-tier__icon--sour-cream { width: 45px; height: 49px; }
.badge-sponsor-tier__icon--beetroot { width: 40px; height: 55px; }

.sponsors-table-footnote {
	color: var(--wp--preset--color--black);
	font-size: 26px;
	line-height: 36px;
}

.table-comparison .wp-block-column > p {
	margin: 0;
	padding: 30px 20px;
}

.table-comparison .wp-block-column > p:first-of-type {
	min-height: 252px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
.table-comparison .wp-block-column > p:nth-of-type(2n) {
	background-color: #F6F4EB;
}
.table-comparison .wp-block-column > p:nth-of-type(2n+1):not(:first-of-type) {
	background-color: #F1EBCF;
}

.sponsors-cta-band {
	position: relative;
	background-color: #A40010;
}
.sponsors-cta-photo {
	position: absolute;
	inset: 0;
	overflow: hidden;
	z-index: 0;
}
.sponsors-cta-photo img {
	position: absolute;
	max-width: none;
	opacity: 0.4;
	left: 18.99%;
	top: -60.11%;
	width: 99.03%;
	height: 220.18%;
}
.sponsors-cta-band::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, #6C0000 28.48%, rgba(92, 0, 0, 0) 90.703%);
}
.sponsors-cta-band > * {
	position: relative;
	z-index: 2;
}
.sponsors-cta-band > .sponsors-cta-photo {

	position: absolute;
	inset: 0;
	z-index: 0;
}

.teams-hero {

	background-image: linear-gradient(180deg, rgba(0,0,0,0.93) 0px, rgba(0,0,0,0) 120px), linear-gradient(90deg, rgba(0, 0, 0, 1) 19%, rgba(0, 0, 0, 0) 100%), url('assets/images/teams/hero-bg.jpg');
	background-size: cover;
	background-position: center;
	min-height: 551px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.teams-hero > * {
	margin-left: 0 !important;
	margin-right: auto !important;
}

.teams-registration-card {
	background-color: #A6241D;
	background-image: linear-gradient(90deg, #6c0000 0.5%, rgba(92, 0, 0, 0) 100%);
	border-radius: 36px;
}

.teams-disqualified-band {
	background-color: #2f0000;
	background-image: linear-gradient(to top, rgba(47, 0, 0, 0.9), rgba(87, 0, 0, 0.7)), url('assets/images/teams/disqualified-bg.jpg');
	background-size: cover;
	background-position: center;
}

.teams-disqualified-band__icon {
	position: relative;
	display: inline-block;
	width: 67px;
	height: 67px;
	vertical-align: -18px;
	margin-right: 16px;
}
.teams-disqualified-band__icon img {
	position: absolute;
	left: 6px;
	top: 3px;
	width: 55px;
	height: 49px;
}
.teams-disqualified-band__icon-bang {
	position: absolute;
	left: 0;
	top: 17px;
	width: 100%;
	text-align: center;
	font-family: sans-serif;
	font-weight: 100;
	font-size: 34px;
	line-height: 1;
	color: #E9DCA5;
}
.teams-disqualified-tile {

	width: 466px;
	max-width: 100%;

	min-height: 286px;
	border: 2px solid #E9DCA5;
	border-radius: 8px;
	padding: 37px 32px 32px;
}

.teams-getting-ready-card {
	background-color: #F5F3E8;
	border-radius: 36px;
}

.teams-getting-ready-tile-row {
	align-items: flex-start;
}
.teams-getting-ready-tile-row .tile-info h4 {
	margin-top: 30px;

	text-transform: none;
}
.teams-getting-ready-tile-row .tile-info p {
	margin-top: 40px;
}

img.teams-getting-ready-icon--cook-day-before { width: 61px; height: 64px; }
img.teams-getting-ready-icon--half-cup { width: 51px; height: 71px; }
img.teams-getting-ready-icon--keep-140f { width: 51px; height: 75px; }
img.teams-getting-ready-icon--gloves-hair { width: 130px; height: 52px; }
img.teams-getting-ready-icon--baked-item { width: 88px; height: 43px; }
img.teams-getting-ready-icon--dress-the-part { width: 76px; height: 76px; }

.teams-getting-ready-tile-row .tile-info figure.wp-block-image {
	height: 76px;
	margin: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.teams-award-card {

	width: 466px;
	max-width: 100%;
}
.teams-award-card img {

	width: 100%;
	aspect-ratio: 467 / 488;
	object-fit: contain;
	border-radius: 8px;
	display: block;
}
.teams-awards-row {
	align-items: flex-start;
}
.teams-award-card {
	min-height: 709px;
}
.teams-award-card__voted-by {
	font-family: var(--wp--preset--font-family--accent);
	font-size: 28px;
	color: var(--wp--preset--color--brown-alt);

	margin: 12px 0 41px;
}

.vendors-hero {

	background-image: linear-gradient(180deg, rgba(0,0,0,0.93) 0px, rgba(0,0,0,0) 120px), linear-gradient(90deg, rgba(0, 0, 0, 1) 19%, rgba(0, 0, 0, 0) 100%), url('assets/images/vendors/hero-bg.jpg');
	background-size: cover;
	background-position: center;
	min-height: 551px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.vendors-hero > * {
	margin-left: 0 !important;
	margin-right: auto !important;
}

.gallery-hero {

	background-image: linear-gradient(180deg, rgba(0,0,0,0.93) 0px, rgba(0,0,0,0) 120px), linear-gradient(90deg, rgba(0, 0, 0, 1) 19%, rgba(0, 0, 0, 0) 100%), url('assets/images/gallery/hero-bg.jpg');
	background-size: cover;
	background-position: center;
	min-height: 551px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.gallery-hero > * {
	margin-left: 0 !important;
	margin-right: auto !important;
}

.vendors-stat__number {
	font-family: var(--wp--preset--font-family--display);
	font-size: 42px;
	color: var(--wp--preset--color--red);
	text-align: center;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}
.vendors-stat__arrow {
	width: 23px;
	height: 12px;
}
.vendors-stat__desc {
	font-family: var(--wp--preset--font-family--body);
	font-size: 22px;
	color: var(--wp--preset--color--brown-alt);
	text-align: center;
	margin: 37px 0 0;
}

.vendors-good-to-know-card {
	background-color: #F5F3E8;
	border-radius: 36px;
}

.vendors-good-to-know-row {
	align-items: flex-start;
}
.vendors-good-to-know-row .tile-info h4 {
	margin-top: 34px;
	text-transform: none;
}
.vendors-good-to-know-row .tile-info p {
	margin-top: 40px;
}
.vendors-good-to-know-row .tile-info figure.wp-block-image {
	height: 74px;
	margin: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.vendors-how-to-apply-band {
	background-color: #3f0000;
	background-image: linear-gradient(90deg, rgba(63, 0, 0, 0.9) 19%, rgba(100, 0, 0, 0.7) 95%), url('assets/images/vendors/how-to-apply-bg.jpg');
	background-size: cover;
	background-position: center;
}

.vendors-step-card {
	border: 2px solid #E9DCA5;
	border-radius: 8px;
}
.vendors-step-card__head {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}
.vendors-step-card__head img {
	width: 63px;
	height: 61px;
}

.vendors-step-card__text {
	height: 61px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.vendors-step-card__label {
	font-family: var(--wp--preset--font-family--body);
	font-weight: 700;
	font-size: 26px;
	color: var(--wp--preset--color--tomato);
	margin: 0;
}

.vendors-step-card__head h4 {
	text-transform: none;
}

.vendors-gallery-intro {
	width: 345px;
	max-width: 100%;
}
.vendors-gallery-photos {
	width: 953px;
	max-width: 100%;
}

.vendors-gallery-photos-grid {
	position: relative;
	width: 953px;
	height: 525px;
	max-width: 100%;
}

.gallery-carousel__breakout {

	position: relative;
	width: 1920px;
	margin-top: 10px;
	margin-left: calc(50% - 960px);
}
.gallery-carousel__stage {
	position: relative;
	width: 1440px;
	max-width: 100%;
	margin: 0 auto;
}
.gallery-carousel__slot {

	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--wp--preset--color--card-bg);
}
.gallery-carousel__slot-photo {

	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	border-radius: 16px;
}
.gallery-carousel__slot--center {

	background-color: transparent;
}
.gallery-carousel__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 2px solid var(--wp--preset--color--red);
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 4;
}
.gallery-carousel__arrow--prev {
	left: 122px;
}
.gallery-carousel__arrow--next {
	right: 58px;
}
.gallery-carousel__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 68px;
}
.gallery-carousel__dot {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #E2AA72;
	border: none;
	padding: 0;
	cursor: pointer;
	transition: width 0.2s ease, border-radius 0.2s ease, background-color 0.2s ease;
}
.gallery-carousel__dot.is-active {
	width: 30px;
	border-radius: 8px;
	background-color: var(--wp--preset--color--red);
}

.gallery-carousel--aggregate {
	margin-top: 40px;
}
.gallery-carousel--aggregate .gallery-carousel__slot {

	background-color: transparent;
}
.gallery-carousel__arrow--light {
	border-color: #EFE0AE;
}
.gallery-carousel__dot--light {
	background-color: rgba(255, 255, 255, 0.35);
}
.gallery-carousel__dot--light.is-active {
	background-color: #EFE0AE;
}

.winners-hero {

	background-image: linear-gradient(180deg, rgba(0,0,0,0.93) 0px, rgba(0,0,0,0) 120px), linear-gradient(90deg, rgba(0, 0, 0, 1) 19%, rgba(0, 0, 0, 0) 100%), url('assets/images/winners/hero-bg.jpg');
	background-size: cover;
	background-position: center;
	min-height: 620px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.winners-hero > * {
	margin-left: 0 !important;
	margin-right: auto !important;
}

.home-become-sponsor-band {
	position: relative;
	background-color: #F4EDD5;
}
.home-become-sponsor-photo {
	position: absolute;
	inset: 0;
	overflow: hidden;
	z-index: 0;
}
.home-become-sponsor-photo img {
	position: absolute;
	max-width: none;
	opacity: 0.45;
	left: 36.61%;
	top: -14.18%;
	width: 63.39%;
	height: 118.97%;
}
.home-become-sponsor-band::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background-image: linear-gradient(90deg, #F4EDD5 40.073%, rgba(239, 224, 174, 0) 64.126%);
}
.home-become-sponsor-band > * {
	position: relative;
	z-index: 2;
}
.home-become-sponsor-band > .home-become-sponsor-photo {

	position: absolute;
	inset: 0;
	z-index: 0;
}

.home-get-involved__icon img {
	height: 123px;
	width: auto;
}
.home-get-involved__icon--vendors img {
	height: 115px;
	margin-top: 4px;
}
.home-get-involved__icon--sponsors img {
	height: 81px;
	margin-top: 21px;
}
.home-get-involved__icon--visitors img {
	height: 115px;
	margin-top: 3.67px;
}
.home-get-involved__body {

	min-height: 135px;
}

.teams-registration-row .tile-info {

	width: 345px;
	box-sizing: border-box;
	background-color: #F5F3E8;
	border-radius: 8px;
	padding: 24px 22px 41px;
}

.teams-registration-row .tile-info figure.wp-block-image {
	height: 53px;
	margin: 0;
	display: flex;
	align-items: flex-end;
}
.teams-registration-row .tile-info h4,
.teams-registration-row .tile-info p {
	text-align: left;
}
.teams-registration-row .tile-info h4 {
	margin-top: 31px;

	text-transform: none;

	min-height: 60px;
}
.teams-registration-row .tile-info p {
	margin-top: 58px;
}

img.teams-registration-icon--two-people { width: 55px; height: 44px; }
img.teams-registration-icon--food-permit { width: 48px; height: 51px; }
img.teams-registration-icon--gift-card { width: 57px; height: 39px; }
img.teams-registration-icon--fee-paid { width: 53px; height: 53px; }

.teams-registration-row {
	align-items: flex-start;
}
.teams-registration-row .tile-info {
	min-height: 370px;
}

.has-accent-script-font-size {
	line-height: 38px;
}

.home-mission-stats-row .wp-block-image {
	height: 101px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-mission-progress__track {
	position: relative;
	width: 1196px;
	max-width: 100%;
	height: 28px;
	background-color: #E8B4A1;
	border-radius: 21px;
	overflow: hidden;

	border: 2px solid var(--wp--preset--color--red);
}
.home-mission-progress__fill {

	position: absolute;
	top: 0;
	left: 0;
	height: 28px;
	background-color: var(--wp--preset--color--red);
	border-radius: 21px;
}
.home-mission-progress__labels {
	margin-top: 20px;
}

@media (max-width: 767px) {

	body {
		overflow-x: hidden;
	}

	.mission-klopotenko-band,
	.vendors-gallery-band,
	.vendors-how-to-apply-band,
	.home-judges-winners-band {
		padding-left: var(--wp--preset--spacing--sm) !important;
		padding-right: var(--wp--preset--spacing--sm) !important;
	}

	section.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
		padding-left: var(--wp--preset--spacing--sm) !important;
		padding-right: var(--wp--preset--spacing--sm) !important;
	}

	.has-statement-font-size,
	h1.wp-block-heading[style*="font-size:80px"],
	.home-become-sponsor-band h2 {
		font-size: clamp(28px, 8vw, 36px) !important;
		line-height: 1.15 !important;
	}
	.has-stat-font-size {
		font-size: 34px !important;
	}
	.has-card-title-font-size,
	.home-gallery-band__heading,
	h2.wp-block-heading[style*="font-size:50px"] {
		font-size: 26px !important;
	}
	.home-get-involved h3.wp-block-heading[style*="font-size:40px"] {
		font-size: 26px !important;
		margin-top: 28px !important;
	}
	.has-accent-script-font-size {
		font-size: 30px !important;
	}
	p.has-display-font-family[style*="font-size:24px"],
	p.has-display-font-family[style*="font-size:28px"] {
		font-size: 18px !important;
	}
	.home-hero__tagline {
		font-size: 19px !important;
	}

	.mission-hero,
	.mission-unesco-band,
	.teams-hero,
	.teams-registration-card,
	.teams-questions-band,
	.event-info-hero,
	.event-info-food-drink-band,
	.sponsors-hero,
	.sponsors-cta-band,
	.vendors-hero,
	.gallery-hero,
	.winners-hero,
	.full-bleed-band {
		padding-left: var(--wp--preset--spacing--sm) !important;
		padding-right: var(--wp--preset--spacing--sm) !important;
	}

	.timeline.timeline--outlined {
		flex-wrap: wrap !important;
		gap: 32px !important;
	}
	.timeline--outlined .timeline__milestone {
		width: 100% !important;
		max-width: 100% !important;
	}
	.timeline__connector {
		display: none !important;
	}
	.timeline--filled .timeline__milestone {
		width: 100% !important;
		max-width: 100% !important;
	}
	.timeline--filled::before {
		display: none;
	}

	.mission-unesco-band__text p.u-flush-left {
		margin-top: 32px !important;
	}

	.event-info-free-admission {
		width: 100% !important;
	}

	.event-info-polaroid {
		display: none !important;
	}

	.teams-registration-card .wp-block-button,
	.teams-registration-card .wp-block-button__link {
		width: 100% !important;
		box-sizing: border-box;
	}
	.teams-questions-band__contact {
		gap: 14px !important;
	}
	.teams-questions-band__contact a {
		word-break: break-word;
	}

	.card-pricing,
	.card-trophy,
	.card-step,
	.tile-info,
	.ingredient-explorer__card,
	.teams-registration-row .tile-info,
	.teams-registration-row .tile-info h4,
	.timeline--filled .timeline__milestone h4,
	.winners-carousel__trophy,
	.winners-carousel__competitors,
	.winners-carousel__competitor-pill,
	.winners-carousel__judges,
	.home-judges-row .judge-card,
	.card-trophy-home,
	.teams-disqualified-tile,
	.teams-award-card,
	.home-get-involved__body {
		min-height: auto !important;
	}

	.teams-registration-row .tile-info p {
		margin-top: 20px !important;
	}

	.sponsors-tier-row {
		flex-wrap: wrap !important;
		margin-bottom: 24px !important;
		justify-content: center;
		gap: 20px;
	}
	.sponsors-tier-row__spacer {
		display: none !important;
	}
	.badge-sponsor-tier,
	.badge-sponsor-tier--platinum {
		width: 100% !important;
		max-width: 300px;
	}

	.site-header {
		min-height: 96px;
		gap: 12px;
		padding-top: var(--wp--preset--spacing--sm) !important;
		padding-bottom: var(--wp--preset--spacing--sm) !important;
		padding-left: var(--wp--preset--spacing--sm) !important;
		padding-right: var(--wp--preset--spacing--sm) !important;
	}
	.site-header .wp-block-site-logo img {
		width: 100px !important;
		height: auto !important;
	}

	button.wp-block-navigation__responsive-container-open {
		padding: 10px !important;
		margin: -10px !important;
		box-sizing: content-box !important;
	}

	.wp-block-navigation__responsive-container.is-menu-open {
		background-color: var(--wp--preset--color--black) !important;
	}

	.site-header .wp-block-buttons {
		flex-shrink: 1;
	}
	.site-header .wp-block-buttons .wp-block-button {
		width: auto !important;
	}
	.site-header .button-primary--header {
		font-size: 13px !important;
		padding: 0 12px !important;
		height: 44px;
		display: inline-flex;
		align-items: center;
		white-space: nowrap;
	}
	.site-header .button-primary--header .donate-btn__heart,
	.site-header .button-primary--header img {
		width: 15px !important;
		height: 14px !important;
	}

	.home-hero {
		min-height: 520px;
		padding: var(--wp--preset--spacing--md) var(--wp--preset--spacing--sm) !important;
	}
	.home-hero .wp-block-site-logo img {
		width: 220px !important;
		height: auto !important;
	}
	.home-hero .wp-block-buttons {
		flex-direction: column;
		width: 100%;
		gap: 12px !important;
	}
	.home-hero .wp-block-button,
	.home-hero .wp-block-button__link {
		width: 100% !important;
		box-sizing: border-box;
		min-height: 48px;
	}
	.home-hero__scroll-indicator {
		display: none;
	}

	.home-mission-stats-row {
		row-gap: 36px !important;
	}
	.home-mission-stats-row .wp-block-column {
		text-align: center;
	}

	.ingredient-explorer__hero-photo {
		display: none;
	}
	.ingredient-explorer__layout {
		gap: 32px;
	}
	.ingredient-explorer__intro {
		width: 100%;
		text-align: center;
	}
	.ingredient-explorer__statement,
	.ingredient-explorer__body,
	.ingredient-explorer__hint {
		margin-left: auto;
		margin-right: auto;
	}
	.ingredient-explorer__wheel {
		width: 100% !important;
		height: auto !important;
		display: flex !important;
		flex-wrap: wrap !important;
		justify-content: center !important;
		gap: 14px !important;
	}
	.ingredient-explorer__hub {
		position: static !important;
		width: 88px !important;
		height: 88px !important;
		flex-basis: 100%;
		margin: 0 auto 6px;
	}
	.ingredient-explorer__bubble {
		position: static !important;
		left: auto !important;
		top: auto !important;
		width: 64px !important;
		height: 64px !important;
	}
	.ingredient-explorer__card {
		width: 100%;
	}

	.home-countdown-band .wp-block-columns {
		gap: 32px !important;
	}
	.wp-block-columns > .home-countdown-numbers-col {
		margin-left: 0 !important;
	}
	.countdown {
		flex-wrap: wrap;
		gap: 24px !important;
		justify-content: center;
	}
	.countdown__number {
		font-size: 42px !important;
	}
	.home-countdown-calendar-btn,
	.home-countdown-calendar-btn .wp-block-button__link {
		width: 100% !important;
	}

	.home-judges-row {
		justify-content: center;
	}

	.sponsor-card {
		height: auto !important;
		width: 100% !important;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 16px;
		padding: 36px 20px 20px;
		box-sizing: border-box;
	}
	.sponsor-logo,
	.sponsor-pill--absolute {
		position: static !important;
		left: auto !important;
		top: auto !important;
	}
	.sponsor-logo {
		width: 42% !important;
		height: 90px !important;
		margin: 0 !important;
	}
	.sponsor-pill-row--platinum {
		position: static !important;
		left: auto !important;
		top: auto !important;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		gap: 10px !important;
	}
	.sponsor-pill {
		font-size: 15px;
		padding: 10px 14px;
	}

	.home-get-involved .wp-block-columns {
		row-gap: 56px !important;
	}
	.home-get-involved .wp-block-column {
		text-align: center;
	}
	.home-get-involved__icon img {
		margin: 0 auto;
	}

	.home-gallery-band {
		height: auto;
		padding: 48px 20px;
		display: flex;
		flex-direction: column;
	}
	.home-gallery-band__texture {
		display: none;
	}
	.home-gallery-band__eyebrow,
	.home-gallery-band__heading,
	.home-gallery-band__link {
		position: static !important;
		left: auto !important;
		top: auto !important;
		width: auto !important;
	}
	.home-gallery-band__link {
		margin-top: 20px !important;
	}
	.home-gallery-band__photo {
		display: none;
	}
	.home-gallery-mobile-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
		margin-top: 24px;
		position: relative;
		z-index: 1;
	}
	.home-gallery-mobile-grid img {
		width: 100%;
		height: 140px;
		object-fit: cover;
		border-radius: 8px;
	}

	.site-footer,
	footer.wp-block-group {
		padding-left: var(--wp--preset--spacing--sm) !important;
		padding-right: var(--wp--preset--spacing--sm) !important;
	}
	footer .wp-block-columns {
		row-gap: 40px !important;
	}
	.footer-social-links {
		justify-content: center;
		margin-top: 32px !important;
	}
	.footer-bottom-bar {
		flex-wrap: wrap !important;
		justify-content: center !important;
		text-align: center;
		padding-left: 0 !important;
		padding-right: 0 !important;
		gap: 8px;
		width: 100% !important;
		max-width: 100% !important;

		margin-left: 0 !important;
	}
	.footer-legal {
		flex-wrap: wrap !important;
		justify-content: center !important;
		row-gap: 6px !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.wp-block-columns:not(.table-comparison) {
		flex-wrap: wrap !important;
	}
	.wp-block-columns:not(.table-comparison) > .wp-block-column {
		flex-basis: 100% !important;
		width: 100% !important;
	}

	.table-comparison {
		flex-wrap: nowrap !important;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 8px;
	}
	.table-comparison > .wp-block-column {
		flex-shrink: 0 !important;
	}
	.home-countdown-band,
	.home-countdown-photo,
	.home-become-sponsor-band,
	.home-become-sponsor-photo {
		width: 100% !important;
		max-width: 100% !important;
	}

	.home-countdown-band,
	.home-become-sponsor-band,
	.home-get-involved {
		padding-left: var(--wp--preset--spacing--sm) !important;
		padding-right: var(--wp--preset--spacing--sm) !important;
	}

	.winners-carousel__tab--compact {
		flex: 0 0 auto;
	}
	.winners-carousel__tabs,
	.winners-carousel__tabs--compact,
	.tabs-year-selector {
		flex-wrap: wrap !important;
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		box-sizing: border-box !important;
	}

	.gallery-carousel__breakout {
		width: 100% !important;
		margin-left: 0 !important;
	}
	.gallery-carousel__slot:not(.gallery-carousel__slot--center) {
		display: none !important;
	}
	.gallery-carousel__slot--center {
		max-width: 100% !important;
		position: relative !important;
		left: auto !important;
		margin: 0 auto;
	}

	.gallery-carousel__arrow--prev {
		left: 8px !important;
	}
	.gallery-carousel__arrow--next {
		right: 8px !important;
	}
}

.our-mission-hero {
	background-color: #000;
	background-image: linear-gradient(180deg, rgba(0,0,0,0.93) 0px, rgba(0,0,0,0) 120px), linear-gradient(89.12deg, rgba(0,0,0,1) 37.138%, rgba(0,0,0,0) 76.557%), url('assets/images/mission/hero-hands.jpg');
	background-size: cover, cover, 1920px 551px;
	background-position: center, center, 0px -40px;
	background-repeat: no-repeat, no-repeat, no-repeat;
}
.our-mission-stats-row .wp-block-image {
	height: 101px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.our-mission-2026-band {
	background-color: #3F0000;
	background-image: url('assets/images/mission/mission-2026-band.jpg');
	background-size: cover;
	background-position: center;
}
.our-mission-progress__track {
	position: relative;

	width: 1196px;
	max-width: 100%;
	height: 28px;
	background-color: #6E1900;
	border-radius: 21px;
	overflow: hidden;

	border: 2px solid var(--wp--preset--color--light-yellow-text);
}
.our-mission-progress__fill {

	position: absolute;
	top: 0;
	left: 0;
	height: 28px;
	background-color: var(--wp--preset--color--red);
	border-radius: 21px;
}
.our-mission-progress__labels {
	margin-top: 20px;
}
.wp-block-button__width-347 .wp-block-button__link {
	width: 347px !important;
	max-width: 100%;
	box-sizing: border-box;
}

.our-mission-year-divider.wp-block-separator {
	border: none;
	height: 8px;
	background-color: var(--wp--preset--color--red);
	border-radius: 36px;
	width: 100% !important;
	max-width: 100% !important;
	opacity: 1;
}

.our-mission-year-label-row {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-top: 27px;
	background: none;
	border: none;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	font: inherit;
	text-align: left;
	cursor: pointer;
	width: 100%;
}

.our-mission-year-chevron {
	display: inline-block;
	width: 16px;
	height: 9px;
	margin-left: auto;
	align-self: center;
	background-image: url('assets/images/icons/year-toggle-chevron.svg');
	background-size: 16px 9px;
	background-repeat: no-repeat;
	transition: transform 0.2s ease;
}
.our-mission-year-toggle[aria-expanded="true"] .our-mission-year-chevron {
	transform: rotate(180deg);
}

.our-mission-year-cards[hidden] {
	display: none;
}

.our-mission-year-cards {
	gap: 20px;
}
.our-mission-year-card {
	background-color: #F5F3E8;
	border-radius: 18px;
	min-height: 169px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 16px 16px 16px 16px;
	padding-top: 30px;
	gap: 27px;
	box-sizing: border-box;
}
