.cj-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	justify-content: flex-start;
	align-items: center;
	transition: transform 0.3s ease;
	transform: translateY(-100%);
	z-index: 1000;
}
.cj-modal__container {
	position: relative;
}
.cj-modal__close-button:after {
	content: '×';
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 100000;
	font-size: 3rem;
	font-family: 'Verdana', 'Arial', sans-serif;
	cursor: pointer;
}
@media screen and (min-width: 1200px) {
	.cj-modal__close-button:after {
		right: 30px;
		top: 30px;
	}
}
.cj-modal__content {
	transform: translateY(-50vh);
	transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.cj-modal.open {
	transform: translateY(0);
}
.cj-modal.open .cj-modal__content {
	transform: translateY(0);
}
.modal {
	overflow-x: hidden;
	overflow-y: auto;
	background-color: rgba(0, 0, 0, 0.4588235294);
}
.modal .modal-header {
	border: 0;
	padding: 10px;
}
.modal .modal-header .close {
	outline: 0;
}
.modal .modal-body {
	padding: 0 20px 40px;
}
.modal .modal-body .pt-list-benefits ul {
	min-height: 0px;
}
.modal .modal-content {
	border-radius: 3px;
	overflow: hidden;
}
.modal .modal-body .pt-section-casinos {
	background: #f3f5f0;
	margin: 15px -40px -40px;
	padding: 20px 40px 20px;
}
.modal .modal-body .pt-section-casinos .pt-content {
	padding: 15px 20px 0px;
}
@media (min-width: 1024px) {
	.modal .modal-body .pt-list-benefits ul {
		min-height: 95px;
	}
}
.cj-newsletter-modal__image {
	position: absolute;
	z-index: 10000;
}
.cj-newsletter-modal__image--jackpot {
	left: 50%;
	transform: translateX(-50%);
	top: -230px;
}
@media screen and (min-width: 992px) {
	.cj-newsletter-modal__image--jackpot {
		top: -200px;
	}
}
.cj-newsletter-modal__image--chip-stack {
	width: 103px;
	height: 105px;
	left: -20px;
	bottom: -40px;
}
@media screen and (min-width: 992px) {
	.cj-newsletter-modal__image--chip-stack {
		left: -70px;
		width: initial;
		height: initial;
	}
}
.cj-newsletter-modal__image--coins {
	width: 104px;
	height: 112px;
	bottom: -40px;
	right: -20px;
}
@media screen and (min-width: 992px) {
	.cj-newsletter-modal__image--coins {
		bottom: -50px;
		right: -60px;
	}
}
.cj-newsletter-modal__top-bar {
	height: 70px;
	background: #82cfd5 url(../images/c533d24ff19d2f0b8aac.svg) no-repeat center
		center;
	width: 100%;
	background-size: contain;
}
@media screen and (min-width: 992px) {
	.cj-newsletter-modal__top-bar {
		height: 95px;
	}
}
.cj-newsletter-modal__content {
	max-width: 670px;
	text-align: center;
	display: grid;
	padding: 0 30px;
	margin: 30px auto 10px;
	grid-gap: 1.2rem;
	grid-template-areas: 'image' 'header' 'name' 'email' 'submit' 'confirmation';
}
@media (min-width: 992px) {
	.cj-newsletter-modal__content {
		max-width: 830px;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto;
		margin: 40px auto;
		grid-gap: 2rem;
		grid-template-areas: 'header header' 'name email' 'submit submit' 'confirmation confirmation';
	}
}
.cj-newsletter-modal__header {
	grid-area: header;
}
.cj-newsletter-modal .cj-modal__content {
	background: #f2f3ee;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5019607843);
	border: 9px solid #fff;
}
.cj-newsletter-modal .cj-modal__container {
	position: relative;
	width: 100%;
	max-width: 830px;
	margin: 0 20px;
}
@media (min-width: 992px) {
	.cj-newsletter-modal .cj-modal__container {
		margin: 0 70px;
	}
}
.cj-newsletter-modal .cj-modal__close-button:after {
	top: 7px;
	right: 15px;
	font-size: 2rem;
	color: #4e7c80;
}
@media (max-width: 745px) {
	.cj-newsletter-modal .cj-modal__close-button:after {
		top: 7px;
		right: 5px;
		font-size: 4rem;
		font-weight: bold;
		color: #a5262a;
	}
}
@media (max-width: 745px) {
	.cj-newsletter-modal .cj-modal__close-button:before {
		content: '';
		position: absolute;
		width: 40px;
		height: 40px;
		background-color: rgba(255, 255, 255, 0.8);
		border-radius: 50%;
		top: 2px;
		right: 3px;
		z-index: 100000;
	}
}
.cj-newsletter-modal__label {
	display: none;
}
.cj-newsletter-modal__input {
	display: block;
	width: 100%;
	padding: 12px 20px;
	background: #fff;
	border-radius: 27px;
	border: 0 none;
	outline: initial;
	font: normal normal normal 18px/25px Arial, sans-serif;
}
.cj-newsletter-modal__input--name {
	display: none;
}
@media screen and (min-width: 992px) {
	.cj-newsletter-modal__input--name {
		grid-area: name;
		display: initial;
	}
}
.cj-newsletter-modal__input--email {
	grid-area: email;
}
.cj-newsletter-modal__input:active,
.cj-newsletter-modal__input:focus {
	outline: initial;
}
.cj-newsletter-modal__input::-moz-placeholder {
	font: normal normal normal 18px/25px Arial;
	color: #9b9b9b;
}
.cj-newsletter-modal__input::placeholder {
	font: normal normal normal 18px/25px Arial;
	color: #9b9b9b;
}
.cj-newsletter-modal__submit {
	border: none;
	border-radius: 27px;
	text-align: center;
	width: 100%;
	font: normal normal bold 18px/25px Arial, sans-serif;
	color: #333;
	display: block;
	background: rgba(0, 0, 0, 0)
		linear-gradient(180deg, #f8d368 0%, #f8d368 50%, #f8d368 100%);
	transition: 400ms ease-in-out all;
	position: relative;
	overflow: hidden;
	grid-area: submit;
	justify-self: start;
	white-space: nowrap;
	padding: 11px 1rem;
}
@media screen and (min-width: 992px) {
	.cj-newsletter-modal__submit {
		padding: 14px 1rem;
	}
}
.cj-newsletter-modal__submit:hover {
	background: rgba(0, 0, 0, 0)
		linear-gradient(180deg, #fad961 0%, #f7cb4e 50%, #f7cb4e 100%);
	border-radius: 24px;
}
.cj-newsletter-modal__checkbox {
	background: #fff;
	border: 1px solid #b1b1b1;
	border-radius: 5px;
	width: 24px;
	min-width: 24px;
	height: 24px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	position: relative;
	vertical-align: middle;
	transition: background-color 0.3s;
}
.cj-newsletter-modal__checkbox:before,
.cj-newsletter-modal__checkbox:after {
	content: '';
	position: absolute;
	background-color: #fff;
	border-radius: 2px;
	opacity: 0;
	transition: opacity 0.3s, transform 0.3s ease;
	transform-origin: left bottom;
}
.cj-newsletter-modal__checkbox:before {
	top: 9px;
	left: 3px;
	width: 7px;
	height: 2px;
	transform: rotate(0deg);
}
.cj-newsletter-modal__checkbox:after {
	top: 0;
	left: 7px;
	width: 2px;
	height: 15px;
	transform: rotate(0deg);
}
.cj-newsletter-modal__checkbox:checked {
	border-color: #d6a400;
	background-color: #d6a400;
}
.cj-newsletter-modal__checkbox:checked:before,
.cj-newsletter-modal__checkbox:checked:after {
	opacity: 1;
	transform: rotate(45deg);
	transition: opacity 0.3s, transform 0.3s;
}
.cj-newsletter-modal__checkbox:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(81, 166, 125, 0.5);
}
.cj-newsletter-modal__checkbox + span {
	margin-left: 0.5rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	flex: 1;
	text-align: left;
}
@media screen and (min-width: 992px) {
	.cj-newsletter-modal__checkbox + span {
		flex: initial;
		text-align: center;
	}
}
.cj-newsletter-modal__confirmation {
	display: flex;
	grid-area: confirmation;
	gap: 0.5rem;
	font: normal normal normal 16px/25px Arial;
	color: #333;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
@media screen and (min-width: 992px) {
	.cj-newsletter-modal__confirmation {
		align-items: center;
	}
}
.cj-newsletter-modal__title {
	font: normal normal normal 28px/33px 'Arial Black', Arial, sans-serif;
	color: #333;
	margin-bottom: 10px;
	display: inline-block;
}
@media screen and (min-width: 992px) {
	.cj-newsletter-modal__title {
		font: normal normal normal 28px/42px 'Arial Black', Arial, sans-serif;
	}
}
.ios .cj-newsletter-modal__title {
	font-weight: 700;
}
.cj-newsletter-modal__description {
	margin-bottom: 0;
	text-align: center;
	font: normal normal normal 18px/25px Arial, sans-serif;
	color: #333;
}
@media screen and (min-width: 992px) {
	.cj-newsletter-modal__description {
		margin-bottom: inherit;
	}
}
.cj-newsletter-modal__confirmation {
	display: flex;
	justify-content: center;
	max-width: 80%;
	margin: auto;
}
@media screen and (min-width: 992px) {
	.cj-newsletter-modal__confirmation {
		max-width: initial;
		align-items: center;
	}
}
.cj-newsletter-modal .sib_loader,
.cj-newsletter-modal .sib_msg_disp {
	display: none !important;
}
.cj-newsletter-modal__extra-text {
	text-align: center;
	font: normal normal bold 18px/25px Arial;
	color: #333;
}
.cj-newsletter-modal__button {
	border: none;
	border-radius: 27px;
	text-align: center;
	width: 100%;
	font: normal normal bold 18px/25px Arial, sans-serif;
	color: #333;
	display: block;
	background: rgba(0, 0, 0, 0)
		linear-gradient(180deg, #f8d368 0%, #f8d368 50%, #f8d368 100%);
	transition: 400ms ease-in-out all;
	position: relative;
	overflow: hidden;
	grid-area: submit;
	justify-self: start;
	white-space: nowrap;
	padding: 11px 1rem;
	max-width: 278px;
	margin: auto;
}
@media screen and (min-width: 992px) {
	.cj-newsletter-modal__button {
		padding: 14px 1rem;
	}
}
.cj-newsletter-modal__button:hover {
	background: rgba(0, 0, 0, 0)
		linear-gradient(180deg, #fad961 0%, #f7cb4e 50%, #f7cb4e 100%);
	border-radius: 24px;
}
body > .sib_signup_form {
	display: none;
}
