html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a:focus,
a:active,
a:hover{
	outline: none;
	background: inherit;
	color: inherit;
	text-decoration: none;
}
body{
	font-size: 100%;
	line-height: 1;
	background: #16120C;
	color: #fff;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face{
	font-family: 'Black';
	src: url('../fonts/UniviaPro-Black.eot');
	src: url('../fonts/UniviaPro-Black.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/UniviaPro-Black.woff2') format('woff2'),
		 url('../fonts/UniviaPro-Black.woff') format('woff'),
		 url('../fonts/UniviaPro-Black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Bold';
	src: url('../fonts/UniviaPro-Bold.eot');
	src: url('../fonts/UniviaPro-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/UniviaPro-Bold.woff2') format('woff2'),
		 url('../fonts/UniviaPro-Bold.woff') format('woff'),
		 url('../fonts/UniviaPro-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Regular';
	src: url('../fonts/UniviaPro-Regular.eot');
	src: url('../fonts/UniviaPro-Regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/UniviaPro-Regular.woff2') format('woff2'),
		 url('../fonts/UniviaPro-Regular.woff') format('woff'),
		 url('../fonts/UniviaPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: rgba(0, 0, 0, 1);
	border-radius: 10px;
}
body::-webkit-scrollbar{
	width: 8px;
	background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb{
	border-radius: 5px;
	background: #EF8000;
}
.main-btn{
	font-family: Bold;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #0A0502;
	border: 3px solid #E6D2A6;
	background: #E6D2A6;
	padding: 20px 40px 16px;
	transition: all 0.2s ease-in-out;
}
.nopadding{
	padding: 0;
}
.modal-open{
	padding: 0;
}
header{
	width: 100%;
	background: transparent; 
}
.navbar{
	position: relative;
	padding: 45px 0 15px 150px;
	margin-bottom: 0;
}
.navbar .logo{
	position: relative;
	top: -20px;
	width: 280px;
}
.navbar ul{
	position: absolute;
	right: 0;
	padding: 20px 200px 0 0;
}
.navbar ul li{
	display: inline-block;
	font-family: Regular;
	font-size: 1.1em;
	color: #EF8000;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-right: 75px;
}
.navbar ul li::after{
	content: '';
	display: block;
	margin: 10px auto 0;
	width: 100%;
	height: 2px;
	background-color: #EF8000;
	transform: scaleX(0);  
  	transition: transform 0.15s ease-in-out;
}
.navbar ul li:hover:after{
	transform: scaleX(1);
}
.navbar ul li:after{
	transform-origin: 50%;
}
.navbar ul li:last-of-type{
	margin-right: 0;
}
.navbar ul li a{
	display: inline-block;
	font-size: 1.1em;
	color: inherit;
	padding: 0 0 3px;
	transition: all 0.2s ease-in-out;
}
.navbar ul li a:hover{
	background: transparent;
	color: #EF8000;
}
.navbar ul li:not(.apply){
	position: relative;
	top: 7px;
}
.navbar ul .apply{
	font-family: Bold;
	color: #0A0502;
	position: relative;
	top: -10px;
	border: 3px solid #E6D2A6;
	background: #E6D2A6;
	padding: 20px 30px 0;
	transition: all 0.2s ease-in-out;
}
.navbar ul .apply:hover{
	color: #EF8000!important;
	background: transparent;
	border: 3px solid #EF8000;
}
.navbar ul .apply:hover:after{
	transform: scaleX(0);
}
.navbar-toggler{
	display: none;
	float: right;
	position: relative;
	outline-color: transparent!important;
	padding: 0 25px;
	z-index: 2;
}
.hamburger{
	display: block;
}
.hamburger span{
	display: block;
	width: 25px;
	height: 2px;
	background-color: #E6D2A6;
	margin-bottom: 5px;
	transition: 0.4s
}
.change .bar1{
    -webkit-transform: rotate(-45deg) translate(-10px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2{
	opacity: 0;
}
.change .bar3{
    -webkit-transform: rotate(45deg) translate(-4px, -1px);
    transform: rotate(45deg) translate(-4px, -1px);
}
.bg{
	visibility: hidden;
}
.hero{
	position: relative;
}
.hero .main-btn{
	position: absolute;
	top: 150px;
	left: 400px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
	z-index: 1;
}
.hero .main-btn:hover{
	box-shadow: none;
	color: #83C536;
}
.hero video{
	display: block;
	width: 1200px;
	margin: 0 auto;
}
.hero .mobile{
	display: none;
}
.intro{
	visibility: hidden;
	position: relative;
	color: #0A0502;
	text-align: center;
	padding: 180px 400px 0;
}
.intro .bg{
	width: 100%;
	height: auto;
	position: absolute;
	top: -300px;
	left: 0;
	overflow: hidden;
}
h1{
	font-family: Bold;
	font-size: 3.1em;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 35px;
}
.intro p{
	font-family: Regular;
	font-size: 1.5em;
}
.intro p span{
	font-family: Bold;
}
.steps{
	visibility: hidden;
	color: #0A0502;
	text-align: center;
	padding: 70px 400px 100px;
}
.steps h2{
	font-family: Black;
	font-size: 3.1em;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.steps h2 a{
	color: #E6D2A6;
}
.steps h2 a:hover{
	text-decoration: underline;
	color: #E6D2A6;
}
.steps p{
	font-family: Regular;
	font-size: 1.3em;
	line-height: 1.4;
	margin-bottom: 20px;
}
.steps p span{
	font-family: Bold;
}
.steps .sm,
.steps .note{
	font-size: 1.1em;
	color: #E6D2A6;
}
.steps .note{
	font-style: italic;
}
.prizes{
	padding: 250px 400px 150px;
}
.prizes .col-lg-3{
	position: relative;
}
.prizes .col-lg-3 img{
	display: block;
	margin: 0 auto 30px;
	transition: all 0.3s ease-in-out;
}
.prizes .col-lg-3:hover img{
	transform: scale(0.8);
}
.prizes .col-lg-3 p{
	font-family: Bold;
	font-size: 1.5em;
	line-height: 1.2;
	text-align: center;
	color: #EF8000;
}
.reg{
	visibility: hidden;
	position: relative;
	color: #0A0502;
	padding: 100px 15px 150px;
	margin: 0 0 20px;
}
.filter{
	filter: brightness(0.3);
}
.quiz{
	position: absolute;
	width: 70%;
	left: 50%;
	top: 40%;
	transform: translateX(-50%) translateY(-50%);
	background: #EF8000;
	color: #000;
	padding: 200px 85px;
}
.quiz h2{
	font-family: Bold;
	font-size: 3em;
	text-align: center;
}
.reg .bg{
	width: 100%;
	height: auto;
	position: absolute;
	top: -270px;
	left: 0;
	overflow: hidden;
}
.reg .row{
	padding: 100px 300px 0 400px;
}
.reg h2{
	font-family: Bold;
	font-size: 3em;
	text-align: center;
	margin-bottom: 40px;
}
.reg form{
	margin: 50px 0 60px 60px;
}
.user-input-wrp input,
.upload-btn{
	font-family: Bold;
	font-size: 1.1em;
	color: #0A0502;
	display: block;
	width: 100%;
	background: transparent;
	border: none;
	outline: none;
	border-bottom: 1.5px solid #0A0502;
	padding-bottom: 7px;
	margin-bottom: 45px;
}
.user-input-wrp{
	position: relative;
	width: 100%;
}
.user-input-wrp .floating-label{
	font-family: Bold;
	font-size: 1.1em;
	color: #0A0502;
	position: absolute;
	pointer-events: none;
	top: 0;
	transition: all 0.2s ease;
}
.user-input-wrp.date{
	position: relative;
}
.user-input-wrp.date img{
	width: 30px;
	position: absolute;
	top: -10px;
	right: 0;
}
.user-input-wrp input:focus ~ .floating-label,
.user-input-wrp input:not(:focus):valid ~ .floating-label{
	top: -18px;
	font-size: 13px;
}
.checkbox{
	margin-top: 15px;
}
.checkbox input[type="checkbox"]{
	display: none;
}
.checkbox input[type="checkbox"] + label:before{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	padding: 1px;
	margin-right: 20px;
	background-clip: content-box;
	border: 2px solid #0A0502;
	border-radius: 3px;
	position: relative;
	top: 3px;
}
.checkbox input[type="checkbox"]:checked + label:before{
	background-color: #0A0502;
}
.checkbox label{
	font-family: Regular;
	font-size: 1em;
	font-style: italic;
	color: #0A0502;
	padding-left: 0;
}
.checkbox label a{
	color: inherit;
	text-decoration: underline;
	transition: all 0.2s ease-in-out;
}
.checkbox label a:hover{
	color: #E6D2A6;
}
.reg .submit{
	margin-top: 50px;
	transition: all 0.3s ease-in-out;
}
.reg .submit:hover{
	background: transparent;
}
footer{
	text-align: center;
	background: transparent;
	padding: 0 160px 40px;
	margin-top: -2px;
}
footer ul{
	margin-bottom: 30px;
}
footer ul li{
	display: inline-block;
	font-family: Regular;
	font-size: 1.1em;
	color: #fff;
	margin-right: 80px;
}
footer ul li:last-of-type{
	margin-right: 0;
}
footer ul li a{
	color: #fff;
	transition: all 0.2s ease-in-out;
}
footer ul li a:hover{
	color: #EF8000;
}
footer .logo{
	width: 300px
}
footer .social{
	position: relative;
	top: 10px;
}
footer .social img{
	width: 280px;
	transition: all 0.2s ease-in-out;
}
footer .social a:hover img{
	transform: scale(0.8);
}
.modal-header{
	border-bottom: none;
	padding-bottom: 0;
}
.modal-body{
	padding-top: 0;
}
.modal-header .close{
	font-size: 3.5rem;
}
.footer-modal{
	font-family: Regular;
	color: #0A0502;
}
.footer-modal .bold{
	font-family: Bold;
}
.footer-modal p.bold{
	text-decoration: underline;
}
.modal-dialog{
	max-width: 55%;
	margin: 50px auto;
}
.footer-modal h2{
	font-family: Bold;
	font-size: 28px;
	text-align: center;
	margin-bottom: 30px;
}
.footer-modal p{
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.error-modal .modal-body{
	padding: 50px;
}
.error-modal h2{
	font-family: Bold;
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 30px;
}
.styled-modal .modal-dialog{
	max-width: 70%;
}
.styled-modal .modal-body{
	padding-left: 100px;
	padding-right: 100px;
}
.styled-modal h2{
	font-family: Regular;
	font-size: 3em;
	color: #000;
	margin-bottom: 60px;
}
.styled-modal .col-lg-6:after{
	content: '';
	display: block;
	width: 200px;
	height: 1px;
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
	margin: 0 auto 20px;
}
.styled-modal .col-lg-6:last-of-type:after{
	display: none;
}
.styled-modal p{
	font-family: Regular;
	color: #000;
	font-size: 1em;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 15px;
}
#cookiebar{
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	background: #221E20;
	padding: 20px 40px;
	z-index: 100;
}
#cookiebar p{
	font-family: Regular;
	font-size: 0.9em;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #fff;
}
#cookiebar a{
	display: inline-block;
	background: #fff;
	border-radius: 20px;
	font-family: Bold;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #221E20;
	padding: 7px 20px 5px;
	margin: 10px 10px 0 0;
	transition: all 0.2s ease-in-out;
}
#cookiebar a:hover{
	background: #fff!important;
	color: #F36F21;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
	.navbar ul{
		padding: 0 80px 0 0;
	}
}
.datepicker{
	position: relative;
	z-index: 1;
}
.datepicker::placeholder{
	opacity: 0;
}