podcast-inner-block/*
Theme Name: Divi Child Theme(max-width: 1349px)
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.9.4
Description: Smart. Flexible. Beautiful. Divi Child is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
Template:  Divi
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  Divi
*/

a {
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
a:hover {
    color: #004572;
}
p{
	font-family: 'Overpass',Helvetica,Arial,Lucida,sans-serif;
	font-size: 16px;
	line-height: 22px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
}
h1, h2{
	font-size: 44px;
    line-height: 52px;
    letter-spacing: -4px;
}
h3, h4 {
    font-size: 24px;
    line-height: 32px;
}
#custom-header .et_pb_row{
	max-width: 100% !important;
	width: 100%;
}
#custom-header{
	-webkit-box-shadow: 0 0 0.4375rem 0.1875rem rgb(0 0 0 / 35%);
    box-shadow: 0 0 0.4375rem 0.1875rem rgb(0 0 0 / 35%);
}
#custom-header img{
	max-width: 140px;
}
/*Main nav start*/
#dm_nav, #dm_nav .menu-wrap__inner .sub-menu{
	padding-left: 0 !important;
    padding-right: 0 !important;
	max-width: 90%;
}
#dm-menu.nav li{
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
#dm-menu a{
	padding-left: 19px;
    padding-right: 19px;
}
.show-menu .hamburger-box {
    left: -55px;
}
.show-menu #dm-header, .show-menu #page-container{
	-webkit-transform: translate(80%,0);
    -ms-transform: translate(80%,0);
    transform: translate(80%,0);
    -webkit-transform: translate3d(80%,0,0);
    transform: translate3d(80%,0,0);
	
	-webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
}
.show-menu #page-container{
	box-shadow: -6px 0px 9px -5px rgb(0 0 0 / 20%);
}
#dm_nav .menu-wrap__inner .menu-item-has-children > a:after{
	border-left: 1px solid rgba(0,0,0,0.1);
    height: 35px;
    padding-top: 15px;
    padding-left: 7px;
    margin-top: -15px;
	right: -6px;
}
.nav li ul{
	padding: 17px 0;
	border-top: none;
	top: 100% !important;
    left: inherit !important;
    right: -71%;
	width: 347px;
}
.nav li ul li{
	padding: 0 0 0 14px;
}
.nav li ul li a{
	position: relative;
	padding: 5px 20px;
    width: 332px;
	text-transform: inherit !important;
}
.nav li ul li a:after{
	font-family: ETmodules;
    content: "5";
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 2px;
    font-weight: 800;
    color: #fff;
}
.et_pb_fullwidth_menu .et-menu>li, .et_pb_menu .et-menu>li {
    margin-top: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.et-menu .menu-item-has-children>a:first-child:after{
	content: none;
}
.et-menu .menu-item-has-children>a:first-child {
    padding-right: 13px;
}
.et-menu-nav li a{
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 8px;
	transition: none;
}
#custom-header li.menu-item-has-children.et-hover > a {
    color: #ffffff !important;
    background: #004572;
    opacity: 1 !important;
}
/*Main nav end*/

/* search start*/
#search-column{
	position: absolute;
    right: 0;
    z-index: 999;
}
#searchbar
{
  position: relative;
}

#searchbar #sliding-panel-outer
{
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 30px;
  width: 300px;
  transition: width 0.4s ease;
}

#searchbar #sliding-panel-inner{
  width: 300px;
  display: flex;
}
#sliding-panel-inner #search-input{
	background: #efefef;
    border: none;
    height: 42px;
    padding-left: 20px;
    padding-right: 64px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 15px;
	color: #666366;
    webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#sliding-panel-inner #searchsubmit{
	background-color: #efefef;
    background-image: url(../png/submit-button-chevron.png);
    background-size: 19px 19px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    height: 42px;
	width: 30px;
    vertical-align: middle;
    border: none;
}
#searchbar .search-label{
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background-color: #00c4de;
  background-image: url(../png/search-icon.png);
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
   transition: all .3s;
}
#searchbar.collapsed .search-label{
	background-color: #004572;
}
#searchbar .search-label:hover{
	background-color: #00c4de;
}
#searchbar .search-label .fa-times,
#searchbar.collapsed .search-label .fa-search
{
  display: inline-block;
}
#searchbar .search-label .fa-search,
#searchbar.collapsed .search-label .fa-times
{
  display: none;
}

#searchbar.collapsed #sliding-panel-outer
{
  width: 0px;
}
/* search end*/
.homepage-slider{
	max-height: 600px;
	overflow: hidden;
}
.homepage-slider .et_pb_button {
    border: 1px solid #FFF !important;
	color: #004572 !important;
}
.homepage-slider .et_pb_slider_0 .et_pb_slide_image img{
	max-width: 190px !important;
}
.rounded-white-btn.et_pb_button {
    background: transparent;
    color: #fff;
    font-weight: normal;
    border-radius: 50px;
    border: 2px solid #fff !important;
    padding: 10px 20px;
    margin-top: 30px;
}
.rounded-blue-btn.et_pb_button {
    background: transparent;
    color: #fff;
    font-weight: normal;
    border-radius: 50px;
    border: 2px solid #fff !important;
    padding: 10px 20px;
}
.rounded-blue-btn.et_pb_button:hover{
	background: #00c4de !important;
    color: #004572 !important;
	border: 1px solid #00c4de !important;
}
.rounded-cyan-btn.et_pb_button{
	padding: 2px 45px 1px !important;
    background-color: transparent;
    font-size: 24px;
    border: 2px solid #00c4de !important;
    color: #00c4de;
}
.rounded-cyan-btn.et_pb_button:hover {
    background-color: transparent !important;
    color: #004572 !important;
	height: 47px !important;
	padding: 2px 45px 1px !important;
}
.rounded-cyan-btn.et_pb_button:after{
	content: none !important;
}
.et_pb_button{
	overflow: hidden;
}
.et_pb_button:after{
	background: #004572 !important;
    display: block !important;
    content: "" !important;
    height: 155px !important;
    left: -75px !important;
    opacity: .3 !important;
    position: absolute !important;
    top: -50px !important;
    -webkit-transform: rotate(35deg) !important;
    transform: rotate(35deg) !important;
    -webkit-transition: all 950ms cubic-bezier(0.19,1,0.22,1) !important;
    transition: all 950ms cubic-bezier(0.19,1,0.22,1) !important;
    width: 50px !important;
}
.et_pb_button:hover{
	background-color: #00c4de !important;
	color: #004572 !important;
}
.et_pb_button:hover:after{
	left: 120% !important;
    -webkit-transition: all 950ms cubic-bezier(0.19,1,0.22,1) !important;
    transition: all 950ms cubic-bezier(0.19,1,0.22,1) !important;
}
.zoom-images{
	overflow: hidden;
	max-height: 480px;
}
.zoom-images img{
	object-fit: cover;
	transform: scale(1);
    transition: -webkit-transform 2000ms ease 0s;
}
.zoom-images img:hover{
	transform: scale(1.2) !important;
}
.et-pb-arrow-next, .et-pb-arrow-prev{
	width: 32px;
    height: 54px;
}
.et-pb-arrow-next::before{
	content: " ";
	position: absolute;
    background-image: url(../png/white_arrow_right.png);
    width: 24px;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
}
.et-pb-arrow-prev::before{
	content: " ";
	position: absolute;
    background-image: url(../png/white_arrow_left.png);
    width: 24px;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
}
.et-fixed-header #top-menu a, #top-menu li.current-menu-item>a, #top-menu li.current_page_item>a,
.et-fixed-header #top-menu li.current-menu-ancestor>a, .et-fixed-header #top-menu li.current-menu-item>a, .et-fixed-header #top-menu li.current_page_item>a{
	color: #000 !important;
}
.single  #sidebar {
	display:none;
}
#main-content .container:before {
	background: none;
}
footer{
	border-top: 10px solid #00c4de;
}
/*footer .et_builder_inner_content{
	z-index: -1;
}*/
.et-db #et-boc .et-l.et-l--post .et_builder_inner_content {
    z-index: 0 !important;
}
.footer-back-link{
	color: #fff;
    background-color: #00c4de;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 63px;
    height: 63px;
	text-indent: -9999px;
    position: relative;
}
.footer-back-link:hover{
	background-color: #004572;
}
.footer-back-link:before{
	content: '';
	position: absolute;
	background: url(../svg/ctrl.svg) no-repeat;
	top: 69%;
    left: 67%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	width: 60px;
	height: 60px;
}
.footer-menu.et_pb_menu .et-menu>li {
    padding-left: 9px !important;
    padding-right: 9px !important;
}	
.footer-menu a{
	color: #004572;
    font-size: 18px;
}
.footer-company-logos img{
	max-height: 51px;
	width: initial;
    height: initial;
}
.social-follow{
	display: flex;
	margin-left: 17px;
}
.follow-us-txt{
	padding-bottom: 0;
	margin-right: 15px;
}
#social-white.social-follow a{
	background-color: transparent;
	margin-right: 37px;
}
#social-white.social-follow a:last-child{
	margin-right: 0;
}
#social-white.social-follow p{
	display: block;
}
#social-white a.social-facebook:before{
	top: 5px;
	background-size: 91%;
}
#social-white a.social-twitter:before{
	background-size: 95%;
}
.social-follow p{
	display: flex;
}
.social-follow a{
	background-color: #004572;
	margin-right: 5px;
	border-radius: 8px;	
	display: inline-block;
	width: 40px;
	min-width: 40px;
	height: 40px;
	transition: color .3s;
	position: relative;
}
.social-follow a:last-child, .newspage-social a:last-child{
	margin-right: 0;
}
.social-follow a:hover{
	background-color: #00c4de;
}
.social-follow a:before, .newspage-social a:before{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
}
.newspage-social a{
	position: relative;
	width: 28px;
    height: 28px;
    margin-right: 22px;
    float: left;
}
a.social-facebook:before{
	background: url(../svg/facebook.svg) no-repeat;
	width: 28px;
    height: 28px;
    top: 12px;
    left: 7px;
}
a.social-twitter:before{
	background: url(../svg/twitter.svg) no-repeat;
	background-size: 87%;
	width: 28px;
    height: 28px;
    top: 9px;
    left: 7px;
}
a.social-linkedin:before{
	background: url(../svg/linkedin2.svg) no-repeat;
	width: 32PX;
    height: 32PX;
    top: 3px;
    left: 7px;
}
a.social-vimeo:before{
	background: url(../svg/vimeo.svg) no-repeat;
	background-size: 90%;
	width: 32PX;
    height: 32PX;
    top: 6px;
    left: 4px;
}
a.social-glassdoor:before{
	background: url(../svg/glassdoor.svg) no-repeat;
	width: 32PX;
    height: 32PX;
    top: 7px;
    left: 8px;
    background-size: 81%;
}
a.social-instagram:before{
	background: url(../svg/instagram.svg) no-repeat;
	width: 32px;
    height: 32px;
    top: 7px;
    left: 7px;
    background-size: 87%;
}
.newspage-social a.social-facebook:before{
	background: url(../svg/facebook-blue.svg) no-repeat;
	width: 28px;
    height: 28px;
    top: 12px;
    left: 7px;
	background-size: 96%;
}
.newspage-social a.social-twitter:before{
	background: url(../svg/twitter-blue.svg) no-repeat;
	background-size: 87%;
	width: 32px;
    height: 32px;
    top: 9px;
    left: 7px;
}
.newspage-social a.social-linkedin:before{
	background: url(../svg/linkedin2-blue.svg) no-repeat;
	width: 32PX;
    height: 32PX;
    top: 3px;
    left: 7px;
}
.newspage-social a.social-vimeo:before{
	background: url(../svg/vimeo-blue.svg) no-repeat;
	background-size: 90%;
	width: 32PX;
    height: 32PX;
    top: 6px;
    left: 4px;
}
.newspage-social a.social-glassdoor:before{
	background: url(../svg/glassdoor-blue.svg) no-repeat;
	width: 32PX;
    height: 32PX;
    top: 7px;
    left: 8px;
    background-size: 81%;
}
.newspage-social a.social-instagram:before{
	background: url(../svg/instagram-blue.svg) no-repeat;
	width: 32px;
    height: 32px;
    top: 7px;
    left: 7px;
    background-size: 87%;
}
.post-meta-slider{
	display: flex;
    justify-content: space-between;
}
 /* Home news slider */
.home-news-slider .slick-slide {
    margin: 0 35px;
  }
.home-news-slider .slick-list {
    margin: 0 -35px;
}
.cat-text{
	color: #00c2dd;
}
.slider-post-wrap h2{
	font-size: 24px;
    line-height: 30px;
	margin-bottom: 10px;
    min-height: 97px;
	letter-spacing: -1px;
}
.slider-post-wrap img{
	max-height: 220px;
	min-height: 220px;
	margin-bottom: 15px;
	width: 100%;
    object-fit: cover;
	display: block;
}
.news-page-grid .slider-post-wrap img{
	max-height: 204px;
	min-height: 204px;
}
.picholder{
	position: relative;
	cursor: pointer;
}
.layer:before {
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	content:'';
	top: 0;
	left: 0;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}
.picholder:hover .layer:before{
	 background-color: rgba(0, 0, 0, 0);
}
.slider-post-wrap .excerpt-text{
	max-width: 430px;
    padding-right: 40px;
	margin-bottom: 10px;
    color: #014572;
}
.home-post-link{
	color: #00c4de;
	position: relative;
}
.home-post-link:after {
    content: "\F105";
    margin-left: 8px;
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    top: 1px;
    -webkit-font-smoothing: antialiased;
}
.home-news-slider .slick-prev, .home-news-slider .slick-next{
	width: 16px;
    height: 28px;
}
.home-news-slider .slick-prev:before{
	content: " ";
	position: absolute;
    opacity: 1;
    background-image: url(../png/blue_arrow_left.png);
    width: 16px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
	right: 15px;
}
.home-news-slider .slick-next:before{
	content: " ";
	position: absolute;
    opacity: 1;
    background-image: url(../png/blue_arrow_right.png);
    width: 16px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
}
/*.home-post-link:before {
    content: '';
    position: absolute;
    background: url(images/ctrl.svg) no-repeat;
    top: 64%;
    left: 64%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    width: 60px;
    height: 60px;
}*/
/* Home news slider end*/


/* Home events start*/
.block-homepageeventsblock{
	display: flex;
    width: 100%;
    max-width: 1192px;
    margin: 0px auto;
    justify-content: flex-end;
}
.event-grid-box {
    width: 100%;
    max-width: 307px;
    margin-left: 40px;
    background-color: #fff;
    box-shadow: 1px 2px 6px 3px rgb(151 148 148 / 20%);
    position: relative;
}
.event-grid-box img {
    width: 100%;
    height: 180px;
    object-fit: cover;
	border: none;
    display: block;
}
.event-grid-inner {
    padding: 25px 15px 65px;
}
.event-grid-inner h4 {
    font-weight: bold;
    margin-bottom: 0;
    min-height: 46px;
}
.event-grid-inner h3 {
    color: #00c4de;
    margin-bottom: 8px;
}
.event-grid-inner p {
    margin-top: 10px;
    margin-bottom: 30px;
	min-height: 267px;
}
.event-grid-inner a.event-post-link {
    margin-top: 10px;
    position: absolute;
	bottom: 62px;
    font-size: 16px;
    font-weight: bold;
	color: #00c4de
}
/* Home events end*/
/* Popup content start*/
.popup-media{
	min-height: 186px;
}
.popup-media .et_pb_image_wrap:before{
	z-index: 1;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: "";
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 0 26px 52px;
	border-color: transparent transparent transparent #cacaca;
}
.video-grid-text h3{
	font-size: 24px;
	padding-bottom: 4px;
}
.video-grid-text p{
	max-width: 333px;
}
.location-page-left-title h1{
	padding-bottom: 0;
}
.mfp-iframe-holder .mfp-content{
	/*-webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease,-o-transform .3s ease;*/
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close{
	top: 0;
    opacity: 1;
    right: 0;
    position: fixed;
	font-size: 35px;
}
/* Popup content end*/

/* Job Listing css start*/
.listing-wrapper{
	box-shadow: 0 -6px 0 #fff, 0 1px 6px rgb(0 0 0 / 35%);
    -webkit-box-shadow: 0 -6px 0 #fff, 0 1px 6px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0 -6px 0 #fff,0 1px 6px rgba(0,0,0,.35);
    padding-bottom: 50px;	
}
.listing-wrapper .quicksearch, .listing-wrapper .quicksearchJobListing {
    border: 2px solid #fff;
    color: #fff !important;
    border-radius: 50px;
    padding: 6px 45px 2px 10px;
    margin: 10px 0;
    font-size: inherit;
    min-width: 207px;
    width: 221px;
	background-color: transparent;
}
.listing-wrapper .quicksearch:focus, .listing-wrapper .quicksearchJobListing:focus{
	outline: none;
	border-color: #fff;
}
.listing-wrapper .grid-data.department {
    text-align: center;
    color: #b0b0b0;
}
.grid-data .coh-style-cc-btn-primary{
	color: #fff;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    text-align: center;
    background-color: #00c4de;
    border-width: 2px;
    border-radius: 50px;
    border-style: solid;
    border-color: #00c4de;
    display: inline-block;
    vertical-align: top;
}
.grid-data .coh-style-cc-btn-primary:hover{
	color: #004572;
}
/* Job Listing css end*/

/* career page  css start */
.et_pb_slide_content .first-btn.et_pb_button{
	font-size: 24px;
	margin-right: 10px;
	padding: 3px 45px 1px !important;	
}
.et_pb_slide_content .second-btn.et_pb_button{
	padding: 0px 45px 0 !important;
	height: 42px;
}
.et_pb_slide_content .second-btn.et_pb_button:hover{
	padding: 0px 45px 0px !important;
    height: 42px !important;
}
.wearekambi-btn.et_pb_button{
	color: #ffffff !important;
}
.wearekambi-btn.et_pb_button:hover{
	color: #004572 !important;
}
.life-at-kambi-banner .popup-media img{
	max-height: 670px;
    object-fit: cover;
	object-position: top;
}
.life-at-kambi-banner .popup-media .et_pb_image_wrap:before{
	z-index: 1;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: "";
    width: 60px;
	height: 60px;
	background: url(../png/preview-icon.png) no-repeat;
	border: none;
}
.contact-right-text-block h3{
	margin-bottom: 5px;
    padding-top: 25px;
	padding-bottom: 0;
}
.contact-right-text-block a{
	color: #00c4de;
}
.contact-inner-address{
	color: #fff;
	margin-bottom: 24px;
}
.tab-office-icon{
	display: flex;
    align-items: center;
}
.tab-office-icon img{
	margin-right: 10px;
}
.tab-office-icon a{
	word-break: break-word;
}
a.rounded-cyan-btn.contact-right-btn{
	color: #00c4de !important;	
}
a.rounded-cyan-btn.contact-right-btn:hover{
	color: #014572;
	height: auto !important;
}
/* career page css end */

/* investors pages css start */
.page-title-wrap .et_pb_title_container{
	width: 100%;
    max-width: 1300px !important;
}
.highcharts-line-series path {
	stroke-width: 2px;
}
.chartContrls {
	display: none;
}
.highcharts-scrollbar {
	display: none;
}
#mf_stockChart #bg #monitorLogo {
	display: none;
}
.investor-calender-items, .investor-report-links{
	padding: 0 !important;
}
.investor-report-links a{
	color: #00c4de;
	margin-bottom: 12px;
    display: block;
}
.investor-report-links a:hover{
	color: #014572;
}
.investor-report-links li{
	list-style: none;
}
.investor-calender-items li{
	list-style: none;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
.investor-calender-items li:last-child{
	margin-bottom: 0;
}
.top-wrap{
	display: flex;
}
.date-circle-inner {
	background: #00c4de;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: flex;
    color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	margin-right: 6px;
}
.blue-circle-date{
	text-align: center;
}
.large-date-paragraph{
	padding-bottom: 0;
}
.event-title{
	max-width: 482px;	
	color: #00c4de;
    font-size: 24px;
	line-height: 32px;
    font-weight: 800;
    margin-bottom: 30px;
}
.investor-calender-page{
	max-width: 740px;
}
.investor-calender-page .event-title{
	margin-bottom: 30px;
}
.investor-calender-page .bottom-part {
    justify-content: flex-start;
}
.right-part-calender-page{
	padding-top: 12px;
    padding-left: 15px;
}
.date-month{
	text-transform: uppercase;
}
.investor-press-links{
	padding: 0 !important;
}
.investor-press-links li{
	margin-bottom: 30px;
    list-style: none;
    padding: 0;
}
.press-title {
    color: #00c4de;
    font-size: 18px;
    font-weight: normal;
    padding-left: 24px;
    margin-top: 10px;
}
.filter-years, .filter-years li{
	list-style-type: none;
    padding: 0 !important;
}
.filter-years a{
	font-size: 18px;
    margin-bottom: 7px;
    display: block;
}
.bottom-part{
	display: flex;
	justify-content: space-evenly;
}
#investor-top-menu .et_pb_menu__menu{
	width: 100%;
}
#investor-top-menu .et-menu-nav{
	width: 100%;
    display: block;	
}
#investor-top-menu .et_pb_row{
	max-width: initial;
}
#investor-top-menu ul{
	padding: 0 !important;
	margin: 0;
	width: 100%;
	border-top: none;
	position: relative;
    box-shadow: none;
    height: 100%;
    background: transparent !important;
}
#investor-top-menu ul li{
	border-right: 1px solid #00457280;
	display: table-cell;
	vertical-align: middle;
}
#investor-top-menu ul li:last-child{
	border-right: none;
}
#investor-top-menu ul li a{
	font-size: 16px;
	line-height: 20px;
	padding: 10px 10px 10px 16px;
	color: #004572;
	display: block;
	border-bottom: none;
	position: relative;
	background-color: transparent !important;
}
#investor-top-menu ul li a:hover, #investor-top-menu ul li.current-menu-item a{
	color: #00c4de;	
	opacity: 1;
}
.key-fact-section .et_pb_row{
	max-width: 1300px;
}
.key-fact-section #key-fact-data .et_pb_column_inner_0,
.key-fact-section #key-fact-data .et_pb_column_inner_2,
.key-fact-section #key-fact-data .et_pb_column_inner_4{
	margin-right: 0 !important;
}
.et_pb_toggle_close {
    background-color: transparent;
    padding: 0;
	margin-bottom: 1px !important;
	border: none;
}
.et_pb_toggle_open{
	background-color: transparent;
    padding: 0;
	margin-bottom: 1px !important;
	border: none;
}
.et_pb_toggle h5.et_pb_toggle_title{
	padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 70px;
    padding-right: 20px;
	background-color: #00c4de;
	color: #004572;
	font-size: 25px;
}
.et_pb_toggle_open h5.et_pb_toggle_title, .et_pb_toggle h5.et_pb_toggle_title:hover{
	background-color: #004572;
	color: #ffffff;
}
.et_pb_toggle h5.et_pb_toggle_title:before{
	left: 30px;
	padding-right: 20px;
	right: auto;
    font-size: 28px;
	color: #ffffff;
	speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F055";
    font-family: icomoon !important;
    font-size: 1.75rem;
    line-height: 1.875rem;
    padding-right: 1.25rem;
    position: absolute;
    left: 1.875rem;
    color: #fff;
}
.et_pb_toggle .et_pb_toggle_content{
	padding: 50px 30px 40px;
}
.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before {
	display: block !important;
}
#site-accordion a:hover {
    color: #004572 !important;
}
#site-accordion h2 {
    color: #00c4de;
}
.pdf-link-block a:before{
	speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F1C1";
    font-family: icomoon;
    font-size: 1.25rem;
    padding-right: .625rem;	
}
#site-accordion ul, .general-inner-wrap ul{
	list-style-type: none;
	padding-left: 0;
}
.general-inner-wrap ul{
	padding-bottom: 1em;
}
.general-inner-wrap li ul{
	padding-bottom: 0;
}
#site-accordion ul li, .general-inner-wrap ul li {
    padding-left: 10px;
    position: relative;
    font-size: 15px;
}
#site-accordion ul li:before, .general-inner-wrap ul li:before {
    font-size: .9375rem;
    position: absolute;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F105";
    font-family: icomoon;
    left: 0;
    top: .3125rem;
    color: #00c4de;
}
.investor-bottom-menu ul{
	display: block !important;
}
.et_pb_menu_0.investor-bottom-menu ul li a:hover {
    color: #ffffff !important;
    opacity: 1;
}
.change-down-small p:after{
	speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F0AB";
    font-family: icomoon;
    margin-left: .3125rem;
}
.change-down-big .et_pb_text_inner:after{
	speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F0AB";
    font-family: icomoon;
	color: #004572;
    font-size: 1.5625rem;
    margin-left: .625rem;
    position: relative;
    top: .25rem;
}

.change-up-small p:after{
	speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0aa";
    font-family: icomoon;
    margin-left: .3125rem;
}
.change-up-big .et_pb_text_inner:after{
	speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0aa";
    font-family: icomoon;
	color: #004572;
    font-size: 1.5625rem;
    margin-left: .625rem;
    position: relative;
    top: .25rem;
}


.event-time{
	font-weight: 700;
    padding-left: 30px;
    position: relative;
	margin-bottom: 20px;
}
.event-time:before{
	speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F017";
    font-family: icomoon;
    color: #004572;
    font-size: 1.375rem;
    position: absolute;
    top: -.125rem;
    left: 0;
}
.event-add-btn{
	font-weight: 700;
	padding-left: 30px;
    position: relative;
}
.event-add-btn em{
	font-style: normal;	
}
.event-add-btn:before{
	-webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    color: #004572;
    font-size: 1.2rem;
    position: absolute;
    top: 2px;
    left: 0;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*content: "\e00d";*/
    content: "\F271";
    font-family: icomoon;
}
.event-add-btn a:hover, .event-add-btn:hover:before{
	color: #00c4de;
}
.all-event-lnk{
	padding-top: 20px;
    text-align: right;
    font-weight: 800;
    color: #004572;
}
.all-event-lnk a:after{
	speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F054";
    font-family: icomoon;
    font-size: .8125rem;
    position: relative;
    top: .0625rem;
    margin-left: .3125rem;
}
.all-event-lnk a:hover, .all-event-lnk:hover:before{
	color: #00c4de;
}
.tab-img-col{
	margin-right: 0 !important;
	width: 17.875% !important;
}
.tab-img-col img{
	max-height: 227px;
	min-width: 181px;
    object-fit: cover;
}
.tab-text-col{
	margin-right: 13.5% !important;
}
.tab-text-col h2{
	font-size: 44px !important;
	color: #014572 !important;
}
.tab-text-col .et_pb_text_inner{
	color: #014572 !important;
}
.color-light-blue{
	color: #00c4de;
}
.investor-subscribe-btn{
	height: 33px;
	font-size: 16px !important;
	color: #004572 !important;
}
.investor-subscribe-btn:hover{
	background-color: #ffffff !important;
}
.et_pb_button.investor-subscribe-btn:hover:after{
	top: 21px!important;
	left: inherit!important;
	transition: none;
}
#investor-top-menu .mobile_menu_bar:before{
	speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F055";
    font-family: icomoon !important;
    position: absolute;
	left: 0;
    top: -10px !important;
    color: #004572;
    font-size: 17px;
}
#investor-top-menu .mobile_menu_bar:after{
	content: 'Investors menu';
    position: absolute;
    left: 30px;
    top: 0px !important;
    color: #004572;
    width: 130px;
	font-weight: 600;
}
#investor-top-menu .mobile_menu_bar:hover:before, #investor-top-menu .mobile_menu_bar:hover:after{
	color: #00c4de;
}
.filter-by-type ul{
	padding: 0;
    margin-bottom: 60px;
}
.filter-by-type li{
	list-style: none;
	position: relative;
    padding-left: 14px;
}
.filter-by-type li:before{
	font-size: .9375rem;
    position: absolute;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F105";
    font-family: icomoon;
    left: 0;
    top: .3125rem;
    color: #00c4de;
}
.result-wrap{
	margin-bottom: 30px;
}
.result-title-wrap{
	padding-left: 20px;
    margin-top: 10px;
}
#subscribeWidget ul{
	padding: 0;
}
#subscribeWidget .mfn-info p{
	margin-bottom: 20px;
}
#subscribeWidget #sub-email {
    width: 80% !important;
}
#subscribeWidget .subscription-wrapper button{
	font-family: Overpass,Helvetica,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #004572;
    background-image: url(../png/submit-button-chevron-white.png);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: center right 18px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 18px;
    padding-right: 34px;
    border-radius: .375rem;
    margin: 100px 0px 0px 0px;
    transition: all .3s;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    float: right;
    border: none;
    cursor: pointer;
}
#policy-text{
	margin-bottom: 30px;
}
.coh-style-insider-table-container, .coh-style-table-container {
    overflow-x: auto;
}
.coh-style-insider-table-container table tr, .coh-style-table-container table tr{
	background-color: #efefef;
}
.coh-style-insider-table-container table tr:nth-child(even), .coh-style-table-container table tr:nth-child(even) {
    background-color: #f3f3f3;
}
.coh-style-insider-table-container table th, .coh-style-table-container table th{
	padding-top: .9375rem;
    padding-bottom: .9375rem;
    padding-left: .625rem;
    padding-right: .625rem;
    font-family: Overpass,Helvetica,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 800;
    color: #555;
    border-top-width: .0625rem;
    border-left-width: .0625rem;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #fff;
    border-left-color: #fff;
    text-align: left;
}
.coh-style-insider-table-container table td, .coh-style-table-container table td {
    padding-top: .9375rem;
    padding-bottom: .9375rem;
    padding-left: .625rem;
    padding-right: .625rem;
    font-family: Overpass,Helvetica,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    color: #555;
    border-top-width: .0625rem;
    border-left-width: .0625rem;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #fff;
    border-left-color: #fff;
}
.mf_date-range, .mf_number-of-shares {
    margin-bottom: 40px;
}
#site-accordion .mf_date-range h2, #site-accordion .mf_number-of-shares h2 {
    color: #004572 !important;
	margin-bottom: 20px;
}
.mf_date-range p, .mf_number-of-shares p{
	margin-bottom: 20px;
}
.mf_date-range label, .mf_number-of-shares label {
    margin-right: 7px;
}
.mf_date-range input[type=text], .mf_number-of-shares input[type=text]{
	border: 1px solid #000000;	
}
.mf-table{
	max-width: 950px;
}
.et_pb_button.calendar-tab-items{
	background-color: rgba(0,69,114,.2);
    color: #004572 !important;
	display: block;
	width: 100%;
	transition: none;
    overflow: visible;
	position: relative;
	font-weight: 800;
}
.calendar-tab-items.active-page-tab{
	background-color: #004572;
	color: #ffffff !important;
	position: relative;
}
.calendar-tab-items:hover:after{
	content: none !important;	
}
.calendar-tab-items:hover{
	color: #004572;
    background-color: #00c4de;
}
.calendar-tab-items.active-page-tab:after {
    font-size: 0 !important;
    line-height: 0;
    top: 0 !important;
    right: -30px!important;
    left: inherit !important;
    margin-top: 0;
    margin-left: 0;
    height: 0 !important;
    width: 0 !important;
    border-top-width: 2.0625rem;
    border-top-style: solid;
    border-left-width: 1.875rem;
    border-left-style: solid;
    border-left-color: #004572;
    border-bottom-width: 2.0625rem;
    border-bottom-style: solid;
    position: absolute;
    content: '' !important;
    border-top-color: #fff;
    border-bottom-color: #fff;
    opacity: 1 !important;
    transform: none !important;
	transition: none !important;
}
.calendar-tab-items.active-page-tab:hover:after {
    font-size: 0 !important;
    line-height: 0;
    top: 0 !important;
    right: -30px!important;
    left: inherit !important;
    margin-top: 0;
    margin-left: 0;
    height: 0 !important;
    width: 0 !important;
    border-top-width: 2.0625rem;
    border-top-style: solid;
    border-left-width: 1.875rem;
    border-left-style: solid;
    border-left-color: #00c4de;
    border-bottom-width: 2.0625rem;
    border-bottom-style: solid;
    position: absolute;
    content: '' !important;
    border-top-color: #fff;
    border-bottom-color: #fff;
    opacity: 1 !important;
    transform: none !important;
}
.press-release-detail-page .et_pb_row{
	max-width: 1300px;
}
.press-detail-filter-year h2{
	font-size: 44px;
    line-height: 52px;
    text-transform: uppercase;
	padding-bottom: 14px!important;
    margin-bottom: 18px!important;
    border-bottom: 1px solid #efefef;
}
/* investors pages css end */

/* Event page css start */ 
.event-page-banner img{
	object-fit: cover;
}
.sidebar-contactform label{
	color: #004572;
	display: block;
    font-size: 16px;
    margin-bottom: 7px;
    line-height: 20px;
    vertical-align: top;	
}
.sidebar-contactform .red {
    color: #f00;
}
.sidebar-contactform input{
    border: 1px solid #00c4de;
    height: 40px;
    padding: 0px 16px;
    border-radius: 20px;
    margin-bottom: 15px;
    width: 100%;
}
.sing-up-bt-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
}
.sidebar-contactform a {
    font-size: 14px;
    color: #004572;
}
.sidebar-contactform button{
	color: #fff;
    border-radius: 50px;
    border: 2px solid #004572;
    font-weight: 400;
    font-size: 14px;
    padding: 4px 16px;
    margin-top: 0px;
    width: auto;
    background-color: #004572;
    cursor: pointer;
}
.meet-kambi-col{
	border: 1px solid #ccc;
    padding: 70px 15px;
    box-shadow: 2px 2px 13px 2px rgb(0 0 0 / 10%);
    position: relative;
}
.kambi-wrap-img{
	max-width: 50%;
	width: 100%;
    position: absolute;
    /*max-width: 416px;*/
    height: 279px;
    left: -46px;
    object-fit: cover;
}
.mett-inner-content{
	max-width: 48%;
	float: right;
    padding-right: 25px;
}
.mett-inner-content h2{
	max-width: 260px;
    margin-bottom: 10px;
}
.feater-Event-Post h3{
	color: #00c4de;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 20px;
}
.mett-inner-content p {
    color: #00c4de;
    margin-bottom: 30px;
}
.mett-inner-content .coh-link {
    color: #00c4de;
    padding: 6px 18px;
    font-size: 16px;
    letter-spacing: 0px;
	-webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    border-color: #00c4de;
    border-style: solid;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border-width: 2px;
    text-align: center;
	display: inline-block;
    vertical-align: top;
}
.mett-inner-content .coh-link:hover {
    color: #004572;
    border-color: #004572;
}
.event-btn-wrap {
    text-align: center;
}
.event-btn-wrap a:first-child {
    margin-right: 30px;
    letter-spacing: 0px;
}
.event-btn-wrap a {
    width: 250px;
    padding: 14px 18px;
    font-size: 20px;
    letter-spacing: 0px;
    color: #00c4de;
    webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    border-color: #00c4de;
    border-style: solid;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border-width: 2px;
    border-color: #00c4de;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.event-btn-wrap a:hover {
    color: #004572;
    border-color: #004572;
}
/* Event page css end */ 

/* History slider start */
.history-slider-item h1 {
    opacity: 0;
	text-align: center;
}
.history-slider .slick-slide img {
	background: #fff;
    width: 132px;
    height: 132px;
    object-fit: cover;
    margin: 0 auto;
    box-shadow: -10px -10px #004572;
    transition: transform .5s ease-in-out,box-shadow .5s ease-in-out,-webkit-transform .5s ease-in-out;
    margin-top: 90px;
}
.history-slider .slick-slide span {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transition: opacity .8s cubic-bezier(.23,1,.32,1),transform .8s cubic-bezier(.23,1,.32,1),-webkit-transform .8s cubic-bezier(.23,1,.32,1);
	text-align: center;
    display: block;
}
.history-slider  .slick-slide.slick-center img {
    width: 180px;
    height: 180px;
    box-shadow: -10px -10px #00c3dd;
    -webkit-transform: scale(1.34);
    transform: scale(1.34);
    margin-bottom: 54px;
    margin-top: 0;
}
.history-slider .slick-slide.slick-center h1 {
    opacity: 1;
    line-height: 42px;
    margin-bottom: 56px;
}
.history-slider .slick-slide.slick-center span {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 0;
}
.history-slider .slick-arrow {
    position: absolute;
    top: 242px;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
	text-indent: -9999px;
}
.history-slider .slick-prev {
    background: transparent;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 25px 15px 0;
    border-color: transparent #00c3dd transparent transparent;
    border-radius: 0;
	right: auto;
    left: 0;
}
.history-slider .slick-next {
    background: transparent;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent #00c3dd;
    border-radius: 0;
	right: 0;
    left: auto;
}
.history-slider .slick-track:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    top: 242px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: repeating-linear-gradient(90deg,#00c4de 0,#00c4de 2px,transparent 0,transparent 10px);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 100% 2px;
}
.partners-logo-section .et_pb_row{
	align-items: center;
}
.history-slider .et-learn-more{
	border: none;
	box-shadow: none;
    text-align: center;
	opacity: 0;
	position: relative;
}
.history-slider .slick-slide.slick-center .et-learn-more{
	opacity: 1;
}
.history-slider .et-learn-more h3.heading-more{
	background: transparent;
	font-size: 16px;
    line-height: 22px;
	font-weight: normal;
	color: #014572;
}
.history-slider .slick-slide .learn-more-content{
	visibility: hidden !important;
}
.history-slider .slick-slide.slick-center .learn-more-content{
	visibility: visible !important;
}
/* History slider end */

/* Quote slider start */
.quote-items{
	overflow: hidden;
}
.quote-items .slick-slide{
	padding: 62px 78px 50px;
}
.quote-items .slick-slide h3 {
    position: relative;
    quotes: "\201C""\201D""\2018""\2019";
}
.quote-items .slick-slide h3:after, .quote-items .slick-slide h3:before {
    color: #485cc7;
}
.quote-items .slick-slide h3:before {
    content: open-quote;
    left: -84px;
}
.quote-items .slick-slide h3:before, .quote-items .slick-slide h3:after {
    position: absolute;
    font-size: 150px;
}
.quote-items .slick-slide h3:after {
    content: close-quote;
    right: -73px;
    bottom: -79px;
}
.gray-slick-arrows .slick-prev {
    right: auto !important;
    left: 0 !important;
}
.gray-slick-arrows .slick-prev {
    background: transparent;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 25px 15px 0;
    border-color: transparent #dcdcdc transparent transparent;
    border-radius: 0;
	z-index: 9;
	text-indent: -9999px;
}
.gray-slick-arrows .slick-next {
    right: 0 !important;
    left: auto !important;
}
.gray-slick-arrows .slick-next {
    background: transparent;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent #dcdcdc;
    border-radius: 0;
	z-index: 9;
	text-indent: -9999px;
}
/* Quote slider end */

/* What we do css start */
#kambi-works-wrap{
	margin-right: auto !important;	
	margin-left: auto !important;	
}
#kambi-works-wrap .slick-slide{
	text-align: center;
}
#kambi-works-wrap .slick-slide img{
	margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: 150px;
    object-fit: contain;
}
#managed-video{
	margin-top: -130px;
}
.offering-bottom-button .et_pb_button_module_wrapper {
	display: inline-block;
	vertical-align: top;
}
.offering-bottom-button .et_pb_button_module_wrapper a:hover {
    color: #00c4de !important;
    background-color: #004572 !important;
    border: 2px solid #00c4de !important;
}
.case-study-slider-wrap{
	box-shadow:0 0 5px 2px #e5e5e5;
	min-height: 627px;
}
.case-study-slider .slick-slide{
	text-align: center;
}
.case-study-slider .et_pb_image{
	top: 163px;
	min-width: 592px;
    max-height: 330px;
    min-height: 330px;
}
.case-study-slider .case-study-video-col{
	margin-right: 20px !important;
}
.case-study-slider .et_pb_button{
	background: transparent !important;
    color: #00c4de !important;
}
.case-study-slider .et_pb_button:hover{
	color: #004572 !important;
}
.case-study-slider.gray-slick-arrows .slick-prev{
	left: 30px !important;
}
.case-study-slider.gray-slick-arrows .slick-next{
	right: 30px !important;
}
.case-study-slider .popup-media .et_pb_image_wrap:before {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: "";
    width: 68px;
    height: 68px;
    background-image: url(../png/play-big.png);
    background-repeat: no-repeat;
	border: none;
}
.icon-image-col{
	display: none;
}
.link-block-title h5{
	margin: 81px 0px;
    padding-bottom: 0;
}
.expertise-link-blocks .et_pb_column:hover, .expertise-link-blocks .et_pb_column.active {
    background-color: #FFF !important;
	background-image: none;
}
.expertise-link-blocks .et_pb_column:hover h5, .expertise-link-blocks .et_pb_column.active h5 {
    color: #004572 !important;
    opacity: 1;
    margin: 0 0 20px 0;
}
.expertise-link-blocks .et_pb_column:hover .icon-image-col, .expertise-link-blocks .et_pb_column.active .icon-image-col{
	display: block;
	padding-top: 28px;
}
.expertise-link-blocks .et_pb_column:hover {
    background: #FFF !important;
}
.expertise-link-blocks .et_pb_column.active{
	padding-bottom: 60px;
	border-bottom: none;
}
.expertise-link-blocks .et_pb_column.active .link-block-title {
    border-bottom: 1px solid #dcdcdc;
    width: 90%;
    text-align: center;
    padding-bottom: 19px;
	margin: 0 auto;
}
.content-expertise-row .row {
    display: none;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
	padding: 40px;
	margin-top: -80px;
    background-color: #fff;
}
.expertise-innercol-btn{
	color: #00c4de !important;
}
.row .et_pb_button.expertise-innercol-btn:hover{
	color: #004572 !important;
	background-color: transparent !important;
}
.slidearrow {
	color: #efefef;
    background-color: #00c4de;
    height: 27px;
    width: 100%;
    margin-bottom: 0;
    position: relative;
    display: block;
    text-align: center;
}
.slidearrow::before {
    content: "\F107";
    position: absolute;
    font-family: icomoon;
    color: #fff;
    font-size: 24px;
    top: 3px;
    left: 48%;
	visibility: visible;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
}
.static-pages h1, .static-pages h2{
	letter-spacing: -1px;
}
.static-pages ul {
    line-height: 1.8;
    margin-bottom: 1.5rem;
	padding: 0;
}
.static-pages ul li {
    padding-left: 10px;
    position: relative;
    font-size: 15px;
	list-style: none;
}
.static-pages ul li:before {
    font-size: .9375rem;
    position: absolute;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F105";
    font-family: icomoon;
    left: 0;
    top: .3125rem;
    color: #00c4de;
}
/* What we do css end */

/* News & insight css start */
.news-sidebar{
	min-width: 312px;
}
.newspage-featured-post{
	background-color: #fff;
    padding-top: 72px;
    padding-bottom: 72px;
    margin-left: 5vw;
	margin-bottom: 80px;
    position: relative;
    -webkit-box-shadow: 0 0 5px 2px #e5e5e5;
    box-shadow: 0 0 5px 2px #e5e5e5;
}
.newspage-featured-post .picholder img{
	max-width: 430px;
	max-height: 300px;
    position: absolute;
    top: 50%;
    left: -5vw;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.newspage-featured-post .picholder{
	min-height: 215px;
    float: left;
}
.featured-right{
	margin-left: 48%;
    max-width: 416px;
}
.featured-article-content {
    color: #00c4de;
}
.featured-article-content .coh-link {
    margin-top: 40px;
	color: #00c4de;
    font-size: 18px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    border-width: 2px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border-style: solid;
    border-color: #00c4de;
	display: inline-block;
}
.featured-article-content .coh-link:hover{
	color: #004572;	
}
.featured-right h2{
	margin-bottom: 16px;
}
.newspage .tab-wrap {
	width: 100%;
	border: 1px solid #c9c9c9;
	margin-top: 80px;
	margin-bottom: 30px;
}
.newspage .tab+label {
	float: left;
	margin: 0;
	width: 50%;
	background-color: #fff;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.newspage .tab:checked + label{
	background-color: #014572;
}
.newspage .tab + label:hover {
    background-color: #f9f9f9;
	color: #014572;
    box-shadow: 0 1px 0 #f4f4f4 inset;
}
.newspage .tab__content {
	background: #004572;
}
.tab-item-list {
	padding: 20px;
}
.tab-item-list a {
	color: #fff;
	padding: 20px 0;
	display: block;
	line-height: 20px;
	border-bottom: 1px solid #ffffff;
}
.tab-item-list a:last-child {
	border-bottom: none;
}
.tab-item-list a:hover {
	color: #00c4de;
}
.news-sidebar-contactform {
	background: #ffa300;
	padding: 20px;
	position: relative;
}
.news-sidebar-contactform:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100px;
	width: 100%;
	background-color: #fff;
	z-index: 1;
}
.news-sidebar-contactform h3 {
	color: #fff;
}
.news-sidebar-contactform form {
	background: #fff;
	box-shadow: 0 3px 5px 2px #ccc;
	padding: 15px;
	position: relative;
	z-index: 2;
}
.news-sidebar-contactform .red {
	color: #f00;
}
.news-sidebar-contactform label {
	color: #00c4de;
	margin-bottom: 7px;
}
.news-sidebar-contactform input[type="text"],
.news-sidebar-contactform input {
	width: 100%;
	border: 1px solid #e5e5e5;
	height: 34px;
	padding: 0 10px;
	margin-bottom: 3px;
}
.news-sidebar-contactform input {
	margin-bottom: 15px;
}
.news-sidebar-contactform input[type="button"],
.news-sidebar-contactform button[type="submit"] {
	color: #00c4de;
	border-radius: 50px;
	border: 2px solid #00c4de;
	font-weight: 600;
	font-size: 20px;
	padding: 4px 20px;
	margin-top: 7px;
	cursor: pointer;
}
.news-sidebar-contactform button[type="submit"] {
	width: 100%;
	background-color: transparent;
}
.news-sidebar-contactform .form-control {
	margin-bottom: 12px;
}
.validation_error_msg {
	font-size: 13px;
}
.news-page-grid .slider-post-wrap{
	width: 30.33%;
	display: inline-block;
	vertical-align: top;
	margin-right: 22px;
	margin-bottom: 60px;
}
.news-page-grid .slider-post-wrap:nth-child(3n){
	margin-right: 0;
}
.left-video {
    background-color: #00c4de;
    margin: 40px 0;
    padding: 70px 25px 40px 25px;
    min-height: 468px;
}
#videoDescSec a{
 color: #FFF; 
}
.meta-video p.date {
    float: left;
    margin: 0;
    color: #485cc7;
	padding-bottom: 0;
}
.meta-video p.name {
    float: right;
    margin: 0;
    font-weight: 600;
}
.left-video h2{
	color: #fff;
	margin-top: 6px;
}
#videoDescSec {
    height: 130px;
    overflow: hidden;
}
.meta-share a {
    position: relative;
    margin-right: 60px;
}
.news-video-content{
	display: flex;
}
.news-video-left{
	max-width: 443px;
}
.meta-share p{
	margin-bottom: 13px;
}
.meta-share a {
	position: relative;
	margin-right: 60px;
}

.meta-share a:after {
	position: absolute;
	top: 0;
	left: 0;
	font-family: icomoon;
	font-size: 26px;
	color: #ffffff;
}

.meta-share a.mail:after {
	content: "\F0E0";
}

.meta-share a.linkdin:after {
	content: "\F0E1";
}

.meta-share a.twitter:after {
	content: "\F099";
}

.meta-share a.facebook:after {
	content: "\F09A";
}

.main-video {
	height: 542px;
	width: 100%;
	background: #000;
}
.video-slider iframe{
	height: 100%;
    display: block;
    width: 100%;
}
.video-slider .slick-slider {
	overflow: hidden;
}

.video-slider .slick-slider img {
	width: 157px;
	height: 90px;
	object-fit: cover;
	margin-bottom: 15px;
	cursor: pointer;
}

.video-slider .slick-slider p {
	max-width: 157px;
}

.video-title {
	color: #00c4de;
	margin-top: 20px;
}

.video-slider .slick-list {
	margin-left: 40px;
}

.video-slider .slick-slider .slick-prev:before {
	content: "\F053";
	font-family: icomoon;
	color: #00c4de;
	font-size: 34px;
	z-index: 9999;
}

.video-slider .slick-slider .slick-next:before {
	content: "\F054";
	font-family: icomoon;
	color: #00c4de;
	font-size: 34px;
	z-index: 9999;
}

.video-slider .slick-slider .slick-prev,
.video-slider .slick-slider .slick-next {
	position: absolute;
	z-index: 9;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none;
}

.video-slider .slick-slider .slick-prev {
	left: 0;
}

.video-slider .slick-slider .slick-next {
	right: 0;
}

.coh-container-boxed .podcast-block {
	margin: 50px auto 70px;
	max-width: 87.5rem;
}

.custom-height {
	margin-top: 50px;
	margin-bottom: 70px;
}

.podcast-inner-block {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 105px;
    position: relative;
    -webkit-box-shadow: 0 0 5px 2px #e5e5e5;
    box-shadow: 0 0 5px 2px #e5e5e5;
    max-width: 90%;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: self-start;
    margin: 0 auto 50px;
}

.podcast-block-1 {
    width: 100%;
    max-width: 20%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.podcast-block-2 {
    width: 100%;
    max-width: 34%;
    display: inline-block;
    margin-bottom: 50px;
    margin-left: -20px;
}

.podcast-block-3 {
     width: 100%;
    max-width: 42%;
    display: inline-block;
    position: absolute;
    right: 0;
}

.audio-section-one {
	position: relative;
	left: 35px;
	margin-bottom: 30px;
	background: #168E82;
	display: flex;
	align-items: center;
}

.audio-small-paly {
    display: inline-block;
    height: 100px;
    vertical-align: middle;
    text-align: center;
    padding: 0 0;
    width: 100px;
}

.audio-detail-wrap {
    padding-left: 25px;
    border-left: 1px solid #fff;
    display: inline-block;
    min-height: 78px;
}
.audio_icon {
    width: 45px;
    margin-right: 15px;
    margin-top: 10px;
}

.audio-detail-innerwrap {
	display: flex;
	align-items: center;
}

.audio-timer p {
	margin-bottom: 0;
}

.audio-small-paly img {
	margin: 0 auto;
}

.audio-timer {
	display: inline-block;
	color: #fff;
	margin-right: 40px;
	vertical-align: middle;
}

.audio-detail {
	display: inline-block;
	color: #fff;
	padding: 5px 0;
	max-width: 223px;
}

.audio-detail p {
	margin-bottom: 6px;
	font-size: 20px;
	padding-top: 4px;
}

.audio-detail a {
	font-size: 14px;
}

.podcast-title-head {
    /*background: #485cc7;*/
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    position: relative;
    left: -85px;
}

.podcast-title-head h4 {
	color: #fff;
	font-size: 41px;
	margin-bottom: 0;
	line-height: 65px;
	font-weight: 900;
}

.podcast-title-head p {
	color: #00c4de;
	font-weight: 600;
	margin-bottom: 0;
}

.podcast-main-play-icon a::after {
	content: "\F01D";
	position: absolute;
	top: 0;
	left: 30px;
	font-family: icomoon;
	font-size: 71px;
	color: #004572;
}

.podcast-main-play-icon {
    position: absolute;
    margin-left: 0;
    width: 70px;
    top: 50%;
    left: 30%;
    transform: translate(-105%, -50%);
}

.podcast-main-play-icon .triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 30px;
	border-color: transparent transparent transparent #004472
}

.podcast-title-head2 h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 900;
    margin-bottom: 25px;
    margin-top: 25px;
}

.podcast-title-head2 p {
	color: #00c4de;
	font-weight: normal;
	margin-bottom: 0;
}

.podcast-social-icon {
	margin-top: 40px;
	position: relative;
}

.podcast-social-icon .meta-share a::after {
	color: #00c4de;
}
.kambicaste_img {
    width: 285px;
    padding: 0;
    margin: 0 -21px;
}
.podcast-block-3 h4 {
    margin-left: 40px;
    text-decoration: underline;
    font-weight: 400;
}
.desc-pod
{
    color: #00c4de;;
}
.drop-down {
	display: none;
	background: #485cc7;
	width: 100%;
	max-width: 190px;
	position: absolute;
	left: 29%;
	top: 35px;
	text-align: center;
	border-radius: 10px;
}

.drop-down ul {
	margin-bottom: 10px;
	margin-top: 10px;
}

.drop-down ul li {
	border-bottom: 1px solid #fff;
	padding-bottom: 0px;
	margin-bottom: 4px;
	padding-top: 4px;
}

.drop-down ul li:last-child {
	border-bottom: none;
}

.drop-down ul li:before {
	display: none;
}

.more-icon {
	display: inline-block;
	top: 0px;
	position: absolute;
	cursor: pointer;
}

.drop-down ul li a {
	color: #fff;
	font-weight: normal;
	text-align: center;
	margin-right: 20px;
}

.audioPlayer {
	display: none;
}

.img-play-pause {
	cursor: pointer;
}
.news-video-right{
	max-width: 886px;
}
.featured-report {
    background: #1dac8a;
    padding: 20px;
    margin-left: 1vw;
    margin-top: 30px;
    margin-bottom: 40px;
	position: relative;
}
.featured-report h3 {
    color: #ffffff;
	margin: 10px 0 15px;
}
.featured-report h4 {
    max-width: 116px;
    margin-left: 155px;
    font-weight: 900;
	line-height: 25px;
}
.feature-report-text {
    margin-top: 70px;
}
.featured-report img {
    width: 170px;
    height: 110px;
    object-fit: cover;
    position: absolute;
    left: -3vw;
}
.featured-report a{
    color: #fff;
    margin-bottom: 12px;
    position: relative;
}
.featured-report a:hover{
	color: #fff;
}
.featured-report a:after {
    content: "\F105";
    margin-left: 8px;
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
/* News & insight css end */

/* General css start */
.general-inner-wrap{
	max-width: 1300px;
	margin: 0 auto;
}
.page-title-wrap{
	padding-top: 70px;
    padding-bottom: 60px;
    background-color: #00c4de!important;
}
.page-title-wrap h1{
	padding-bottom: 0;
}
.postinner-detail-page{
	padding: 60px 0;
}
.postdetail-inner{
	display: flex;
}
.meta-wrap span{
	font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}
.postdetail-inner .et_pb_row{
	max-width: 1300px;
	margin: 0 auto;
	width: 100%;
}
.postdetail-inner .et_pb_row .et_pb_column:first-child{
	margin-right: 20px;	
}
.article-pagelink{
	font-weight: 800;
    font-size: .9375rem;
    padding-left: 1.125rem;
    position: relative;
}
.article-pagelink:before{
	font-size: .8125rem;
    position: absolute;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F053";
    font-family: icomoon;
    left: 0;
	top: 4px;
}
.article-pagelink:hover{
	color: #004572;
}
.share-post-links{
	display: flex;
}
.article-meta{
	display: flex;
	align-items: center;
    justify-content: space-between;
	padding-bottom: 14px;
}
.share-post-links p{
	margin-right: 10px;
	line-height: 30px;
}
.share-link {
    display: flex;
	margin-left: 10px;
}
.share-twitter-link:after {
    font-size: 1.875rem;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F081";
    font-family: icomoon;
}
.share-facebook-link:after {
	font-size: 1.875rem;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F082";
    font-family: icomoon;
}
.share-linkedin-link:after {
	font-size: 1.875rem;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F08C";
    font-family: icomoon;
}
.post-main-content{
	border-top: 1px solid #004572;
	border-bottom: 1px solid #004572;
	padding: 30px 0;
}
.fpp-menu-wrap{
	display: flex;
    justify-content: flex-end;
    align-items: center;
}
.fpp-menu-wrap h5{
	padding-bottom: 0;
	margin-right: 33px;
}
.dropdown-toggle{
	background-color: rgb(238, 238, 238);
    border: 1px solid rgb(217, 220, 227);
    border-radius: 4px;
    width: 300px;
    display: block;
	color: #004572;
	font-weight: bold;
}
div#fpp-menu-block { position: relative; } 
div#fpp-menu-block a { padding: 4px 14px; position: relative; }
div#fpp-menu-block a.dropdown-toggle:after { 
	content: '\f078';
    font-family: 'icomoon';
    position: absolute;
    top: 2px;
    right: 14px;
}
ul.dropdown {
	display: none;
	margin-top: 7px; 
	background-color: rgb(238, 238, 238);
    border: 1px solid rgb(217, 220, 227);
    border-radius: 4px;
    list-style: none;
    width: 300px;
    position: absolute;
    top: 23px;
    right: 0px;
    padding: 0px;
    border-top: none;
}
ul.dropdown li { 
	list-style-type: none; 
	padding: 4px 2px;
}
ul.dropdown li:before{
	content: none;
}
ul.dropdown li a { 
	text-decoration: none;
	padding: 0em 1em;
	color: #004572;
	display: block;
}
.views-field-title {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    margin: 6px 0 0;
    float: left;
    width: 100%;
    max-width: 72%;
    min-height: 64px;
    border-right: 1px solid #004572;
    padding-right: 20px;
    margin-right: 20px;
	margin-bottom: 15px;
}
.views-field-search-api-excerpt {
	min-height: 82px;
    margin-bottom: 1.875rem;
    font-size: .9375rem;
    line-height: 1.25rem;
    font-weight: 400;
    padding-bottom: 1.875rem;
    border-bottom-width: .0625rem;
    border-bottom-color: #bfbfbf;
    border-bottom-style: solid;
}
.cc-header-link{
	font-size: 22px;
    color: #004572;
    font-weight: 700;
    margin-bottom: 30px;
    display: block;
    line-height: 26px;
}
.cc-header-link:hover{
	text-decoration: underline;
}
.featured-reading-section{
	margin-top: 20px;
}
.further-reading-wrap{
	margin-top: 50px;
}
.further-read-link{
	margin-top: 20px;
    color: #004572;
    line-height: 22px;
}
.further-read-more-link{
	position: relative;
    margin-top: 10px;
}
.further-read-more-link:after {
    content: "\F105";
    margin-left: 8px;
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    top: 1px;
    -webkit-font-smoothing: antialiased;
}
.post-page-sidebar{
	margin-top: 40px;
}
.postsidebar-title{
	font-size: 24px;
}
.connect-kambi-wrap{
	background-color: #00c4de;
    padding-top: 40px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 1.875rem;
	margin-top: 30px;
}
.connect-kambi-wrap h3{
	font-size: 24px;
    line-height: 32px;
}
.connect-social-icons{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.connect-social-icons a{
	margin-right: 10px;
}
.connect-social-icons a:last-child{
	margin-right: 0;
}
.event-section a{
	color: #fff;
    display: block;
    margin-bottom: 20px;
}
.event-section a:hover{
	color: #004572;
	text-decoration: underline;
}
.event-section a:after{
	speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F054";
    font-family: icomoon;
    font-size: .8125rem;
    position: relative;
    top: .0625rem;
    margin-left: .3125rem;
}
.image-row-customize .image-customize img{
	height: 200px;
	object-fit: contain;
}
.image-row .image-customize img{
	height: 200px;
	object-fit: cover;
	width: 100%;
}
#block-contenttype h2{
	font-size: 44px;
	margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #004572;
}
.facets-widget-links ul li:before{
	content: none !important;
}
.facets-widget-links ul li{
	margin-bottom: 2px;
}
.page-numbers{
	margin-right: 25px;
	font-weight: 700;
    font-size: 20px;
}
.card {
    width: 100% !important;
    min-height: auto;
    padding-bottom: 15px;
}
/* General css end */
/* cookie css start*/
.cookie-bar {
    background-color: #720b00;
	width: 100%;
	position: fixed;
	z-index: 9;
	bottom: 0;
	padding: 0 20px;
	color: #fff;
}
.cookie-button {
    display: flex;
    align-items: center;
}
.cookie-button .button-wrap{
	margin-right: 5px;
}
.cookie-button .button-wrap:last-child{
	margin-right: 0;	
}
.cookie-button .button-wrap .button-link{
	cursor: pointer;
    margin-right: 5px;
    margin-top: 1em;
    vertical-align: middle;
    overflow: visible;
    width: auto;
    -moz-box-shadow: inset 0 1px 0 0 #ffffff;
    -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
    box-shadow: inset 0 1px 0 0 #ffffff;
    background-color: #ededed;
    background-image: -moz-linear-gradient(top,#ededed 5%,#dfdfdf 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(5%,#ededed),color-stop(100%,#dfdfdf));
    background-image: -webkit-linear-gradient(top,#ededed 5%,#dfdfdf 100%);
    background-image: -o-linear-gradient(top,#ededed 5%,#dfdfdf 100%);
    background-image: -ms-linear-gradient(top,#ededed 5%,#dfdfdf 100%);
    background-image: linear-gradient(to bottom,#ededed 5%,#dfdfdf 100%);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    color: #000;
    font-family: Arial,sans-serif;
    font-weight: bold;
    padding: 4px 8px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #ffffff;
    display: block;
}
.dec-btn {
    float: right;
    position: relative;
    top: 0px;
    padding-left: 30px;
}
.cookie-text {
    font-size: 16px;
	font-weight: bold;
    line-height: 1.4;
    margin: 0 0 5px 0;
}
.cookie-text a {
   color: #00c4de;
}
.cookie-text a:hover {
    color: #004572;
}
.eu-cookie-compliance-message {
    float: left;
    margin: 5px 0 0;
    max-width: 62%;
}
.eu-cookie-compliance-buttons {
    float: right;
    margin: 0 0 1em 0;
    max-width: 40%;
}
.cookie-bar-inner{
	margin: 0 auto;
    max-width: 80%;
}
/* cookie css end*/
/* G2E css start*/
.g2e-intro-box h2{
	margin-bottom: 10px;
}
.g2e-intro-box p{
	font-size: 18px;
}
.g2e-video-box iframe{
	width: 640px;
	height: 400px;
}
.g2e-popup-btn-wrapper .et_pb_button:hover{
	background-color: #144572 !important;
	color: #ffffff !important;
}
#g2eForm .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
#g2eForm #g2where, #g2eForm #g2epurpose {
    color: #999999;
    width: 30%;
    max-width: 1000px;
    margin: 0 15px 15px 0;
    float: left;
    padding: 12px 15px;
    font-size: 18px;
    border-radius: 15px;
}
#g2eForm #udate {
    color: #999999;
    width: 17%;
    max-width: 1000px;
    margin: 0 15px 15px 0;
    float: left;
    padding: 12px 15px;
    font-size: 18px;
    border-radius: 15px;
}
#g2eForm #utime {
    max-width: 500px;
    width: 16.5%;
    margin: 0 15px 15px 0;
    float: left;
    padding: 23px 15px;
    font-size: 18px;
    border-radius: 15px;
}
#g2eForm #g2eRegister {
    width: 250px;
    margin: 0 15px 15px 0;
    float: left;
    background: #004572;
    color: #ffa300;
    font-size: 22px;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 15px;
}
.g2eformmodal {
    position: fixed;
    display: none;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    top: 66px;
    left: 0;
    padding: 0;
    overflow: auto;
    background-color: transparent;
}

.g2eformmodal > div {
    display: block;
}

.g2eformmodal-overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
}
.g2e-modal-wrapper-row .et_pb_column{
	padding: 2%;
    background-color: #ffffff;
}
.g2e-modal-wrapper-row .et_pb_image {
	margin-bottom: 20px !important;
}
.g2e-close-button-row .g2eformmodal-close {
	margin: 0 0 15px 0;
    font-weight: bold;
    color: #FFF;
    background: none;
    border-radius: 15px;
    font-size: 14px;
    border: 1px solid #fff;
    padding: 10px 11px;
	position: relative;
	z-index:9999;
	cursor: pointer;
}
/* G2E css end*/
/* Partner start */
.partner-page-wrapper .container{
	max-width: 1140px;
    padding-top: 0px !important;
    width: 100%;
}
.um{
	border: 1px solid #DBDBDB;
    margin-top: 20px;
    margin-bottom: 15px !important;
    padding: 15px 30px;
    max-width: 100% !important;
}
.um .um-field-label label{
	color: #004572;
	font-weight: 700;
}
.um .um-form input[type=text], .um .um-form input[type=search], .um .um-form input[type=tel], .um .um-form input[type=number], .um .um-form input[type=password]{
	border-radius: 0;
	border: 1px solid #CCD0D9 !important;
	margin-bottom: 40px !important;
}
.um.um-login .um-form input[type=text], .um.um-login .um-form input[type=password]{
	margin-bottom: 0px !important;
}
.um .um-field-block{
	color: #004572;
	margin-bottom: 40px;
    padding: 0;
}
.um.um-password .um-field-block{
	margin-bottom: 20px;
	margin-top: 20px;	
}
.um .um-field-block ul{
	padding: 0 0 23px 0;	
}
.um .um-field-block ul li{
	padding-left: .625rem;
    position: relative;
    font-size: .9375rem;
	list-style: none;
}
.um .um-field-block ul li:before {
    font-size: .9375rem;
    position: absolute;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F105";
    font-family: icomoon;
    left: 0;
    top: .3125rem;
    color: #00c4de;
}
.um .um-field-divider-text{
	text-align: left;
	background: #DBDBDB;
}
.um .um-field-divider-text span{
	background: transparent;
	padding: 0 2px 0 10px;
	color: #004572;
}
.um ._um_row_1{
	margin: 0 !important;
}
.um ._um_row_2{
	border: 1px solid #DBDBDB;
    border-top: 0;
    padding: 15px 30px;
}
#password-strength-meter {
    width: 100%;
    height: 12px;
    background-color: lightgray;
}
#password-strength-meter div {
    width: 0%;
    height: 12px;
    background-color: gray;
	transition: width .2s ease-in-out;
}
body .um .select2-search--dropdown .select2-search__field{
	margin-bottom: 0 !important;
}
.um .um-col-alt{
	position: absolute;
    right: 20px;
    bottom: 4px;
}
body .um input[type=submit].um-button{
	font-family: Overpass,Helvetica,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #004572;
    background-image: url(../png/submit-button-chevron-white.png);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: center right 13px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800 !important;
    padding-top: 2px !important;
    padding-bottom: 0 !important;
    padding-left: 18px !important;
    padding-right: 34px !important;
    border-radius: .375rem !important;
    margin: 0;
    transition: all .3s;
    display: inline-block !important;
    text-align: center;
    line-height: 40px !important;
    float: right;
	min-width: auto !important;
	opacity: 1 !important;
}
body .um input[type=submit].um-button:hover {
    background-color: #00c4de;
	background-image: url(../png/submit-button-chevron-white.png);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: center right 13px;
	opacity: 1 !important;
    cursor: pointer !important;
}
.um-field-error{
	margin-bottom: 20px !important;
}
/* Partner end */

/* HubSpot from start css 08112022 */

/* HubSpot from start css 08112022 */
.news-sidebar .news-insight-bht-from iframe {
	background-color: #fff;
	padding: 8px 20px;
}
.news-sidebar .news-insight-bht-from > .et_pb_module > .et_pb_code_inner > .news-insight-bht-from h3 {
	color: #fff;
}
.news-sidebar  > .et_pb_module > .et_pb_code_inner > .news-insight-bht-from{
	background: #ffa300;
	padding: 20px;
	position: relative;
}
/* GEO location start */

/* 1. Ensure this sits above everything when visible */
.modal-geolocation {
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal-geolocation.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  display: none;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal-geolocation.is-visible .modal-overlay {
  opacity: 1;
  display: block;
  visibility: visible;
  transition-delay: 0s;
}
.modal-geolocation.is-visible .modal-wrapper{
	 display: block;
}
.modal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 32em;
  margin-left: -16em;
  background-color: #fff;
  display: none;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
  background-color: rgba(255,255,255, 0.8);
  box-shadow: 0 0 1.5em hsl(0deg 0% 0% / 35%);
  border-radius: 20px;
}

.modal-geolocation.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}
.modal-close:hover {
  color: #777;
}
.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}
.modal-page .modal-header {
	padding: 0px;
}

.modal-page .modal-content {
	max-width: 100%;
	box-shadow: none;
	text-align: center;
	background-color: transparent;
	padding: 50px 20px;
}

.modal-page .modal-wrapper {
	background-color: transparent;
	width: 700px;
	margin-left: 0;
	max-width: 85%;
	box-shadow: none;
	top: 400px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.modal-page .main-heading {
	color: #00c4de;
	font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
	letter-spacing: 0.5px;
	padding-bottom: 0px;
}

.modal-page .sub-heading {
	color: #004572;
	font-weight: 700;
	font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
	letter-spacing: 0.1px;
	margin-bottom: 20px;
}

.modalgeolocation {
	overflow: hidden;
}

.modal-page a.common-btn {
	background-color: #00c4de;
	display: inline-block;
	font-size: 20px;
	padding: 15px 20px;
	max-width: 360px;
	width: 360px;
	color: #fff;
	border-radius: 30px;
}

.modal-page .all-btn-modal {
	flex-direction: column;
	display: flex;
	align-items: center;
	padding: 15px 120px;
}

.modal-page a.common-btn:first-child {
	margin-bottom: 15px;
}

.modal-page .modal-close {
	padding: 0px;
	width: 40px;
	cursor: pointer;
	height: 40px;
	color: #565454;
	background-color: #fff;
	border-radius: 50%;
	top: -11px;
	right: -11px;
	font-size: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media(max-width: 1024px){
	.modal-page .modal-wrapper{width: 550px;}
	.modal-page .main-heading{font-size: 33px;margin-bottom: 10px;}
	.modal-page .sub-heading{font-size: 27px;margin-bottom: 10px;}
	.modal-page a.common-btn{padding: 15px 20px;max-width: 220px;width: 80%;}
	.modal-page .modal-content{padding: 40px 20px;}
}
@media(max-width: 767px){
	.modal-page .all-btn-modal{padding: 10px 20px;}
	.modal-page .main-heading{font-size: 28px;line-height: 33px;}
	.modal-page .sub-heading{font-size: 22px;}
	.modal-page .modal-content{padding: 30px 20px 20px;}
}
@media(max-width: 575px){
	.modal-page .sub-heading{line-height: 25px;margin-bottom: 0px;}
	.modal-page .main-heading{margin-bottom: 0px;}
}
/* GEO location end */





/* Media query start */
@media only screen and (min-width: 1330px) and (max-width: 1399px){
	.listing-wrapper .grid-data.location {
		margin-left: 120px;
	}
}
@media (min-width: 1350px){
	.et_pb_row {
		width: 100% !important;
	}
	.video-grid-title{
		padding-left: 20px !important;
	}
}
@media (min-width: 981px){
	#left-area {
		width: 100%;
		padding: 23px 0px 0px !important;
		float: none !important;
	}
}
@media(max-width: 1349px){
	.image-left-text-right{
		width: 100%;
	}
	.tab-img-col{
		margin-right: 20px !important;
	}
	.tab-img-col img{
		min-width: inherit;
	}
	.newspage-featured-post{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.newspage-featured-post .picholder img{
		max-width: 270px;
	}
	.news-sidebar{
		min-width: inherit;
	}
	.podcast-block-3 {
		width: 100%;
        max-width: 42%;
        display: inline-block;
        position: absolute;
        right: 0;
	}
	.audio-section-one{
		left: inherit;
	}
	.featured-txt-block {
		margin-top: 143px;
	}
	.featured-report h4 {
		max-width: 100%;
		margin-left: 0;
	}
	.feature-report-text {
		margin-top: 0px;
	}
	#investor-top-menu ul{
		display: flex;
		justify-content: center;
	}
	#investor-top-menu ul li a{
		font-size: 14px;
	}
}
@media(max-width: 1300px){
	.postinner-detail-page{
		padding-left: 20px;
		padding-right: 20px;
	}
	#g2eForm .form-control, #g2eForm #g2where, #g2eForm #g2epurpose, #g2eForm #udate,#g2eForm #utime{
		width: 47%;
	}
	#g2eenquiry{
		width: 97%;
	}
}
@media(max-width: 1320px){
	.event-grid-box:first-child{
		margin-left: auto;
	}
	.event-grid-box{
		margin-left: 25px;
	}	
	.event-grid-box{
		max-width: 100%;
	}
	 .page-title-wrap h1{
		 margin-left: 20px;
	 }
	 .case-study-slider .et_pb_image {
		top: 116px;
		min-width: 392px;
		max-height: 230px;
		min-height: 230px;
	}
	.case-study-slider-wrap{
		width: 80% !important;	
		min-height: inherit;
	}
}
@media(max-width: 1199px){
	.kambi-career-img .et_pb_image_wrap, .kambi-career-img .et_pb_image_wrap img{
		width: 100%;
	}
	.home-news-slider .excerpt-text{
		max-width: 100%;
		padding-right: 0;
	}
	.footer-company-logos .et_pb_image{
		width: 25%;
		text-align: center;
	}
	.mf-table{
		max-width: 100%;
	}
	.quote-items .slick-slide {
		padding: 62px 8px 0px;
	}
	.quote-items .slick-slide .et_pb_text{
		max-width: 400px;
		padding-left: 67px !important;
	}
	.quote-items .slick-slide h3:before{
		left: 0;
	}
	.news-video-right{
		max-width: 500px;
	}
	.postinner-detail-page{
		padding: 40px 20px;
	}
	.postdetail-inner{
		display: block;
	}
	.postdetail-inner .et_pb_row .et_pb_column:first-child{
		margin-right: 0;	
	}
	.partner-page-wrapper .container{
		max-width: 91%;
	}
}

@media(max-width: 980px){
	.footer-menu{
		float: left;
	}
	.footer-menu.et_pb_menu .et_pb_menu__menu{
		display: block !important;
		margin-left: 7px !important;
	}
	.footer-menu.et_pb_menu .et_mobile_nav_menu{
		display: none !important;
	}
	.footer-menu.et_pb_menu .et-menu>li{
		width: 100%;
	}
	.footer-menu{
		margin-top: 20px;
	}
	.social-follow {
		display: block;
		margin-left: 4px;
		margin-top: 20px;
	}
	.listing-wrapper .form-group {
		display: block;
		width: 100%;
		text-align: center;
		padding: 5px 0;
	}
	.listing-wrapper .ui-group {
		text-align: center;
	}
	#investor-top-menu .et_pb_menu__menu, #investor-top-menu ul{
		display: none;
	}
	#investor-top-menu .mobile_menu_bar{
		display: block !important;
	}
	#investor-top-menu ul li {
		border-right: none;
		display: block;
		margin-left: 30px;
	}
	#investor-top-menu ul li a:before{
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\F054";
		font-family: icomoon;
		position: absolute;
		left: 0;
		top: .875rem;
		font-size: .75rem;
	}
	#investor-top-menu ul{
		margin-bottom: 20px;
		top: 39px;
	}
	#investor-top-menu .et_pb_row{
		min-height: inherit;
		padding: 30px 0 !important;
	}
	#investor-top-menu .et_pb_menu__wrap{
		justify-content: start;
	}
	.tab-text-col {
		margin-right: 0 !important;
		width: 100% !important;
	}
	.investor-bottom-menu .et_pb_menu__wrap{
		justify-content: start;
	}
	.investor-bottom-menu .et_pb_menu__wrap .et_pb_menu__menu{
		display: block;
	}
	.investor-bottom-menu .et_mobile_nav_menu{
		display: none;
	}
	.calendar-tab-items.active-page-tab:after, .calendar-tab-items.active-page-tab:hover:after {
		border-top-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}
	.quote-items .slick-slide .et_pb_text {
		max-width: 90%;
		padding-left: 27px !important;
	}
	#managed-video {
		margin-top: -33px;
	}
	.case-study-slider .case-study-video-col {
		margin-right: 0 !important;
		width: 100% !important;
	}
	.case-study-slider .et_pb_image{
		min-width: 100%;
		max-height: none;
		min-height: auto;
	}
	.content-expertise-row .row {
		padding: 20px;
	}
	.featured-right {
		margin-left: 46%;
		max-width: 300px;
	}
	.news-video-content {
		display: block;
	}
	.news-video-left {
		max-width: 100%;
	}
	.news-video-right{
		max-width: 100%;
	}
	#videoDescSec {
		height: inherit;
		margin-bottom: 20px;
	}
	.left-video{
		min-height: inherit;
		padding-top:33px;
	}
	.left-video h2 {
		font-size: 30px;
		line-height: 30px;
	}
	.video-slider .slick-slider img {
		width: 90%;
	}
	.video-slider .slick-slider p {
		max-width: 90%;
	}
	.podcast-block-1{
		max-width: 100%;
		display: block;
		float: none;
	}
	.podcast-title-head{
		padding-top: 0;
		left: 0;
	}
	.podcast-inner-block{
		padding: 0;
		margin-left: auto;
		max-width: 100%;
		margin-bottom: 0;
	}
	.podcast-block-2{
		padding: 0 15px;
		max-width:100%;
		margin-bottom: 0;
	}
	.page-title-wrap{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.postinner-detail-page{
		padding: 30px 20px;
	}
	.featured-txt-block{
		margin-top: 0;
	}
	.featured-report h4 {
		max-width: 116px;
		margin-left: 155px;
	 }
	 .feature-report-text {
		margin-top: 75px;
	 }
	 .connect-kambi-wrap{
		 display: flex;
	 }
	 .event-wrap{
		 border-left: 1px solid #004572;
		padding-left: 20px;
		margin-left: 20px;
	 }
	 .block-facet--links{
		 display: none;
	 }
}
@media(max-width: 767px){
    .form-in-mobile {
        padding-left: 30px!important;
    }
	.block-homepageeventsblock{
		display: block;
	}
	.event-grid-box {
		width: 100%;
		max-width: 295px;
		margin: 0px auto;
		margin-bottom: 25px;
	}
	.home-news-slider .slick-prev, .home-news-slider .slick-next{
		display: none !important;
	}
	.footer-company-logos .et_pb_image {
		width: 50%;
	}
	.listing-wrapper .list-group-item {
		display: block;
	}
	.grid-data.location, .listing-wrapper .grid-data.department, .grid-data.link{
		text-align: left;
	}
	.et_pb_slide_content .first-btn{
		margin-right: 0;
	}
	.tab-img-col img{
		min-width: 181px;
	}
	.tab-column-wrap .et_pb_button_module_wrapper {
		width: auto;
		display: inline-block;
	}
	.history-slider .slick-prev {
		left: -25px;
	}
	.history-slider .slick-next {
		right: -25px;
	}
	.history-slider .slick-track:before, .history-slider .slick-arrow{
		top: 198px;
	}
	.press-release-detail-page{
		padding-bottom: 0;
		padding-top: 10px;
	}
	.press-detail-filter-year-col{
		display: none;
	}
	.meet-kambi-col {
		padding: 0 !important;
	}
	.kambi-wrap-img {
		position: relative;
		max-width: 100%;
		height: 200px;
		left: 0;
		width: 100%;
		object-fit: cover;
	}
	.mett-inner-content {
		max-width: 100%;
		float: none;
		padding: 25px 15px;
	}
	.mett-inner-content h2{
		max-width: 100%;
	}
	.event-btn-wrap a {
		width: 230px;
		padding: 12px 18px;
		font-size: 18px;
	}
	.event-btn-wrap a:first-child {
		margin-right: 0;
		letter-spacing: 0px;
		margin-bottom: 20px;
	}
	#managed-video{
		margin-top: -20px;
	}
	.offering-bottom-button .et_pb_button_module_wrapper {
		display: block;
	}
	.case-study-slider.gray-slick-arrows .slick-prev{
		left: 10px !important;
	}
	.case-study-slider.gray-slick-arrows .slick-next{
		right: 10px !important;
	}
	.content-expertise-row .row{
		margin-top: 0;
	}
	.newspage-featured-post .picholder {
		min-height: inherit;
		float: none;
		background-color: transparent !important;
	}
	.newspage-featured-post{
		margin-left: 0;
		margin-bottom: 40px;
		padding-top: 0;
		padding-bottom: 30px;
	}
	.featured-right {
		margin-left: 20px;
		margin-right: 20px;
		max-width: 90%;
	}
	.newspage-featured-post .picholder img{
		max-width: 100%;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		position: static;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.news-page-grid .slider-post-wrap {
		width: 100%;
		display: block;
		margin-right: 0;
		margin-bottom: 50px;
	}
	.slider-post-wrap h2{
		min-height: inherit;
	}
	.podcast-inner-block {
		max-width: 100%;
	}
	.left-video {
		min-height: auto;
	}
	.video-slider .slick-slider p {
		max-width: 74%;
	}
	.video-slider .slick-slider img {
		width: 74%;
	}
	.podcast-inner-block {
		margin-left: 0;
	}
	.featured-report{
		margin-left: 3vw;
	}
	.featured-report img{
		left: -8vw;
	}
	.feature-report-text {
		margin-top: 53px;
	}
	.fpp-menu-wrap{
		justify-content: flex-start;
		margin-bottom: 30px;
		display: block;
	}
	div#fpp-menu-block {
		margin-top: 10px;
	}
	.cookie-bar-inner {
		max-width: 100%;
	}
	.fair_player_processi-template-default .general-inner-wrap ul li{
		word-break: break-word;
	}
	.eu-cookie-compliance-message {
		max-width: 100%;
	}
	.eu-cookie-compliance-buttons {
		clear: both;
		float: none;
		max-width: 100%;
		margin: 5px 0 1em;
	}
	.further-reading-wrap {
		margin-top: 0px;
	}
	.connect-kambi-wrap{
		 display: block;
	 }
	 .event-wrap{
		border-top: 1px solid #004572;
		border-bottom: none;
		padding-left: 0;
		margin-left: 0;
		padding-top: 20px;
	 }	
	 .event-grid-inner p{
		 min-height: inherit;
		 margin-bottom: 15px;
	 }
	 .event-grid-inner a.event-post-link{
		 position: relative;
		 bottom: inherit;
	 }
	 #g2eForm .form-control, #g2eForm #g2where, #g2eForm #g2epurpose, #g2eForm #udate,#g2eForm #utime{
		width: 100%;
		max-width: 100% !important;
	}
	#g2eenquiry{
		width: 100%;
	}
}
@media(max-width: 500px){
	.article-meta{
		display: block;
	}
	.g2e-video-box iframe{
		width: 100%;
		height: 100%;
		margin: 15px 0;
	}
}





.mfn-body ul {
    list-style: disc;
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}



/* Hide Additional Text */
.more {display: none;}

/* Customize Button */
.read-more-btn {
   background-color: #000;
   border-color: #000;
   color: #fff;
   padding: 5px 10px;
   border-radius: 4px
}




/* Meeting From css start*/
#meetingForm .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
#meetingForm #meetingFormwhere, #meetingForm #upurpose {
    color: #999999;
    width: 30%;
    max-width: 1000px;
    margin: 0 15px 15px 0;
    float: left;
    padding: 12px 15px;
    font-size: 18px;
    border-radius: 15px;
}

#meetingForm #meetingFormRegister {
    width: 250px;
    margin: 0 15px 15px 0;
    float: left;
    background: #004572;
    color: #ffa300;
    font-size: 22px;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 15px;
}

@media(max-width: 1300px){
	#meetingForm .form-control, #meetingForm #meetingFormwhere, #meetingForm #upurpose {
		width: 47%;
	}
	#meetingFormenquiry{
		width: 97%;
	}
}

/* Meeting From css end*/

@media (min-width: 1920px) { 
	.homepage-slider .et_pb_slide { max-height: 600px; }
	.homepage-slider .et_pb_container { height: initial !important; }
	.et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description { padding: 150px 8%; }
}


@media (max-width: 980px) { 
	.homeNews { margin-top: 20px; } 
} 



@media (max-width: 767px) {
	.et_pb_slide_image, .et_pb_slide_video {
		display: initial !important;
	}
	.et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
		padding: 26% 8%;
	}
	.et_pb_slide_0 .et_pb_slide_description {
		width: 90% !important;
	}
	.et_pb_slide_0 .et_pb_slide_image {
		top: 15% !important;
	}
	.et_pb_slide_4 .et_pb_slide_image {
		top: 19% !important;
	}
	.et_pb_slide_4 .et_pb_slide_description {
		width: 90% !important;
	}
	.et_pb_slide_4 .et_pb_slide_description {
		padding: 20% 8%;
	}
}

/*---------------------- New Design -------------------------------------------*/


/* Investor page css start */
.main-banners::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

.overlay-section {
    margin-top: -110px;
    background-color: transparent !important;
}

.overlay-section::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 196, 255, 0.6); */
    background: rgba(0,196,222,60%);
}

.inverster-primary-menu ul.menu {
    display: flex;
    flex-wrap: wrap;
}

.inverster-primary-menu ul.menu>li>a {
    font-size: 16px;
    letter-spacing: -1px;
    color: #004572;
    padding: 0 10px 0 0;
    margin-right: 10px;
    margin-bottom: 5px;
    position: relative;
    
}

.inverster-primary-menu ul.menu>li>a::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    width: 2px;
    background-color: #004572;
    height: 18px;
}

.inverster-primary-menu ul.menu>li:last-child>a::before {
    width: 0px;
}

.inverster-primary-menu div#nav_menu-3 {
    width: 100%;
    margin: 0px !important;
}

.inverster-primary-menu {
    padding: 0;
    overflow: hidden;
    border: none !important;
}

.about-kambi-row .et_pb_button_module_wrapper {
    display: inline-block;
    max-width: 210px;
    text-align: center;
    margin-top: 20px;
}

.about-kambi-row .et_pb_button_module_wrapper .download-btn {
    font-size: 16px;
    line-height: 1.22 !important;
    padding: 10px 20px !important;
}

.about-kambi-row .et_pb_button_module_wrapper+.et_pb_button_module_wrapper {
    margin-left: 10px;
}

.report-code .q {
    max-width: 100%;
}

.et_pb_button_module_wrapper a.et_pb_button.arrow-btn {
    background-color: transparent;
    color: #00c4de;
    padding-right: 60px !important;
}

.et_pb_button_module_wrapper a.et_pb_button.arrow-btn:hover {
    background-color: transparent !important;
    color: #00c4de !important;
}

.et_pb_button_module_wrapper a.et_pb_button.arrow-btn::before {
    content: '' !important;
    display: block;
    background-image: url(../index.html);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background-position: center;
    background-size: contain;
    opacity: 1;
}

.et_pb_button_module_wrapper a.et_pb_button.arrow-btn::after {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* Investor page css end */

.investment-case-item .et_pb_blurb_description p {
    font-size: 22px;
    line-height: 32px;
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
}

.investment-case-item .et_pb_blurb_description p a,.investment-case-item .et_pb_blurb_description a {
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid #ccc;
    color: #ccc;
    border-radius: 50px;
    margin: 0 10px;
}

.investment-case-item .et_pb_blurb_description p a:hover
.investment-case-item .et_pb_blurb_description a:hover {
    color: #00c4de;
    border-color: #00c4de;
}

.et_pb_row  .slick-initialized.investment-case-slider {
    position: relative;
    z-index: 200;
    padding: 0 0px;
    margin: 0 auto !important;
    max-width: 1300px;
    width: 100%;
    float: none;
}
.et_pb_column.et_pb_column_4_4.et_pb_column_18.investment-case-slider.ivestmentslider.et_pb_css_mix_blend_mode_passthrough.et-last-child.slick-initialized.investment-case-slider.slick-slider {
    margin-right: auto !important;
}
/*
.investment-case-slider .slick-slide.slick-active > div {
    visibility: visible;
}
.investment-case-slider .slick-slide.slick-current.slick-active.slick-center {
    width: 800px;
    position: relative;
    z-index: 11;
    transform: scale(1);
    height: auto;
    overflow: visible;
    margin: 20px auto;
    margin-left: 0;
}
.investment-case-slider .slick-slide.slick-current.slick-active.slick-center > div {
    left:0;
    width: auto;
}
.investment-case-slider .slick-slide.slick-center+.slick-slide > div {
    left: -500px;
}
.investment-case-slider .slick-slide.slick-active > div {
    position:relative;
    left: 500px;
    width: 600px;
}
.investment-case-slider .slick-slide > div {
    background-color: #fff;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 30%);
    margin-bottom: 20px;
    margin-top: 20px;
    visibility: hidden;
}
.investment-case-slider .slick-slide {
    box-shadow: none !important;
}

.et_pb_blurb_4, .et_pb_blurb_1, .et_pb_blurb_3, .et_pb_blurb_2, .et_pb_blurb_0, .et_pb_row_5 {
    box-shadow: none !important;
} */


.et_pb_blurb_4, .et_pb_blurb_1, .et_pb_blurb_3, .et_pb_blurb_2, .et_pb_blurb_0, .et_pb_row_5 {
    box-shadow: none !important;
}
.ivestmentslider 
 .investment-case-item {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.slick-initialized.investment-case-slider .slick-slide {
    width: 800px;
    transition: transform .5s ease;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 30%);
    margin-top: 20px;
    margin-bottom: 20px;
    height: 300px;
    display: flex;
    align-items: center;
}

.slick-initialized.investment-case-slider .slick-slide {
    transform: scale(0.7) translate(640px);
}

.slick-initialized.investment-case-slider .slick-slide.slick-center+.slick-slide {
    transform: scale(0.8) translateX(-100%);
    z-index: 10;
}

.slick-initialized.investment-case-slider .slick-slide.slick-center+.slick-slide+.slick-slide {
    transform: scale(0.7) translate(-640px);
    z-index: 5;
}

.slick-initialized.investment-case-slider .slick-slide.slick-active {
    transform: scale(0.8) translateX(100%);
}

.slick-initialized.investment-case-slider .slick-slide.slick-center {
    /* margin: 0 -10%; */
    transform: scale(1);
    z-index: 30;
    /* width: 100%; */
}

.slick-initialized.investment-case-slider .slick-center:after {
    opacity: 0;
    margin: 10px;
    padding: 10px;
}

.ivestmentslider .slick-prev {
    /* left: 0px !important; */
    width: 0 !important;
    height: 0 !important;
    border-left: 0 solid transparent !important;
    border-right: 15px solid #00c4de !important;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
}
.ivestmentslider .slick-prev:after {
    content: " ";
    width: 100px;
    height: 1px;
    border: none;
    display: block;
    border-top: 2px dotted #00c4de;
    top: 0;
    left: 18px;
    position: absolute;
}
.ivestmentslider .slick-next {
    /* right: 0px !important; */
    width: 0 !important;
    height: 0 !important;
    border-right: 0 solid transparent !important;
    border-left: 15px solid #00c4de !important;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
    z-index: -1;
}
.ivestmentslider .slick-next:after {
    content: " ";
    width: 100px;
    height: 1px;
    border: none;
    display: block;
    border-top: 2px dotted #00c4de;
    top: 0;
    right: 18px;
    position: absolute;
}
.ivestmentslider .slick-slide {
    text-align: center;
    align-items: center;
}

.look-future {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 150px;
}

.look-future-box {
    display: flex;
    align-items: flex-start;
}

.arrow-image {
    position: relative;
    max-width: 880px;
    width: 100%;
    opacity: 0;
}
.arrow-image:before {
    content: " ";
    width: 100%;
    position: absolute;
    left: -100%;
    height: 72px;
    top: 22px;
    background-color: #013c6a;
    z-index: -1;
    margin-left: 1px;
    box-shadow: rgb(227 227 227) 0px 19px 8px;
}
.animation-start .arrow-image {
    animation: arrowLeftToRight 1s ease-in-out forwards;
}
@keyframes arrowLeftToRight {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.inner-future-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner-future-box [class^="item"] {
    position: absolute;
    top: 50px;
    opacity: 0;
}

.inner-future-box .item-1 {
    left: 0;
    
}
.subscribe-col {
    float: right;
    margin-top: 14px;
}
.subscribe-btn {
    height: 36px;
    font-size: 16px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 160px;
    padding: 0 !important;
}
@keyframes item-1-moveUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.inner-future-box .item-2 {
    left: 150px;
}

@keyframes item-2-moveUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.inner-future-box .item-3 {
    left: 300px;
}

@keyframes item-3-moveUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.inner-future-box .item-4 {
    right: 280px;
}

@keyframes item-4-moveUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.inner-future-box .item-5 {
    right: 120px;
}

@keyframes item-5-moveUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.animation-start .item-1 {animation: item-1-moveUp 1s ease-out 0.2s forwards;} 
.animation-start .item-2 {animation: item-2-moveUp 1s ease-in-out 0.4s forwards;} 
.animation-start .item-3 { animation: item-3-moveUp 1s ease-in-out 0.6s forwards;} 
.animation-start .item-4 {animation: item-4-moveUp 1s ease-in-out 0.8s forwards;} 
.animation-start .item-5 { animation: item-5-moveUp 1s ease-in-out 1s forwards;} 

.look-future-right {
    max-width: calc(100% - 880px);
    width: 100%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.look-future-right [class^="right-box"] {
    opacity: 0;
}
.animation-start .look-future-right .right-box-1 {
    animation: right-box-1-moveUp 1s ease-in-out 1.2s forwards;
}

@keyframes right-box-1-moveUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.animation-start .look-future-right .right-box-2 {
    animation: right-box-2-moveUp 1s ease-in-out 1.4s forwards;
}

@keyframes right-box-2-moveUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.animation-start .look-future-right .right-box-3 {
    animation: right-box-3-moveUp 1s ease-in-out 1.6s forwards;
}

@keyframes right-box-3-moveUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


@media (max-width:1366px) {
    .et_pb_number_counter .percent p {
        font-size: 36px !important;
        line-height: 46px;
    }
    .et_pb_number_counter .percent {
        height: auto !important;
    }
    .key-facts-and-figures .title {
        font-size: 14px;
    }
}

@media (max-width: 1280px) {
    .slick-initialized.investment-case-slider .slick-slide {
        width: 700px;
    }
}
@media (max-width: 1200px) {
    .inner-future-box .item-1 {
        left: 20px;
    }
    .inner-future-box .item-2 {
        left: 180px;
    }
    .inner-future-box .item-3 {
        left: 330px;
    }
}
@media (max-width: 1100px) {
    .arrow-image {
        max-width: 770px;
    }
    .look-future-right {
        max-width: calc(100% - 770px);
    }
    .inner-future-box .item-2 {
        left: 160px;
    }
    .inner-future-box .item-3 {
        left: 310px;
    }
    .inner-future-box .item-4 {
        right: 200px;
    }
    .inner-future-box .item-5 {
        right: 60px;
    }
    .slick-initialized.investment-case-slider .slick-slide {
        width: 600px;
    }
    .et_pb_number_counter .percent p {
        font-size: 30px !important;
        line-height: 40px;
    }
    .overlay-section .et_pb_text_4 h2, 
    .overlay-section .et_pb_text_6 h2, 
    .overlay-section .et_pb_text_2 h2 {
        font-size: 16px;
        line-height: 24px;
    }
    .overlay-section .et_pb_text_5 h2, 
    .overlay-section .et_pb_text_1 h2, 
    .overlay-section .et_pb_text_3 h2 {
        font-size: 18px;
        line-height: 20px;
    }
   
    .about-kambi-row .et_pb_button_module_wrapper {
        max-width: 188px;
    }
    .about-kambi-row .et_pb_button_module_wrapper .download-btn {
        font-size: 14px;
        padding: 10px 10px !important;
    }
}

@media (max-width: 991px) {
    .arrow-image:before {
        display: none;
    }
    .look-future-box {
        flex-wrap: wrap;
    }
    .look-future-right {
        max-width: 100%;
        flex-direction: row;
        gap: 14px;
        padding-top: 220px;
    }
    .look-future {
        padding-bottom: 0;
    }

    .ivestmentslider .slick-prev, .ivestmentslider  .slick-next {
        top: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
   
    .slick-initialized .slick-slide {
        transform: scale(0) translate(0);
    }
    .slick-initialized .slick-slide.slick-center+.slick-slide {
        transform: scale(0) translateX(0);
        z-index: 10;
    }
    .ivestmentslider .slick-next {
        right: 170px !important;
    }
    .ivestmentslider .slick-prev {
        left: 170px !important;
    }
    .slick-initialized .slick-slide.slick-center+.slick-slide+.slick-slide {
        transform: scale(0) translate(0px);
        z-index: 0;
    }
    .inverster-primary-menu ul.menu {
        margin-top: 30px;
    }
    .slick-initialized.investment-case-slider .slick-slide {
        width: 500px;
    }
    .slick-initialized.investment-case-slider .slick-slide.slick-center+.slick-slide {
        transform: scale(0.7) translateX(-110%);
    }
    .slick-initialized.investment-case-slider .slick-slide {
        transform: scale(0.7) translate(550px);
    }
}

@media (max-width: 767px) {
    .slick-initialized.investment-case-slider .slick-slide {
        width: 280px;
    }
    .slick-initialized.investment-case-slider .slick-slide {
        transform: scale(0);
    }
    .slick-initialized.investment-case-slider .slick-slide.slick-center+.slick-slide {
        transform: scale(0);
    }
    .slick-initialized.investment-case-slider .slick-slide.slick-center+.slick-slide+.slick-slide {
        transform: scale(0);
    }
    .investment-case-item .et_pb_blurb_description p {
        font-size: 14px;
        line-height: 24px;
        max-width: 100%;
    }
    .investment-case-item .et_pb_blurb_description p a,.investment-case-item .et_pb_blurb_description a {
        font-size: 14px;
        padding: 6px 16px;
        margin: 0 0 10px;
        width: 100%;
        display: block;
    }
    .ivestmentslider .slick-next {
        right: 0px !important;
    }
    .ivestmentslider .slick-prev {
        left: 0px !important;
    }
    .about-kambi-row .et_pb_button_module_wrapper {
        max-width: 100%;
    }
    .inverster-primary-menu ul.menu>li>a {
        font-size: 14px;
    }
    .inner-future-box {
        flex-direction: column;
        margin-top: -30px;
    }
    .inner-future-box [class^="item"] {
        position: static;
        top: auto !important;
        right: auto !important;
        opacity: 0;
        width: 100%;
        text-align: center;
        margin-top: -20px;
    }
    .look-future-right {
        max-width: 100%;
        flex-direction: column;
        gap: 14px;
        padding-top: 30px;
        align-items: center;
    }
}
 
/* CSS for Filter for Reports */

#search-button.loading {
    cursor: not-allowed !important;
    opacity: 0.7;
}
.main-filter-wrap{
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 25%);
    padding: 35px 30px;
}
.main-filter-wrap>form{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
/* .main-filter-wrap>form div{
    display:flex;
} */
.main-search-wrap input#search-button,
.main-search-wrap input#general-meeting {
    border: 0px;
    background-color: #014572 !important;
    border-radius: 30px;
    padding: 13px 52px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    cursor: pointer;
    transition: all 0.3s linear;
}
.main-search-wrap input#search-button:hover ,
.main-search-wrap input#general-meeting:hover{
    background-color: #00c4de !important;
}
.main-select-wrap>div:not(:last-child) {
    margin-right: 20px;
}

.main-filter-wrap .main-select-wrap {
    display: flex;
    flex-wrap: nowrap;
    width: 50%;
}

.select-inner-wrap {
    position: relative;
    max-width: 250px;
    width: 100%;
} 
div#search-results-container {
    padding-top: 40px;
    margin-top: 40px;
}
.pdflink_wrap {padding-top: 10px;}
div#search-results-container ul {
    padding: 0px;
    list-style-type: none;
}
div#search-results-container ul li:not(:last-child) {
    margin-bottom: 15px;
}
.pdflink_wrap a:before {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F1C1";
    font-family: icomoon;
    font-size: 24px;
    padding-right: .625rem;
}
div#error-div {
    padding-top: 16px;
    color: red;
}

.select-inner-wrap {
    position: relative;
    height: auto;
    padding: 0px;
    text-align: left;
}
.select-inner-wrap select {
    display: none;
}
.select-selected {
    background-color: #fff;
    color: #00C2DC !important;
    padding: 10px 16px;
    border: 1px solid #00C2DC;
    border-radius: 30px;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}
.select-selected.select-arrow-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
}
.select-selected:before {
    font-family: 'ETmodules';
    content: '3';
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    left: auto;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
    color: #00c4de;
    background-color: transparent;
}
.select-hide {
    display: none;
}
.select-items {
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    z-index: 90009;
    border: 1px solid #00c4de;
    border-radius: 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0 10px;
    border-top-color: #e2e2e2;
    max-height: 160px;
    overflow: auto;
    cursor: pointer;
}
.select-items > div {
    font-size: 18px;
    text-align: center;
    padding: 6px 0;
    color: #00C2DC;
    border-radius: 30px;
    margin: 8px 0;
    position: relative;
}
.select-items > div:not(:last-child)::before{
    width: 100%;
    position: absolute;
    content: "";
    border-bottom: 1px solid #E2E2E2;
    left: 0;
    right: 0;
    bottom: -5px;
}

.select-items > div:hover {
    background: #014572;
}
.more_description {
    margin-top: 10px;
}
/* CSS for share-information */

.share-information-tab .et_pb_tabs {
    border:none
}
.share-information-tab .et_pb_tabs_controls {
    padding: 20px !important;
    border:1px solid #52d6f3;
    background: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 30px;
    margin-bottom: 30px;
} 
.share-information-tab .et_pb_tabs_controls li {
    border: none;
    /* margin-left: auto; */
}
.share-information-tab .et_pb_tabs_controls li a {
    color:#fff;
    font-weight:700;
    background: #014572;
    padding: 6px 40px;
    border-radius: 50px;
}
.share-information-tab .et_pb_tabs_controls li.et_pb_tab_active a,
.share-information-tab .et_pb_tabs_controls li:hover a {
    background:#52d6f3;
    color:#FFF !important;
}
.share-information-tab  .et_pb_tab  {
    border:1px solid #52d6f3;
    border-radius: 30px;
    padding:40px;   
}
.share-information-tab  .et_pb_all_tabs .tab-sub-title {
    color:#52d6f3;
    font-size:30px;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
.close {
    padding: 0;
    z-index: 999;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 0;
}
span.close:before {
    content: "\F00d";
    font-family: icomoon !important;
    font-size: 22px;
    color: #52d6f3;
    cursor: pointer;
}
/* .et_pb_text_8 p {
    font-size: 22px;
    line-height: 30px;
} */
@media (max-width: 1200px) {
    .share-information-tab  .et_pb_tab  {
        padding: 40px 20px;
    }
    .close {
        top: -36px;
        right: 0;
    }
    .et_pb_text_8 p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 991px) {
    .share-information-tab .et_pb_tabs_controls {
        gap: 20px 10px;
    }
    .share-information-tab .et_pb_tabs_controls li a {
        padding: 6px 20px;
        font-size: 14px;
    }
    .about-kambi-row .et_pb_button_module_wrapper {
        max-width: 300px;
    }
}

@media (max-width: 767px) {
    .share-information-tab .et_pb_tabs_controls {
        gap: 10px 10px;
    }
    .share-information-tab .et_pb_tabs_controls li {
        width: 100%;
    }
    .share-information-tab .et_pb_tabs_controls li a {
        padding: 6px 16px;
        font-size: 12px;
        width: 100%;
        display: block;
    }
    .share-information-tab  .et_pb_all_tabs {
        padding: 0;
    }
    .share-information-tab  .et_pb_all_tabs .tab-sub-title {
        color: #52d6f3;
        font-size: 26px;
        letter-spacing: 0px;
        margin-bottom: 10px;
        line-height: 36px;
    }
}

.Executive-Management {
    max-height: 700px;
    overflow: auto;
    padding-right: 30px;
}
.Executive-Management::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: #fff;
}

.Executive-Management::-webkit-scrollbar
{
	width: 10px;
	background-color: #fff;
}

.Executive-Management::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: rgb(0 195 221 / 20%);
}
.Executive-Management .row {
    display:flex;
    flex-wrap:wrap;
    width: 100%;
    flex-direction: row;
}
.Executive-Management .row:not(:last-child) {
    margin-bottom: 100px;
}
.Executive-Management .col-12 {
    width:100%;
}
.Executive-Management .inner-row {
     display:flex;
    flex-wrap:wrap;
    width: 100%;
    flex-direction: row;
}
.Executive-Management .inner-img-col {
    max-width:250px;
    width:100%
}
.Executive-Management .inner-text-col {
    max-width:calc(100% - 250px);
    width:100%;
}
.Executive-Management .inner-text-col h3 {
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 0;
}

.Executive-Management .contact {
    margin-top: 30px;
    margin-bottom:30px;
}

.Executive-Management .contact br {
    display: none;
}

.Executive-Management .inner-footer {
    display: flex;
    flex-wrap: wrap;
}

.Executive-Management .left {
    max-width: 40%;
    width: 100%;
}

.Executive-Management .right {
    max-width: 60%;
    width: 100%;
}

.Executive-Management .inner-footer .item {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
  
}
.Executive-Management .inner-footer .left .item  {
    flex-wrap: wrap;
}
.Executive-Management .inner-footer .left .item p {
    width: 100%;
}
.Executive-Management .inner-footer .item p:empty {
    display: none;
}

.Executive-Management .inner-footer .item br {
    display: none;
}

.Executive-Management .inner-footer .item strong {
    color: #00c4de;
}
.Executive-Management .inner-img-col img {
    width: 200px;
    object-fit: cover;
    object-position: center center;
}
@media (max-width: 1100px) {
    .Executive-Management .inner-text-col h3 {
        font-size: 26px;
        line-height: 30px;
        padding-bottom: 0;
    }
    .color-light-blue {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 0;
    }
    .Executive-Management .contact {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .Executive-Management .inner-img-col {
        max-width: 140px;
    }
    .Executive-Management .inner-text-col {
        max-width: calc(100% - 140px);
        padding-left: 40px;
    }
    .Executive-Management .inner-footer {
        flex-direction: column;
    }
    .Executive-Management .left {
        max-width: 100%;
    }
    .Executive-Management .right {
        max-width: 100%;
    }
}

@media (max-width:991px) {
    .main-filter-wrap>form {
        align-items: center;
    }
    .main-filter-wrap .main-select-wrap {
       flex-wrap: wrap;
        gap: 20px;
    }
    .SharePriceTabsBlockNavigation a {
        display: block;
        width: 100%;
    }
    .mfn-body  {
        overflow: auto;
    }
}

@media (max-width: 767px) {
    .Executive-Management {
        padding-right: 0;
    }
    .Executive-Management .inner-img-col {
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .Executive-Management .inner-text-col {
        max-width: calc(100% - 0px);
        padding-left: 0;
    }
    .Executive-Management .inner-footer .item {
        margin-top: 10px;
        gap: 10px;
        flex-wrap: wrap;
    }
    span.close:before {
        font-size: 18px;
    }
    .Executive-Management .contact p {
        font-size: 14px;
        line-height: 20px;
    }
    .Executive-Management .inner-text-col h3 {
        font-size: 36px;
        line-height: 42px;
        padding-bottom: 0;
    }
    .main-filter-wrap .main-select-wrap {
        width: 100%;
        flex-wrap: wrap;
    }
    .main-select-wrap>div:not(:last-child) {
        margin-right: 0;
    }
    .select-inner-wrap {
        max-width: 100%;
    }
    .main-filter-wrap>form {
        flex-wrap: wrap;
    }
    .main-filter-wrap>form div {
        width: 100%;
    }
    .main-search-wrap {
        margin-top: 20px;
    }
    .main-search-wrap input#search-button, .main-search-wrap input#general-meeting {
        width: 100%;
    }
    .about-kambi-row .et_pb_button_module_wrapper {
        max-width: 100%;
        width: 100%;
    }
    .slick-initialized.investment-case-slider .slick-slide {
        height: auto;
    }
    .mfn-body  {
        overflow: auto;
    }
}

#general_meeting_box {
    margin-bottom: 100px;
}
#ajax-results-meeting {
    padding-bottom: 50px;
}
.press-release-detail-page-title {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #00c4de;
}