/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 29 2026 | 18:06:28 */
.szn-nav-container {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	border-top: 1px solid #CCD9E4;
	border-bottom: 1px solid #CCD9E4;
	scrollbar-width: none;
	background: #F2F5F8;
}

.szn-nav-container::-webkit-scrollbar {
	display: none;
}

.szn-nav-item {
	flex: 1 0 280px;
	padding: 25px 40px;
	cursor: pointer;
	border-right: 1px solid #CCD9E4;
	opacity: 0.3;
	transition: 0.3s;
	max-width: 320px;
}

@media (min-width: 1025px) {
	.szn-nav-item {
		flex: 1;
	}
}

.szn-nav-item.szn-active-tab {
	opacity: 1;
/* 	background: #fff; */
}

.szn-nav-item-header {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
	color: #004376;
}

.szn-nav-label {
	color: #004376;
	margin-bottom: 0;

/* 💻 Desktop/Label */
font-family: Inter;
font-size: 14px;
font-weight: 500;
line-height: 130%; /* 18.2px */
text-transform: uppercase;
}

.szn-nav-session-title {
	color: #004376;

/* 💻 Desktop/Body/S/Medium */
font-family: Inter;
font-size: 14px;
font-weight: 500;
line-height: 130%; /* 18.2px */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.szn-slider-wrapper {
	padding: 0px 0;
/* 	background: #fff; */
	position: relative;
}

.szn-session-time {
	color: #004376;

font-family: "Inter", sans-serif!important;
font-size: 14px;
font-weight: 500;
line-height: 130%; /* 18.2px */
	margin-bottom: 48px;
	text-transform: uppercase;
}

.szn-main-layout {
	display: flex;
	gap: 134px;
	margin-bottom: 88px;
}

@media (max-width: 767px) {
	.szn-main-layout {
		flex-direction: column;
		gap: 20px;
	}
}

.szn-col-left {
	flex: 1.2;
}

.szn-col-right {
	flex: 1;
}

.szn-main-title {
	font-family: serif;
	font-size: clamp(32px, 4vw, 48px);
	line-height: 1.1;
	color: #004376;
	margin: 0;
	font-weight: 400;
}

.szn-text-desc {
	color: #004376;

font-family: Inter;
font-size: 14px;
font-weight: 400;
line-height: 130%; /* 18.2px */
}
.szn-text-desc strong {
	font-weight: 500!important;
}

.szn-speakers-grid {
	display: flex;
    gap: 25px;
    grid-template-columns: repeat(2, minmax(240px, 1fr));
    max-width: 50%;
    flex-wrap: wrap;
}

.szn-speaker-item {
	display: flex;
    align-items: center;
    gap: 12px;
    width: 48%;
}

.szn-speaker-photo {
	width: 40px;
	height: 40px!important;
	border-radius: 50%!important;
	object-fit: cover;
}

.szn-speaker-name {
	color: #004376;

/* 💻 Desktop/Body/M/Regular */
font-family: Inter;
font-size: 16px;
font-weight: 400;
line-height: 130%; /* 20.8px */
	margin: 0;
}

.szn-speaker-title,
.szn-speaker-firm {
	color: #99B4C8;

/* 💻 Desktop/Body/S/Regular */
font-family: Inter;
font-size: 14px;
font-weight: 400;
line-height: 130%; /* 18.2px */
	margin: 0;
}

.szn-controls-row {
	display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: calc(50% - 134px);
    right: 0;
    bottom: 0px;
	z-index: 22222;
}

.szn-tab-counter {
	color: #004376;

/* 💻 Desktop/Body/S/Medium */
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 130%; /* 18.2px */
}

.szn-counter-sep {
	margin: 0 16px;
    opacity: 0.3;
    width: 96px;
    display: inline-block;
    height: 1px;
    background: #004376;
    position: relative;
    top: -4px;
}

.szn-nav-btns {
	display: flex;
	gap: 12px;
}

.szn-btn-prev,
.szn-btn-next {
	width: 56px;
	height: 56px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 666px;
border: 1px solid #004376;
}
.szn-btn-prev:hover,
.szn-btn-next:hover {
	background: #fff;
}
.szn-speakers-section-tablet {
	display: none!important;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.szn-speakers-section.szn-speakers-section-tablet {
	display: block!important;
}
	.szn-speakers-section {
		display: none!important;
	}
	.szn-speakers-section-tablet .szn-speakers-grid {
   
    max-width: 100%;
    
    margin-top: 40px;
}
	.szn-main-layout {
    display: flex;
    gap: 49px;
    margin-bottom: 40px;
	}
	.szn-main-title {
		font-size: 32px!important;
	}
	.szn-nav-item {
		min-width: 320px;
	}
	.szn-speaker-item {
   
    width: 100%;
}
	.szn-controls-row {
		padding-top: 24px;
		position: relative;
		width: 100%;
		border-top: 1px solid #CCD9E4;

	}
	.szn-btn-prev,
	.szn-btn-next {
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 767px) {
	.szn-main-layout {
		flex-direction: column;
		gap: 20px;
		margin-bottom: 40px;
	}
	.szn-session-time {
		margin-bottom: 24px;
	}
	.szn-nav-item-header {
		margin-bottom: 0px;
	}
	
	.szn-main-title {
		font-size: 32px!important;
	}
	.szn-nav-item {
		max-width: 160px;
		padding: 16px 24px;
	}
	.szn-speaker-item {
   
    width: 100%;
}
	.szn-nav-session-title {
		display: none;
	}
	.szn-controls-row {
		padding-top: 24px;
		position: relative;
		width: 100%;
		border-top: 1px solid #CCD9E4;
		        margin-top: 48px;
	}
	.szn-btn-prev,
	.szn-btn-next {
		width: 40px;
		height: 40px;
	}
	.szn-speakers-grid {
		max-width: 100%;
	}
	.szn-counter-sep {
	
    width: 48px;
    
}
}