* {
	user-select:none;
	-webkit-user-select:none;
	cursor:default;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-family:system-ui,sans-serif;
	font-size:16px;
	color:#D1A65C
}
a, a * {
	cursor:pointer
}
img {
	color:transparent
}
body {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	min-height:100vh;
	margin:0;
	background:#000
}
body>div {
	width:310px;
	margin:30px
}
header {
	height:60px;
	background-image:url('../svg/logo.svg');
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	animation:shimmer 3s infinite 0s
}
main {
	display:flex;
	flex-direction:column;
	gap:26px;
	margin:20px 0 10px;
}
section {
	display:flex;
	flex-direction:column;
	gap:1px;
	min-height:520px;
	max-height:520px;
	overflow:hidden;
	background:#D1A65C;
	border:1px solid #D1A65C;
	border-radius:14px;
	text-decoration:none
}
section>* {
	display:flex;
	justify-content:center;
	align-items:center;
	flex-grow:1;
	padding:15px 10px;
	background:#111;
	font-size:18px;
	font-weight:bold;
	text-decoration:none
}
section>*:has(div.apple-appstore,div.google-play) {
	flex-direction:column;
	gap:20px
}
section>*:hover:not(.details) {
	background:#111;
	filter:brightness(1.2)
}
section::first-child {
	border-radius:13px 13px 0 0
}
section::last-child {
	border-radius:0 0 13px 13px
}
footer, footer * {
	white-space:wrap;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	line-height:1.5
}
div#languages {
	display:flex;
	justify-content:center;
	align-items:center;
	gap:8px;
	margin-top:11px
}
div#languages button[name="language"] {
	appearance:none;
	display:block;
	width:25px;
	height:24px;
	opacity:.96;
	cursor:pointer;
	background-position:center;
	background-size:cover;
	border:none;
	border-radius:2px;
	outline:none;
	color:transparent
}
div#languages button[name="language"][aria-current="true"] {
	width:34px;
	opacity:1
}
div#languages button[name="language"][value="en"] {
	background-image:url('../svg/en.svg')
}
div#languages button[name="language"][value="de"] {
	background-image:url('../svg/de.svg')
}
div#languages button[name="language"][value="zh"] {
	background-image:url('../svg/zh.svg') ;
	background-position:center left
}
div#languages button[name="language"][value="ar"] {
	background-image:url('../svg/ar.svg')
}
header div#languages button[name="language"]:hover {
	filter:brightness(1.2)
}
a>div {
	width:30px;
	height:30px;
	margin-right:10px;
	background-position:center center;
	background-size:30px 30px;
	background-repeat:no-repeat
}
html[dir="rtl"] a>div {
	margin-left:10px;
	margin-right:0
}
a>div.website {
	background-image:url('../svg/website-2.svg')
}
a>div.app {
	background-image:url('../svg/app-2.svg')
}
a>div.whatsapp {
	background-image:url('../svg/whatsapp-2.svg')
}
a>div.telegram {
	background-image:url('../svg/telegram-2.svg')
}
a>div.instagram {
	background-image:url('../svg/instagram-2.svg')
}
a>div.youtube {
	background-image:url('../svg/youtube-2.svg')
}
a>div.tiktok {
	background-image:url('../svg/tiktok-2.svg')
}
a>div.apple-appstore {
	background-image:url('../svg/apple.svg')
}
a>div.google-play {
	background-image:url('../svg/google-play.svg')
}
a>div.apple-appstore,a>div.google-play {
	width:60px;
	height:60px;
	margin:0;
	background-size:60px 60px
}
div.details {
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:20px;
	flex-grow:2
}
div.details>div:first-of-type {
	display:flex;
	flex-direction:column;
	align-items:center;
}
div.details>div:first-of-type h1 {
	margin:8px 0 0;
	font-size:22px
}
div.details>div:first-of-type p {
	margin:0;
	font-weight:normal
}
div.details>div:last-of-type {
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:5px 6px;
	font-weight:normal
}
div.details>div:last-of-type a {
	direction:ltr;
	cursor:default;
	background-position:center left;
	background-repeat:no-repeat;
	font-size:12px;
	color:#D1A65C;
	text-align:center;
	text-decoration:none
}
html[dir="rtl"] div.details>div:last-of-type a {
	background-position:center right
}
div.details>div:last-of-type a.phone {
	padding-left:17px;
	background-image:url('../svg/phone.svg');
	background-size:12px 12px
}
html[dir="rtl"] div.details>div:last-of-type a.phone {
	padding-left:0;
	padding-right:17px;
}
div.details>div:last-of-type a.mobilephone {
	padding-left:14.25px;
	background-image:url('../svg/mobilephone.svg');
	background-size:7.25px 12px
}
html[dir="rtl"] div.details>div:last-of-type a.mobilephone {
	padding-left:0;
	padding-right:14.25px;
}
div.details>div:last-of-type a.e-mail {
	padding-left:22px;
	background-image:url('../svg/e-mail.svg');
	background-size:17px 12px
}
html[dir="rtl"] div.details>div:last-of-type a.e-mail {
	padding-left:0;
	padding-right:22px;
}
img.qr-code {
	width:100px;
	height:100px;
	margin-top:4px;
	padding:10px;
	background:#FFF;
	border-radius:14px
}
a>div.contacts {
	background-image:url('../svg/contacts.svg')
}
a>div.apple-wallet {
	background-image:url('../svg/apple-wallet.svg')
}

@media print {
	* {
		color:#000
	}
	body {
		background:transparent
	}
	body>div {
		position:static;
		top:0;
		left:0;
		transform:none;
		margin:10px auto 0
	}
	header, a>div {
		filter:brightness(0);
		print-color-adjust:exact;
		-webkit-print-color-adjust:exact
	}
	section {
		background:#000;
		border-color:#000;
		print-color-adjust:exact;
		-webkit-print-color-adjust:exact
	}
	section>a, section>a:hover {
		background:#FFF
	}
	footer span {
		display:none
	}
}