@import url('https://fonts.googleapis.com/css?family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap');

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,
.display-1,.display-2,.display-3,.display-4,
.btn, 
.title, .font {
  font-family: 'Staatliches', sans-serif!important;
}

/* Fonts */
@media screen and (min-width: 25em){
	html { font-size: calc( 16px + 2 * (100vw - 1200px) / (800 - 400) ); }
}

/* Safari <8 and IE <11 */
@media screen and (min-width: 25em){
	html { font-size: calc( 16px + 2 * (100vw - 1200px) / (800 - 400) ); }
}

@media screen and (min-width: 50em){
	html { font-size: calc( 16px + 2 * (100vw - 1200px) / (800 - 400) ); }
}

@media (min-width: 1360px) {
	.container {
		max-width: 1240px;
	}
}


@media (min-width: 1500px) {
	.container {
		max-width: 1340px;
	}
	.offset-xxl-0 {
		margin-left: 0%;
	}
	.col-xxl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.offset-xxl-1 {
		margin-left: 8.333333%;
	}
	.col-xxl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.offset-xxl-2 {
		margin-left: 16.666667%;
	}
	.col-xxl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.offset-xxl-3 {
		margin-left: 25%;
	}
	.col-xxl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.offset-xxl-4 {
		margin-left: 33.333333%;
	}
	.col-xxl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.offset-xxl-5 {
		margin-left: 41.666667%;
	}
	.col-xxl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.offset-xxl-6 {
		margin-left: 50%;
	}
	.col-xxl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.offset-xxl-7 {
		margin-left: 58.333333%;
	}
	.col-xxl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.offset-xxl-8 {
		margin-left: 66.666667%;
	}
	.col-xxl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.offset-xxl-9 {
		margin-left: 75%;
	}
	.col-xxl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.offset-xxl-10 {
		margin-left: 83.333333%;
	}
	.col-xxl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.offset-xxl-11 {
		margin-left: 91.666667%;
	}
	.col-xxl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.offset-xxl-12 {
		margin-left: 100%;
	}
}

@media (min-width: 1900px) {
	.container {
		max-width: 1480px;
	}
}
@media (min-width: 1921px) {
	.container-speaker {
		max-width: 2100px;
		margin-left: auto;
		margin-right: auto;
	}
}


.bg-dark-1 {
	background: rgba(0,0,0,.1);
}
.bg-dark-2 {
	background: rgba(0,0,0,.2);
}
.bg-dark-3 {
	background: rgba(0,0,0,.3);
}
.bg-dark-4 {
	background: rgba(0,0,0,.4);
}
.bg-dark-5 {
	background: rgba(0,0,0,.5);
}
.bg-dark-6 {
	background: rgba(0,0,0,.6);
}
.bg-dark-7 {
	background: rgba(0,0,0,.7);
}
.bg-dark-8 {
	background: rgba(0,0,0,.8);
}
.bg-dark-9 {
	background: rgba(0,0,0,.9);
}
.bg-white-1 {
	background: rgba(255,255,255,.1);
}
.bg-white-2 {
	background: rgba(255,255,255,.2);
}
.bg-white-3 {
	background: rgba(255,255,255,.3);
}
.bg-white-4 {
	background: rgba(255,255,255,.4);
}
.bg-white-5 {
	background: rgba(255,255,255,.5);
}
.bg-white-6 {
	background: rgba(255,255,255,.6);
}
.bg-white-7 {
	background: rgba(255,255,255,.7);
}
.bg-white-8 {
	background: rgba(255,255,255,.8);
}
.bg-white-9 {
	background: rgba(255,255,255,.9);
}
.bg-light {
	background-color: #eee !important;
}
.lh-100 {
	line-height: 100% !important;
}
.lh-125 {
	line-height: 125% !important;
}
.min-vh-25 {
    min-height: 33vh!important;
}	
.min-vh-50 {
    min-height: 50vh!important;
}	
.min-vh-75 {
    min-height: 75vh!important;
}
@media (min-width:960px) {
	.min-vh-lg-50 {
		min-height: 50vh!important;
	}	
	.min-vh-lg-75 {
		min-height: 75vh!important;
	}
	.min-vh-lg-100 {
		min-height: 100vh!important;
	}
}




/* W BGR */
.w-bgr::before {
	display: block;
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1262.826' height='652.36' viewBox='0 0 1262.826 652.36'%3E%3Cg transform='translate(348.665 -193.034)' opacity='0.111'%3E%3Cg transform='translate(-344.836 348.679)'%3E%3Cpath d='M-348.22,542.5V211.123l322.4,170.557Zm6.453-320.661V532.076L-39.95,381.507Z' transform='translate(348.22 -211.123)' fill='%23fff'/%3E%3C/g%3E%3Cg transform='translate(-348.665 513.935)'%3E%3Cpath d='M-26.275,561.788l-322.39-170.634,322.39-160.825Zm-308.27-170.462L-32.728,551.067V240.758Z' transform='translate(348.665 -230.329)' fill='%23fff'/%3E%3C/g%3E%3Cg transform='translate(-32.728 514.237)'%3E%3Cpath d='M-311.947,561.522V230.364l4.664,2.031,317.9,158.493Zm6.453-321.031V550.8L-3.513,391.06Z' transform='translate(311.947 -230.364)' fill='%23fff'/%3E%3C/g%3E%3Cg transform='translate(-36.566 348.688)'%3E%3Cpath d='M10.169,542.5-312.393,381.672,10.169,211.124Zm-308.434-161L3.716,532.068V221.836Z' transform='translate(312.393 -211.124)' fill='%23fff'/%3E%3C/g%3E%3Cg transform='translate(587.873 348.688)'%3E%3Cpath d='M82.638,542.5-239.821,381.672,82.638,211.124ZM-225.7,381.5,76.184,532.068V221.836Z' transform='translate(239.821 -211.124)' fill='%23fff'/%3E%3C/g%3E%3Cg transform='translate(591.711 193.034)'%3E%3Cpath d='M-239.375,524.527V193.034l322.45,160.92Zm6.453-321.056V513.815L68.956,354.126Z' transform='translate(239.375 -193.034)' fill='%23fff'/%3E%3C/g%3E%3Cg transform='translate(591.711 513.935)'%3E%3Cpath d='M-239.375,561.788V230.329L83.075,391.154Zm6.453-321.031V551.067L68.956,391.326Z' transform='translate(239.375 -230.329)' fill='%23fff'/%3E%3C/g%3E%3Cg transform='translate(275.714 513.935)'%3E%3Cpath d='M46.35,561.788-276.1,391.154,46.35,230.329ZM-261.98,391.326,39.9,551.067V240.758Z' transform='translate(276.1 -230.329)' fill='%23fff'/%3E%3C/g%3E%3Cg transform='translate(279.543 348.688)'%3E%3Cpath d='M-275.655,542.5V211.124L46.8,381.672Zm6.453-320.66V532.068L32.675,381.5Z' transform='translate(275.655 -211.124)' fill='%23fff'/%3E%3C/g%3E%3Cg transform='translate(-348.665 193.034)'%3E%3Cpath d='M-26.275,524.51l-322.39-170.557,322.39-160.92Zm-308.27-170.384L-32.728,513.789V203.471Z' transform='translate(348.665 -193.034)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.w-bgr-dark::before {
	display: block;
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1262.826' height='652.36' viewBox='0 0 1262.826 652.36'%3E%3Cg transform='translate(348.665 -193.034)' opacity='0.111'%3E%3Cg transform='translate(-344.836 348.679)'%3E%3Cpath d='M-348.22,542.5V211.123l322.4,170.557Zm6.453-320.661V532.076L-39.95,381.507Z' transform='translate(348.22 -211.123)' fill='%23000'/%3E%3C/g%3E%3Cg transform='translate(-348.665 513.935)'%3E%3Cpath d='M-26.275,561.788l-322.39-170.634,322.39-160.825Zm-308.27-170.462L-32.728,551.067V240.758Z' transform='translate(348.665 -230.329)' fill='%23000'/%3E%3C/g%3E%3Cg transform='translate(-32.728 514.237)'%3E%3Cpath d='M-311.947,561.522V230.364l4.664,2.031,317.9,158.493Zm6.453-321.031V550.8L-3.513,391.06Z' transform='translate(311.947 -230.364)' fill='%23000'/%3E%3C/g%3E%3Cg transform='translate(-36.566 348.688)'%3E%3Cpath d='M10.169,542.5-312.393,381.672,10.169,211.124Zm-308.434-161L3.716,532.068V221.836Z' transform='translate(312.393 -211.124)' fill='%23000'/%3E%3C/g%3E%3Cg transform='translate(587.873 348.688)'%3E%3Cpath d='M82.638,542.5-239.821,381.672,82.638,211.124ZM-225.7,381.5,76.184,532.068V221.836Z' transform='translate(239.821 -211.124)' fill='%23000'/%3E%3C/g%3E%3Cg transform='translate(591.711 193.034)'%3E%3Cpath d='M-239.375,524.527V193.034l322.45,160.92Zm6.453-321.056V513.815L68.956,354.126Z' transform='translate(239.375 -193.034)' fill='%23000'/%3E%3C/g%3E%3Cg transform='translate(591.711 513.935)'%3E%3Cpath d='M-239.375,561.788V230.329L83.075,391.154Zm6.453-321.031V551.067L68.956,391.326Z' transform='translate(239.375 -230.329)' fill='%23000'/%3E%3C/g%3E%3Cg transform='translate(275.714 513.935)'%3E%3Cpath d='M46.35,561.788-276.1,391.154,46.35,230.329ZM-261.98,391.326,39.9,551.067V240.758Z' transform='translate(276.1 -230.329)' fill='%23000'/%3E%3C/g%3E%3Cg transform='translate(279.543 348.688)'%3E%3Cpath d='M-275.655,542.5V211.124L46.8,381.672Zm6.453-320.66V532.068L32.675,381.5Z' transform='translate(275.655 -211.124)' fill='%23000'/%3E%3C/g%3E%3Cg transform='translate(-348.665 193.034)'%3E%3Cpath d='M-26.275,524.51l-322.39-170.557,322.39-160.92Zm-308.27-170.384L-32.728,513.789V203.471Z' transform='translate(348.665 -193.034)' fill='%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
} 

/* Image fit */
.cover {
	object-fit: cover;
   width: 100%;	
}

/* Buttons & colors */
.bg-warning,
.badge-warning {
	background-color: #e2a900 !important;
	color: #fff;
}
.bg-black {
	background-color: #000 !important;
}
.text-black {
	color: #000 !important;
}
.bg-magenta {
	background-color: #774c8b !important;
}
.text-magenta {
	color: #774c8b !important;
}
.bg-purple {
	background-color: #526294 !important;
}
.text-purple {
	color: #526294 !important;
}
.bg-purple2 {
	background-color: #AC0B59 !important;
}
.text-purple2 {
	color: #AC0B59 !important;
}
.bg-red {
	background-color: #d81747 !important;
}
.text-red {
	color: #d81747 !important;
}
.bg-red2 {
	background-color: #E42D59 !important;
}
.text-red2 {
	color: #E42D59 !important;
}
.bg-darkred {
	background-color: #5D0115 !important;
}
.text-darkred {
	color: #5D0115 !important;
}
.bg-blue {
	background-color: #0f6990 !important;
}
.text-blue {
	color: #0f6990 !important;
}
.bg-green {
	background-color: #62a57a !important;
}
.text-green {
	color: #62a57a !important;
}
.bg-cyan {
	background-color: #1e858a !important;
}
.text-cyan {
	color: #1e858a !important;
}

.btn-danger {
	background-color: #d81747;
}
.btn-outline-danger {
    color: #d81747;
    border-color: #d81747;
}
.btn-outline-white {
	border-color: #fff;
	color: #fff;
}
.btn-outline-white:hover {
	background-color: #fff;
	color: #333;
}
.btn-outline-black {
	border-color: #000;
	color: #000;
}
.btn-outline-black:hover {
	background-color: #000;
	color: #fff;
}


/* quote */
.quote {
	width: 75px;
	height: 60px;
}
.quote-sm {
	width: 50px;
	height: 40px;
}
.quote-white  {
	fill:#fff;
}
.quote-outline {
	fill:none;
	stroke:#000000;
	stroke-miterlimit:10;
	stroke-width: 2;
}
.quote-outline-white {
	fill:none;
	stroke:#ffffff;
	stroke-miterlimit:10;
	stroke-width: 2;
}

/* Carousel fade */
.navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	z-index: 11111;
	font-size: 115%;
}



.fixed-top {
	z-index: 1060;
}
.modal-backdrop {
    display: none !important;
}
.nav-tabs-darkbg a.nav-link:not(.active) {
	color: #fff !important;
}
.nav-tabs-darkbg a.nav-link:not(.active):hover {
	color: rgba(255,255,255,.9) !important;
}

.navbar .dropdown-toggle, .navbar .dropdown-menu a {
    cursor: pointer;
}
.navbar .dropdown-item.active, .navbar .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}
.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.dropdown-toggle {
	padding-left: 0;
}
.dropdown-submenu .dropdown-toggle {
	color: #333;
}
.dropdown-submenu .dropdown-toggle:hover {
	color: #000;
	text-decoration: none;
}
.navbar .dropdown-toggle::after {
	display: none;
}

@media (min-width: 767px) {
    .navbar .dropdown-toggle:not(.nav-link)::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .5em;
        vertical-align: 0;
        border-bottom: .3em solid transparent;
        border-top: .3em solid transparent;
        border-left: .3em solid;
    }
}
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.dropdown-menu {
		margin-top: -1px;
	}
	.dropdown:hover > .dropdown-menu,
	.dropdown-submenu:hover > .dropdown-menu {
		display: block;
	}
}


/* FAQ tabs */
.faq-tabs {
	display:none;
}

@media(min-width:992px) {
	.faq-tabs {
		display: flex;
	}
	.faq-tabs .nav-link {
		border: 1px solid #dee2e6;
		border-top-left-radius: .25rem;
		border-top-right-radius: .25rem;
	}
	.faq-tabs .nav-item.show .nav-link.text-dark, 
	.faq-tabs .nav-link.text-dark.active {
		color: #fff !important;
		background-color: #dc3545 !important;
		border-color: #dc3545;
	}

	.faq-content .card {
		border-right:0;
		border-top: 3px solid #dc3545;
	} 
	.faq-content .card .card-header {
		background-color: transparent;
		border: 0;
		padding-top: 2rem !important;
	}  
	.faq-content .card .card-header a {
		pointer-events:none;
		color: #333;
		font-size: 150%;
	}
	.faq-content .card .collapse{
		display:block;
	}
}

@media(max-width:991px){
	.faq-pane {
		display: block !important;
		opacity: 1 !important;
		height: auto !important;
		margin-top: -2px;
	}
	.navbar-nav li  {
		padding: .2em 0 !important;
	} 
	.navbar-nav  > li.nav-item   {
		border-top: 1px solid #ddd !important;
	} 
	.navbar-nav > li.nav-item:last-child  {
		border: 0 !important;
	} 
	.dropdown-menu  {
		margin-top: -1px;
	}
	.navbar-nav .dropdown .nav-link  {
		border-bottom: 1px solid #ddd !important;
	}
	.navbar-nav .dropdown-toggle::after {
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: 0.255em;
		vertical-align: 0.255em;
		content: "";
		border-top: 0.3em solid;
		border-right: 0.3em solid transparent;
		border-bottom: 0;
		border-left: 0.3em solid transparent;
	}
}
	
.mc-field-group {
	margin-bottom: 0 !important;
}


/* Mobile navbar */
body.navbar-toggle #navbar {
		z-index: 111111;
}
@media (max-width: 567px) {
	.navbar {
		padding-right: 16px !important;
	}
	.navbar-collapse .navbar-invisible.bg-white {
		border-bottom: 1px solid rgb(222, 226, 230) !important;
		background-color: #fff !important;
	}
	.navbar-collapse .btn-tickets,
	.navbar-collapse .navbar-brand-container {
		display:none !important;
	}
	.navbar-collapse .navbar-brand-container {
		display: inline !important;
	}
}

/* Cookie consent */
.cc-window {
	margin-bottom: 80px; !important;
}

/* progress bar animation */
@-webkit-keyframes animate-positive{
	0% { width: 0%; }
}
@keyframes animate-positive{
	0% { width: 0%; }
}

/* List topics */
.bg1 {
	background: #e42d59; /* red 1 */
}
.bg2 {
	background: #d91f43; /* red 2 */
}
.bg3 {
	background: #9f1d29; /* red 3 */
}
.bg4 {
	background: #720d1c; /* red 4 */
}
.bg5 {
	background: #bf206b; /* purple 1 */
}
.bg6 {
	background: #9765a4; /* purple 2 */
}
.bg7 {
	background: #6b75a4; /* blue 1 */
}
.bg8 {
	background: #25959b !important; /* blue 2 */
}
.bg9 {
	background: #6cb38e; /* green 1 */
}	

/*Curtain*/
.curtain {
	background-color: #000;
	position: fixed;
	left:0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 11111111;
	width: 100%;
	height: 100%;
}
.curtain-logo {
	text-align: center;
	max-width: 80%;
	left: 10%;
	top: 25%;
	position: relative;
}
.curtain-logo img {
	max-width: 80%;
}
@media(max-width:767px) {
	.curtain-logo img {
		max-width: 180px;
	}
}


/* Speakers */
@media (min-width: 1200px) {
	.container-speakers {
		max-width: 1300px;
	}
}
.speaker {
	position: relative;
	z-index: 1 !important;
}
.speaker div {
	z-index: 3;
}
.speaker img {
	width: 100%;
}
	
.speaker-caption p {
	font-size: 90%;
}
.speaker-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
}
.speaker::before {
	width: 75%;
	height: 75%;
	z-index: 2;
	margin-left: -1px;
	display: block;
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	z-index: 1 !Important;
	background: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='297.164' height='196.644' viewBox='0 0 297.164 196.644'%3E%3Cg transform='matrix(1, 0, 0, 1, 0, 0)'%3E%3Cpath d='M8912.918,8698.57l279.164,139.145-49.215,39.5H8912.918Z' transform='translate(-8903.92 -8692.57)' fill='%23000000' opacity='0.82'/%3E%3C/g%3E%3C/svg%3E) no-repeat -10px 115% !important;
	background-size: contain;
}


@media (max-width:991px) {
	.section-photo {
		min-height: 35vh;
	}
}
.speaker-caption .s-subtitle span {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
}
.speaker-caption .s-subtitle span strong {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
}
.jury  .speaker-caption .s-subtitle span strong,
#speakers .speaker-caption .s-subtitle span strong {
	
}

/* Popover */
.popover {
	min-width: 320px;
	max-width: 33%;
}
.popover-title {
	background-color: #000;
}
.popover-content {
	color: #333;
	padding: 15px;
}
.popover-description,
.popover-speaker {
	font-size: 90%;
	clear: both;
	line-height: 130%;
	border-top: 1px solid #ddd;
	padding: 10px 0;
}
.popover-speaker:first-child,
.popover-description:first-child {
	border: 0;
	margin-top: -10px;
}
.popover-speaker a {
	text-decoration: none;
	color: #333;
	display: block;
}
.popover-speaker:hover {
	background-color: #eee;
}
.popover-speaker strong {
	display: block;
}
.popover-img {
	float: left;
	width: 50px;
	margin: 0 10px;
	outline: 1px solid #ddd;
}
.break .panel-body {
	padding: 5px 15px;
	background-color: #ddd !important;
}
.break .accent small {
	color: #333 !important;
}
.agenda .text-success small,
.agenda .text-info small,
.agenda .text-danger small {
	color: #333;
	text-transform: none;
	font-size: 14px;
}
.agenda .nav-pills>li>label {
	border: 1px solid #ddd;
	border-radius: 4px;
	position: relative;
	display: block;
	padding: 10px 15px;
}
.btn-group-justified>.btn {
	width: 50%;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	opacity: .2;
}
.agenda .alert-default {
	background-color: #eee;
}
.bg-half {
	z-index:1;
	position: relative;
}
@media (min-width:992px) {
	.bg-half .bgr {
		position: absolute;
		width: 50%;
		height: 100%;
		top: 0;
		z-index:2;
	}
	.bg-right .bgr {
		left: 50%;	
	}
	.bg-left .bgr {
		left: 0%;	
	}
	.bg-half .container {
		position:relative;
		z-index:3;
	}
}
@media (max-width:991px) {
	.bg-half .bgr {
		background-image: none !important;
	}
}
@media (max-width:992px) {
	.header .display-3 {
		font-size: 2.5rem;
	}
	.header .display-2 {
		font-size: 3rem;
	}
	.header .h3,
	.header h3 {
		font-size: 1.5rem;
	}
}
footer {
	font-size: 90%;
}

.header {
	color: #fff;
}
.header-caption {
	text-align: center;
}
.subtitle {
	font-size:1.5rem;
	line-height:130%;
	font-weight: bold;
	font-style: italic;
	font-family: Roboto, sans-serif !important;
}
@media (max-width:576px) {
	.bgr-conference {
		background-position: center bottom !important;
	}
	.bgr-expo {
		background-position: left top !important;
	}
	.bgr-games {
		background-position: right bottom !important;
	}
	.bgr-networking {
		background-position: right bottom !important;
	}
	.subtitle {
		font-size:1.3rem;
	}
}
#mediaimpact mark,
.header mark {
	padding: .1rem;
	background:rgba(0,0,0,.0);
	color: #fff;
}

.slick-dots li button {
	background: rgba(255,255,255,.5);
	border: 3px solid transparent;
	border-radius: 50%;
}
.slick-dots li,
.slick-dots li button {
	width:15px;
	height: 15px;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
	background: #fff !important;
	border-color: #fff;
}
.slick-dotted.slick-slider {
	margin: 0;
}
.speaker::before {
    width: 75%;
    height: 75%;
    z-index: 2;
	margin-left: -1px;
    display: block;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
   background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='297.164' height='196.644' viewBox='0 0 297.164 196.644'%3E%3Cg transform='matrix(1, 0, 0, 1, 0, 0)'%3E%3Cpath d='M8912.918,8698.57l279.164,139.145-49.215,39.5H8912.918Z' transform='translate(-8903.92 -8692.57)' fill='%23343a40' opacity='1'/%3E%3C/g%3E%3C/svg%3E") no-repeat -10px 115%;
		background-size: contain;
}
.speaker-caption {
	text-shadow: 1px 1px  1px  #343a40, -1px -1px  1px  #343a40;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
}

.header .display-2 {
    font-size: 4.5rem;
}
.navbar .dropdown-toggle:not(.nav-link)::after {
	display: none !Important;
}
.rounded {
    border-radius: 0.5rem !important;
}
.navbar-nav.rounded {
    border-radius: 0.2rem !important;
}
.bg-line {
	background-image: url(../img/line.gif);
	background-position: left center;
	background-repeat: no-repeat repeat;
}
.bg-line .bg-line {
	background-image:none;
}
#toppartners img {
	max-height:75px;
}

.navbar {
	border-bottom: 0 !important;
}
.with-header:not(.scrolled) .navbar-brand  {
	color: #fff !important;
}
.dropdown-large {
	min-width: 320px;
}

.with-header .navbar-toggler-icon {
	.class-name path {
	  fill: #fff;
	}
}
.navbar-light .navbar-text  {
	color: #333;
	padding: 0 !important;
}
.navbar  {
	padding: 8px 0 !important;
}
.with-header:not(.scrolled) .navbar-text {
	color:#fff;
}
@media (max-width:991px) {
	.with-header .navbar-text {
		font-size:2rem !important;
		line-height: 110% !important;
	}
}
.navbar-toggler {
	width: 52px;
	height: 40px;
	background: #fff;
	border: 0 !important;
}
.with-header:not(.scrolled) .navbar-toggler {
	background: #000;
}
.with-header.navbar-collapse .navbar-toggler {
	background: #fff;
}
.navbar-nav .btn,
.navbar-nav .btn:focus,
.navbar-nav .btn:active {
	outline: 0 !important;
	box-shadow: none !important;
}
.with-header:not(.scrolled) .navbar-toggler span  {
	background: #fff;
}
.with-header.navbar-collapse:not(.scrolled) .navbar-toggler span,
.navbar-collapse .navbar-toggler span  {
	background: #333;
}
.navbar-collapse .navbar-toggler span,
body.with-header.scrolled:not(.navbar-collapse) .navbar-toggler span,
.navbar-toggler span,
.with-header.scrolled .navbar-toggler span {
	background: #333;
	outline: 1px solid rgb(255,255,255,.5);
}

body.scrolled:not(.navbar-collapse) .navbar-text {
	display: none;
} 

@Media (max-width:991px) {
	
	.navbar .nav-link,
	.navbar .nav-item > .btn {
		font-size: 1.5rem;
	}
	.navbar .nav-item .nav-link {
		color: #333;
	}
	.navbar .dropdown-menu a {
		font-size: 1.25rem;
	}
	.navbar .dropdown-menu {
		box-shadow: none !important;
		background-color: #eee !important;
	}
	.navbar .dropdown-menu ul + ul {
		padding-top: 0 !important;
	}
	.navbar-toggler {
		display: inline-block !important;
	}
	body.navbar-collapse  {
		overflow:hidden;
	}
	.navbar-collapse .navbar-text {
		display: block;
		padding:0 !important;
	}
	.navbar-collapse .navbar  {
		background-color: #fff;
	}
	.navbar-collapse.collapse.show {
		height: 90vh;
		overflow-y:auto;
		padding-bottom: 2rem;
	}
	.navbar-nav > .nav-item {
		width: 100%;
	}
}
@Media (min-width:992px) {
	.navbar-light .navbar-nav .nav-item .nav-link,
	.with-header .navbar-light .navbar-nav .nav-item .nav-link {
		color: #333 !important;
	}
	body .navbar-light {
		background-color: #fff !important;
	}
	/*.with-header:not(.scrolled) .navbar-light .navbar-nav .nav-link {
		color: #fff !important;
	}
	.with-header:not(.scrolled) .navbar {
		background-color: transparent !important;
		border-bottom: 0 !important;
	}
	body:not(.with-header) .navbar-nav,
	.with-header.scrolled .navbar-nav {
		background-color: #eee !important;
		color: #333 !important;
	}
	.navbar-light .navbar-nav .nav-item .nav-link,
	.with-header.scrolled .navbar-light .navbar-nav .nav-item .nav-link {
		color: #333 !important;
	}
	
	.with-header:not(.scrolled) .navbar-toggler span,
	.navbar-light .navbar-nav .nav-item .nav-link:hover,
	.with-header .navbar-light .navbar-nav .nav-item.active .nav-link,
	.with-header .navbar-light .navbar-nav .nav-link:hover  {
		background: #fff !important;
	}
	.with-header:not(.scrolled) .navbar-light .navbar-nav .nav-item.active .nav-link,
	.with-header:not(.scrolled) .navbar-light .navbar-nav .nav-link:hover,
	.with-header:not(.scrolled) .navbar-light .navbar-nav .nav-item.active  >  .btn,
	.with-header:not(.scrolled) .navbar-light .navbar-nav .nav-item > .btn:hover {
		background: rgba(255,255,255,.35) !important;
		color: #fff !important;
	}
	.navbar-light .navbar-nav .nav-item.active  >  .btn,
	.navbar-light .navbar-nav .nav-item > .btn:hover  {
		background: #fff !important;
		color: #333 !important;
	}*/
}
.navbar .h5, 
.navbar h5 {
    font-size: 1.25rem !important;
}


.navbar-toggler strong {
	position: relative;
	display: block;
	width: 30px;
	height: 36px;
	margin-top: 5px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
.navbar-toggler:hover,
.navbar-toggler:focus,
.navbar-light .navbar-toggler {
	border: 0;
	outline: 0;
}
.navbar-toggler span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #333;
	border-radius: 6px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.navbar-toggler span:nth-child(1) {
	top: 0px;
}
.navbar-toggler span:nth-child(2),.navbar-toggler span:nth-child(3) {
	top: 9px;
}
.navbar-toggler span:nth-child(4) {
	top: 18px;
}
.navbar-toggler.open span:nth-child(1) {
	top: 9px;
	width: 0%;
	left: 50%;
}
.navbar-toggler.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.navbar-toggler.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.navbar-toggler.open span:nth-child(4) {
	top: 12px;
	width: 0%;
	left: 50%;
}
#mediaimpact .cite {
	font-family: 'Roboto', sans-serif;
	font-size:1.35rem;
}
#mediaimpact .cite {
	font-family: 'Roboto', sans-serif;
	font-size: 1.75rem;
}
@media (max-width: 576px) {
	#mediaimpact .cite {
		font-size: 1.5rem; 
	}
}

#mediaimpact .slick-dots,
.header .slick-dots {
	bottom: 45px;
	z-index: 3;
	margin: 0 auto;
}


.bg-dark-4 {
	background-color: rgba(0,0,0,.4) !important;
}
.bg-dark-8 {
	background-color: rgba(0,0,0,.8) !important;
}
.dark-footer {
	background: #000;
}
.header-content,
.header-bgr img,
#header-bgr,
.header-bgr,
#header-bgr .slick-track,
.index-header {
		height: auto !important;
	min-height: 75vh !important;
}

.startup-list::before{
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.startup-list .container {
	z-index: 3;
	position: relative;
}
@media (max-width:450px) {
	.startup-list {
		background: url(../img/fg-tall.jpg?v22) fixed no-repeat center center;
		background-size: cover;	
	}
}
@media (min-width: 1400px) {
	.col-xxl-2 {
		-ms-flex: 0 0 16.666667% !important;
		flex: 0 0 16.666667% !important;
		max-width: 16.666667% !important;
	}
}

.opportunity {
	background: url(../../2022/img/2021.jpg) fixed no-repeat center center;
	background-size: cover;
}


.stat-icon {
	max-width: 45%;
	display: inline-block;
	padding: 1em;
}
.stat-icon img {
	max-width: 100%;
}

#verticals  .stat-icon {
	width: 50px !impoortant;
}
#verticals  .stat-icon img {
	width: 50px !important;
}
@media (min-width:991px) {
	#verticals  .stat-icon img {
		width: 75px !important;
	}
}
.opportunity .stat-icon {
	background: url(../../2022/img/2021.jpg) fixed no-repeat center center;
    background-size: cover;
}
@media (max-width:991px) {
	.opportunity {
		background: url(../../2022/img/2021-tall.jpg) no-repeat center bottom;
		background-size: cover;
	}
	.opportunity .stat-icon {
		background: url(../../2022/img/2021-tall.jpg) no-repeat center bottom;
	}
}

.s-subtitle {
	font-size: 85%;
	line-height: 125%;
}



.card-icon {
	border: 0;
	color: #444;
}
.fg-icons {
	width: 4rem;
	height: 4rem;
	fill: #444;
}



/* Startup list */
.partners-list {
	padding: 100px 0 !important;
}
.partners-list h1.section-title {
	color: #fff;
	margin: 50px auto 150px auto;
}
.partners-list hr {
	margin: 75px 0;
}
.partners-list .partner,
.partners-list .col-md-4 .partner {
	background: #fff !important;
	margin: 0 0 20px 0 !important;
	max-width: 100% !important;
}


.startups .stage {
	line-height: 1em !important;
}
.startups .badge {
	background-color: #333;
}
.startups .Pre .badge {
	background-color: #090;
}
.startups .Post .badge {
	background-color: #c00;
}

.startups .partner img {
	
}
.partners-list {
    background-size: cover;
	position: relative;
	min-height: 100vh;
}
.partners-list::before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.46);
}
.partners-list .partner h4 {
	margin: 0 !important;
	padding-bottom: 20px !important;
	display: block !important;
	width:70%;
	position: relative;
	left: 15%;
	text-align: center;
	min-height: 3em;
}
.partners-list  .container {
	position: relative;
	z-index:2;
}
.country {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: block;
	text-align: center;
	padding: 15px 0 0 0;
	line-height: 1em !important;
}
.startups .country .badge {
	background-color: #fff;
	color: #333;
	font-size: 100%;
}
.startup-link {
	cursor: pointer;
}
.startup-list a {
	cursor:pointer;
}
#startup-modal .modal-title {
	color: #333;
}

.powered h2.section-title {
	padding: 2em 0 0 0;
}
@media (min-width:991px) {
	.powered h2.section-title {
		text-align:right;
		font-size: 2em;
		padding: 3em 1em 0 0;
	}
	.powered .partner img {
		margin: 0 50% 15px 0;
	}
}
.area {
	font-size: 80%;
	font-weight: bold;
	margin: 0;
}
.journey-header {
	position: relative;
}
.journey-header h2 {
	position: absolute;
	top: 30%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #000 !important;
}
.journey-header h2 mark {
	color: #000 !important;
	background: rgba(255,255,255,.98);
	padding-left: 1em;
	padding-right: 1em;
}
	


@media (max-width:767px) {
	.header-content,
	.header-bgr img,
	#header-bgr,
	.header-bgr,
	.partners-list,
	#header-bgr .slick-track,
	.index-header {
		min-height: 100vh !important;
		height: auto !important;
	}
	.partners-list .display-3 {
		font-size: 3em;
	}
	.journey-header h2 {
		position: static;
		background: rgba(0,0,0,.8);
		padding: .2em 0;
		margin-bottom: 1em;
	}
	.journey-header h2 mark {
		background: transparent;
		padding:0;
		color: #fff !important;
	}
}
.selection {
	background: #fff;
	background-size: cover;
	position: relative;
}
.journey {
	position: relative;
}
.sdg {
	position: relative;
}
.sdg::after,
.journey::after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	z-index: 2;
}
.sdg::after {
	background: rgba(0,0,0,.65);
}
.sdg .container,
.journey .container {
	position: relative;
	z-index: 3;
}

@media (min-width:768px) {
	.tooltip-inner { 
		max-width: 350px; 
	} 
}
.jury .container {
	position: relative;
	z-index: 2;
	padding: 10vh auto !important;
	color: #fff;
}
.jury .topspeakers {
	position: relative;
	z-index: 3;
}
#quote {
	background-color: #000 !important;
}
.quote {
	width: 100px;
	height: 80px;
}
.quote-sm {
	width: 50px;
	height: 40px;
}
.quote-white  {
	fill:#fff;
}
.quote-outline {
	fill:none;
	stroke:#fff;
	stroke-miterlimit:10;
	stroke-width: 2;
}
.quote-outline-white {
	fill:none;
	stroke:#000;
	stroke-miterlimit:10;
	stroke-width: 2;
}


.table thead tr {
    background-color: #257ba0;
    color: #ffffff;
    text-align: left;
}

.table th,
.table td {
    padding: 12px 15px;
	vertical-align: middle;
}


mark {
	padding: .1em .4em;
	background-color: #fff;
}
.rules li {
	margin-bottom: 1em;
}
.rules .bg-light {
	background-color: #e3e3e3 !important;
}
.meta {
	padding: 75px 0 !important;
	background:url(../img/event.jpg) no-repeat center center; 
	background-size: cover;
	min-height: 75vh;
	border-bottom: 15px solid #fff;
}
.finalists {
	padding: 75px 0 !important;
	background: url(../../2023/img/rocket.jpg?v3) fixed no-repeat center center;
	background-size: cover;
	min-height: 75vh;
	position: relative;
}
.fg2023 {
	padding: 75px 0 !important;
	background: url(../../2023/img/fg2022.jpg?v3) fixed no-repeat center center;
	background-size: cover;
	min-height: 75vh;
	position: relative;
}
.fg2023::before {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0,0,0,.5);
	
}
.fg2023 .container {
	position: relative;
	z-index: 3;
}
@media (min-width:1199px) {
	.hybrid {
		padding: 125px 0 !important;
	}
}
@media (min-width:1366px)  {
	.hybrid {
		padding: 175px 0 !important;
	}
}

.continuous .slick-track {
    display: flex !important;
    padding: 10px 0;
}
.continuous .slick-slide {
    height: inherit !important;
}
.continuous .slick-item {
    width: 300px;
    padding: 0 8px;
}
@media (min-width:576px)  {
	.continuous .slick-item {
		width: 250px;
	}
}
@media (min-width:992px)  {
	.continuous .slick-item {
		width: 300px;
	}
}
@media (min-width:1199px)  {
	.continuous .slick-item {
		width: 350px;
	}
}
@media (min-width:1280px)  {
	.continuous .slick-item {
		width: 400px;
	}
}
@media (min-width:1600px)  {
	.continuous .slick-item {
		width: 450px;
	}
}
.startup-link2 img {
	filter: grayscale(100%);
}
.startup-link2:hover img {
	filter: grayscale(0%);
}
.lead {
	font-weight: normal;
}

.play {
	background: #000;
	width: 100%;
	z-index: 3;
	position: absolute;
	left:0;
	top:0;
	overflow: hidden;
}
.play img {
	object-fit: fill;
}
.video-container {
	overflow: hidden;	
	position:relative;
}
.play > div {
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
	z-index: 2;
}
.play-button {
	cursor:pointer;	
}
.play-button,
.play-button-inner,
.play-button-inner::after {
	display: inline-block;
}
.play-button-inner {
	width: 75px;
	height: 75px;
	border: 3px solid #dc3545 !important;
	background-color: #dc3545 !important;
	border-radius: 50%;
	position:relative;
	z-index: 555;
}
.play-loader {
	width: 75px;
	height: 75px;
	border-radius: 50%;
}
.play-button-inner::after {
	width: 0;
	content:'';
	height: 0;
	border-style: solid;
	border-width: 1em 0 1em 2em;
	border-color: transparent transparent transparent #fff;
	cursor: pointer;
	width: 20px;
	height: 20px;
	margin: 18px 0 0 12px;
}
@media (max-width:767px) {
	.play-button-inner,
	.play-loader {
		zoom: .55;
		margin-top: -40px;
	}
}
.play-button:hover .play-button-inner {
	border: 2px solid #fff!important;
	background-color: transparent !important;
}
.cc-window {
	margin-bottom: 0px;
}