/* FONTS */
@import url(//fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900|Roboto:400|Comfortaa:300,regular,700|Oswald:200,regular,500,600,700&subset=cyrillic-ext,greek,vietnamese,cyrillic,latin,latin-ext,greek-ext);
@font-face {
	font-family: QanelasSoftBlack;
	src: url('../fonts/QanelasSoft-Black.woff2');
}
@font-face {
	font-family: QanelasSoftRegular;
	src: url('../fonts/QanelasSoft-Regular.woff2');
}
@font-face {
	font-family: QanelasSoftSemiBold;
	src: url('../fonts/QanelasSoft-SemiBold.woff2');
}
::selection {
    color: #fff;
    background: #00e34f;
}
a {
	text-decoration: none;
}
html, body {
	font-size: 1.25em;
	font-style: normal;
	font-family: "QanelasSoftBlack", Arial, Helvetica, Sans-serif;
	font-weight: normal;
	line-height: 1;
	font-stretch: normal;
	letter-spacing: normal;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#content {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 999;
}

#content > div {
	position: relative;
	display: flex;
	justify-content: center;
	height: 100%;
	min-height: 0;
}
@media only screen and (max-width: 1000px){
	#content {
		flex-wrap: unset;
		flex-direction: column-reverse;
	}
}
.greetings-form-wrapper {
	width: 40%;
	background: #fff;
	color: #000;
}
.greetings-form-wrapper .greetings-form-inner {
	display: flex;
	flex-direction: column;
}
.greetings-form {
	display: flex;
	flex-direction: column;
	min-width: 370px;
	margin: auto;
}
.greetings-form .form-header h3 {
	margin: 0;
}
.greetings-form .form-header,
.greetings-form .form-actions {
	margin: auto;
	width: max-content;
}
.greetings-form .form-header {
	margin-bottom: 1rem;
}
@media only screen and (max-width: 1000px){
	.greetings-form .form-header {
		margin-top: 1rem;
	}
}
.form-header .logo-image {
	background-image: url('https://www.538.nl/logo-gigya');
	height: 37px;
	width: 99px;
	margin: auto auto .5rem auto;
}
.greetings-form .form-actions {
	margin-top: 1rem;
}
.form-group .form-input {
	width: 100%;
	height: 40px;
	border-radius: 4.5px;
	border: 1px solid #b6bdc5;
	background-color: #fff;
	box-sizing: border-box;
	color: #3c3c3b;
	outline: none;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05);
	margin: 0 auto;
	padding: 1em;
	color: inherit;
	font-size: 13px;
	color: #3c3c3b;
}
.form-group textarea {
	width: 100%;
	height: 132px;
	border-radius: 4.5px;
	border: 1px solid #b6bdc5;
	background-color: #fff;
	box-sizing: border-box;
	color: #3c3c3b;
	outline: none;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05);
	margin: 0 auto;
	padding: 1em;
	color: inherit;
	font-size: 13px;
	white-space: normal;
	line-height: normal;
	line-break: normal;
	color: #3c3c3b;
	resize: none;
}
.form-group .form-input,
.form-group textarea {
	font-family: axiforma, Tahoma, Verdana, sans-serif;
}
.form-input.input-invalid:focus,
textarea.input-invalid:focus {
	border-color: #ff0000;
}
.form-input:active,
.form-input:focus,
textarea:active,
textarea:focus {
	border-color: #00ec33;
}
.form-content .form-group:not(:last-child) {
	margin-bottom: 1rem;
}
.form-content .form-info {
	font-family: QanelasSoftRegular;
	color: #f00;
	font-size: 14px;
}

.btn {
	color: #fff;
	display: flex;
	max-height: 52px;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 2px 20px 0 20px;
	font-size: .8em;
	min-width: 150px;
	min-height: 60px;
	transition: background-color 0.15s ease-in-out;
	border-radius: 5px;
	text-transform: uppercase;
	transform: scale(.8);
}
.btn.btn-primary {
    background-color: #a400f9;
}
.btn.btn-primary:hover {
	background-color: #8500ca;
}
.btn .btn-text {
    font-size: 1.25em;
    font-style: normal;
    font-family: "QanelasSoftBlack";
    font-weight: normal;
    line-height: 14px;
    font-stretch: normal;
    letter-spacing: normal;
    -webkit-font-smoothing: antialiased;
}
.footer {
	display: flex;
	align-items: flex-end;
	margin-bottom: .5rem;
}
.footer .copyrights {
	font-family: "Poppins", Arial, Helvetica, Sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	font-stretch: normal;
	font-smoothing: antialiased;
	letter-spacing: normal;
	text-align: center;
	color: #000;
	padding: 0;
	margin: 0;
}
.footer span.heart {
    color: #ff0000;
	font-size: 16px;
}
.footer a,
.footer a:link,
.footer a:visited,
.footer a:active,
.footer a {
	color: #a400f9;
	font-weight: bold;
}
.footer a:hover {
	color: #8500ca;
}

.greetings-display-wrapper {
	width: 60%;
	align-items: center;
	overflow: hidden;
}
.greetings-display-wrapper .greetings-display-inner {
	display: flex;
	width: 100%;
}
.greetings-display-wrapper .greetings-display-inner .greetings-display-background {
	display: flex;
	z-index: -1;
}
.greetings-display-wrapper .greetings-display-inner .greetings-display-background:before {
	background: rgba(0, 0, 0, .2);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	
}
.greetings-display-background .overlay {
	position: absolute;
	top: 0;
	left: -4px;
}
@media only screen and (max-width: 1000px){
	.greetings-display-background .overlay {
		position: relative;
		top: 0;
		left: 0;
	}
}
.greetings-display-background .overlay svg {
	width: 100%;
	height: 100vh;
}
.greetings-display-background .overlay .overlay-shape {
	fill: #fff;
}
.greetings-display-background img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	min-width: 100%;
	height: 100%;
	filter: blur(3px);
	z-index: -1;
}
@media only screen and (min-width: 540px) and (max-width: 1000px){
	.greetings-display-background img {
		top: unset;
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 540px){
	.greetings-display-background img {
		top: 0;
		width: 100%;
		height: auto;
	}
}
.greetings-display-content {
    width: 100%;
    display: flex;
}
marquee {
	display: flex;
	flex-wrap: wrap;
	margin-left: .2rem;
}
marquee > span,
marquee span > strong,
marquee span > p {
	display: inline-block;
}
marquee span strong {
	color: #00ec33;
}
marquee span strong:after {
	content: ":";
	font-family: "QanelasSoftSemiBold";
	margin-right: .5rem;
}
marquee span p {
	font-family: "QanelasSoftSemiBold";
	font-weight: normal;
	color: #c300ff;
}
marquee span:not(:last-child):after {
	content: "•";
	margin: 0 .5rem;
}
marquee span strong:after,
marquee span:not(:last-child):after {
	color: #fff;
}
@media only screen and (max-width: 1000px){
	.greetings-form-wrapper,
	.greetings-display-wrapper {
		width: 100%;
	}
}