.location-section {
	--container: 1200px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}
@media only screen and (min-width: 1000px) {
	.location-section {
		flex-direction: row;
		margin: auto;
		overflow: hidden;
	}
}
@media only screen and (min-width: 1000px) {
	.location-section > * {
		flex: 50%;
	}
}
.location-section__map {
	order: 1;
	height: 365px;
	overflow: hidden;
}
@media only screen and (min-width: 1000px) {
	.location-section__map {
		order: 2;
		height: 500px;
	}
}
.location-section__content {
	order: 2;
	padding: 0 25px 42px;
	z-index: 2;
}
@media only screen and (min-width: 1000px) {
	.location-section__content {
		order: 1;
		padding: 0;
		color: #fff;
		z-index: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
.location-section__card {
	margin-top: -120px;
	background: #fff;
	padding: 25px;
	box-shadow: 4px 4px 13px rgba(0, 0, 0, 0.336265);
}
@media only screen and (min-width: 1000px) {
	.location-section-halved .location-section__card {
		margin: auto;
		background: transparent;
		box-shadow: none;
		padding: 0;
		max-width: calc(var(--container) / 2 - var(--margin-right));
	}
}
@media only screen and (min-width: 1000px) {
	.location-section-full {
		position: relative;
	}
	.location-section-full .location-section__content {
		background-color: #fff !important;
		box-shadow: 0 7px 19px rgba(0, 0, 0, 0.08);
		margin: 0;
		position: absolute;
		top: 200px;
		right: calc(100vw - var(--container) / 2 - 140px);
		color: #464646;
	}
	.location-section-full .location-section__content .location-section__card {
		padding: 59px 89px;
	}
	.location-section-full .location-section__map {
		width: 100%;
	}
}
.location-section-full {
	position: relative;
}
@media only screen and (max-width: 999px) {
	.location-section-full .location-section__map {
		height: 500px;
	}
	.location-section-full .location-section__content {
		height: 0;
		padding: 0 25px;
	}
	.location-section-full .location-section__content .location-section__card {
		position: absolute;
		bottom: 18px;
		left: 50%;
		transform: translateX(-50%);
		width: 280px;
		padding: 23px 52px;
	}
	.location-section-full
		.location-section__content
		.location-section__card
		.esi-button {
		max-height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
.location-section-header {
	position: relative;
}
.location-section-header .location-section__content {
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
}
.location-section-header .location-section__map {
	position: relative;
	height: 480px;
	width: 100%;
}
.location-section-header .location-section__map:before {
	background: var(--background);
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	z-index: 1;
	height: 100%;
	mix-blend-mode: multiply;
}
.location-section-header .location-section__map > div {
	filter: grayscale(100%);
}
@media only screen and (max-width: 999px) {
	.location-section-header .location-section__map {
		height: 500px;
	}
	.location-section-header .location-section__content {
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 100%;
	}
}
.location-section-halved {
	position: relative;
}
@media only screen and (max-width: 999px) {
	.location-section-halved
		.location-section__content
		.location-section__card
		.esi-heading
		h1,
	.location-section-halved
		.location-section__content
		.location-section__card
		.esi-heading
		h2,
	.location-section-halved
		.location-section__content
		.location-section__card
		.esi-heading
		h3,
	.location-section-halved
		.location-section__content
		.location-section__card
		.esi-heading
		h4,
	.location-section-halved
		.location-section__content
		.location-section__card
		.esi-heading
		h5,
	.location-section-halved
		.location-section__content
		.location-section__card
		.esi-heading
		h6,
	.location-section-halved
		.location-section__content
		.location-section__card
		.esi-paragraph
		p,
	.location-section-halved
		.location-section__content
		.location-section__card
		.esi-preformatted
		pre {
		color: #464646;
	}
	.location-section-halved .location-section__card .esi-button {
		max-height: 30px;
		background: transparent;
		color: #3d589b;
		border: 3px solid #94377e;
	}
	.location-section-halved .location-section__card .esi-button:hover {
		background: #3d589b;
		color: #fff;
		border-color: #3d589b;
	}
	.location-section-halved .location-section__card .esi-button[disabled] {
		border: 3px solid #aaa;
		background: transparent;
		color: #aaa;
	}
}
.location-section-ticket-widget {
	font-family: var(--font-family-Font-1, 'sans-serif');
	background: transparent;
}
.location-section-ticket-widget .location-section__content {
	max-width: 315px;
	flex-direction: column;
	margin-left: 21px;
	max-height: 700px;
}
@media only screen and (max-width: 999px) {
	.location-section-ticket-widget .location-section__content {
		max-width: 100%;
		padding: 20px 0 0;
		margin: 0;
		max-height: unset;
	}
}
.location-section-ticket-widget .location-section__ticket-placeholder {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	height: 100%;
	background-color: #aaa;
}
.location-section-ticket-widget .location-section__ticket-placeholder h2 {
	text-align: center;
}
.location-section-ticket-widget .location-section__map {
	background: url(/esportsinsider/2023/08/map-placeholder.png);
	border-radius: 10px 10px 0 0;
	order: unset;
	width: 100%;
	height: 213px;
	min-height: 213px;
	position: relative;
}
.location-section-ticket-widget .location-section__map-overlay {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}
.location-section-ticket-widget .location-section__map-overlay:hover {
	cursor: pointer;
}
.location-section-ticket-widget .location-section__card {
	padding: 30px 47px;
	border-radius: 0 0 10px 10px;
	margin-top: 0;
	box-shadow: unset;
	width: 100%;
	height: 100%;
}
.location-section-ticket-widget .location-section__lightbox {
	display: none;
}
.location-section__lightbox {
	width: 800px;
	height: 600px;
	top: 50%;
	left: 50%;
}
