.action-btn a,
.login {
	outline: 0;
	position: relative;
	z-index: 0;
}

.anchors a,
.action-btn a,
.login {
	text-decoration: none;
}

.logo span {
	font-family: sans-serif;
	font-size: 24px;
}

.login,
.logo span {
	text-transform: uppercase;
	font-weight: 700;
}

.login,
.logo {
	cursor: pointer;
}

body {
	background: #1e183d;
	background-image: linear-gradient(to bottom, #0d1016, #0f141a, #11181d, #111b21, #121f24);
}

.promo-code {
	font-size: 20px;
	background-color: #fd2c05;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 20px;
	cursor: pointer;
}

.promo-code:hover {
	background-color: #e12f00;
}

.login:hover:before {
	opacity: 1;
}

* {
	box-sizing: border-box;
	font-family: Montserrat, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 15px;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.toctitle {
	font-weight: bold;
	text-align: center;
	color: #00cfa6;
	margin-bottom: 20px;
	margin-top: 15px;
	width: auto;
}

.grid {
	width: 960px;
	margin: 0 auto;
	padding: 0 15px;
}

.anchors {
	border: 1px solid;
	width: auto;
	margin-bottom: 20px;
	margin-top: 15px;
	border: 1px solid #00cfa6;
	display: table;
	margin-bottom: 1em;
	padding: 1em;
	width: auto;
	margin-left: 30px;
}

@media (max-width: 990px) {
	.grid {
		width: 100%;
	}
}

.top-header {
	background: 0 0;
}

.top-header_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
}

.logo {
	color: #fd2c05;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 26px;
	line-height: 1;
	cursor: pointer
}

.logo span {
	margin-right: 12px;
	color: #fd2c05;
	font-weight: 900;
}

.login {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 40px;
	border: 1px solid #16102c;
	color: #fff;
	font-size: 16px;
	border-radius: 0;
	background: #00cfa6;
}

.intro_info {
	width: 100%;
	text-align: left;
}

.intro_wrapper {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	margin: 50px 0;
}

.intro_info h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	margin-bottom: 25px;
	padding-bottom: 5px;
	color: #00cfa6;
}

.intro_info p {
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	margin-bottom: 25px;
}

.intro_info p span {
	font-size: 16px;
	font-weight: 700;
}

.anchors a:hover {
	opacity: 0.9;
}

footer small {
	text-align: center;
	display: block;
}

.anchors li {
	margin-bottom: 15px;
}

.anchors a {
	color: #00cfa6;
}

.main-table h3 {
	font-size: 26px;
	margin: 0 0 40px;
	text-align: center;
	color: #00cfa6;
}

h1,
h2 {
	text-align: center;
}

.content h2,
.content p,
.responsive-table {
	margin-bottom: 25px;
}

.content table,
.main-table table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	color: #fff;
}

.content td,
.content tr,
.main-table td,
.main-table tr,
.main-table th {
	border: 1px solid #00cfa6;
	font-size: 14px;
	padding: 16px;
	background: #16102c;
	line-height: 1.5;
}

.payment th,
.payment td,
.payment tr {
	border: 1px solid #00cfa6;
	font-size: 14px;
	padding: 16px;
	background: #16102c;
	line-height: 1.5;
}

.content td,
.main-table td {
	text-align: left;
	font-weight: 400;
}

.content tr td:last-child,
.main-table tr td:last-child {
	font-weight: 700;
}

.responsive-table {
	overflow-x: auto;
	margin-bottom: 25px;
}

.slot-machines tbody tr:nth-child(even) {
	background-color: #f2f2f2;
}

.slot-machines th {
	border: 1px solid #00cfa6;
	font-size: 14px;
	padding: 16px;
	background: #16102c;
	line-height: 1.5;
	text-align: left;
}

.bonus th {
	border: 1px solid #00cfa6;
	font-size: 14px;
	padding: 16px;
	background: #16102c;
	line-height: 1.5;
	text-align: left;
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.action-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 10px;
	padding: 10px 20px;
}

.action-btn a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: auto;
	padding: 10px 20px;
	border: 1px solid #16102c;
	color: #fff;
	font-size: 16px;
	border-radius: 0;
	background: #fd2c05;
	text-transform: uppercase;
	font-weight: 700;
	transition: background-color 0.3s ease;
}

.content h2 {
	text-align: center;
	font-size: 24px;
	padding-bottom: 5px;
	color: #fff;
}

.content li,
.content p {
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
}

.content ul {
	padding: 0 0 0 15px;
	margin: 0 0 25px;
}

.content li {
	margin-bottom: 10px;
}

.anchors ul {
	list-style: none;
}

.anchors a {
	display: inline-flex;
	color: #fff;
	font-size: 15px;
	padding: 0 0 2px;
	border-bottom: 2px solid #fd2c05;
}

footer small {
	color: #ccc;
	font-size: 12px;
	text-transform: uppercase;
	padding: 15px;
}

@media (max-width: 700px) {

	.content td,
	.content tr,
	.main-table td,
	.main-table tr {
		padding: 8px;
	}

	.top-header_wrapper nav,
	.registration {
		display: none;
	}

	.intro_wrapper {
		flex-direction: column;
		text-align: center;
	}

	.intro_info {
		margin-bottom: 20px;
	}

	.intro_info {
		width: 100%;
	}

	.intro_info h3,
	.main-table h3 {
		font-size: 20px;
	}
}

.image-wrapper {
	text-align: center;
}

.image-wrapper img {
	width: 100%;
	height: auto;
	margin: 0 0 25px;
}

.grid {
	width: 100%;
	max-width: 1200px;
}

.content ul,
.content ol {
	padding-left: 30px;
	margin-bottom: 25px;
}

.content p {
	line-height: 1.5;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	color: #fff;
	line-height: 1.3;
	margin-bottom: 25px;
	padding: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #00cfa6;
	margin-bottom: 20px;
	font-size: 24px;
}

a,
p,
li {
	color: #fff;
	margin-bottom: 20px;
}

.content {
	font-size: 18px;
	text-align: left;
}

/* action buttons */
.sign-in,
.sign-up {
	appearance: button;
	background-color: #ccc;
	border: solid transparent;
	border-radius: 16px;
	border-width: 0 0 2px;
	box-sizing: border-box;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .8px;
	line-height: 20px;
	margin: 0;
	outline: none;
	overflow: visible;
	padding: 13px 19px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transform: translateZ(0);
	transition: filter .2s;
	user-select: none;
	-webkit-user-select: none;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
}

.sign-in:after,
.sign-up:after {
	background-clip: padding-box;
	background-color: #fd2c05;
	border: solid transparent;
	border-radius: 16px;
	border-width: 0 0 4px;
	bottom: -4px;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.sign-in:active,
.sign-in:focus,
.sign-up:active,
.sign-up:focus {
	user-select: text;
}

.sign-in:hover:not(:disabled),
.sign-up:hover:not(:disabled) {
	filter: brightness(1.1);
}

.sign-in:disabled,
.sign-up:disabled {
	cursor: auto;
}

.sign-in:active:after,
.sign-up:active:after {
	border-width: 0 0 0px;
}

.sign-in:active,
.sign-up:active {
	padding-bottom: 10px;
}

.anchors {
	margin-bottom: 40px;
}

/* media queries */
@media (max-width: 600px) {
	.sign-up {
		display: none;
	}
}

.content tr,
.content tr td,
.main-table tr,
.main-table tr td {
	background-color: #121f24;
	margin-bottom: 25px;
}

#faq {
	text-align: center;
	background-color: #00cfa6;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	border: 2px solid #fd2c05;
	display: inline-flex;
}

.faq-item {
	color: #00cfa6;
}