@charset "UTF-8";
/* CSS Document */
body{
	font-size: 16px;
}

/*nav*/
.navbar{
	position: absolute;
	width: 100%;
	z-index:200;
}
.navbar.navbar-sub{
	position: static;
}
.navbar .container{
	padding-bottom:1em;
	border-bottom:1px solid #40C2CC;
}
.navbar.navbar-sub .container{
	border-bottom:1px solid #ccdddd;
}
.navbar-brand{
	font-family: "Sofia Sans Extra Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: .5px;
	text-transform: uppercase;
}
.navbar-brand img{
	height: 90px;	
}
.navbar-brand span{
	display: none;
	padding-left: 1em;
	position: relative;
	top:.1em;
	color:#fff;
}
.navbar-brand:hover span{
	color:#fff;
}
.navbar-sub .navbar-brand span,.navbar-sub .navbar-brand:hover span{
	color: #1C2A56;
}
.navbar-dark .navbar-toggler{
	color:#fff;
	border-color:rgba(255,255,255,.5);
}
.navbar-light .navbar-toggler{
	color:#999;
	border-color:rgba(0,0,0,.2);
}
.navbar-expand-lg .navbar-nav .nav-link{
	color: #fff;
	border-left:1px solid #40C2CC;
	padding: 0 1.4rem;
	margin:.5em 0;
}
.navbar-sub.navbar-expand-lg .navbar-nav .nav-link{
	color: #444;
	border-left:1px solid #CCDDDD;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.current{
	color:#40C2CC;
}
.navbar-nav .nav-link.current{
	font-weight: 700;
}
.navbar-sub .navbar-nav .nav-link.current{
	color:#006B86;
}
.navbar-nav .nav-item:first-child .nav-link{
	border:0;
}

@media only screen and (max-width: 991.98px) {
    .navbar-collapse {
        margin:0 -1rem;
		background-color:rgba(0,0,0,.85);
		padding:0 1.5em;
		width: 100%;
    }
	.navbar-sub .navbar-collapse {
		background-color:#fff;
    }
	.navbar-nav{
		padding:1.5em 0;
	}
	.navbar-nav .nav-item .nav-link{
		font-size: 16px;
	}
	.navbar-nav .nav-item:first-child .nav-link{
		border-left:1px solid #40C2CC;
	}
	.navbar-nav .btn25{
		margin:1em 1.5em;
	}
}

/*footer*/
footer{
	padding:4em 0;
	background-color: #F0F3F5;
	color:#666;
    font-size: 14px;
}
footer .top-con{
	border-bottom:1px solid #ddd;
}
footer .caption {
    color: #333;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 17px;
}
footer ul{
	list-style: none;
	padding:0 0 1.5em;
}
footer ul li{
	padding:0 0 .5em;
}
footer ul li a{
	color:#666;
}
footer ul li a:hover{
	color:#004B5E;
}
footer .navigation{
	text-align: center;
	font-size: 14px;
	padding:1.5em 0 0;
}
footer .navigation li{
	display:inline-block;
	padding:0 .5em;
}
footer .social_sidebar{
	text-align: right;
	padding-top:1em;
}
footer .social_sidebar a {
    width: 28px;
    height: 28px;
    line-height: 32px;
    color: #F0F3F5;
    text-align: center;
    position: relative;
    font-size: 20px;
    margin-left: 0;
	display:inline-block;
	background-color:#b1bcc4;
	border-radius: 3px;
	vertical-align: middle;
}
footer .social_sidebar a:hover {
	background-color:#879299;
}
footer .social_sidebar a svg {
    height: 14px;
    fill: #F0F3F5;
	position: absolute;
	left:7px;
	top:7px;
}
footer .disclaimer{
	font-size: 12px;
	line-height: 1.5em;
	color:#999;
}
/* Styling the Caption to look clickable on mobile */
@media (max-width: 767.98px) {
	footer{
		padding:2em 0;
		font-size: 13px;
	}
	footer .top-con{
		border-bottom:0 solid #ddd;
	}
	footer .caption {
		cursor: pointer;
		border-bottom: 1px solid #ddd;
		padding: 10px 0;
		font-size: 14px;
		margin:0;
	}
	.collapse-icon::before {
		content: '+';
		font-weight: bold;
		font-size: 1.2rem;
	}

	.caption[aria-expanded="true"] .collapse-icon::before {
		content: '−';
	}
	.foot-drop{
		padding:0;
		margin:0;
	}
	.foot-drop li:first-child{
		padding-top:1em;
	}
	.foot-drop li:last-child{
		padding-bottom:1em;
	}
	footer .footer-logo{
		text-align: center;
	}
	
	footer .navigation{
		text-align: left;
		font-size: 14px;
	}
	footer .navigation li{
		display:block;
		padding:10px 0;
		border-bottom:1px solid #ddd;
	}
	footer .navigation li a{
		color: #333;
	}
	footer .social_sidebar{
		text-align: center;
	}
}

/* Ensure the menu is always visible on Desktop (md and up) */
@media (min-width: 768px) {
	#footer-accordion .collapse {
		display: block !important;
		height: auto !important;
	}
	.caption {
		pointer-events: none; 
		cursor: default;
	}
	footer .collapse {
		display: block !important;
	}
	.collapse-icon {
		display: none !important;
	}
}

/*Top banner*/
.top-banner{
	background-image:url("/assets/application/trading-conference/img/tc-2026-bg.png");
	background-color: #000;
	background-position: left top;
	background-attachment:scroll;
	background-size: auto;
	text-align: right;
	font-size:20px;
	line-height: 25px;
	color:#fff;
	padding:200px 0;
	font-weight: 200;
}
.top-banner h1{
	color:#fff;
	font-size: 60px;
}
.top-banner h2{
	font-size:25px;
	line-height: 29px;
	font-weight: 400;
}
.top-banner p{
	color:#40C2CC;
}
.top-banner p span{
	color:#fff;
}
@media only screen and (max-width: 991.98px) {
	.top-banner{
		font-size: 20px;
		padding:200px 0 150px;
	}
	.top-banner h1{
		font-size: 50px;
	}
	.top-banner h2{
		font-size:24px;
		line-height: 27px;
	}
}
@media only screen and (max-width: 767.98px) {
	.top-banner{
		font-size: 18px;
		padding:200px 0 100px;
	}
	.top-banner h1{
		font-size: 40px;
	}
	.top-banner h2{
		font-size:22px;
		line-height: 27px;
	}
}
@media only screen and (max-width: 479.98px) {
	.top-banner{
		font-size: 16px;
		padding:160px 0 100px;
	}
	.top-banner h1{
		font-size: 34px;
	}
	.top-banner h2{
		font-size:21px;
		line-height: 25px;
	}
}

/*top video*/
#top-v{
	height:560px;
	color:#fff;
	position: relative;
	background-color: #000;
	padding:0;
}

#top-v .curtain{
    position: absolute;
	width:100%;
	height:100%;
	left:0;
	bottom:0;
    z-index: 5;
	background: rgba(0,0,0,.7);
}
.bg-video-wrap{
	display: block;
    position: absolute;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.bg-video-wrap .bg-video{
	width: 100%;
	height: 1000px;
	max-width:none;
	object-fit:cover;
}
#top-v #demo{
	font-size: 22px;
	margin-top:1em;
	color:#16FFFB;
}
@media only screen and (max-width: 632.98px) {
    .bg-video-wrap .bg-video{
		width: auto;
		height: 100%;
		max-width:none;
		object-fit:contain;
	}
}
.text-wrap{
    position: absolute;
    /* overflow: hidden; */
    z-index: 10;
	left:0;
	top: 40px;
    width: 100%;
	height: 100%;
	display: flex;
	align-content: center;
	text-align: right;
	flex-wrap: wrap;
}
@media only screen and (max-width: 991.98px) {
    #top-v {
        height:450px;
    }
}
@media only screen and (max-width: 767.98px) {
    #top-v {
        height:480px;
    }
}
@media only screen and (max-width: 479.98px) {
    #top-v {
        height:500px;
    }
	.text-wrap{
		top:60px;
	}
}


/*section 1*/
#p-i{
}
#p-i .p-i-cover{
	position: absolute;
	right:30px;
	top:-160px;
	height: 680px;
	z-index: 40;
}
#p-i .p-i-number{
	height: 150px;
	margin-bottom:1em;
}
#p-i .p-i-bottom{
	text-align: right;
	padding-top:2em;
}
#p-i .p-i-bottom img{
	height: 180px;
}
@media only screen and (max-width: 991.98px) {
	#p-i{
	}
	#p-i .p-i-bottom img{
		height: 160px;
	}
}
@media only screen and (max-width: 767.98px) {
	#p-i{
	}
	#p-i .p-i-cover{
		height: 280px;
		z-index:60;
		top:-60px;
		right:0;
	}
	#p-i .p-i-bottom{
		padding-top:1em;
	}
	#p-i .p-i-bottom img{
		height: 120px;
	}
}

/*section 2*/
h2.cheveron{
	position: relative;
}
h2.cheveron:after{
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom:-10px;
	background:url("/assets/application/trading-conference/img/isolation-mode.png") no-repeat right center;
}

/*slider*/
#s-gallery{
	height: 540px;
}
.carousel-wrapper {
  	position: relative;
}

.carousel-scroll {
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	gap: 0;
	padding: 0;
}

.carousel-scroll::-webkit-scrollbar {
	display: none;
}

.carousel-card {
	flex: 0 0 25%;
	height: 450px;
	background: #f8f9fa;
	display: flex;
	align-items: center;
	justify-content: bottom;
	scroll-snap-align: center;
	overflow: hidden;
	position: relative;
}
@media only screen and (max-width: 991.98px) {
	.carousel-card {
		flex: 0 0 33.3%;
		height: 400px;
	}
}
@media only screen and (max-width: 767.98px) {
	.carousel-card {
		flex: 0 0 50%;
		height: 300px;
	}
}
.carousel-card img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.carousel-card .des{
	padding:4.2em 2em 1em;
	background: linear-gradient(to bottom, transparent, black);
	color:#fff;
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height: 180px;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.carousel-card:hover .des{
	opacity: 1;
}

.speaker-bio{
	height: 100%;
	padding-bottom:2em;
}

/* Buttons */
.carousel-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 52px;
	height: 52px;
	border-radius: 50%;
	border: none;
	background: rgba(64, 194, 204, 0.75);
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	z-index: 10;
	opacity: 0;
	transition: all 0.3s ease;
}
.carousel-btn:hover {
	background: rgba(64, 194, 204, 1);
	color: #000;
}

.carousel-wrapper:hover .carousel-btn {
	opacity: 1;
}

.carousel-btn.prev {
	left: -10px;
}

.carousel-btn.next {
	right: -10px;
}

.carousel-btn.hidden {
	display: none;
}

/*logo wall*/
#sponsors a{
	color:#40C2CC;
}
#sponsors a:hover{
	color:#fff;
}
.logo-wall{
	text-align: center;
	padding:3em 0 .5em;
}
.logo-wall.platinum{
	border-bottom:1px solid #40C2CC;
	padding-bottom:2.5em
}
.logo-wall h3{
	font-family: "Sofia Sans Extra Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	color: #40C2CC;
	margin-bottom:1em;
	font-size: 24px;
}
.logo-wall.platinum .logo-block{
	height: 90px;
	text-align: center;
	padding:0 0 20px;
}
.logo-wall .logo-block img{
	height: 100%;
}
.carousel-logo{
	display: flex;
	width:100%;
	align-items: center;
	justify-content: center;
	scroll-snap-align: center;
	padding-bottom:30px;
}
.carousel-logo img{
	object-fit: cover;
	height: 80px;
}

.carousel{
	padding-left:30px;
	padding-right: 30px;
	padding-bottom: 50px;
}
.carousel-control-next, .carousel-control-prev{
	width:20px;
}
@media only screen and (max-width: 1199.98px) {
	.logo-wall .logo-block{
		height: 60px;
	}
	.carousel-logo img{
		height: 60px;
	}
}
@media only screen and (max-width: 991.98px) {
	.logo-wall .logo-block{
		height: 50px;
	}
}
@media only screen and (max-width: 767.98px) {
	.logo-wall .logo-block{
		height: 40px;
	}
}
@media only screen and (max-width: 479.98px) {
	.logo-wall .logo-block img{
		height: auto;
		width:100px;
	}
}

/*Agenda*/
.agenda-table{
	background-color: #f5f5f5;
	width:100%;
	margin-top:2em;
}
@media only screen and (max-width: 479.98px) {
	.agenda-table{
		font-size: 14px;
	}
}
.agenda-table td{
	padding:1em;
}
.agenda-table .agenda-data{
	font-weight: 600;
	color:#333;
	vertical-align: top;
	min-width: 7.5em;
}
.agenda-table .agenda-detail{
	border-bottom:1px solid #40C2CC;
	padding-left:0;
}
.agenda-table .agenda-detail img{
	max-height: 60px;
	max-width: 160px;
}
.agenda-table h3{
	font-family: "Sofia Sans Extra Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	color: #40C2CC;
	margin-bottom:.5em;
	font-size: 1.5em;
}
.agenda-table h4{
	font-size: 1.06em;
	font-weight: 600;
	color:#333;
}

/*Accommodation*/
.accommodation-chevron-block{
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	height: 640px;
}
.accommodation-chevron-block img{
	position: absolute;
	height: 640px;
	left:0;
	top:0;
}
@media (max-width: 767.98px) {
	.accommodation-chevron-block{
		display: block;
		height: auto;
	}
	.accommodation-chevron-block img{
		position: static;
		height: 240px;
		display: block;
		margin-left:auto;
	}
}

/*Speakers*/
#f-m h3{
	color:#000;
}