@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=latin-ext");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

/* CUSTOM SCROLL */
* {
	scrollbar-width: thin;
	scroll-color: black white;
}
.cdScroll {
	-ms-overflow-style: none;
}
.cdScroll::-webkit-scrollbar-track {
	background-color: #ffffff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	display: inherit;
}
.cdScroll::-webkit-scrollbar-track-piece {
	width: 1px;
	display: inherit;
}
.cdScroll::-webkit-scrollbar {
	width: 10px;
	height: auto;
	display: inherit;
}
.cdScroll::-webkit-scrollbar-thumb {
	background: #ffffff;
	background: -webkit-linear-gradient(to top, #000000, #ffffff);
	background: linear-gradient(to top, #000000, #ffffff);
	border: 4px solid #ffffff;
	display: inherit;
}
/* CUSTOM SCROLL */

/* BASIC */
* {
    margin: 0;
    padding: 0;
}
::selection {
    background-color: #afafaf;
}
::-moz-selection {
    text-shadow: none;
    background: #afafaf;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
a {
	color: #ffb808;
	font-weight: 400;
}
a:hover {
	color: #4ef98d;
	text-decoration: none;
	outline: 0;
	font-weight: 400;
	border-bottom: 1px solid #4ef98d;
}
html, body {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    background-color: #ffffff;
	overflow-x: hidden;
	height: 100%;
}
/* BASIC */

.privacy-background {
	background-color: #ffffff;
	margin-top: 20px;
}
.privacy-title {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;
}
.privacy-content {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	padding-bottom: 0px;
	border-bottom: 1px solid #000000;
}

.section-footer {
	background-color: #000000;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 50px;
	margin-bottom: 0px;
}
.section-footer p {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 14px;
}