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{
	color: inherit;
	text-decoration: none;
	background: transparent!important;
}
body {
	line-height: 1;
}
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: 'Bold';
	src: url('../fonts/dmbrand-bold-webfont.eot');
	src: url('../fonts/dmbrand-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/dmbrand-bold-webfont.woff2') format('woff2'),
		 url('../fonts/dmbrand-bold-webfont.woff') format('woff'),
		 url('../fonts/dmbrand-bold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Medium';
	src: url('../fonts/dmbrand-medium-webfont.eot');
	src: url('../fonts/dmbrand-medium-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/dmbrand-medium-webfont.woff2') format('woff2'),
		 url('../fonts/dmbrand-medium-webfont.woff') format('woff'),
		 url('../fonts/dmbrand-medium-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.nopadding{
	padding: 0;
}
.fade{
	opacity: 1;
}
.modal-open{
	padding: 0;
}
header{
	width: 100%;
}
.navbar{
	position: relative;
	padding: 15px 0 15px 160px;
	margin-bottom: 0;
	visibility: hidden;
}
.navbar .logo{
	width: 130px;
}
.navbar ul{
	position: absolute;
	right: 0;
	padding: 30px 80px 0 0;
}
.navbar ul li{
	display: inline-block;
	font-family: 'Medium';
	font-size: 18px;
	margin-right: 120px;
}
.navbar ul li::after{
	content: '';
	display: block;
	margin: 10px auto 0;
	width: 100%;
	height: 2px;
	background-color: #ED1C24;
	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: 16px;
	color: #525260;
	padding: 0 0 3px;
	transition: all 0.2s ease-in-out;
}
.navbar ul li a:hover{
	background: transparent;
	color: #ED1C24;
}
.navbar ul li.social::after{
	display: none;
}
.social a{
	display: inline-block;
}
.social img{
	margin-right: 20px;
	transition: all 0.2s ease-in-out;
}
.social img:hover{
	transform: scale(1.2);
}
.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: #000;
	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);
}
.hero{
	position: relative;
	background: url('../img/hero-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	font-family: 'Medium';
	padding: 120px 100px 50px 50px;
	visibility: hidden;
}
.hero .row{
	margin: 0;
}
.hero h2{
	font-size: 72px;
	color: #6C419B;
	text-transform: uppercase;
}
.hero .partner{
	height: 80px;
	position: relative;
	top: 20px;
}
.hero p{
	font-size: 48px;
	line-height: 1;
	color: #525260;
	margin-bottom: 30px;
}
.hero p span{
	color: #6C419B;
}
.hero .chef{
	display: block;
	width: 422px;
	margin: 40px 0 0 120px;
}
.hero .svg{
	position: absolute;
}
.hero .svg-lg{
	width: 190px;
	bottom: 20%;
	right: 28%;
}
.hero .svg-sm{
	width: 115px;
	bottom: 40%;
	right: 22%;
}
.steps{
	background: url('../img/steps-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	font-family: 'Medium';
	padding: 120px 200px;
	visibility: hidden;
}
.steps h2{
	font-size: 48px;
	color: #002878;
	text-transform: uppercase;
	margin-bottom: 80px;
}
.steps .col-lg-4{
	position: relative;
}
.steps img{
	display: block;
	margin: 0 auto;
}
.steps img.partners{
	margin-bottom: 20px;
}
.steps p{
	font-size: 36px;
	color: #002878;
	text-align: center;
	margin-bottom: 15px;
}
.steps p.note{
	font-size: 16px;
	line-height: 1.6;
	color: #525260;
}
.steps i{
	position: absolute;
	top: 20%;
	right: -24px;
	font-size: 50px;
	color: #5F8E1D;
}
.reg{
	position: relative;
	background: url('../img/reg-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	font-family: 'Medium';
	padding: 60px 160px;
	visibility: hidden;
}
.reg h2{
	font-size: 36px;
	color: #6C419B;
	margin-bottom: 30px;
}
.reg h1{
	font-size: 72px;
	color: #fff;
}
.reg .fiscal{
	float: right;
	margin-right: 120px;
	margin-top: 25px;
}
.reg .raccoon{
	position: absolute;
	left: -10%;
	bottom: 0; 
}
.reg .svg{
	position: absolute;
}
.reg .svg-lg{
	width: 235px;
	right: 2%;
	bottom: 30%;
}
.reg .svg-sm{
	width: 155px;
	bottom: 9%;
	right: 43%;
}
.reg form{
	background: #fff;
	border-radius: 15px;
	padding: 115px 90px 50px;
}
.user-input-wrp input{
	display: block;
	width: 100%;
	background: transparent;
	border: none;
	outline: none;
	border-bottom: 1.5px solid #000;
	margin-bottom: 40px;
}
.user-input-wrp{
	position: relative;
	width: 100%;
}
.user-input-wrp .floating-label{
	font-family: 'Bold';
	font-size: 16px;
	position: absolute;
	pointer-events: none;
	top: 0;
	transition: all 0.2s ease;
}
.user-input-wrp input:focus ~ .floating-label,
.user-input-wrp input:not(:focus):valid ~ .floating-label{
	top: -18px;
	font-size: 13px;
}
.dropdown,
.dropdown .btn,
.dropdown-menu{
	width: 100%;
}
.dropdown{
	margin-bottom: 40px;
}
.dropdown-menu{
	max-height: 500px;
	overflow-y: scroll;
}
.dropdown-toggle{
	font-family: 'Bold';
	text-align: left;
	padding: 0;
	border-radius: 0;
	border-bottom: 1.5px solid #000;
}
.dropdown-toggle img{
	float: right;
}
.dropdown-toggle::after{
	border: none;
}
.dropdown-item{
	padding: 10px;
}
.dropdown-item:active{
	color: #000;
}
.checkboxes{
	margin-top: 65px;
}
.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 #000;
	border-radius: 3px;
	position: relative;
	top: 3px;
}
.checkbox input[type="checkbox"]:checked + label:before{
	background-color: #000;
}
.checkbox label{
	font-size: 16px;
	color: rgba(44, 46, 63, 0.7);
	padding-left: 0;
}
.checkbox label a{
	color: inherit;
	text-decoration: underline;
	transition: all 0.2s ease-in-out;
}
.checkbox label a:hover{
	color: #5F8E1D;
}
.reg .submit{
	background: #5F8E1D;
	border: 2px solid #5F8E1D;
	border-radius: 40px;
	font-family: 'Medium';
	font-size: 16px;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	padding: 18px 35px;
	margin-top: 40px;
	transition: all 0.3s ease-in-out;
}
.reg .submit:hover{
	background: #fff;
	color: #5F8E1D;
}
.bio{
	position: relative;
	padding: 30px 0 60px;
	visibility: hidden;
}
.bio h2{
	display: inline-block;
	font-family: 'Medium';
	font-size: 48px;
	color: #002878;
	text-transform: uppercase;
	padding-left: 175px;
	margin-bottom: 50px;
}
.bio .leaf{
	width: 120px;
	position: relative;
	top: 40px;
	left: 20px;
	transform: rotate(-120deg);
}
.bio .item img{
	width: 450px;
	border-radius: 15px;
	margin-bottom: 40px;
}
.bio .item p{
	font-family: 'Medium';
	font-size: 36px;
	color: #002878;
	margin-bottom: 20px;
}
.bio .item a{
	font-family: 'Bold';
	font-size: 16px;
	color: #002878;
}
.bio .item i{
	font-size: 28px;
	position: relative;
	top: 5px;
	padding-left: 7px;
}
.bio .owl-nav{
	position: absolute;
	right: 37%;
	bottom: -20px;
}
.bio .owl-nav .owl-next:hover,
.bio .owl-nav .owl-prev:hover{
	background: transparent;
}
.bio .owl-nav .owl-next i,
.bio .owl-nav .owl-prev i{
	font-size: 55px;
	color: #5F8E1D;
}
.bio .owl-dots{
	margin-top: 100px;
}
.bio .owl-dots .owl-dot span{
	background: #002878;
	opacity: 0.5;
}
.bio .owl-theme .owl-dots .owl-dot.active span,
.bio .owl-theme .owl-dots .owl-dot:hover span{
	background: #002878;
	opacity: 1;
}
.cases{
	position: relative;
	visibility: hidden;
}
.cases .item{
	height: 930px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat!important;
	font-family: 'Medium';
	color: #fff;
	padding: 235px 0 280px 170px;
	margin: 0;
}
.cases .case1{
	background: url('../img/cases/case1.jpg');
}
.cases .case2{
	background: url('../img/cases/case2.jpg');
}
.cases .case3{
	background: url('../img/cases/case3.jpg');
}
.cases .case4{
	background: url('../img/cases/case4.jpg');
}
.cases .case5{
	background: url('../img/cases/case5.jpg');
}
.cases .case6{
	background: url('../img/cases/case6.jpg');
}
.cases .case7{
	background: url('../img/cases/case7.jpg');
}
.cases .case8{
	background: url('../img/cases/case8.jpg');
}
.cases h2{
	font-size: 72px;
	text-transform: uppercase;
	padding-right: 11%;
	margin-bottom: 30px;
}
.cases p{
	font-size: 16px;
	line-height: 1.5;
	padding-right: 50%;
}
.cases .owl-nav .owl-next,
.cases .owl-nav .owl-prev{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.cases .owl-nav .owl-next{
	right: 2%;
}
.cases .owl-nav .owl-prev{
	left: 2%;
}
.cases .owl-nav .owl-next:hover,
.cases .owl-nav .owl-prev:hover{
	background: transparent;
}
.cases .owl-nav .owl-next i,
.cases .owl-nav .owl-prev i{
	font-size: 55px;
	color: #fff;
}
.cases .owl-dots{
	position: absolute;
	bottom: 120px;
	margin-left: 175px;
}
.cases .owl-dots .owl-dot span{
	background: #fff;
	opacity: 0.5;
}
.cases .owl-theme .owl-dots .owl-dot.active span,
.cases .owl-theme .owl-dots .owl-dot:hover span{
	background: #fff;
	opacity: 1;
}
footer{
	font-family: 'Medium';
	color: #002878;
	padding: 30px 0;
}
footer ul{
	padding-left: 150px;
}
footer ul li{
	display: inline-block;
	margin-right: 80px;
}
footer ul li:last-of-type{
	margin-right: 0;
}
footer ul li img{
	position: relative;
	top: 30px;
}
footer ul li a{
	color: #002878;
	letter-spacing: 3px;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
}
footer ul li a:hover{
	color: #ED1C24;
}
footer .copy{
	font-size: 17px;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 50px;
}
.modal-header{
	border-bottom: none;
	padding-bottom: 0;
}
.modal-body{
	padding-top: 0;
}
.modal-header .close{
	font-size: 2.5rem;
}
.footer-modal{
	font-family: 'Medium';
}
.footer-modal .bold{
	font-family: 'Bold';
}
.footer-modal p.bold{
	text-decoration: underline;
}
.footer-modal .red{
	color: #ED1C24;
}
.modal-dialog{
	max-width: 55%;
	margin: 50px auto;
}
.footer-modal h2{
	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 .logo{
	width: 150px;
	display: block;
	margin: 0 auto 50px;
}
.error-modal h2{
	font-family: 'Medium';
	font-size: 21px;
	text-align: center;
	margin-bottom: 30px;
}
.styled-modal .modal-content,
.error-modal .modal-content{
	background: url('../img/steps-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.styled-modal h2{
	font-family: 'Medium';
	font-size: 32px;
	color: #6C419B;
	text-align: center;
	margin-bottom: 60px;
}
.styled-modal .col-lg-6:after{
	content: '';
	display: block;
	width: 200px;
	height: 1px;
	border-bottom: 1px solid #6C419B;
	padding-bottom: 20px;
	margin: 0 auto 20px;
}
.styled-modal .col-lg-6:last-of-type:after{
	display: none;
}
.styled-modal p{
	font-family: 'Medium';
	color: #525260;
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 15px;
}
#prize.styled-modal p{
	font-size: 23px;
}
.styled-modal .city{
	font-family: 'Bold';
	font-size: 21px;
	color: #6C419B;
	margin-bottom: 20px;
}
.styled-modal img{
	width: 35%;
	display: block;
	margin: 30px auto;
}
#cookiebar{
	font-family: 'Medium';
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: 0.5px;
	color: #fff;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	background: #5F8E1D;
	padding: 20px 40px;
	z-index: 100;
}
#cookiebar a{
	display: inline-block;
	background: #fff;
	border-radius: 20px;
	font-family: 'Bold';
	color: #5F8E1D;
	padding: 5px 20px;
	margin: 10px 10px 0 0;
	transition: all 0.2s ease-in-out;
}
#cookiebar a:hover{
	background: #fff!important;
	color: #ED1C24;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
	.navbar ul{
		padding: 0 80px 0 0;
	}
}