* {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

body {
	background-color: #000;
	background: linear-gradient(180deg, #000, #101013);
	font-family: Arial, Helvetica, sans-serif;
	scroll-behavior: smooth
}

ol {
	counter-reset: item;
	list-style-position: inside
}

ol>li {
	counter-increment: item
}

ol ol>li {
	display: block
}

ol ol>li:before {
	content: counters(item, ".") ". "
}

ul {
	list-style-type: circle
}

.padded {
	padding-left: 2rem
}

@font-face {
	font-family: Neue Machina;
	font-style: normal;
	font-weight: 200;
	src: url(/fonts/NeueMachina-Ultralight.eot);
	src: local("Neue Machina Ultralight"), local("NeueMachina-Ultralight"), url(/fonts/NeueMachina-Ultralight.eot?#iefix) format("embedded-opentype"), url(/fonts/NeueMachina-Ultralight.woff2) format("woff2"), url(/fonts/NeueMachina-Ultralight.woff) format("woff"), url(/fonts/NeueMachina-Ultralight.ttf) format("truetype")
}

@font-face {
	font-family: Neue Machina;
	font-style: normal;
	font-weight: 400;
	src: url(/fonts/NeueMachina-Regular.eot);
	src: local("Neue Machina Regular"), local("NeueMachina-Regular"), url(/fonts/NeueMachina-Regular.eot?#iefix) format("embedded-opentype"), url(/fonts/NeueMachina-Regular.woff2) format("woff2"), url(/fonts/NeueMachina-Regular.woff) format("woff"), url(/fonts/NeueMachina-Regular.ttf) format("truetype")
}

@font-face {
	font-display: swap;
	font-family: Inter;
	font-style: normal;
	font-weight: 300;
	src: url(/fonts/Inter-Light.woff2) format("woff2"), url(/fonts/Inter-Light.woff) format("woff")
}

@font-face {
	font-display: swap;
	font-family: Inter;
	font-style: normal;
	font-weight: 200;
	src: url(/fonts/Inter-ExtraLight.woff) format("woff2"), url(/fonts/Inter-ExtraLight.woff) format("woff")
}

@font-face {
	font-display: swap;
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	src: url(/fonts/Inter-SemiBold.woff2) format("woff2"), url(/fonts/Inter-SemiBold.woff) format("woff")
}

@font-face {
	font-display: swap;
	font-family: Clash Display;
	font-style: normal;
	font-weight: 600;
	src: url(/fonts/ClashDisplay-Semibold.woff2) format("woff2"), url(/fonts/ClashDisplay-Semibold.woff) format("woff"), url(/fonts/ClashDisplay-Semibold.ttf) format("truetype")
}

@media screen and (max-width:480px) {
	.hidden-mobile {
		display: none !important
	}
}

@media screen and (min-width:481px) and (min-height:481px) {
	.hidden-desktop {
		display: none !important
	}
}

@keyframes processing {
	0% {
		background-position: 0 0
	}

	to {
		background-position: 50px 50px
	}
}

.loading-audio {
	animation: processing 1.6s linear infinite;
	background-image: linear-gradient(-45deg, rgba(0, 0, 0, .25) 25%, transparent 0, transparent 50%, rgba(0, 0, 0, .25) 0, rgba(0, 0, 0, .25) 75%, transparent 0, transparent);
	background-size: 50px 50px;
	transition: none
}

.icon {
	fill: none;
	stroke: currentColor;
	stroke-width: 0;
	shape-rendering: geometricPrecision;
	display: block;
	outline: none;
	pointer-events: none
}

.icon_centered {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%)
}

.topbar {
	color: #fff;
	display: block;
	font-family: Inter, Arial, Helvetica, sans-serif;
	height: 44px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10
}

.topbar-inner {
	display: block;
	margin: 0 auto;
	max-width: 1920px;
	position: relative
}

.topbar-left {
	left: 0;
	padding-left: 80px;
	padding-top: 9px;
	position: absolute;
	top: 0;
	width: 177px
}

.topbar-logo {
	display: block;
	margin-right: 10px;
	margin-top: 0;
	position: relative
}

.topbar-logo .icon {
	stroke-width: 4;
	fill: currentColor;
	cursor: pointer
}

.topbar-logo,
.topbar-logo .icon {
	height: 27px;
	width: 27px
}

.topbar-left a {
	color: currentColor;
	text-decoration: none
}

.topbar-right {
	display: flex;
	font-size: 12px;
	justify-content: flex-end;
	position: absolute;
	right: 0;
	top: 0
}

.topbar-right a {
	color: currentColor;
	text-decoration: none
}

.topbar-lang {
	cursor: default;
	outline: none;
	padding: 16px 32px 0 16px
}

.topbar-button {
	backdrop-filter: blur(5px);
	border-radius: 40px;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	margin-right: 10px;
	margin-top: 9px;
	outline: none;
	padding: 6px 20px;
	transition: all .4s ease
}

.topbar-button-login {
	background-color: #1c05ff;
	border: 1px solid #1c05ff;
	color: #fff;
	transition: all .4s ease
}

.topbar-button-login:hover {
	box-shadow: 0 0 10px 1px #1c05ff
}

.topbar-button-listen {
	background-color: #0028ff99;
	border: 1px solid #0028ff99
}

.topbar-button-load {
	border: 1px solid #ffffff4a;
	color: #fff;
	transition: all .4s ease
}

.topbar-button:hover {
	background-color: #1c05ff;
	border: 1px solid #1c05ff;
	box-shadow: 0 0 10px 1px #1c05ff
}

@media screen and (max-width:640px) {
	.topbar-lang {
		padding: 18px 24px 0 10px
	}

	.topbar-button {
		margin-top: 12px
	}

	.listen-now-button {
		padding: 20px 40px
	}
}

@media screen and (max-width:480px) {
	.topbar-lang {
		padding: 16px 16px 0
	}

	.listen-now-button {
		padding: 20px 40px
	}
}

.big-logo {
	height: 33vw;
	left: 33vw;
	overflow: hidden;
	position: absolute;
	top: -18vw;
	width: 33vw
}

.big-logo .icon {
	stroke-width: 0;
	fill: #000;
	background: url(/images/top-id-bg.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.big-logo:after {
	border: 16px solid #000;
	content: "";
	height: calc(100% - 16px);
	left: -8px;
	position: absolute;
	top: -8px;
	width: calc(100% - 16px);
	z-index: 1
}

@media screen and (max-width:640px) {
	.big-logo {
		height: 80vw;
		left: 10vw;
		top: -43vw;
		width: 80vw
	}
}

.main-content {
	display: block;
	margin: 0 auto;
	max-width: 1920px;
	position: relative
}

.main-header {
	color: #fff;
	display: block;
	font-family: Clash Display, Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin-top: 16vw;
	text-align: center
}

@media screen and (max-width:480px) {
	.main-header {
		margin-top: 43vw
	}
}

.play-button {
	background-color: #1c05ff;
	border-radius: 50%;
	cursor: pointer;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	outline: none;
	position: relative;
	transition: all .4s ease;
	width: 70px
}

.play-button:hover {
	box-shadow: 0 0 10px 1px #1c05ff
}

.play-button:hover .play-button-tooltip {
	opacity: 1;
	top: 80px;
	visibility: visible
}

.play-button .icon {
	fill: #fff;
	color: #fff;
	height: 30px;
	width: 30px
}

.play-button .icon-play {
	margin-left: 0
}

.play-button .icon-pause {
	display: none;
	margin-left: 4px
}

.play-button-tooltip {
	background-color: #1c0822;
	border-radius: 12px;
	color: #fff;
	font-family: Inter, Arial, Helvetica, sans-serif;
	font-size: 12px;
	left: -60px;
	opacity: 0;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 150px;
	transition: all .4s ease;
	visibility: hidden;
	width: 200px
}

.listen-now-button {
	border: 1px solid #fff;
	border-radius: 16px;
	color: #fff;
	padding: 16px 40px 20px;
	text-decoration: none
}

.main-text {
	color: #fff;
	font-family: Neue Machina, Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-weight: 300;
	letter-spacing: -.2px;
	line-height: 45px;
	margin-top: 65px;
	text-align: center
}

.store-badges {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 126px;
	margin-top: 45px;
	width: 100%
}

.store-badges a,
.store-badges a:active,
.store-badges a:visited {
	color: currentColor;
	text-decoration: none
}

.store-badge {
	margin: 4px 5px
}

.phones {
	display: block;
	margin: auto;
	min-width: 200px;
	padding: 0 33%;
	position: relative;
	width: 100%
}

.phones img {
	margin-top: 50px;
	width: 100%
}

.phones-cloud {
	background-color: #1c0822;
	border-radius: 15px;
	box-shadow: 0 0 3px 2px #1c0822;
	color: #fff;
	font-family: Neue Machina, Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 24px 27px;
	position: absolute;
	transition: all 1s ease
}

.phones-cloud-left {
	left: 20%
}

.phones-cloud-right {
	right: 20%
}

.cloud-none {
	opacity: 0;
	top: 100%
}

.cloud1pos {
	opacity: 1;
	top: 20%
}

.cloud2pos {
	opacity: 1;
	top: 50%
}

.cloud3pos {
	opacity: 1;
	top: 80%
}

.phones-header {
	font-weight: 400
}

.phones-text {
	font-weight: 200
}

.tags-wrapper {
	max-width: 100%;
	overflow: hidden;
	width: 100%
}

.tags {
	color: #999;
	display: flex;
	flex-wrap: wrap;
	font-family: Neue Machina, Arial, Helvetica, sans-serif;
	font-size: 60px;
	font-weight: 200;
	justify-content: center;
	margin-left: -10%;
	margin-top: 156px;
	opacity: .5;
	width: 120%
}

.tags span {
	cursor: pointer;
	display: inline;
	letter-spacing: -2px;
	padding: 10px 1em 0 0;
	transition: all .5s ease;
	user-select: none;
	white-space: nowrap
}

.tags span:hover {
	color: #2e3dfd;
	text-shadow: 0 0 5px #0012ff
}

.description {
	color: #fff;
	font-family: Neue Machina, Arial, Helvetica, sans-serif;
	font-size: 38px;
	margin: 160px auto;
	text-align: center;
	width: 80%
}

.description-header {
	font-weight: 400
}

.description-text {
	font-weight: 200
}

.divider {
	background-color: #32323b;
	display: block;
	height: 1px;
	margin: 0 80px
}

@media screen and (max-width:480px) {
	.main-text {
		font-size: 17px
	}

	.phones-cloud {
		font-size: 12px;
		padding: 10px
	}

	.tags {
		font-size: 14px
	}

	.description {
		font-size: 22px
	}
}

.footer {
	color: #fff;
	display: flex;
	margin: 30px 80px 0;
	overflow: hidden;
	padding-bottom: 50px;
	position: relative
}

.footer-column {
	flex: 0 0 20%;
	font-family: Inter, Arial, Helvetica, sans-serif;
	font-size: 12px
}

.footer-column a,
.footer-column a:active,
.footer-column a:visited {
	color: currentColor;
	text-decoration: none
}

.footer-column a:hover {
	text-decoration: underline
}

.footer-column-text {
	margin-bottom: 10px
}

.footer-column-text-bold {
	font-weight: 600;
	margin-bottom: 10px
}

.footer-column-badges {
	flex: 0 0 40%
}

.footer-column-badges a,
.footer-column-badges a:active,
.footer-column-badges a:visited {
	color: currentColor;
	text-decoration: none
}

.footer-store-badge {
	display: inline-block;
	margin: 0 5px 12px
}

.footer-store-badge-row {
	margin: 0
}

.footer-store-badge-empty {
	height: 60px;
	width: 137px
}

.footer-logo {
	bottom: -140px;
	display: block;
	height: 260px;
	left: -5px;
	position: absolute;
	width: 260px;
	z-index: -1
}

.footer-logo .icon {
	stroke-width: 0;
	fill: #101013;
	background: url(/images/footer-id-bg.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative
}

.footer-logo:after {
	border: 16px solid #101013;
	content: "";
	height: calc(100% - 16px);
	left: -8px;
	position: absolute;
	top: -8px;
	width: calc(100% - 16px);
	z-index: 1
}

@media screen and (max-width:480px) {
	.divider {
		margin: 0 20px
	}

	.footer {
		flex-wrap: wrap;
		margin: 30px 20px 0
	}

	.footer-column {
		flex: 0 0 50%
	}

	.footer-column-badges {
		flex: 0 0 100%;
		margin-top: 30px
	}

	.footer-logo {
		bottom: -50vw;
		height: 90vw;
		left: 0;
		width: 90vw
	}
}

@media screen and (max-width:640px) {
	.footer-store-badge {
		margin: 0 5px 5px 0
	}
}

.terms-header {
	background: url(/images/terms-top-bg.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	display: block;
	font-family: Neue Machina, Arial, Helvetica, sans-serif;
	font-size: 60px;
	font-weight: 400;
	line-height: 60px;
	padding: 150px 10% 70px;
	width: 100%
}

.terms {
	color: #fff;
	font-family: Inter, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 27px;
	padding: 50px 10%
}

.terms a,
.terms a:active,
.terms a:hover,
.terms a:visited {
	color: currentColor;
	text-decoration: underline
}

@media screen and (max-width:480px) {
	.terms-header {
		font-size: 24px;
		line-height: 1.2em;
	}
}

.policy_targets {
	border-collapse: collapse;
	margin-bottom: 20px;
	margin-top: 20px
}

.policy_targets td,
.policy_targets th {
	border: 1px solid #818181;
	line-height: 16px;
	padding: 10px
}