.event-sponsorship-page {
	--event-sponsorship-section-spacing: 5.625rem;
	overflow: hidden;
}

.event-sponsorship-page .container-max {
	max-width: 1440px;
	padding-left: clamp(30px, calc((100vw - 1240px) / 2), 100px);
	padding-right: clamp(30px, calc((100vw - 1240px) / 2), 100px);
}

.event-sponsorship-section {
	padding: var(--event-sponsorship-section-spacing) 0;
}

.event-sponsorship-page h1,
.event-sponsorship-page h2,
.event-sponsorship-page h3,
.event-sponsorship-section h1,
.event-sponsorship-section h2,
.event-sponsorship-section h3 {
	color: #0a3e52;
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	letter-spacing: 0;
}

.event-sponsorship-page h2,
.event-sponsorship-section h2 {
	font-size: 40px;
	line-height: 45px;
	margin: 0;
}

.event-sponsorship-page h3,
.event-sponsorship-section h3 {
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 14px;
}

.event-sponsorship-page .body-copy p:not(.event-sponsorship-eyebrow),
.event-sponsorship-section .body-copy p:not(.event-sponsorship-eyebrow),
.event-sponsorship-benefit p,
.event-sponsorship-sponsors li {
	color: #525457;
	font-size: 16px;
	line-height: 28px;
}

.event-sponsorship-media-image {
	display: block;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
	width: 100% !important;
}

.event-sponsorship-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 32px;
}

.event-sponsorship-button {
	min-width: 207px;
	padding: 18px 24px;
	text-align: center;
	text-decoration: none;
}

.body-copy .event-sponsorship-button,
.event-sponsorship-button:hover,
.event-sponsorship-button:focus {
	text-decoration: none;
}

.body-copy a.event-sponsorship-text-link,
.event-sponsorship-text-link,
.event-sponsorship-text-link:hover,
.event-sponsorship-text-link:focus {
	align-items: center;
	color: var(--theme-ada-color);
	display: inline-flex;
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	gap: 8px;
	text-decoration: none;
}

.body-copy a.event-sponsorship-text-link:hover,
.body-copy a.event-sponsorship-text-link:focus,
.event-sponsorship-text-link:hover,
.event-sponsorship-text-link:focus {
	color: #0a3e52;
	text-decoration: none;
}

.event-sponsorship-hero {
	background: #0a3e52;
	height: 344px;
	overflow: hidden;
	position: relative;
}

.event-sponsorship-hero .event-sponsorship-container {
	height: 100%;
	position: relative;
	z-index: 2;
}

.event-sponsorship-hero__panel {
	align-items: center;
	background: transparent;
	display: flex;
	gap: 49px;
	height: auto;
	left: 50%;
	max-width: min(669px, calc(100% - 60px));
	min-height: 0;
	padding-left: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 669px;
}

.event-sponsorship-hero__panel:before {
	background: var(--theme-ada-color);
	content: "";
	display: block;
	flex: 0 0 8px;
	height: 64px;
	width: 8px;
}

.event-sponsorship-hero h1 {
	color: #fff;
	font-size: 60px;
	line-height: 62px;
	margin: 0;
	padding: 0;
}

.event-sponsorship-breadcrumb {
	align-items: center;
	background: #184d61;
	display: flex;
	height: 49px;
	justify-content: center;
	margin: 0;
	padding: 0 1.875rem;
	width: 100%;
}

.event-sponsorship-breadcrumb ol {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.event-sponsorship-breadcrumb li {
	align-items: center;
	color: #d7dfe4;
	display: flex;
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-size: .875rem;
	font-weight: 700;
	line-height: 1;
	position: relative;
}

.event-sponsorship-breadcrumb li + li:before {
	border-bottom: .25rem solid transparent;
	border-left: .25rem solid var(--theme-base-color);
	border-top: .25rem solid transparent;
	content: "";
	margin-right: 1.25rem;
}

.event-sponsorship-breadcrumb a {
	align-items: center;
	color: #fff;
	display: inline-flex;
	text-decoration: none;
}

.event-sponsorship-breadcrumb a:hover,
.event-sponsorship-breadcrumb a:focus {
	color: #00acd7;
	text-decoration: none;
}

.event-sponsorship-breadcrumb .material-icons {
	font-size: 18px;
	line-height: 1;
}

.event-sponsorship-intro__grid {
	align-items: center;
	display: grid;
	gap: 80px;
	grid-template-columns: minmax(0, 486px) minmax(320px, 674px);
	justify-content: space-between;
}

.event-sponsorship-copy h2 {
	margin-bottom: 30px;
	max-width: 420px;
}

.event-sponsorship-contact {
	margin-top: 24px;
}

.event-sponsorship-contact p {
	margin: 0;
}

.event-sponsorship-contact__person strong,
.event-sponsorship-contact__person span,
.event-sponsorship-contact__links a {
	display: block;
}

.event-sponsorship-contact__person strong {
	color: #0a3e52;
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
}

.event-sponsorship-contact__person span {
	color: #636363;
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

.event-sponsorship-contact__links {
	margin-top: 8px !important;
}

.event-sponsorship-contact__links a,
.event-sponsorship-contact__links a:active {
	color: var(--theme-ada-color);
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	text-decoration: none;
}

.event-sponsorship-contact__links a:hover,
.event-sponsorship-contact__links a:focus {
	color: var(--theme-accent-red);
	text-decoration: underline;
}

.event-sponsorship-intro__image {
	background: #0a3848;
	height: 511px;
	overflow: hidden;
}

.event-sponsorship-benefits {
	background: #f2f2f2;
	padding: 64px 0 80px;
}

.event-sponsorship-section__header {
	margin-bottom: 64px;
	max-width: 680px;
}

.event-sponsorship-benefits__grid {
	display: grid;
	gap: 60px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	text-align: center;
}

.event-sponsorship-benefit {
	padding: 0 44px;
}

.event-sponsorship-benefit:not(:first-child) {
	border-left: 1px solid #d9d9d9;
}

.event-sponsorship-benefit__icon {
	align-items: center;
	background: #e7eef1;
	border-radius: 50%;
	display: flex;
	height: 64px;
	justify-content: center;
	margin: 0 auto 24px;
	width: 64px;
}

.event-sponsorship-benefit__icon i {
	color: #0a3e52;
	font-size: 30px;
}

.event-sponsorship-benefit__icon-image {
	height: 38px !important;
	object-fit: contain;
	width: 38px !important;
}

.event-sponsorship-benefit p {
	font-size: 14px;
	line-height: 28px;
	margin: 0;
}

.event-sponsorship-reach__grid {
	align-items: stretch;
	display: grid;
	gap: 90px;
	grid-template-columns: minmax(0, 575px) minmax(0, 575px);
}

.event-sponsorship-reach__image {
	height: 512px;
	overflow: hidden;
}

.event-sponsorship-reach__stats {
	display: grid;
}

.event-sponsorship-reach__stat {
	align-items: center;
	border-bottom: 1px solid #d9d9d9;
	display: grid;
	gap: 64px;
	grid-template-columns: 80px minmax(0, 1fr);
	padding: 32px 0;
}

.event-sponsorship-reach__stat:first-child {
	padding-top: 0;
}

.event-sponsorship-reach__stat:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.event-sponsorship-reach__stat strong {
	align-items: center;
	background: #e7eef1;
	border-radius: 50%;
	color: #0a3e52;
	display: flex;
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-size: 28px;
	font-weight: 700;
	height: 80px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	width: 80px;
}

.event-sponsorship-reach__stat span {
	color: #0a3e52;
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
}

.event-sponsorship-opportunities {
	padding-top: 0;
}

.event-sponsorship-opportunities__list {
	border-bottom: 1px solid #d9d9d9;
}

.event-sponsorship-opportunity {
	align-items: center;
	border-top: 1px solid #d9d9d9;
	display: grid;
	gap: 64px;
	grid-template-columns: 320px minmax(0, 1fr);
	padding: 32px 0;
}

.event-sponsorship-opportunity__image {
	background: #e7eef1;
	height: 214px;
	overflow: hidden;
	position: relative;
}

.event-sponsorship-opportunity__image span {
	background: #fff;
	color: #0a3e52;
	font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	left: 12px;
	letter-spacing: .6px;
	line-height: 1;
	padding: 12px;
	position: absolute;
	text-transform: uppercase;
	top: 12px;
}

.event-sponsorship-opportunity__copy h3 {
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 4px;
}

.event-sponsorship-opportunity__copy time {
	color: #636363;
	display: block;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 24px;
}

.event-sponsorship-opportunity__copy p {
	margin-bottom: 0;
}

.body-copy a.event-sponsorship-outline-link,
.body-copy a.event-sponsorship-outline-link:hover,
.body-copy a.event-sponsorship-outline-link:focus,
.event-sponsorship-outline-link,
.event-sponsorship-outline-link:hover,
.event-sponsorship-outline-link:focus {
	border: 1px solid var(--theme-ada-color);
	color: var(--theme-ada-color);
	display: inline-block;
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	margin-top: 24px;
	padding: 7px 15px;
	text-decoration: none !important;
}

.body-copy a.event-sponsorship-outline-link:hover,
.body-copy a.event-sponsorship-outline-link:focus,
.event-sponsorship-outline-link:hover,
.event-sponsorship-outline-link:focus {
	background: var(--theme-ada-color);
	color: #fff;
	text-decoration: none !important;
}

.event-sponsorship-opportunities__more {
	margin-top: 40px;
	text-align: center;
}

.event-sponsorship-brochure {
	padding-top: 0;
}

.event-sponsorship-brochure__inner {
	align-items: center;
	background: #f2f2f2;
	display: grid;
	gap: 64px;
	grid-template-columns: 326px minmax(0, 1fr);
	padding: 40px;
}

.event-sponsorship-brochure__image {
	background: #0a3e52;
	height: 422px;
	overflow: hidden;
}

.event-sponsorship-brochure__copy h2 {
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 28px;
}

.event-sponsorship-brochure__copy .event-sponsorship-contact {
	margin-top: 40px;
}

.event-sponsorship-final-cta {
	height: 816px;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.event-sponsorship-final-cta .event-sponsorship-container {
	max-width: 1440px;
	position: static;
}

.event-sponsorship-final-cta__image {
	background-image: var(--event-sponsorship-final-image);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 1534px auto;
	height: 674px;
	left: max(0px, calc(50% - 720px));
	position: absolute;
	top: 0;
	width: 1218px;
}

.event-sponsorship-final-cta__card {
	background: #f2f2f2;
	display: flex;
	flex-direction: column;
	height: 510px;
	justify-content: center;
	left: max(0px, calc(50% - 720px + 497px));
	margin: 0;
	max-width: none;
	min-height: 0;
	padding: 54px 53px;
	position: absolute;
	top: 306px;
	width: 726px;
	z-index: 2;
}

.event-sponsorship-final-cta__card h2 {
	margin-bottom: 28px;
}

.event-sponsorship-final-cta__card p:not(.event-sponsorship-eyebrow) {
	color: #525457;
	font-size: 16px;
	line-height: 28px;
	margin: 0;
}

.event-sponsorship-final-cta__card .event-sponsorship-actions {
	margin-top: 48px;
}

.event-sponsorship-sponsors {
	padding-top: calc(var(--event-sponsorship-section-spacing) + 14px);
}

.event-sponsorship-sponsors h2 {
	margin-bottom: 56px;
}

.event-sponsorship-sponsors__columns {
	column-count: 3;
	column-gap: 96px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.event-sponsorship-sponsors li {
	break-inside: avoid;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 8px;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
	.event-sponsorship-final-cta {
		height: 56.667vw;
	}

	.event-sponsorship-final-cta__image {
		background-size: 106.528vw auto;
		height: 46.806vw;
		left: 0;
		width: 84.583vw;
	}

	.event-sponsorship-final-cta__card {
		height: 35.417vw;
		left: 34.514vw;
		padding: 3.75vw 3.681vw;
		top: 21.25vw;
		width: 50.417vw;
	}
}

@media (max-width: 1199.98px) {
	.event-sponsorship-intro__grid,
	.event-sponsorship-reach__grid,
	.event-sponsorship-opportunity {
		gap: 48px;
	}

	.event-sponsorship-final-cta {
		height: auto;
		overflow: visible;
		padding: 4rem 0 6rem;
	}

	.event-sponsorship-final-cta .event-sponsorship-container {
		position: relative;
	}

	.event-sponsorship-final-cta__image {
		background-position: center;
		background-size: cover;
		height: 520px;
		left: auto;
		position: relative;
		top: auto;
		width: 100%;
	}

	.event-sponsorship-final-cta__card {
		height: auto;
		left: auto;
		margin-left: auto;
		margin-right: auto;
		max-width: 726px;
		position: relative;
		right: auto;
		top: auto;
		width: calc(100% - 60px);
	}
}

@media (max-width: 991.98px) {
	.event-sponsorship-intro__grid,
	.event-sponsorship-reach__grid,
	.event-sponsorship-opportunity,
	.event-sponsorship-brochure__inner {
		grid-template-columns: 1fr;
	}

	.event-sponsorship-benefits__grid {
		grid-template-columns: 1fr;
		text-align: left;
	}

	.event-sponsorship-benefit,
	.event-sponsorship-benefit:not(:first-child) {
		border-left: 0;
		border-top: 1px solid #d9d9d9;
		padding: 32px 0 0;
	}

	.event-sponsorship-benefit:first-child {
		border-top: 0;
		padding-top: 0;
	}

	.event-sponsorship-benefit__icon {
		margin-left: 0;
	}

	.event-sponsorship-brochure__image {
		height: 360px;
	}

	.event-sponsorship-final-cta {
		padding: 0 0 4rem;
	}

	.event-sponsorship-final-cta .event-sponsorship-container {
		display: grid;
		grid-template-columns: 1fr;
	}

	.event-sponsorship-final-cta__card {
		margin: -72px 30px 0;
		width: auto;
	}

	.event-sponsorship-final-cta__image,
	.event-sponsorship-final-cta__card {
		grid-column: 1;
	}

	.event-sponsorship-sponsors__columns {
		column-count: 2;
	}
}

@media (max-width: 767.98px) {
	.event-sponsorship-page {
		--event-sponsorship-section-spacing: 4rem;
	}

	.event-sponsorship-page .container-max {
		padding-left: 30px;
		padding-right: 30px;
	}

	.event-sponsorship-page h2 {
		font-size: 34px;
		line-height: 40px;
	}

	.event-sponsorship-hero {
		height: 320px;
	}

	.event-sponsorship-hero__panel {
		width: calc(100% - 60px);
	}

	.event-sponsorship-hero h1 {
		font-size: 40px;
		line-height: 45px;
		padding: 0;
	}

	.event-sponsorship-intro__image,
	.event-sponsorship-reach__image,
	.event-sponsorship-opportunity__image,
	.event-sponsorship-final-cta__image {
		height: 280px;
	}

	.event-sponsorship-reach__stat {
		gap: 24px;
	}

	.event-sponsorship-brochure__inner {
		margin-left: -30px;
		margin-right: -30px;
		padding: 40px 30px;
	}
}

@media (max-width: 575.98px) {
	.event-sponsorship-page {
		--event-sponsorship-section-spacing: 3.25rem;
	}

	.event-sponsorship-page .container-max {
		padding-left: 24px;
		padding-right: 24px;
	}

	.event-sponsorship-hero {
		height: 280px;
	}

	.event-sponsorship-hero__panel {
		gap: 24px;
		width: calc(100% - 48px);
	}

	.event-sponsorship-hero__panel:before {
		height: 48px;
	}

	.event-sponsorship-hero h1 {
		font-size: 34px;
		line-height: 40px;
	}

	.event-sponsorship-actions,
	.event-sponsorship-final-cta__card .event-sponsorship-actions {
		align-items: flex-start;
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 18px;
		margin-top: 32px;
	}

	.event-sponsorship-button {
		min-width: 0;
		width: 100%;
	}

	.event-sponsorship-reach__stat {
		grid-template-columns: 70px minmax(0, 1fr);
	}

	.event-sponsorship-reach__stat strong {
		font-size: 24px;
		height: 70px;
		width: 70px;
	}

	.event-sponsorship-opportunity {
		gap: 24px;
	}

	.event-sponsorship-brochure__inner {
		margin-left: -24px;
		margin-right: -24px;
		padding: 40px 24px;
	}

	.event-sponsorship-final-cta__card {
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
		padding: 40px 30px;
		width: 100%;
	}

	.event-sponsorship-sponsors__columns {
		column-count: 1;
	}
}
