* {
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
}
html,
body {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	height: 100%;
	background: rgb(46, 46, 46);
}
body {
	background: linear-gradient(
		-180deg,
		rgba(66, 66, 66, 1) 0%,
		rgba(46, 46, 46, 1) 10%,
		rgba(108, 108, 108, 1) 50%,
		rgba(46, 46, 46, 1) 80%
	);
	background-repeat: no-repeat;
	color: white;
}
#loading {
	height: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#loading .hero {
	max-width: 100%;
	padding: 0 24px;
}
#app-status {
	padding-top: 1em;
}
#main {
	display: flex;
	flex-direction: column;
}
#main > div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}
.hero > img {
	max-width: 100%;
}
form {
	width: 80%;
	margin: 0 auto;
	display: block;
	font-size: 16px;
	margin-bottom: 1em;
}
label {
	text-transform: uppercase;
	color: white;
}
label {
	margin-top: 1em;
	display: block;
}
label.first {
	margin-top: 0;
}
label > span {
	display: block;
	margin: 0.5em 0.25em 0.25em;
}
select > option {
	text-transform: uppercase;
}
input#form-submit {
	display: block;
	margin-top: 1em;
	text-transform: uppercase;
}
input,
textarea,
select {
	width: 100%;
	display: inline-block;
	font-size: 16px;
	margin: 0;
	padding: 0.5em;
	border: none;
	border-radius: 0.25em;
	background: #262626;
	background: #121d49;
	color: whitesmoke;
}
input[type="submit"] {
	background: #161616;
	background: #3760aa;
}
input[type="submit"]:hover {
	background: #262626;
	background: #3760aa;
	color: #e9e85b;
	cursor: pointer;
}
textarea {
	min-height: 6em;
}
#form-output {
	padding: 3em 1em;
	background: #00000029;
	border-radius: 0.25em;
}
.hidden {
	display: none !important;
}

#gdpr-wrap{
    margin-top: 1em;
    display: flex;
    flex-direction: row;
}
.gdpr-check{
    flex-basis: 30px;
    flex-grow: 0;
    align-items: center;
}
.gdpr-text{
    flex-grow: 1;    
}



html, body{
	background: #030c39;
	height: 100%;
	height: 100svh;
	overflow-y: auto;
}
#main > div#form-output{
	background:none;
	padding: 3em 0;
	text-align: center;
	font-size: 4.5vw;

	padding: 1em 0 2em;
	text-align: center;
	font-size: 2.5vw;

}
#form-output {
	padding: 0;
	text-align: center;
	background: none;
}
form {margin: 0 auto 1em;}
.hidden { display: none; }

#hero-top > img {
	max-width: 100%;
	padding: 12px 48px;
	filter: invert(1);
}
.logo-wrap {
	text-align: center;
}
.logo-svg {
	width: 50%;
	margin:0 auto;
	padding: 0;
}
.reg {
	height: 30px;
	font-size: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
}
form#form-ask {
	width: 80%;
	font-size: 1.5em;
}
#form-ask input,  #form-ask textarea,  #form-ask select {
	font-size: 1em;
}
#logo{
	padding:100px 0 40px;
	max-width: 80%;
	width: 80%;
}
.logos {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
select > option { text-transform: uppercase; }
@media screen and (max-width: 800px) {
	#hero-top > img {
		max-width: 100%;
		width: 90%;
		padding: 12px 0;
	}
}
img#title1 {
	display: block;
	width: 65%;
	width: 80%;
	height: auto;
	margin: 40px auto 40px;
}
#legal.legal{
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding: 0 24px;
	display: block;
	font-size: 10pt;
	text-align: center;
}

/* SPEAKERS CSS */
#main > div.spkrs-wrap {
	display: block;
	margin-top: 0;
}
ul#spkrs {
	max-width: 910px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	padding-top: 1.35em;
}
ul#spkrs li {
	display: inline-block;
	max-width: 32%;
	vertical-align: top;
	padding: 0 2em 2em;
	line-height: 2em;
}
ul#spkrs li div.spkr-image {
	filter: drop-shadow(0 0 0.75rem rgb(22, 187, 223));
	height: 180px;
	width: 180px;
	margin: 0 auto 1em;
	border-radius: 50%;
	/*overflow: hidden;*/
}

ul#spkrs a.spkr-web {
	color: #e9e85b;
	text-decoration: none;
	display: inline-block;
	padding-top: .5em;
}
ul#spkrs li img.spkr-image {
	/*
	width: 15rem;
	height: 15rem;*/
	max-width: 100%;
	border-radius: 50%;
	box-shadow: 0 0 20px 6px #3760aa;
}
ul#spkrs li a.spkr-web-img:hover > img.spkr-image {
	box-shadow: 0 0 20px 6px #85acf3;
}
.spkr-name {
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: .15em;
	font-family: 'Lato',brandon-grotesque,sans-serif;
}
.spkr-title {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
}
@media (max-width:1100px){
	ul#spkrs li {
		max-width: 45%;
	}
}
@media (max-width:650px){
	ul#spkrs li {
		display: inline-block;
		margin: 0 auto;
		max-width: 75%;
	}
}

#main > #resources {
	display: block;
	text-align: center;
	margin:3em 0;
}
#resources img {
	max-width: 45%;
	display: inline-block;
	padding-bottom: 1em;
}
#resources a {
	color: #e9e85b;
	text-decoration: none;
}
@media (max-width:650px){
	#resources img {
		max-width: 75%;
	}
}
.title1, .title2 {
	text-align: center;
}
.title1 { font-size: 32px; font-weight: bold; }
.title1 { font-size: 1.5em; }
.title2 { padding-bottom: calc(40px - 1em); }
.logo_wedzera {
	margin: 1em 0;
}
.logo_wedzera img {
	width: 175px;
	max-width: 80%;
	display: block;
	margin: 0 auto;
}
.logo_wedzera a,.logo_wedzera a:link, .logo_wedzera a:visited {
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	line-height: 2em;
	padding-bottom: 2em;
}
input[type="submit"], input[type="button"]{
	background: #ffb4ea;
	color: #633396;
	background: #633396;
	color: #f4e9ff;
	border: 1px solid #9e66d3;
}
input[type="submit"]:hover, input[type="button"]:hover{
	background: #621bad;
	color: #ffffff;
}
input, textarea, select {
	background: #121d49aa;
}
.link_globe {
	width: 34px;
	filter: invert(1);
}
#form-content-open {
	flex-direction: column;
}
#form-content-confirm {
	flex-direction: column;
	font-size: 1.5em;
}
#btn_askAnother{
	font-size: 1em; display: block;
	margin-top: 1em;
	text-transform: uppercase;
}
#btn_askAnother:hover{
	cursor: pointer;
}