/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
html {
	scroll-behavior: smooth;
}
body {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	background: #fff;
}
a,
a:hover{
	color:#000;
    font-weight:500;
}
.text-center{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.inner-wrap{
	max-width:414px;
	margin:0 auto;
}
.header,.footer{
	padding:0;
	text-align:center;
}
.gold{
	background-color:#c0ab7c;
}
.messages .success-msg{
	padding:20px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d0e9c6;
    text-align:center;
	margin: 25px auto;
}
.messages .error-msg{
	padding:20px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    text-align:center;
	margin: 25px auto;
}
h1 {
  font-family: Roboto;
  font-size: 32px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #18191f;
  margin:20px 0;
}
h2 {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.67;
  letter-spacing: normal;
  text-align: center;
  color: #18191f;
}
p {
  font-family: Roboto;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #18191f;
}
button {
	border:none;
	padding: 13px 24px 12px 24px;
	border-radius: 8px;
	font-family: Roboto;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	background-color: #000;
	color: #fff;
	width:100%;
}
.big{
	font-size: 26px;
}
.bigger{
	font-size: 20px;
}
.prize-teaser p{
	max-width:1100px;
	margin-bottom:30px;
}
.prize-fund-other p{
	max-width:400px;
}
.prize-fund{
	padding:0 15px;
}
.prize-fund-main,
.prize-fund-other{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	margin-top:40px;
	margin-bottom:40px;
}
.prize-fund-main strong{
	font-size:28px;
	max-width:400px;
	display:block;
}
.prize-fund-main p,
.prize-fund-other p{
	margin-bottom:25px;
}
.prize-fund-other strong{
	font-size:24px;
	max-width:400px;
	display:block;
}
.prize-fund .prize-fund-main b{
	font-size:15px;
}
.participation{
	padding:40px 10px 40px 10px;
}
.participation p{
    padding: 20px;
    max-width:780px;
}
.participation ul{
    margin-top:20px;
}
.participation li{
    padding:20px;
    text-align:center;
    font-size: 14px;
    max-width:320px;
    margin: 0 auto;
}
.form{
	padding:40px 15px 40px 15px;
}
.footer{
	padding-top:40px;
	text-align:center;
	padding-top:40px;
}
.footer img{
	display:block;
}
.footer h2{
	max-width: 300px;
	line-height: 1.42;
	display: inline-block;
	padding-bottom:25px;
}
.footer p{
	margin:15px 0 28px 0;
	max-width: 380px;
	display: inline-block;
}

.form form{
	max-width:500px;
	margin:0 auto;
	display:block;
}
label {
  height: 20px;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: normal;
  text-align: left;
  color: #18191f;
  display:block;
  margin-top:15px;
}
.input-text{
	width:100%;
	height: 42px;
	margin: 6px 0 0;
	padding: 10px 12px 12px 12px;
	border-radius: 2px;
	border: solid 1px #a8aab7;
	background-color: #fcfcfd;
}
.birthdate{
	display:flex;
	justify-content:space-between;
}
select{
	width:30%;
	height: 42px;
	margin: 6px 0 0;
	padding: 10px 12px 12px 12px;
	border-radius: 2px;
	border: solid 1px #a8aab7;
	background-color: #fcfcfd;
}
.agreement{
	margin:20px 0;
	font-size:14px;
	color:#000;
}

@media only screen and (max-width: 40em) {
	.prize-teaser,
	.prize-fund{
		padding:0 15px;
	}
	.prize-fund-other{
		flex-flow: column-reverse;
	}
}
@media only screen and (min-width: 40.063em) {
	.inner-wrap{
		max-width:1440px;
	}
	h1 {
		font-size: 36px;	
		margin:60px 15px 40px 15px;
	}
	h2 {
	  font-size: 48px;
	  font-weight: 900;
	  line-height: 1.33;
	}
	
	.prize-fund-main strong{
		font-size:34px;
		margin-bottom:15px;
	}
	.prize-fund-other strong{
		font-size:28px;
		margin-bottom:15px;
	}
	.prize-fund-other img{
		margin-right:100px;
	}
	.prize-fund-other p{
		text-align:left;
	}
	.prize-fund-other{
		margin-bottom:60px;
	}
	.prize-fund-main{
		margin-top:80px;
	}
	.prize-fund .prize-fund-main strong{
		font-size:42px;
	}
	.prize-fund-main img{
		padding-left:40px;
	}
	.prize-fund-main p{
		text-align:left;
	}
	.prize-fund h2{
		margin:40px 0 75px 0;
	}
	.prize-fund li p{
		font-size: 18px;
		margin:20px 0;
		text-align:center;
	}
	.prize-fund li strong{
		max-width: 145px;
    	display: inline-block;
	}
	.participation p{
	    margin:0 auto;
	}
	.participation ul{
	    display:flex;
	    margin:0 auto;
	    max-width:1080px;
	    justify-content: center;
	}
	.participation li{
	    width:33.33%;
	}
	.participation img{
	    padding: 15px 0;
	}
	.circle img{
		padding:15px 0 20px 0;
		width:255px;
	}
	.prize-fund li{
		width: 255px;
		margin:35px;
	}
	.prize-fund li:last-child{
		width:285px;
	}
	.prize-fund li:last-child .circle img{
		padding:0;
		width:100%;
	}
	.form p{
		font-size: 18px;
		margin:15px 0 25px 0;
	}
	button {
		width:auto;
	}
	.footer h2{
		max-width:none;
		padding-bottom:40px;
	}
	.footer p {
	    max-width:none;
	    font-size:18px;
	    display:block;
	    margin:20px 0 55px 0;
	}
}


/*Checkbox*/
.agreement {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight:normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.agreement input {
  position: absolute;
  cursor: pointer;
  left:0;
  top:0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height:18px;
  width:18px;
  background-color: #000;
}

/* On mouse-over, add a grey background color */
.agreement:hover input ~ .checkmark {
  background-color: #000;
}

/* When the checkbox is checked, add a blue background */
.agreement input:checked ~ .checkmark {
  background-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.agreement input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.agreement .checkmark:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
