* {
	touch-action: manipulation;
  }
html {
	scroll-behavior: smooth;
	font-size: 14px;
	height: 100%;
}
:root {
  --primary: #eb8828;
  --primarydark: #ac530b;
  --primarylightbg: #fadec6;
  --black: #000;
  --white: #fff;
  --primaryfont: GilroyLight;
  --primaryfontbold: GilroyExtraBold_0;
}
body{
	font-family: var(--primaryfont);
	font-size: 1.1rem;
	background-color: var(--colorlight);
	color: var(--textthemegrey);
	overflow-x: hidden;
	touch-action: pan-y;
	word-break: break-word;
	background-color: var(--primarylightbg);
	border: 15px solid var(--white);
	min-height: 100%;
}
.body.page-loaded{
	overflow-y: auto;
}
.websummit-body{
	overflow-y: auto;
}
.websummit-lang {
	position: fixed;
	left: 25px;
	top: 50px;
}
.websummit-lang .btn.dropdown-toggle:focus{
	border: 0;
	text-decoration: none;
}
.websummit-lang .btn-check:checked + .btn, .websummit-lang .btn.active, .websummit-lang .btn.show, .websummit-lang .btn:first-child:active, 
.websummit-lang :not(.btn-check) + .btn:active {
		border: 0;
}
.websummit-lang .lang-flag img {
	max-width: 22px;
}
.websummit-lang .site-lang {
	background: rgba(255,255,255,.8);
	border-radius: 4px;
}
.websummit-lang .dropdown-menu {
	background-color: rgba(255,255,255,.8);
	border-radius: 10px;
	border: 0;
	top: 100%;
	margin-top: 70px !important;
	transform: none !important;
	padding: 0;
}
.websummit-lang .dropdown-menu::before {
	content: "";
	position: absolute;
	left: 20px;
	top: -15px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid rgba(255,255,255,.8);
}
.websummit-lang .dropdown-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 200px;
}
.websummit-lang .dropdown-menu ul li {
	padding: 0;
}
.websummit-lang .dropdown-menu ul li:first-child a {
	border-top: 0;
	border-radius: 10px 10px 0 0;
}
.websummit-lang .dropdown-menu ul li:last-child a {
	border-radius: 0 0 10px 10px;
}
.websummit-lang .dropdown-menu ul li a {
	padding: 15px 15px;
	display: block;
	color: var(--black);
	border-top: 1px solid #666;
	font-family: var(--primaryfontbold);
	transition: .3s;
	text-decoration: none;
}
.websummit-lang .dropdown-menu ul li a .lang-flag {
	width: 24px;
	margin-right: 5px;
}
.websummit-lang .lang-flag {
	width: 24px;
	display: inline-block;
}
.websummit-lang .dropdown-menu ul li a:hover {
	background-color: var(--white);
	transition: .3s;
}
img{
	max-width: 100%;
}
.web-summit__left-logo {
	flex-direction: column;
	justify-content: center;
	height: 100%;
	display: flex;
}
.websummit-logo {
	text-align: center;
}
.websummit-logo img{
	max-width: 250px;
}
.websummit-logos {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px 0;
}
.web-summit-logos_single {
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.web-summit-logos__left {
	padding-right: 20px;
	border-right: 1px solid #0c153b;
}
.web-summit-logos__right {
	padding-left: 20px;
	border-left: 1px solid #0c153b;
}
.web-summit-logos_single img {
	max-width: 150px;
}
.websummit-form__hedings {
	text-align: center;
}
.websummit-form__hedings h1 {
	font-size: 28px;
}
.websummit-form__hedings h2{
	font-size: 32px;
	text-transform: uppercase;
	color: var(--primary);
}
.websummit-form {
	margin-top: 30px;
}
.form-group {
	margin-bottom: 10px;
}
.form-group__wrap {
	display: flex;
	align-items: center;
}
.form-group__icon {
	min-width: 30px;
	color: var(--primary);
}
.form-group__input {
	width: 100%;
}
.form-group__input .form-control {
	border-radius: 30px;
	height: 42px;
	border: 0;
	background: #ffeedf;
	font-size: 16px;
	padding: 5px 20px;
}
.websummit-form__btn {
	border-radius: 30px;
	width: 100%;
	height: 42px;
	color: var(--white);
	font-size: 16px;
	background-color: var(--primary);
	border: 0;
}
.websummit-form__btn:hover{
	background-color: var(--primarydark);
	border: 0;
	color: var(--white);
}
.login-with {
	display: flex;
	font-family: var(--primaryfontbold);
	color: var(--black);
	margin-top: 20px;
	justify-content: center;
}
.login-with ul {
	margin: 0;
	padding-left: 0;
}
.login-with ul li {
	padding-left: 20px;
	display: inline-block;
}
.websummit-footer {
	text-align: center;
	margin-top: 70px;
	font-size: 16px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.websummit-footer h3{
	font-size: 16px;
	font-family: var(--primaryfontbold);
	letter-spacing: 3px;
}

.hide-1399, .hide-1199, .hide-991, .hide-767, .hide-575, .hide-400, .show-400{
	display: none;
}

.form-error__message {
  color: #f00;
  font-size: .9rem;
  margin-top: 5px;
}
.loader-img img {
  max-width: 100%;
}
.websummit-form .form-error__message {
	padding-left: 50px;
}
.full-loader{
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 2050;
    width: 100%;
    height: 100%;
    display: none;
}
.loader-img{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
}
.loader-img img{
    max-width: 100%;
}
/* Responsive */

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

@media (max-width:1599px){
	.hide-1599{
		display: none;
	}
	.hide-1399{
		display: block;
	}
}
@media (max-width:1399px){
	.hide-1399{
		display: none;
	}
	.hide-1199{
		display: block;
	}
	.websummit-form__hedings h1 {
		font-size: 25px;
	}
	.websummit-form__hedings h2 {
		font-size: 30px;
	}
	.websummit-logo img {
		max-width: 210px;
	}
	.web-summit-logos_single img {
		max-width: 120px;
	}
}

@media (max-width:1199px){
	.hide-1199{
		display: none;
	}
	
	.hide-991{
		display: block;
	}
}
@media (max-width:991px){
	.hide-991{
		display: none;
	}
	.hide-767{
		display: block;
	}
	.websummit-logo {
		margin-top: -30px;
	}
	.websummit-logo img {
		max-width: 160px;
	}
	.websummit-logos {
		margin: 20px 0;
	}
	.web-summit-logos_single img {
		max-width: 90px;
	}
	.websummit-form__hedings h1 {
		font-size: 24px;
	}
	.websummit-form__hedings h2 {
		font-size: 26px;
	}
	.websummit-form {
		margin: 30px auto 0;
		width: 400px;
		max-width: 100%;
	}
	.websummit-footer {
		margin-top: 50px;
	}
}
@media (max-width:767px){
	.hide-767{
		display: none;
	}
	.hide-575{
		display: block;
	}
}
@media (max-width:575px){
	body{
		border: 10px solid var(--white);
	}
	.hide-575{
		display: none;
	}
	.hide-400{
		display: block;
	}
	.websummit-form__hedings h1 {
		font-size: 20px;
	}
	.websummit-form__hedings h2 {
		font-size: 22px;
	}
	.form-group__input .form-control, .websummit-form__btn {
		height: 38px;
	}
}
@media (max-width:400px){
	body{
		border: 8px solid var(--white);
	}
	.hide-400{
		display: none;
	}
	.show-400{
		display: block;
	}
	.websummit-logo img {
		max-width: 130px;
	}
	.web-summit-logos_single img {
		max-width: 70px;
	}
	.websummit-form__hedings h1 {
		font-size: 18px;
	}
	.form-group__input .form-control, .websummit-form__btn {
		height: 36px;
		font-size: 14px;
	}
}