@font-face {
	font-family: Akkurat-Mono;
	src: url(/fonts/Akkurat-Mono.woff2) format(woff2), url(/fonts/Akkurat-Mono.woff) format(woff);
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: Ogg;
	src: url(/fonts/Ogg-Regular.woff2) format(woff2), url(/fonts/Ogg-Regular.woff) format(woff);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Cadiz;
	src: url(/fonts/Cadiz-Regular.woff2) format(woff2), url(/fonts/Cadiz-Regular.woff) format(woff);
	font-weight: normal;
	font-style: normal;
}

html {
	background: #e7d8ca;
	margin: 0;
	height: 100%;
	overflow: hidden;
}

body {
	font-family: 'Cadiz', sans-serif;
	text-align: center;
	height: 100%;
}

::placeholder {
	color: #838383;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #838383;
}

::-ms-input-placeholder {
	color: #838383;
}

#seed-csp4-content {
	max-width: 100%;
	margin: 0 auto;
}

#seed-csp4-description {
	padding: 0 60px;
}

#seed-csp4-page {
	display: flex;
	align-items: center;
	padding: 0;
	height: auto !important;
	min-height: 100%;
}

.cs-wrap {
	display: flex;
	align-items: center;
}

.cs-left, .cs-right {
	width: 50%;
}

.cs-left {
	text-align: left;
}

.cs-left img {
	max-width: 611px !important;
	width: 100%;
}

.cs-right {
	width: 35%;
	max-width: 520px;
	margin: 0 auto;
	padding: 0 50px;
}

.cs-right img {
	width: 83px;
	margin-bottom: 30px;
}

.cs-right h1 {
	font-family: 'Ogg', serif;
	font-size: 36px;
	line-height: 55px;
	text-align: center;
	margin-bottom: 40px;
	font-weight: normal;
}

#mce-EMAIL {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid;
	border-radius: 0;
	text-align: center;
	padding-bottom: 22px;
	margin-bottom: 22px;
	font-size: 17px;
	font-family: 'Cadiz', sans-serif;
	box-shadow: inset 0 0 0 25px #e6d7ca, inset 0 0 0 0;
	appearance: none !important;
	-webkit-appearance: none !important;
}

#mce-EMAIL:focus, #mc-embedded-subscribe:focus {
	outline: none;
}

#mc-embedded-subscribe {
	appearance: none !important;
	-webkit-appearance: none !important;
	border-radius: 0;
	background: transparent;
	border: 1px solid #000;
	padding: 11px 18px;
	text-transform: uppercase;
	font-family: 'Akkurat-Mono', sans-serif;
	letter-spacing: .15em;
	font-size: 11px;
	cursor: pointer;
}

#mc-embedded-subscribe:hover {
	background: #000;
	color: #e6d7ca;
}

#mc_embed_signup div.mce_inline_error {
	background-color: transparent !important;
	font-weight: normal !important;
	color: #000 !important;
	font-family: 'Cadiz', sans-serif;
}

#mc_embed_signup input.mce_inline_error {
	border-color: #000 !important;
}

.ig-icon {
	position: absolute;
	bottom: 24px;
	right: 24px;
}

.ig-icon img {
	width: 22px;
	height: 22px;
}

#countdown {
	margin-bottom: 100px;
}

#countdown ul {
	margin: 0;
	padding: 0;
}

#countdown li {
	display: inline-block;
	list-style-type: none;
	padding: 0px 16px;
	text-transform: uppercase;
}

#countdown li span {
	display: block;
	font-size: 23px;
	line-height: 23px;
	font-family: 'Cadiz', sans-serif;
}

#countdown li br {
	display: none;
}

#countdown h6 {
	font-family: 'Akkurat-Mono', sans-serif;
	letter-spacing: .15em;
}

@media only screen and (max-width: 1024px) {
	html {
		overflow: visible;
	}
	#seed-csp4-page {
		padding: 40px 30px;
		height: auto;
	}
	#seed-csp4-description {
		padding: 0;
	}
	.cs-right {
		padding: 0 30px;
		width: 50%;
	}
	.cs-right h1 {
		font-size: 28px;
		line-height: 47px;
	}
	.cs-right img {
		margin-bottom: 10px;
	}
	#countdown {
		margin-bottom: 40px;
	}
	.ig-icon {
		position: initial;
		margin-top: 40px;
	}
}

@media only screen and (max-width: 667px) {
	#seed-csp4-page {
		padding: 20px;
	}
	.cs-wrap {
		flex-direction: column-reverse;
	}
	.cs-right {
		padding: 0;
		overflow: hidden;
	}
	.cs-left, .cs-right {
		width: 100%;
	}
	.cs-left {
		margin-top: 40px;
		text-align: center;
	}
	.cs-right {
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 360px) {
	#seed-csp4-page {
		padding: 8px;
	}
}