.page-shell {
	max-width: 1640px;
	padding-left: 0;
	padding-right: 0;
}

.page-shell--wide {
	max-width: 1920px;
}

.section-block {
	padding: 120px 0 0;
}

.section-head {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0 auto 50px;
	max-width: 980px;
}

.section-head--center {
	align-items: center;
	text-align: center;
}

.section-head__title {
	color: #0d0d0d;
	font-family: "Tilt Warp", "Host Grotesk", sans-serif;
	font-size: 48px;
	font-weight: 400;
	letter-spacing: -1.44px;
	line-height: 1.1;
	margin: 0;
	text-transform: uppercase;
}

.section-head__description,
.section-head__description p {
	color: #0d0d0d;
	font-family: "Host Grotesk", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}

.action-button {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-family: "Host Grotesk", sans-serif;
	font-size: 18px;
	font-weight: 500;
	gap: 10px;
	line-height: 1.5;
	padding: 16px 24px;
	text-decoration: none;
	transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}

.action-button:hover {
	opacity: 0.92;
	transform: translateY(-1px);
}

.action-button img {
	height: 18px;
	width: 18px;
}

.action-button--primary {
	background: #0f56a4;
	color: #fafafa;
}

.action-button--secondary {
	background: transparent;
	border: 1px solid rgba(13, 13, 13, 0.16);
	color: #0d0d0d;
}

.action-button--light {
	background: #fafafa;
	color: #0d0d0d;
}

.link-row {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.link-row--light .link-row__item {
	border-color: rgba(250, 250, 250, 0.5);
	color: #fafafa;
}

.link-row__item {
	align-items: center;
	border-bottom: 1px solid rgba(13, 13, 13, 0.16);
	color: #0d0d0d;
	display: inline-flex;
	font-family: "Host Grotesk", sans-serif;
	font-size: 18px;
	font-weight: 500;
	gap: 8px;
	line-height: 1.5;
	padding: 8px 0;
	text-decoration: none;
}

.link-row__item img {
	height: 18px;
	width: 18px;
}

.section-nav {
	background: #fafafa;
	border-bottom: 1px solid rgba(13, 13, 13, 0.1);
	left: 0;
	position: sticky;
	top: 99px;
	z-index: 9;
}

.section-nav__inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: center;
	min-height: 56px;
}

.section-nav__link {
	color: #0d0d0d;
	font-family: "Host Grotesk", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	text-decoration: none;
	text-transform: uppercase;
}

.contact-shell {
	max-width: 1640px;
	padding-left: 0;
	padding-right: 0;
}

.contact-hero {
	overflow: hidden;
	position: relative;
}

.contact-hero__background,
.contact-hero__overlay,
.contact-hero__pattern {
	inset: 0;
	position: absolute;
}

.contact-hero__background {
	background: #1b1b1b;
}

.contact-hero__background-image {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.contact-hero__overlay {
	background: rgba(0, 0, 0, 0.76);
}

.contact-hero__pattern {
	background-image: url("../../images/common/pattern.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.04;
}

.contact-hero__row {
	padding: 120px 0;
	position: relative;
	z-index: 1;
}

.contact-hero__copy {
	max-width: 980px;
}

.contact-hero__copy--centered {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.contact-hero__eyebrow {
	align-items: center;
	color: #fafafa;
	display: inline-flex;
	gap: 8px;
	margin-bottom: 18px;
}

.contact-hero__home-link,
.contact-hero__breadcrumb-label {
	color: inherit;
	text-decoration: none;
}

.contact-hero__home-link:hover,
.contact-hero__breadcrumb-label:hover {
	color: inherit;
	opacity: 0.85;
}

.contact-hero__home-icon {
	display: inline-flex;
	height: 20px;
	width: 20px;
}

.contact-hero__arrow-icon {
	display: inline-flex;
	height: 11px;
	width: auto;
}

.contact-hero__home-icon svg,
.contact-hero__arrow-icon svg {
	display: block;
	height: 100%;
	width: 100%;
}

.contact-hero__breadcrumb-label,
.contact-hero__label {
	font-family: "Host Grotesk", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}

.contact-hero__label {
	color: #fafafa;
	margin-bottom: 8px;
	text-align: center;
}

.contact-hero__title {
	color: #fafafa;
	font-family: "Tilt Warp", "Host Grotesk", sans-serif;
	font-size: 64px;
	font-weight: 400;
	letter-spacing: -1.92px;
	line-height: 1.1;
	margin: 0 0 16px;
	max-width: 980px;
	text-align: center;
	text-transform: uppercase;
}

.contact-hero__description,
.contact-hero__description p {
	color: #fafafa;
	font-family: "Host Grotesk", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 auto;
	max-width: 836px;
	text-align: center;
}

.contact-hero__actions {
	display: flex;
	margin-top: 32px;
}

.contact-hero__button {
	align-items: center;
	background: #0f56a4;
	border-radius: 999px;
	color: #fafafa;
	display: inline-flex;
	font-family: "Host Grotesk", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	padding: 16px 24px;
	text-decoration: none;
}

.contact-hero__button-icon {
	display: inline-flex;
	height: 20px;
	width: 20px;
}

.contact-hero__button-icon img,
.contact-hero__button-icon svg {
	display: block;
	height: 100%;
	width: 100%;
}

.contact-hero--page-centered .contact-hero__button {
	background: #f4de7e;
	border-radius: 4px;
	color: #0d0d0d;
	font-family: "Host Grotesk", sans-serif;
	font-size: 16px;
	font-weight: 600;
	gap: 16px;
	padding: 16px 24px;
}

.contact-hero--wbc .contact-hero__overlay,
.contact-hero--wbc .contact-hero__pattern {
	display: none;
}

.info-grid__layout {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

.info-card {
	background: #fafafa;
	border: 1px solid rgba(13, 13, 13, 0.08);
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: space-between;
	min-height: 332px;
	padding: 32px;
	position: relative;
}

.info-card--light { grid-column: span 4; }
.info-card--accent { background: #32a861; color: #fafafa; grid-column: span 4; }
.info-card--image { grid-column: span 4; background-position:center; background-size:cover; color:#fafafa; min-height: 332px; overflow:hidden; }
.info-card--compact { grid-column: span 4; min-height: 332px; }
.info-card--tall { background: #e87407; color: #fafafa; grid-column: span 4; grid-row: span 2; min-height: 688px; }

.info-card__shade {
	background: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.85) 100%);
	inset: 0;
	position: absolute;
}

.info-card__body,
.stack-links,
.link-row {
	position: relative;
	z-index: 1;
}

.info-card--tall .link-row__item,
.info-card--accent .link-row__item {
	border-color: rgba(250, 250, 250, 0.46);
	color: #fafafa;
}

.info-card__icon {
	height: 36px;
	margin-bottom: 8px;
	width: 36px;
}

.info-card__title,
.info-card__subheading {
	font-family: "Tilt Warp", "Host Grotesk", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.info-card__subheading {
	font-size: 18px;
}

.info-card__description,
.info-card__description p {
	color: inherit;
	font-family: "Host Grotesk", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}

.info-card__divider {
	border-top: 1px solid rgba(250, 250, 250, 0.26);
	margin: 22px 0;
}

.stack-links {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.info-card--inner {
	background: #f4de7e;
	border-radius: 16px;
	margin-top: auto;
	min-height: 0;
}

.info-card--inner .info-card__subheading,
.info-card--inner .info-card__description,
.info-card--inner .info-card__description p,
.info-card--inner .link-row__item {
	color: #0d0d0d;
}

.info-card--inner .link-row__item {
	border-color: rgba(13, 13, 13, 0.16);
}

.pricing-table__head {
	margin-bottom: 40px;
}

.pricing-table__notice {
	align-items: flex-start;
	background: #fff7d5;
	border-radius: 8px;
	display: inline-flex;
	gap: 12px;
	margin: 0 auto 48px;
	max-width: 744px;
	padding: 10px 20px;
}

.pricing-table__notice-icon {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	padding-top: 4px;
}

.pricing-table__notice-icon img {
	display: block;
	height: 20px;
	width: 20px;
}

.pricing-table__notice-copy,
.pricing-table__notice-copy p {
	color: #0d0d0d;
	font-family: "Host Grotesk", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}

.pricing-table__shell {
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 12px;
	box-shadow: 0 1px 1.5px rgba(16, 24, 40, 0.1);
	margin-bottom: 24px;
	overflow: hidden;
}

.pricing-table__scroller {
	overflow-x: auto;
}

.pricing-table__table {
	border-collapse: separate;
	border-spacing: 0;
	min-width: 1600px;
	width: 100%;
}

.pricing-table__table th,
.pricing-table__table td {
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	font-family: "Host Grotesk", sans-serif;
	font-size: 18px;
	line-height: 1.5;
	padding: 20px;
	text-align: left;
	vertical-align: middle;
}

.pricing-table__table th {
	background: #f5f5f5;
	color: #505050;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.13;
	text-transform: uppercase;
}

.pricing-table__table td {
	background: #fff;
	color: #0d0d0d;
	font-weight: 400;
}

.pricing-table__table thead th:last-child,
.pricing-table__table tbody td:last-child {
	border-right: 0;
}

.pricing-table__table tbody tr:last-child td {
	border-bottom: 0;
}

.pricing-table__membership {
	background: #fcfcfc !important;
	min-width: 240px;
}

.pricing-table__membership-title {
	color: #0d0d0d;
	font-family: "Host Grotesk", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
}

.pricing-table__membership-subtitle {
	color: rgba(13, 13, 13, 0.6);
	font-family: "Host Grotesk", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
}

.pricing-table__price {
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
}

.pricing-table__plain {
	display: inline-block;
	min-width: 36px;
	text-align: center;
}

.pricing-table__vote-badge {
	align-items: center;
	background: #e4ebf3;
	border-radius: 999px;
	color: #0d0d0d;
	display: inline-flex;
	font-family: "Host Grotesk", sans-serif;
	font-size: 18px;
	font-weight: 500;
	height: 36px;
	justify-content: center;
	line-height: 1.5;
	min-width: 36px;
	padding: 0 10px;
}

.pricing-table__notes {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 0;
}

.pricing-table__notes,
.pricing-table__notes p {
	color: #0d0d0d;
	font-family: "Host Grotesk", sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

.pricing-table__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: center;
	margin-top: 60px;
}

.pricing-table__button {
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	padding: 16px 24px;
	text-transform: uppercase;
}

.pricing-table__button--dark {
	background: rgba(13, 13, 13, 0.8);
	color: #fafafa;
}

.feature-banner__frame {
	align-items: flex-start;
	background: #1d1d1d center/cover no-repeat;
	border-radius: 16px;
	display: flex;
	min-height: 644px;
	overflow: hidden;
	position: relative;
}

.feature-banner__overlay,
.feature-banner__pattern {
	inset: 0;
	position: absolute;
}

.feature-banner__overlay {
	background: linear-gradient(90deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.35) 55%, rgba(0,0,0,0.15) 100%);
}

.feature-banner__pattern {
	background-image: url("../../images/common/pattern.png");
	background-size: cover;
	opacity: 0.03;
}

.feature-banner__content {
	display: flex;
	flex-direction: column;
	gap: 28px;
	max-width: 820px;
	padding: 138px 140px;
	position: relative;
	z-index: 1;
}

.feature-banner__title {
	color: #fafafa;
	font-family: "Tilt Warp", "Host Grotesk", sans-serif;
	font-size: 48px;
	font-weight: 400;
	letter-spacing: -1.44px;
	line-height: 1.1;
	margin: 0;
	text-transform: uppercase;
}

.feature-banner__description,
.feature-banner__description p {
	color: #fafafa;
	font-family: "Host Grotesk", sans-serif;
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
}

.badge-showcase {
	position: relative;
}

.badge-showcase .page-shell {
	background: #32a861;
	border-radius: 16px;
	overflow: hidden;
	padding: 60px 86px;
	position: relative;
	z-index: 1;
}

.badge-showcase .page-shell::before {
	background: url("../../images/common/pattern.png") center/cover no-repeat;
	content: "";
	inset: 0;
	opacity: 0.04;
	position: absolute;
}

.badge-showcase__header {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 28px;
	text-align: center;
}

.badge-showcase__label {
	color: #fafafa;
	font-family: "Host Grotesk", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}

.badge-showcase__title {
	color: #fafafa;
	font-family: "Tilt Warp", "Host Grotesk", sans-serif;
	font-size: 48px;
	font-weight: 400;
	letter-spacing: -1.44px;
	line-height: 1.1;
	margin: 0;
}

.badge-showcase__grid {
	align-items: center;
	display: grid;
	gap: 32px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: 48px;
	position: relative;
	z-index: 1;
}

.badge-showcase__cell {
	display: flex;
	justify-content: center;
}

.badge-showcase__cell img {
	height: auto;
	max-width: 175px;
	width: 100%;
}

.event-overview__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.event-overview__card {
	background: #e87407;
	border-radius: 16px;
	color: #fafafa;
	min-height: 308px;
	padding: 32px;
	position: relative;
	overflow: hidden;
}

.event-overview__card::before {
	background: url("../../images/common/pattern.png") center/cover no-repeat;
	content: "";
	inset: 0;
	opacity: 0.04;
	position: absolute;
}

.event-overview__card > * {
	position: relative;
	z-index: 1;
}

.event-overview__icon {
	height: 40px;
	margin-bottom: 16px;
	width: 40px;
}

.event-overview__title,
.event-overview__footer-title {
	font-family: "Tilt Warp", "Host Grotesk", sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 4px;
	text-transform: uppercase;
}

.event-overview__description,
.event-overview__description p,
.event-overview__footer-description,
.event-overview__footer-description p {
	color: inherit;
	font-family: "Host Grotesk", sans-serif;
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
}

.event-overview__footer {
	align-items: center;
	background: #0d0d0d;
	border-radius: 16px;
	color: #fafafa;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-top: 24px;
	padding: 24px;
}

.process-flow__heading {
	color: #0d0d0d;
	font-family: "Tilt Warp", "Host Grotesk", sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 30px;
	text-align: center;
}

.process-flow__grid {
	align-items: stretch;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.process-flow__card {
	background: #f6f7fb;
	border-radius: 16px;
	grid-column: span 1;
	min-height: 180px;
	padding: 24px;
}

.process-flow__arrow {
	align-items: center;
	display: flex;
	font-size: 26px;
	justify-content: center;
}

.process-flow__icon {
	height: 32px;
	margin-bottom: 16px;
	width: 32px;
}

.process-flow__title {
	font-family: "Tilt Warp", "Host Grotesk", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.process-flow__description,
.process-flow__description p,
.process-flow__notice,
.process-flow__notice p {
	font-family: "Host Grotesk", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
}

.process-flow__notice {
	background: #f6f7fb;
	border-radius: 12px;
	margin-top: 28px;
	padding: 20px 24px;
}

.process-flow__resources {
	margin-top: 50px;
}

.resource-links {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.resource-links__item {
	align-items: center;
	background: #f6f7fb;
	border-radius: 12px;
	color: #0d0d0d;
	display: flex;
	font-family: "Host Grotesk", sans-serif;
	font-size: 18px;
	font-weight: 400;
	gap: 12px;
	justify-content: space-between;
	padding: 28px 24px;
	text-decoration: none;
}

.resource-links__item img {
	height: 18px;
	width: 18px;
}

.gallery-strip__frame {
	overflow: hidden;
	padding: 0;
	position: relative;
}

.gallery-strip__title {
	color: #0d0d0d;
	font-family: "Tilt Warp", "Host Grotesk", sans-serif;
	font-size: 48px;
	font-weight: 400;
	letter-spacing: -1.44px;
	line-height: 1.1;
	margin: 0 0 42px;
	text-align: center;
	text-transform: uppercase;
}

.gallery-strip__highlight {
	color: #0f56a4;
}

.gallery-strip__rows {
	display: flex;
	flex-direction: column;
	gap: 24px;
	overflow: hidden;
}

.gallery-strip__row {
	overflow: hidden;
	width: 100%;
}

.gallery-strip__track {
	display: flex;
	gap: 24px;
	min-width: max-content;
	width: max-content;
}

.gallery-strip__row--forward .gallery-strip__track {
	animation: gallery-row-forward 38s linear infinite;
}

.gallery-strip__row--reverse .gallery-strip__track {
	animation: gallery-row-reverse 38s linear infinite;
}

.gallery-strip__cell {
	flex: 0 0 236px;
}

.gallery-strip__cell img {
	border-radius: 12px;
	display: block;
	height: 240px;
	object-fit: cover;
	width: 100%;
}

@keyframes gallery-row-forward {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(-50% - 12px));
	}
}

@keyframes gallery-row-reverse {
	0% {
		transform: translateX(calc(-50% - 12px));
	}
	100% {
		transform: translateX(0);
	}
}

.link-grid__items {
	display: grid;
	gap: 32px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.link-grid__card {
	align-items: center;
	background: #f4de7e;
	border-radius: 12px;
	color: #0d0d0d;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	padding: 30px;
	text-decoration: none;
}

.link-grid__icon {
	height: 36px;
	width: 36px;
}

.link-grid__text {
	flex: 1;
	font-family: "Tilt Warp", "Host Grotesk", sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3;
	text-transform: uppercase;
}

.link-grid__arrow {
	height: 18px;
	width: 18px;
}

.form-cards__meta {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 42px;
}

.form-cards__timer-panel {
	background: linear-gradient(180deg, rgba(1, 41, 85, 0.92) 0%, rgba(3, 25, 46, 0.92) 100%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 24px;
	overflow: hidden;
	padding: 38px 42px 34px;
	position: relative;
	width: min(100%, 820px);
}

.form-cards__timer-panel::before {
	background: url("../../images/common/pattern.png") center/cover no-repeat;
	content: "";
	inset: 0;
	opacity: 0.18;
	position: absolute;
}

.form-cards__timer-panel::after {
	background: linear-gradient(180deg, rgba(3, 22, 41, 0.28) 0%, rgba(3, 22, 41, 0.6) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.form-cards__timer-panel.has-image::after {
	background: linear-gradient(180deg, rgba(1, 31, 62, 0.36) 0%, rgba(1, 31, 62, 0.76) 100%);
}

.form-cards__timer-panel > * {
	position: relative;
	z-index: 1;
}

.form-cards__location {
	color: #fafafa;
	font-family: "Tilt Warp", "Host Grotesk", sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}

.form-cards__range {
	color: rgba(250, 250, 250, 0.88);
	font-family: "Host Grotesk", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 6px;
	text-align: center;
}

.countdown-timer {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	margin-top: 10px;
}

.countdown-timer__item {
	align-items: center;
	backdrop-filter: blur(4px);
	background: rgba(8, 17, 29, 0.72);
	border: 1px solid rgba(250, 250, 250, 0.12);
	border-radius: 12px;
	color: #fafafa;
	display: flex;
	flex-direction: column;
	min-width: 98px;
	padding: 16px 14px;
}

.countdown-timer__item span {
	font-family: "Tilt Warp", "Host Grotesk", sans-serif;
	font-size: 28px;
	line-height: 1;
}

.countdown-timer__item small {
	font-family: "Host Grotesk", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 6px;
	text-transform: uppercase;
}

.form-cards__grid {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.form-cards__card {
	border: 4px solid transparent;
	border-radius: 12px;
	color: #fafafa;
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: space-between;
	min-height: 280px;
	overflow: hidden;
	padding: 24px;
	position: relative;
}

.form-cards__card::before {
	background: url("../../images/common/pattern.png") center/cover no-repeat;
	content: "";
	inset: 0;
	opacity: 0.04;
	position: absolute;
}

.form-cards__card > * {
	position: relative;
	z-index: 1;
}

.form-cards__card--orange {
	background: #e87407;
	border-color: rgba(232, 116, 7, 0.4);
}

.form-cards__card--blue {
	background: #0f56a4;
	border-color: rgba(15, 86, 164, 0.2);
}

.form-cards__card--green {
	background: #32a861;
	border-color: rgba(50, 168, 97, 0.2);
}

.form-cards__icon {
	height: 32px;
	margin-bottom: 16px;
	width: 32px;
}

.form-cards__card-title {
	font-family: "Host Grotesk", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 8px;
}

.form-cards__card-description,
.form-cards__card-description p {
	font-family: "Host Grotesk", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
}

@media (max-width: 1399.98px) {
	.page-shell {
		padding-left: 20px;
		padding-right: 20px;
	}

	.info-grid__layout {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.info-card--light,
	.info-card--image,
	.info-card--compact,
	.info-card--tall,
	.info-card--accent {
		grid-column: span 3;
	}

	.event-overview__grid,
	.form-cards__grid,
	.link-grid__items,
	.resource-links,
	.badge-showcase__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gallery-strip__rows {
		gap: 20px;
	}

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

	.process-flow__arrow {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.section-block {
		padding-top: 96px;
	}

	.contact-hero__row {
		min-height: 560px;
		padding: 136px 0 96px;
	}

	.contact-hero__title,
	.section-head__title,
	.feature-banner__title,
	.badge-showcase__title,
	.gallery-strip__title {
		font-size: 42px;
	}

	.feature-banner__content,
	.gallery-strip__frame {
		padding: 72px 36px;
	}

	.badge-showcase .page-shell {
		padding: 52px 32px;
	}

	.form-cards__timer-panel {
		padding: 32px 28px 28px;
	}

	.event-overview__footer {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 767.98px) {
	.section-nav {
		top: 74px;
	}

	.section-nav__inner {
		gap: 16px;
		justify-content: flex-start;
		overflow-x: auto;
		padding: 0 0 8px;
		white-space: nowrap;
	}

	.contact-hero__row {
		min-height: 500px;
		padding: 120px 0 88px;
	}

	.contact-hero__title,
	.section-head__title,
	.feature-banner__title,
	.badge-showcase__title,
	.gallery-strip__title {
		font-size: 34px;
		letter-spacing: -1px;
	}

	.contact-hero__description,
	.contact-hero__description p,
	.section-head__description,
	.section-head__description p {
		font-size: 16px;
	}

	.badge-showcase .page-shell,
	.gallery-strip__frame {
		padding-left: 0;
		padding-right: 0;
	}

	.gallery-strip__cell {
		flex-basis: 220px;
	}

	.form-cards__timer-panel {
		padding: 28px 20px 24px;
	}

	.form-cards__location {
		font-size: 22px;
	}

	.form-cards__range {
		font-size: 16px;
	}

	.info-grid__layout,
	.event-overview__grid,
	.badge-showcase__grid,
	.resource-links,
	.link-grid__items,
	.form-cards__grid,
	.process-flow__grid {
		grid-template-columns: 1fr;
	}

	.info-card--light,
	.info-card--image,
	.info-card--compact,
	.info-card--tall,
	.info-card--accent {
		grid-column: span 1;
		grid-row: auto;
		min-height: 0;
	}

	.gallery-strip__rows {
		gap: 16px;
	}

	.gallery-strip__track {
		gap: 16px;
	}

	.gallery-strip__cell {
		flex-basis: 168px;
	}

	.gallery-strip__cell img {
		height: 168px;
	}

	.badge-showcase__grid {
		gap: 24px;
	}

	.feature-banner__content,
	.gallery-strip__frame {
		padding: 48px 20px;
	}
}
