.elementor-1071905 .elementor-element.elementor-element-f69ac21{padding:0px 0px 0px 0px;}.elementor-1071905 .elementor-element.elementor-element-1588ed7 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:0px;}.elementor-1071905 .elementor-element.elementor-element-1588ed7 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-1071905 .elementor-element.elementor-element-1311d35{width:100%;max-width:100%;}.elementor-1071905 .elementor-element.elementor-element-1311d35 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-1071905 .elementor-element.elementor-element-1588ed7{width:100%;}}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Quicksand:wght@400;700&display=swap');

.elementor *, .elementor :after, .elementor :before {
    box-sizing: content-box !important;
}

div#cookie-law-info-again,
div#cookie-law-info-bar{
    display: none !important;
    visibility: hidden !important;
}

body, html {
	height: 100%;
}

body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	color: #212529;
	background: #fff;
	box-sizing: content-box;
}

.amln-container{
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.amln-container .amln-card{
	box-sizing: border-box;
	margin: 20px;
	width: 100%;
	max-width: 600px;
	min-width: 320px;
}

.amln-card-header h1 {
	font-family: 'Roboto', sans-serif;
	position: relative;
	font-weight: 700;
	font-size: 36px;
	line-height: 48px;
	margin: 0;
	text-shadow: 1px 1px 0 rgb(0 0 0 / 0.2);
	padding-left: 42px;
}

.amln-card-header h1::before {
	position: absolute;
	left: 0;
	top: calc(50% - 2px);
	transform: translate(0, -50%);
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	background-image: url("https://blog.giftomatic.io/wp-content/uploads/amilon/present.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.amln-card-header .bar {
	margin-top: 20px;
	background-color: white;
	width: 100%;
	height: 15px;
}

.amln-card-header .bar .bar-block {
	box-sizing: border-box;
	background-color: #3499ab;
	border-style: solid;
	border-width: 0 0 3px;
	border-color: #117292;
	display: inline-block;
	width: calc(25% - 8px);
	height: 15px;
	margin: 0 2px;
}

.amln-card-header .bar .bar-block:first-child {
	border-radius: 5px 0 0 5px;
}

.amln-card-header .bar .bar-block:last-child {
	border-radius: 0 5px 5px 0;
	background-color: #eee !important;
	border-color: #ccc;
}

.amln-card-header .bar .bar-block:nth-last-child(-n+2) {
	background-color: #51c4c9;
}

.amln-card-body {
    margin-top: 32px;
}

.amln-card-body a.mediaworld-logo {
	background: url('https://blog.giftomatic.io/wp-content/uploads/amilon/mediaworld.svg') no-repeat center 0;
	background-size: scale-down;
	width: 140px;
	display: inline-block;
	text-indent: -9999px;
	filter: drop-shadow(1px 1px 0 rgb(0 0 0 / 0.2));
	cursor: pointer;
	text-decoration: none;
}

.amln-card-body a.button{
    font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	appearance: none;
	cursor: pointer;
	display: inline-block;
	border-style: solid;
	background: #df3e7d;
	border-color: #af5b7c;
	border-radius: 12px;
	border-width: 1px 1px 3px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 32px;
	padding: 3px 24px;
	margin: 18px 0;
}
.amln-card-body a.button:hover{
	background: #d46f96;
}

.amln-card-body p.pointer{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	display: block;
	padding-left: 32px;
	line-height: 24px;
	height: 24px;
}

.amln-card-body p.pointer::before{
	font: normal normal normal 16px/1 FontAwesome;
	box-sizing: border-box !important;
	content: "\f054";
	z-index: 1;
	position: absolute;
	width: 24px;
	height: 24px;
	line-height: 20px;
	text-align: center;
	left: 0;
	top: 0;
	border-radius: 12px;
	border: 2px solid #212529;
	color: #212529;
}

.amln-card-body p.button-wrap{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	display: block;
	text-align: center;
	margin: 12px 0;
}/* End custom CSS */