:root {
	--font-family: "Inter", sans-serif;
	--content-width: 1320px;
	--container-offset: 16px;
	--container-width: calc(var(--content-width) + (var(--container-offset) * 2));
	--regular-font: 400;
	--semibold-font: 600;
	--bold-font: 700;
	--transition: 0.3s ease-in-out;
}
.visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	border: 0 !important;
	padding: 0 !important;
	white-space: nowrap !important;
	-webkit-clip-path: inset(100%) !important;
	clip-path: inset(100%) !important;
	clip: rect(0 0 0 0) !important;
	overflow: hidden !important;
}
@font-face {
	font-family: Inter;
	src: url(../fonts/Inter-Regular.woff2) format("woff2");
	font-weight: 400;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: Inter;
	src: url(../fonts/Inter-SemiBold.woff2) format("woff2");
	font-weight: 600;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: Inter;
	src: url(../fonts/Inter-Bold.woff2) format("woff2");
	font-weight: 700;
	font-display: swap;
	font-style: normal;
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	scroll-behavior: smooth;
}
*,
::after,
::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
h1,
h2,
h3,
h4,
h5,
ol,
p,
ul {
	margin: 0;
	padding: 0;
}
.page {
	overflow-x: hidden;
	height: 100%;
}
.page__body {
	position: relative;
	overflow-x: hidden;
	margin: 0;
	min-width: 320px;
	min-height: 100%;
	font-family: var(--font-family);
	font-size: 16px;
	color: #fff;
	background: #191919;
}
img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}
a {
	text-decoration: none;
}
.site-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	width: 100%;
	min-height: 100vh;
}
.main {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	z-index: 2;
}
.is-hidden {
	display: none !important;
}
.dis-scroll {
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	-ms-scroll-chaining: none;
	overscroll-behavior: none;
}
.btn-reset {
	border: none;
	padding: 0;
	background-color: transparent;
	cursor: pointer;
}
.list-reset {
	list-style: none;
	margin: 0;
	padding: 0;
}
.input-reset {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	background-color: #fff;
}
.input-reset::-webkit-search-cancel-button,
.input-reset::-webkit-search-decoration,
.input-reset::-webkit-search-results-button,
.input-reset::-webkit-search-results-decoration {
	display: none;
}
.visually-hidden {
	position: absolute;
	overflow: hidden;
	margin: -1px;
	border: 0;
	padding: 0;
	width: 1px;
	height: 1px;
	clip: rect(0 0 0 0);
}
.container {
	margin: 0 auto;
	padding: 0 var(--container-offset);
	max-width: var(--container-width);
}
.js-focus-visible :focus:not(.focus-visible) {
	outline: 0;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.grid {
	display: -ms-grid;
	display: grid;
}
.centered {
	text-align: center;
}
.page--ios .dis-scroll {
	position: relative;
}
.privacy {
	padding: 100px 0 60px;
}
.privacy h1 {
	color: #fff;
	margin-bottom: 30px;
	font-size: clamp(1.5rem, 1.393rem + 0.54vw, 1.875rem);
	line-height: var(--line-height);
	text-align: center;
}
.privacy h2 {
	color: #fff;
	margin-bottom: 15px;
	font-family: var(--font-family);
	font-size: clamp(1.5rem, 1.393rem + 0.54vw, 1.875rem);
	line-height: var(--line-height);
}
.privacy p {
	color: #fff;
	margin-bottom: 15px;
	font-size: clamp(0.875rem, 0.83rem + 0.2vw, 1rem);
	line-height: 120%;
}
.privacy ul {
	list-style: square;
	padding-left: 40px;
	margin-bottom: 10px;
}
.privacy li {
	color: #fff;
}
.privacy li:not(:last-child) {
	margin-bottom: 10px;
}
.privacy a {
	color: #d2161e;
	text-decoration: underline;
}
#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
canvas {
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: bottom;
}
@media screen and (max-width: 767px) {
	.section {
		padding: 50px 0;
	}
	.section__btn {
		min-width: 100%;
		width: 100%;
		text-align: center;
	}
}
