@charset "UTF-8";
/* CSS Document */

/*fixed income */
.fi-banner{
	background-image: url('/assets/application/img/fi/fi-top-banner.png');
}
.fi-sub-banner{
	background-image: url('/assets/application/img/fi/fi-sub-top-banner.jpg');
}

/*card row*/
.card-row-div{
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.11);
	background:#fff;
	border-radius:8px;
	padding:1.5em;
	display: block;
	height: 95%;
	font-size: 15px;
	color:#555;
	position:relative;
}

.card-row-div.img-top{
	padding-bottom:25px;
	margin-top:3em;
	text-align: center;
}
.card-row-div.img-top .img-div{
	width:72px;
	height: 72px;
	display:block;
	margin:-52px auto .85em;
}

.card-row-div.button-bottom{
	padding-bottom:90px;	
}
.card-row-div.button-bottom .btn25{
	position:absolute;
	left:1.5em;
	bottom: 1.5em;
}

.card-row-div.transparent{
	background:transparent;
	box-shadow: none;
}
.card-row-div.transparent .number-circle{
	display: block;
	margin:0 auto 1.2em;
	width:60px;
	height: 60px;
	border-radius: 30px;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	line-height: 58px;
	color:#fff;
	background:#40C2CC;
}

.card-row-div h3{
	color:#000;
	font-weight: 700;
	margin-bottom:.75em;
}
.card-row-div p strong{
	font-weight: 700;
}
.card-row-div p{
	font-size:15px;
	margin-bottom:8px;
}


@media (max-width:767px){
	.card-row-div{
		font-size: 14px;
		height: auto;
	}
}


/* datasets */
.shine{
	background-image:url("/assets/application/img/ui2025/home-dive-background.png");
	background-size: cover; 
}
.datasets-row{
	padding-top:1.8em;
	padding-left:70px;
	position: relative;
	color:#555;
}
.datasets-row img{
	height:50px;
	position: absolute;
	left:0;
	top:1.8em;
}
@media (max-width:992px){
}


.datasets-row h3{
	margin-top:0;
	color:#000;
}
.datasets-row p{
}

@media (max-width:992px){
}
@media (max-width:576px){
	
}


/* delivery */
.delivery-box{
	display:flex;
	gap:30px;
}
.delivery-box img{
	width:84px;
}

/* insights */
#insights{
	background:#1B2935;
	border-bottom:1px solid #2C4357;
}
#insights h2{
	font-size:1.7em;
	font-weight: 700;
	color:#fff;
}
#insights p{
	font-size:1em;
	margin-top:0;
	color:#fff;
}

#page-content .form-group{
	padding-right:0;
	padding-left:0;
}
#insights .form-group label{
	color:#fff;
	font-size:0.9em;
	font-weight: 600;
}
#insights .form-group input,#insights .form-group textarea{
	background:#2C4357;
	border:0!important;
	color:#fff;
	font-size:1em;
}
#insights .form-group input:focus{
	border:1px solid #fff;
}
#insights .contact-us-btn{
	background:#309299!important;
	border:1px solid #309299!important;
	color:#fff!important;
	font-size:1em!important;
}
#insights .contact-us-btn:hover{
	background:#16FFFB!important;
	color:#000!important;
}

@media (max-width:991px){
	section{
		padding:2em 0.2em;
	}
	.top-banner h1{
		font-size:1.7em;
	}
	.top-banner p{
		font-size:0.9em;
	}
	section .section-header h2{
		font-size:1.5em;
	}
	.delivery-box h2{
		font-size:1.2em;
	}
	#datasets .container p{
		font-size:1em;
	}
	#key-benefits h3{
		font-size:1em;
	}
	#insights h2{
		font-size:1.5em;
	}
	#insights .container p{
		font-size:1em;
	}
	#insights .col-lg-6{
		margin-bottom:30px;
	}
	#insights .form-group{
		padding-left: 5px;
		padding-right:5px;
	}
	#introduction p{
		font-size:1em!important;
	}
	#dataset-package p{
		font-size:1em;
	}
	#use-cases p{
		font-size:1em;
		line-height:1.2em;
	}
}

@media (max-width:767px){
	#datasets .card-deck {
		width:100%;
		display: block;
		padding-right:0;
		margin-right:0;
	}
	#datasets .card-deck .card{
		margin-bottom:20px;
		padding-right:0;
		margin-right:0;
	}
	#datasets .container{
		padding-bottom:0!important;
	}
}
@media (max-width:575px){
	#datasets .container{
		padding-right:30px;
	}
}





/* introduction */
#introduction{
}

/* dataset package */
#dataset-package{
	
}
#dataset-package h3{
	font-size:1.2em;
	font-weight: 700;
	color:#1b2935;
}
#dataset-package ul{
	list-style: disc;
	padding:0;
	margin: 0 0 0 1em;
}

/* specifications */
.specifications-container{
	padding-top:1.4em;
}
.spec-card{
	height: 100%;
	display: flex;
	line-height: 1.2em;
	color:rgba(255,255,255,.75);
	padding:0 0 1.5em;
	font-size: 15px;
}
.spec-card img{
	height:40px;
	margin-right:1em;
}
.spec-card ul{
	margin: 0;
	padding:0;
	list-style: none;
}
.spec-card ul li{
	padding-bottom:.4em;
}
.spec-card h3{
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom:.35em;
	color:#fff;
}
.spec-card a{
	color:#000;
	text-decoration: underline;
}

@media (max-width:992px){
	.spec-card{
		padding:1.5em 0;
	}
}

@media (min-width:580px) and (max-width:900px){
}

@media (max-width:690px){
}

/* use cases */
#use-cases .section-header{
}
#use-cases .section-header h2{
}

.use-package-row{
	border-left:4px solid #309299;
	padding-left:20px;
	display: block;
	margin-bottom:30px;
	font-size: 17px;
	color:#666;
}
.use-package-row h3{
	font-weight: 700;
	margin-bottom:6px;
	color:#1b2935;
}
.use-package-row p{
	line-height:20px;
	margin-bottom:10px;
}
/* resources */
#resources{
	background:#E3ECF1;
	padding-top:30px;
	padding-bottom:30px;
}
#resources .section-header{
}
#resources .section-header h2{
}
#resources .resources-btn{
	background:#309299;
	border:1px solid #309299;
	color:#fff;
	font-size:1em!important;
	padding-top:2px!important;
	font-weight: 700;
	text-transform: capitalize;
	margin-top:-12px;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}
#resources .resources-btn:hover{
	background:#1B2935;
}

/*Global Corporate Event*/
.gce-banner{
	background-image: url('/assets/application/img/wsh/wsh-top.jpg');
}

.gce-research-card{
	display: block;
	height: 100%;
	background-color: #fff;
	border-radius:4px;
	box-shadow:1px 1px 5px rgba(0,0,0,.1);
	transition: all .2s;
	color:#1b2935;
	font-weight: 700;
	padding:0;
}
@media (max-width:767px){
	.card-p{
		padding-bottom:1em;
	}
}
.gce-research-card:hover{
	transform: scale(1.02,1.02);
	color:#1b2935;
}
.gce-research-card .card-flex{
	display: flex;
	justify-content: flex-start;
  	align-items: center;
}
.gce-research-card .card-flex img{
	height: 64px;
	margin-right: 1em;
}

/*sub page*/
.card-flex{
	display: flex;
	border-radius: 4px;
	background-color: #fff;
	padding:20px;
	height: 100%;
	color:#666;
	line-height: 1.3em;
}
.card-flex img{
	height: 64px;
	margin-right: 20px;
}

#sub-research h3{
}

/*modal*/
.modal-header,.modal-footer{
	border:0;
}