body.single-event {
	background-color: #fff;
}
.container {
	padding: 2.5rem 2rem 5rem 2rem;
}
section.block-acf.block-hero.alignwide.-type-title {
	margin: unset !important;
}
body .block-hero.-type-title .block-hero__shape {
	min-height: 12.5rem;
}
.event-breadcrumbs {
	color: #a3a3a3;
	font-size: 1rem;
	font-weight: 400;
	line-height: 144%;
	margin-bottom: 2.5rem;
}
.event-breadcrumbs a {
	color: #636363;
	font-weight: 600;
	letter-spacing: -0.01rem;
	text-decoration: none;
}
h1.event-title {
	color: #0c0b0d;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 116%;
	letter-spacing: -0.125rem;
	margin-bottom: 1.25rem;
	margin-top: unset;
}
.event-header {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: space-between;
	gap: 100px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	padding-bottom: 6rem;
	margin-bottom: 8.75rem;
}
section.event-sessions {
	margin-bottom: 8.75rem;
}
.event-image img {
	margin-left: auto;
	display: block;
}
.event-description {
	max-width: 37.5rem;
	margin-bottom: 1.25rem;
}
.event-description p {
	color: #636363;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 144%;
	letter-spacing: -0.0125rem;
}
ul.event-meta {
	list-style-type: none;
	padding: unset;
	margin: unset;
	display: grid;
	gap: 1rem;
}
ul.event-meta li {
	color: #0c0b0d;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 144%;
	letter-spacing: -0.0125rem;
	display: flex;
	align-items: center;
	gap: 1rem;
}
h2 {
	color: #0c0b0d;
	font-size: 4rem;
	font-weight: 400;
	line-height: 88%;
	letter-spacing: -0.24rem;
	text-transform: uppercase;
	margin-top: unset;
	margin-bottom: 6rem;
}
.session-card {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: space-between;
	gap: 5rem;
	margin-bottom: 3rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.session-title {
	color: #434346;
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 124%;
	letter-spacing: -0.0875rem;
}
.session-code {
	color: #636363;
	font-size: 1rem;
	font-weight: 400;
	line-height: 144%;
}
.session-time {
	color: #0c0b0d;
	font-size: 1rem;
	font-weight: 400;
	line-height: 144%;
}
.session-description {
	color: #636363;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 144%;
	letter-spacing: -0.0125rem;
}
a.session-link {
	color: #753cff;
	font-size: 1rem;
	font-weight: 400;
	line-height: 144%;
}
.sc-left {
	max-width: 35.25rem;
	display: flex;
	flex-flow: column;
	gap: 0.5rem;
}
.session-code {
	display: flex;
	gap: 0.5rem;
	align-items: center;
}
.sc-right {
	display: flex;
	flex-flow: column;
	gap: 1rem;
}
.xpander-content {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: 3.75rem;
}
h2.xpander-title {
	margin-bottom: 1.25rem;
}
.xpander-description p {
	color: #636363;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 144%;
	letter-spacing: -0.0125rem;
}
.xpander-text {
	max-width: 26.125rem;
}
video {
	border-radius: 1rem;
}
footer.site-footer {
	margin-top: unset;
}
.booth {
	background-image: url(../assets/imgs/booth-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.booth-content {
	display: grid;
	grid-template-columns: 1fr 2fr;
	padding: 8rem 6.5rem;
	gap: 5rem;
}
.booth-text h2 {
	color: #fff;
	font-size: 4rem;
	font-weight: 400;
	line-height: 88%;
	letter-spacing: -0.24rem;
	text-transform: uppercase;
	margin-bottom: 1.25rem;
}
.booth-text p {
	color: #f5f6fa;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 144%;
	letter-spacing: -0.0125rem;
}
.booth-text {
	max-width: 26.125rem;
}

.latest-posts .posts-grid {
	display: grid;
	gap: 3.75rem;
}
@media (min-width: 768px) {
	.latest-posts .posts-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (min-width: 992px) {
	.latest-posts .posts-grid {
		gap: 7.5rem 2rem;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
.block-post {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: column;
	padding-bottom: 1.25rem;
}
.block-post__image {
	padding-bottom: 64%;
	position: relative;
}
.block-post__image img {
	border-radius: 0.9375rem;
	height: 100%;
	object-fit: cover;
	position: absolute;
	width: 100%;
	inset: 0;
}
.block-post__content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	margin-top: 1.625rem;
	min-height: 9.9375rem;
}
@media (min-width: 992px) {
	.block-post__content {
		min-height: 13.6875rem;
	}
}
.block-post__category {
	color: var(--wp--preset--color--gray);
	font-size: 0.75rem;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
}
.block-post__title {
	display: inline-block;
	margin-bottom: 0.9375rem;
	margin-top: 0.8125rem;
	text-decoration: none;
}
@media (min-width: 992px) {
	.block-post__title {
		margin-bottom: 1.5625rem;
		margin-top: 0.875rem;
		padding-right: 0.8125rem;
	}
}
.block-post__title-heading {
	color: var(--wp--preset--color--black);
	margin: 0;
}
@media (min-width: 992px) {
	.block-post__title-heading {
		letter-spacing: -0.04125rem;
		line-height: 1.44;
	}
}
.block-post__author {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	margin-top: auto;
}
.block-post__author-info {
	display: flex;
	flex-direction: column;
	font-size: 0.875rem;
	justify-content: center;
	line-height: 1.44;
	margin: 0 !important;
}
.block-post__author-image img {
	border-radius: 100%;
	height: 2.25rem;
	object-fit: cover;
	width: 2.25rem;
}
.block-post__author-name {
	color: var(--wp--preset--color--black);
	font-weight: 600;
}
.block-post__author-bio {
	color: var(--wp--preset--color--gray);
}
.block-post-grid .block-post__image img {
	height: 17.375rem;
}
h3.h6.block-post__title-heading {
	font-size: 1.375rem;
	font-weight: 400;
	line-height: 144%;
	letter-spacing: -0.04125rem;
}
span.block-post__category-item {
	color: #636363;
}
section.latest-posts.block-post-grid .container {
	padding: unset;
}
.latest-posts-title {
	color: #a3a3a3;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 100%;
	text-transform: uppercase;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	margin-top: 4rem;
	padding-top: 1.25rem;
	margin-bottom: 5rem;
}
.block-post-grid .block-post {
	padding-inline: unset;
	border-radius: unset;
}
article.block-post:hover {
	background-color: unset;
}

.container,
.booth-content {
	max-width: 1600px;
	margin-inline: auto;
}
.booth-content {
	padding-inline: 2rem;
}

/* qa */
.booth-text {
	padding-top: 1rem;
}
.latest-posts.block-post-grid .container {
	padding-top: unset;
}

@media screen and (min-width: 768px) {
	body .block-hero__shape {
		margin: unset !important;
	}
}

@media screen and (min-width: 1920px) {
	.event-description {
		max-width: 55.875rem;
	}
	.sc-left {
		max-width: 47.125rem;
	}
	.xpander-text {
		max-width: 40.6875rem;
	}
	.xpander-text {
		max-width: 40.6875rem;
	}
	.booth-scheduler {
		max-width: 850px;
	}
	.booth-content {
		gap: 2.5rem;
	}
	h3.h6.block-post__title-heading {
		font-size: 1.625rem;
		letter-spacing: -0.04875rem;
	}
	p.block-post__author-info {
		font-size: 1rem;
	}
}

@media screen and (max-width: 768px) {
	.container {
		padding: 2rem 1.25rem 3.5rem 1.25rem;
	}
	.event-header {
		grid-template-columns: 1fr;
		gap: 2rem;
		border-bottom: unset;
		padding: unset;
		margin-bottom: 4rem;
	}
	.event-image {
		order: -1;
	}
	h1.event-title {
		font-size: 1.75rem;
		font-weight: 400;
		line-height: 94%;
		letter-spacing: -0.105rem;
		text-transform: uppercase;
	}
	ul.event-meta li {
		font-size: 1rem;
		letter-spacing: -0.02rem;
	}
	h2 {
		font-size: 2.375rem;
		line-height: 94%;
		letter-spacing: -0.1425rem;
		margin-bottom: 2rem;
	}
	.session-card {
		grid-template-columns: 1fr;
	}
	.session-card {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
	.session-title {
		color: #0c0b0d;
		font-size: 1.375rem;
		line-height: 144%;
		letter-spacing: -0.04125rem;
	}
	section.event-sessions {
		margin-bottom: 4rem;
	}
	.xpander-content {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
	.xpander-description p {
		font-size: 1.125rem;
		line-height: 144%;
		letter-spacing: -0.01125rem;
	}
	.booth-content {
		grid-template-columns: 1fr;
	}
	.booth-content {
		grid-template-columns: 1fr;
		padding: 3rem 1.25rem;
	}
	.booth {
		background-position: center top;
	}
	.block-post-grid .block-post__image img {
		height: 13.5rem;
	}
	.block-post-grid .block-post__content {
		margin: unset;
	}
	h3.h6.block-post__title-heading {
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 400;
		line-height: 132%;
		letter-spacing: -0.03375rem;
		min-height: unset;
	}
	.booth-content {
		gap: 3rem;
	}

	/* qa */
	.event-breadcrumbs {
		margin-bottom: 2rem;
	}
	video {
		border-radius: 7px;
	}
	.latest-posts-title {
		margin-top: 48px;
	}
	article.block-post.announcements {
		padding-top: unset;
	}
	.booth-text h2 {
		font-size: 2.375rem;
		line-height: 94%;
		letter-spacing: -0.1425rem;
	}
}
