#main-content {
	overflow: clip;
}


.flex-content.banner {
	padding-bottom: 10rem;
}
.flex-content.banner .main-title {
	font-weight: 300;
	margin-bottom: 25px;
}
.flex-content.banner nav {
	display: none;
	visibility: hidden;
}
@media (max-width: 991px) {
	.flex-content.banner {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
}


.additional-meta {
	position: absolute;
	left: 0;
	right: 0;
/* 	top: -9rem; */
	color: #FFF;
	z-index: 2;
}
.date ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	grid-column-gap: 20px;
	grid-row-gap: 12px;
}
.date ul > li {
	display: flex;
	align-items: center;
	gap: 10px;
}
.date ul > li svg {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
}
@media (max-width: 991px) {
	
}
.date + .host {
	margin-top: 2rem;
}
.host .title {
	display: flex;
	align-items: center;
	gap: 12px;
}
.host .title::before,
.host .title::after {
	content: "";
	display: block;
	width: 80px;
	height: 1px;
	background-color: #FFF;
}
.host .content {
	display: flex;
	align-items: center;
	gap: 10px;
}
.host img {
	max-height: 100px;
}


#webinar-content h2 {
	font-size: 100px;
	font-weight: 200;
	color: #B9C5D3;
	letter-spacing: -.2rem;
	margin-bottom: 50px;
}
#webinar-content h2 svg {
	width: 50px;
	height: 50px;
}
@media (max-width: 991px) {
	#webinar-content h2 {
		font-size: 50px;
		letter-spacing: 0;
		display: flex;
		align-items: flex-end;
		gap: 20px;
	}
	#webinar-content h2 svg {
		width: 25px;
		height: 25px;
		flex-shrink: 0;
		transform: translateY(-10px);
	}
}


@media (min-width: 992px) {
	.form-column {
		position: relative;
		top: 50px;
		z-index: 99;
		margin-top: calc(var(--form-offset) * -1);
		padding-bottom: 100px;
	}
}
@media (max-width: 991px) {
	.form-column {
		padding-top: 30px;
	}
}
.form-column .card {
	--bs-card-border-radius: 4px;
	--bs-card-spacer-y: 1rem;
  	--bs-card-spacer-x: 1rem;
}


.our-speakers {
	padding: 100px 0;
}
.speakers-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.speakers-wrap .speaker {
	display: flex;
}
.speakers-wrap .speaker .image {
	flex: 0 0 auto;
	width: 45%;
	clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
}
.speakers-wrap .speaker .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.speakers-wrap .speaker .speaker-content {
	flex: 1;
	background-color: #F8FAFF;
	padding: 30px;
}
.speakers-wrap .speaker .speaker-content .name h4 {
	font-size: 26px;
	font-weight: 300;
	color: #002859;
	margin-bottom: 0;
}
.speakers-wrap .speaker .speaker-content .title {
	color: #002859;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.our-speakers {
		padding: 40px 0;
	}
	.speakers-wrap {
		grid-template-columns: 1fr;
	}
	.speakers-wrap .speaker .speaker-content .name h4 {
		font-size: 20px;
	}
}


.benefit {
	position: relative;
	padding: 100px 0;
}
.benefit::after {
	content: "";
	display: block;
	pointer-events: none;
	position: absolute;
	width: 200dvw;
	background-color: #F8FAFF;
	top: 0;
	bottom: 0;
	left: -50dvw;
	z-index: 1;
}
.benefit > * {
	position: relative;
	z-index: 2;
}
.benefit h3 {
	font-size: 36px;
	font-weight: 300;
	color: #002859;
	margin-bottom: 40px;
}
.benefit .text ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.benefit .text ul > li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 14px;
}
.benefit .text ul > li::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='9' stroke='%23002859'/%3E%3Cpath d='M8 12L11 15L16 9' stroke='%23002859'/%3E%3C/svg%3E");
}
@media (max-width: 767px) {
	.benefit {
		padding: 40px 0;
	}
	.benefit h3 {
		font-size: 28px;
	}
}


.about {
	position: relative;
	padding: 100px 0;
}
.about::after {
	content: "";
	display: block;
	pointer-events: none;
	position: absolute;
	width: 200dvw;
	background-color: #E3E9F0;
	top: 0;
	bottom: 0;
	left: -50dvw;
	z-index: 1;
}
.about > * {
	position: relative;
	z-index: 2;
}
#webinar-content .about h2 {
	color: #859CB0;
}
.about-tiles {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.about-tiles .tile {
	background-color: #FFF;
	padding: 30px;
}
.about-tiles .tile:nth-child(even) {
	background-color: rgba(255,255,255,.5);
}
.about-tiles .tile.title {
	background-color: #002859;
}
.about-tiles .tile.title h3 {
	font-size: 36px;
	font-weight: 300;
	color: #FFF;
	text-wrap: balance;
}
.about-tiles .tile .icon-wrap {
	width: 60px;
	height: 60px;
	border-radius: 10px;
	background-color: #D9DFE6;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #002859;
	margin-left: auto;
	margin-bottom: 40px;
}
.about-tiles .tile .icon-wrap svg {
	width: 32px;
	height: 32px;
}
.about-tiles .tile h4 {
	font-size: 25px;
	font-weight: 400;
	color: #002859;
	margin-bottom: 20px;
}
.about-tiles .tile .text {
	font-size: 14px;
}
@media (max-width: 767px) {
	.about {
		padding: 40px 0;
	}
	.about-tiles {
		grid-template-columns: 1fr;
	}
	.about-tiles .tile {
		min-height: 320px;
	}
	.about-tiles .tile h4 {
		font-size: 20px;
	}
}

.page-template-webinars .linkedin .linkedin-link {
	text-decoration: none;
    padding: 0;
    margin: 10px 0 0;
    display: flex;
    flex-direction: row;
    line-height: 95%;
    align-items: end;
	column-gap: 5px;
}

.page-template-webinars .linkedin .linkedin-link svg{
	width: 20px;
	height: 20px;
}

.page-template-webinars .cta{
	margin-top: 40px;
}

.page-template-webinars .tile:hover{
    box-shadow: 0 24px 48px rgba(0, 0, 0, .10);
	filter: brightness(1.02);
}

.page-template-webinars .card-body{
	padding: 0;
}

.page-template-webinars .hs-form-frame{
	height: 1150px!important;
}