
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}
/* .sliderV1 {
    max-width: 100%;
} */

/*only for dev */

/* body {
    margin: 10px 0;
} */

/*only for dev */

/* .sliderV1{
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 473px;
} */
.sliderV1 {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	max-width: 473px;
	z-index: 99;
	width: 100%;
}

.sliderV1 .slick-prev, .sliderV1 .slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.sliderV1 .slick-prev {
	left: -24px;
}

.sliderV1 .slick-next {
	right: -24px;
}

.sliderContainer ul.slick-dots li {
	display: inline;
	list-style-type: none;
}

.sliderContainer ul.slick-dots li button {
	width: 20px;
	height: 8px;
	display: inline-block;
	background: #333;
	margin: 0 10px;
	border-radius: 10px;
	border: none;
}

.sliderContainer ul.slick-dots li.slick-active button {
	background: rgba(40, 103, 12, .93);
}

.sliderContainer ul.slick-dots {
	margin: 0;
	padding: 0;
	text-align: center;
}

.sliderV1 .slick-arrow {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
}

.sliderV1 .slick-prev, .sliderV1 .slick-next {
	opacity: 0;
	transition: opacity .3s;
}

.sliderV1:hover .slick-prev, .sliderV1:hover .slick-next, .sliderV1:focus-within .slick-prev, .sliderV1:focus-within .slick-next {
	opacity: 1;
}

.sliderContainer .slick-slide {
	padding: 0 12px;
}

.slick-slide img {
	display: block;
	width: 100%;
	border-radius: 4px;
}

@media (max-width: 991px) {
	.sliderV1 {
		max-width: 100%;
	}
	
	.home-container-banner .w-full .w-full.block img.has-shortcode {
		min-height: 500px;
	}
}

.custom-banner-overlay {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	text-align: center;
}

.custom-banner-box {
	background: white;
	position: relative;
	box-shadow: 0 0 20px rgba(0, 0, 0, .3);
	display: inline-block;
}

.banner-close-wrapper {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
}

.banner-close-img, .banner-close {
	cursor: pointer;
}

#resetBannerBtn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	background: #c00;
	color: white;
	border: none;
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 14px;
	cursor: pointer;
}

.banner-close-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	width: 24px;
}

#bannerPictureWrapper img, .banner-close-wrapper img {
	padding: 0;
	border: none;
	margin: 0;
}

.sticky-offer-item {
	display: none;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	text-align: center;
	max-width: 1120px;
	width: 100%;
}

.sticky-offer-item.inView {
	display: block;
}

.sticky-offer-item-in {
	position: relative;
	background: #333;
	border: 1px solid rgba(239, 195, 45, .8);
	border-radius: 4px;
	padding: 16px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sticky-offer-close {
	position: absolute;
	top: -64px;
	right: 0;
	background: #333;
	width: 40px;
	height: 40px;
	cursor: pointer;
	box-shadow: -3px 2px 24px 0px #0a0a0b;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sticky-offer-close svg {
	width: 15px;
	height: auto;
}

.sticky-offer-item.active {
	transform: none;
	transition: none;
}

.sticky-offer-rating-review {
	display: flex;
	align-items: center;
	gap: 8px;
}

.sticky-offer-logo-rating {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.sticky-offer-content {
	display: flex;
	align-items: center;
	gap: 64px;
}

.sticky-offer-content h4 {
	margin: 0;
	text-align: left;
}

.sticky-casino-rating .inline-block {
	display: none;
}

.sticky-casino-rating span {
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}

.sticky-offer-review {
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	text-align: center;
	color: #e4cc7a;
}

.sticky-offer-cta a {
	opacity: 1;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
	background: #0a8a0f;
	border-radius: 50px;
	color: #fafafa;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	width: 100%;
	display: inline-block;
	text-align: center;
	min-width: 232px;
}

.sticky-offer-logo-rating img {
	max-width: 85px;
}

@media (max-width: 1120px) {
	.sticky-offer-item-in {
		margin: 0 12px;
	}
}

@media (max-width: 768px) {
	.sticky-offer-item-in {
		flex-direction: column;
		align-items: flex-start;
		padding: 16px 8px;
		margin: 0 12px;
	}
	
	.sticky-offer-content, .sticky-offer-cta {
		width: 100%;
	}
	
	.sticky-offer-cta {
		margin-left: 0;
		margin-top: 10px;
		text-align: right;
	}
	
	.sticky-offer-content {
		gap: 8px;
	}
	
	.sticky-casino-rating {
		display: flex;
		align-items: center;
		gap: 4px;
		flex-wrap: nowrap;
		white-space: nowrap;
	}
	
	.sticky-offer-content h4 {
		font-family: Montserrat;
		font-weight: 500;
		font-size: 16px;
		line-height: 22px;
		width: 100%;
		text-align: center;
	}
}

@keyframes bell-ring {
	0% {
		transform: rotate(0);
	}
	
	15% {
		transform: rotate(-10deg);
	}
	
	30% {
		transform: rotate(6deg);
	}
	
	45% {
		transform: rotate(-4deg);
	}
	
	60% {
		transform: rotate(3deg);
	}
	
	75% {
		transform: rotate(-2deg);
	}
	
	100% {
		transform: rotate(0);
	}
}

@keyframes bell-glow {
	0% {
		filter: drop-shadow(0 0 0 rgba(255, 204, 0, .7));
	}
	
	50% {
		filter: drop-shadow(0 0 6px rgba(255, 204, 0, 1));
	}
	
	100% {
		filter: drop-shadow(0 0 0 rgba(255, 204, 0, .7));
	}
}

.notification-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .64);
	z-index: 9999999999;
	display: none;
}

/* .notification-popup-wrapper {
    position: fixed;
    z-index: 1000; 
} */
.notification-popup-wrapper {
	position: fixed;
	right: 0;
	bottom: 0;
	background: #000;
	z-index: 9999999999;
	width: 448px;
	display: none;
}

.notification-popup-trigger svg {
	shape-rendering: crispEdges;
	backface-visibility: hidden;
	transform: translateZ(0);
}

.notification-popup-title h4 {
	margin: 0;
}

.notification-popup-trigger.active {
	animation: bell-ring 1.5s infinite ease-in-out, bell-glow 2s infinite;
	cursor: pointer;
}

.notification-popup-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	border-bottom: 2px solid #efc32d;
	padding: 12px 24px;
	background: #1a1a1a;
	border-radius: 12px 12px 0 0;
}

.notification-popup-title {
	display: flex;
	align-items: center;
	gap: 24px;
}

.notification-popup-svgs {
	display: flex;
	gap: 4px;
}

.notification-popup-close {
	cursor: pointer;
	font-weight: bold;
	font-size: 1.25rem;
	padding: 0 8px;
	line-height: 1;
	border-left: 2px solid #efc32d;
	padding-left: 24px;
}

div#notification-popup-data {
	padding: 32px 9px 32px 32px;
}

.notification-popup-offer {
	background: #333;
	margin-bottom: 24px;
	border-radius: 10px;
	border-width: 1px;
	opacity: 1;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	border: none;
	position: relative;
}

.notification-popup-cust-message-header h3.popup-notification-title {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	margin: 0px;
}

.notification-popup-cust-message-header {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 9px;
}

.notification-popup-cust-message {
	background: #1a1a1a;
	border-radius: 10px;
	border-width: 1px;
	opacity: 1;
	padding-top: 16px;
	padding-right: 24px;
	padding-bottom: 16px;
	padding-left: 24px;
	border: 1px solid #343434;
	margin-bottom: 24px;
}

.popup-notification-text {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #ccc;
}

.notification-popup-offer h4 {
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

.notification-popup-offer .tag {
	position: absolute;
	top: 0;
	right: 8px;
	background: #efc32d;
	padding: 4px 10px;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	border-radius: 0 0 2px 2px;
}

.notification-popup-offer span.inline-block {
	display: none;
}

.notification-popup-logo-info {
	display: flex;
	align-items: center;
}

.notification-popup-logo-info .logo {
	margin-right: 12px;
	max-width: 72px;
}

.notification-popup-casino-score {
	margin-right: 8px;
}

.notification-popup-casino-score span {
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}

.notification-popup-logo-info .review {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-thickness: 0%;
	color: #e4cc7a;
}

.notification-popup-offer .message {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

.notification-popup-text-link {
	display: flex;
	align-items: center;
	gap: 8px;
}

.notification-popup-text-link .cta-button {
	border-radius: 28px;
	opacity: 1;
	background: #0a8a0f;
	padding: 13px 26px;
	font-family: Montserrat;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	transition: box-shadow .3s ease;
	text-align: center;
	max-width: 120px;
	margin-left: auto;
}

.notification-popup-text-link .cta-button:hover {
	box-shadow: 0 0 10px 3px rgba(10, 138, 15, .7);
}

.notification-popup-logo-info {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.notification-popup-in {
	max-height: 435px;
	overflow: auto;
}

.notification-popup-trigger {
	cursor: pointer;
	padding-top: 5px;
}

.notification-popup-trigger .notification-popup-trigger-on {
	display: inline-block;
}

.notification-popup-trigger .notification-popup-trigger-off {
	display: none;
}

.notification-popup-in .simplebar-track.simplebar-vertical {
	top: 0;
	width: 4px;
	background: #404040;
}

/* .notification-popup-in .simplebar-scrollbar::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    background: var(--popup-scrollbar-thumb, rgba(0,0,0,0.35));
    opacity: 0.9;
} */
.simplebar-scrollbar.simplebar-visible {
	background: #0a8a0f;
	opacity: 1;
}

.notification-popup-in.simplebar-scrollable-y .simplebar-content-wrapper {
	padding-right: 20px;
}

/* Hover/active states for better affordance */
.notification-popup-in:hover .simplebar-scrollbar::before, .notification-popup-in .simplebar-scrollbar.simplebar-visible::before {
	background: var(--popup-scrollbar-thumb-hover, rgba(0, 0, 0, .55));
	opacity: 1;
}

/* Responsive */
@media (max-width: 991px) {
	.notification-popup-overlay {
		top: 61px;
	}
	
	.notification-popup-wrapper {
		width: 100%;
		top: 61px;
	}
	
	.notification-popup-in {
		max-height: calc(100vh - 220px);
		overflow: auto;
	}
	
	div#notification-popup-data {
		padding: 24px 12px 0;
	}
}

.casino-scrollbar-widget {
	width: 100%;
	background: #101010;
	position: relative;
	overflow: hidden;
}

.casino-scrollbar-slider {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.casino-scrollbar-slider .slick-slide {
	display: flex !important;
	justify-content: center;
	align-items: center;
	max-width: 100px;
	width: 100px !important;
	display: flex;
	justify-content: center;
}

.casino-scrollbar-slider .slick-track {
	display: flex !important;
	align-items: center;
}

.casino-scrollbar-slider .casino-scrollbar-item {
	padding: 0 16px;
	box-sizing: border-box;
	width: 100px;
	border-right: 1px solid #efc32d;
}

.casino-scrollbar-item img {
	max-height: 48px;
	width: auto;
	margin: 0 auto;
}

.slick-arrow-left, .slick-arrow-right {
	background: #fff;
	width: 32px;
	height: 32px;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.slick-arrow-left {
	left: 0px;
}

.slick-arrow-right {
	right: 0px;
}

/*Required mobile min css */

/* in case the site does not have the hidden class */
.hidden {
	display: none;
}

.casino-scrollbar-mobile {
	display: none;
}

.casino-scrollbar-widget {
	display: inline-block;
}

.casino-scrollbar-widget .slick-slider {
	padding: 14px 0;
}

.casino-scrollbar-slider:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 100px;
	height: 60px;
	background: linear-gradient(90deg, #101010 0%, rgba(16, 16, 16, 0) 100%);
	z-index: 99999999999;
	top: 0;
}

.casino-scrollbar-slider:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 100px;
	height: 60px;
	background: linear-gradient(270deg, #101010 0%, rgba(16, 16, 16, 0) 100%);
	z-index: 99999999999;
	top: 0;
	right: 0;
}

@media (max-width: 991px) {
	.casino-scrollbar-mobile-container {
		display: flex;
		width: 100%;
		background: #101010;
		padding: 6px 0;
	}
	
	.casino-scrollbar-mobile {
		display: flex;
		flex-wrap: nowrap;
		width: 100%;
		background: #101010;
		padding: 0;
		max-width: 500px;
		margin: 0 auto;
	}
	
	.casino-scrollbar-widget {
		display: none;
	}
	
	.casino-scrollbar-mobile-casinos {
		width: 66%;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
		flex: 0 0 66.66%;
		overflow: hidden;
		box-sizing: border-box;
	}
	
	.casino-scrollbar-widget-button {
		flex: 0 0 33.33%;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		padding-left: 10px;
	}
	
	button.casino-scrollbar-show-all {
		display: flex;
		align-items: center;
		color: #efc32d;
		font-weight: 400;
		font-size: 16px;
		line-height: 22px;
		background: none;
		border: none;
		cursor: pointer;
	}
	
	.casino-scrollbar-modal {
		position: fixed;
		top: 61px;
		left: 0;
		z-index: 9999;
		background: #101010;
		width: 100%;
		height: 100vh;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.casino-scrollbar-item {
		flex: 1 1 33.33%;
		padding: 0 10px;
		border-right: 1px solid #efc32d;
		box-sizing: border-box;
		text-align: center;
	}
	
	.casino-scrollbar-item img {
		max-width: 64px;
		margin: 0 auto;
	}
	
	.casino-scrollbar-modal-in {
		display: block;
		width: 100%;
		height: 100vh;
		overflow: hidden;
		position: relative;
		padding: 36px 0 0;
	}
	
	.casin-scrollbar-modal-scroll {}
	
	.casin-scrollbar-modal-scroll {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
		height: 100%;
		width: 100%;
		height: calc(100vh - 150px);
		overflow: auto;
	}
	
	.casino-scrollbar-modal-item {
		width: 135px;
		height: 65px;
		display: flex;
		-webkit-box-pack: center;
		margin: 0 20px;
	}
	
	.casino-scrollbar-show-all span {
		margin-right: 6px;
	}
	
	button.casino-scrollbar-close {
		position: absolute;
		right: 15px;
		color: #fff;
		font-size: 30px;
		top: 15px;
	}
	
	.casino-scrollbar-modal-item a {
		margin: 0 12px 12px;
	}
}

@media (max-width: 500px) {
	.casino-scrollbar-mobile-casinos .casino-scrollbar-item:last-child {
		display: none;
	}
	
	.casino-scrollbar-mobile-casinos .casino-scrollbar-item {
		flex: 1 1 50%;
		padding: 0 10px;
	}
}

@media (max-width: 400px) {
	.casino-scrollbar-mobile-casinos {
		flex: 0 0 60%;
	}
	
	.casino-scrollbar-widget-button {
		flex: 0 0 40%;
	}
}

.search-result-item img {
	max-width: 75px;
	height: 40px;
}

.offer-bar {
	width: 100%;
	background: #000;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	height: 40px;
	display: flex;
	align-items: center;
}

.offer-bar-track {
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	height: 40px;
	display: flex;
	align-items: center;
}

.offer-bar-inner {
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	white-space: nowrap;
	margin-right: 160px;
	vertical-align: middle;
}

.offer-bar-inner .offer-bar-img {
	display: inline-block;
	max-width: 68px;
	vertical-align: middle;
	margin-right: 8px;
}

.wof-wheels {
	z-index: 9999999999;
	position: absolute;
}

/* Custom styling */
.wof-title.wof-fgcolor {
	font-family: Montserrat !important;
	font-weight: 500;
	font-size: 30px !important;
	line-height: 38px !important;
	text-align: center;
	text-transform: none !important;
}

.wof-explainer.wof-fgcolor p {
	font-family: Segoe UI;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
}

.wof-form-wrapper button.wof-btn-submit.wof-color-2, .wof-form-wrapper button.wof-btn-done.wof-close {
	border-radius: 50px;
	opacity: 1;
	background: #0a8a0f !important;
	padding: 0;
	height: 52px;
	color: #fff !important;
	font-family: Segoe UI;
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0 30px;
	/* max-width: calc(100% - 60px); */
	position: absolute;
	bottom: 35px;
	max-width: 276px;
}

.wof-offer-item a {
	padding: 8px 4px;
	border-radius: 6px;
	opacity: 1;
	gap: 10px;
	background: rgba(64, 64, 64, .75);
}

.wof-offer-item div img {
	margin: 10px 0 0;
}

.wof-offer-item {
	margin: 0 4px;
}

.wof-form-fields {
	margin-bottom: 115px;
}

.wof-offers-slider.wof-slider-active:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	height: 60px;
	width: 40px;
	z-index: 2;
	background: linear-gradient(90deg, rgba(62, 62, 62, .8) 0%, rgba(28, 22, 22, 0%) 100%);
	opacity: 1;
	border-radius: 8px;
}

.wof-offers-slider.wof-slider-active:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: 0;
	height: 60px;
	width: 40px;
	z-index: 2;
	top: 0;
	background: linear-gradient(270deg, rgba(62, 62, 62, .8) 0%, rgba(28, 22, 22, 0%) 100%);
	opacity: 1;
	border-radius: 8px;
}

.wof-disclaimer.wof-fgcolor {
	margin: 30px 0 16px;
	font-family: Segoe UI;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #fff;
}

.wof-wheel .wof-form-wrapper .wof-form-fields input {
	height: 44px;
}

.wof-custom-checkbox-wrapper {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}

.wof-custom-checkbox {
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	border-radius: 4px;
	flex-shrink: 0;
	position: relative;
}

.wof-custom-checkbox.checked:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #fff;
	position: absolute;
	left: 1px;
	border: 1px solid #000;
	border-radius: 2px;
	top: 1px;
}

.wof-custom-label {
	font-size: 14px;
	color: #fff;
}

.wof-prize-offer {
	display: none;
}

.wof-offers-slider .slick-list {
	background: rgba(77, 77, 77, .8);
	height: 60px;
	border-radius: 8px;
}

input.wof-input.wof-locked {
	background-color: #878787 !important;
	pointer-events: none;
}

input#ckb-consent_checkbox_3 {
	width: 16px;
	float: left;
	margin-right: 11px;
}

.custom-prize-card {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	text-decoration: none;
	background: rgba(77, 77, 77, .8);
	border-radius: 8px;
	overflow: hidden;
	padding: 12px;
	gap: 8px;
	margin-bottom: 24px;
}

.custom-prize-card__image {
	flex: 0 0 98px;
	max-width: 98px;
}

.custom-prize-card__image img {
	display: block;
	width: 100%;
	height: auto;
	background: #333;
	border-radius: 2px;
	padding: 5px;
}

.custom-prize-card__content {
	flex: 1;
	color: #fff;
}

.custom-prize-card__content h3 {
	font-family: Segoe UI;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #d9d9d9;
	margin: 0;
}

.custom-prize-card__content p {
	margin: 0;
	font-family: Segoe UI;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #efc32d;
}

.wof-btn-custom-1 {
	border-radius: 50px;
	opacity: 1;
	background: #0a8a0f !important;
	padding: 0;
	height: 52px;
	color: #fff !important;
	font-family: Segoe UI;
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0 30px;
	max-width: calc(100% - 60px);
	width: 100%;
}

.wof-right-content.prize a {
	width: 100%;
}

p.wof-chance {
	font-family: Segoe UI;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	margin-bottom: 16px;
}

.wof-close.wof-close-icon {
	background: #f2f2f2;
	width: 40px;
	height: 40px;
	opacity: 1;
	border-radius: 4px;
	padding: 8px;
	display: flex;
	align-items: center;
}

.wof-close.wof-close-icon svg {
	display: inline-block;
	width: 24px;
}

.wof-close.wof-close-icon svg path {
	fill: #000;
}

.wof-wheels .wof-right {
	height: 658px;
	position: relative;
	margin-left: 0 !important;
}

.wof-right-content.prize {
	position: absolute;
	bottom: 40px;
	width: calc(100% - 45px);
}

.wof-svg-bg .wof-slice-bg {
	stroke: #262626;
	stroke-width: .04;
	stroke-linejoin: bevel;
}

.wof-svg-bg .wof-slice-bg:last-child {
	stroke: #262626;
	stroke-width: .02;
}

.wof-left .wof-left-inner {
	left: -41px;
}

.wof-custom-label a {
	color: #e4cc7a;
}

svg.wof-svg-wheel circle:last-child {
	display: none;
}

button.wof-btn-submit.wof-color-2 {}

@media screen and (max-width: 600px) {
	.wof-wheel .wof-wrapper {
		position: relative;
	}
	
	.wof-wheel .wof-left {
		order: 1;
		transform: rotate(0deg) !important;
		position: absolute;
		top: -235px;
	}
	
	.wof-wheel .wof-left .wof-pointer {
		height: 59px;
		right: 0px;
		width: 31px;
	}
	
	.wof-wheel .wof-left .wof-pointer svg {
		width: 32px;
	}
	
	.wof-wheel .wof-right {
		order: 2;
		padding-top: 75px !important;
	}
	
	.wof-wheel .wof-right.wof-move-down {
		/*padding-top: 268px !important;*/
		padding-top: 312px !important;
		transition: paddingTop .5s ease;
	}
	
	.wof-wheel .wof-right.wof-move-down .wof-title, .wof-wheel .wof-right.wof-move-down .wof-explainer, .wof-wheel .wof-right.wof-move-down .wof-winnings {
		opacity: 0;
		visibility: hidden;
	}
	
	.wof-wheel .wof-right .wof-form-wrapper {
		margin-top: 0;
	}
	
	.wof-wheel .wof-right .wof-form-fields > div {
		margin-top: 0px !important;
	}
	
	.wof-wheel .wof-left-move-down {
		top: 20px !important;
		transition: top .5s ease;
	}
	
	/*  */
	.wof-title.wof-fgcolor {
		font-family: Montserrat !important;
		font-weight: 500 !important;
		font-size: 18px !important;
		line-height: 24px !important;
		text-align: center !important;
		margin-bottom: 8px !important;
	}
	
	.wof-explainer.wof-fgcolor p {
		font-family: Segoe UI;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		text-align: left;
		padding: 0 13px;
	}
	
	.wof-explainer.wof-fgcolor {
		margin-bottom: 12px;
	}
	
	.wof-wheels .wof-wheel .wof-form-wrapper .wof-form-fields input {
		margin-bottom: 16px;
		font-family: Segoe UI;
		font-weight: 400;
		font-size: 16px;
		line-height: 16px;
		letter-spacing: 0px;
		text-align: left;
		height: 44px;
	}
	
	.wof-form-fields {
		margin-bottom: 18px;
	}
	
	/* weheel size */
	.wof-left {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	
	.wof-left .wof-svg-wheel, .wof-left .wof-svg-bg, .wof-left .wof-svg-ornaments {
		max-width: 100%;
		height: auto;
	}
	
	.wof-left .wof-pointer {
		transform: scale(.8);
		transform-origin: top right;
	}
	
	div.wof-wheel .wof-inner-wrapper .wof-wheel-bg, div.wof-wheel .wof-wheel-container, div.wof-wheel .wof-wheel-container .wof-shadows {
		width: 100%;
		height: 350px;
		overflow: hidden;
	}
	
	.wof-right-content.prize {
		margin-top: 67px;
		position: relative;
		width: 100%;
	}
	
	.wof-offer-item div img {
		margin: 16px 0 0;
		width: 60px;
	}
	
	svg.wof-svg-wheel {
		max-width: 313px !important;
	}
	
	div.wof-wheel .wof-inner-wrapper .wof-wheel-bg, div.wof-wheel .wof-wheel-container, div.wof-wheel .wof-wheel-container .wof-shadows {
		width: 313px !important;
		height: 313px !important;
	}
	
	.wof-right {
		height: auto;
	}
	
	div.wof-wheel .wof-inner-wrapper {
		padding: 0 12px !important;
	}
	
	.wof-right-inner {
		margin-top: 17px;
	}
	
	.wof-disclaimer.wof-fgcolor {
		font-family: Segoe UI;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		text-align: center;
		margin: 23px 0 8px;
		opacity: 1 !important;
	}
	
	.wof-left .wof-left-inner {
		left: 0;
	}
	
	.wof-form-wrapper button.wof-btn-submit.wof-color-2 {
		width: 100% !important;
		max-width: 100%;
		left: 0 !important;
		margin: 0;
		bottom: 8px;
	}
}

.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
	word-break: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em .5em 1em;
	padding: .2em 1em;
	border: 2px solid #00a0d2;
}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	/* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d;
	/* Dark Gray 800 */
	opacity: .75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: "";
	position: absolute;
	background-color: #fbfbfc;
	/* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: .5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

.wof-spinning {
	animation-duration: 7s;
	animation-iteration-count: 1;
	animation-timing-function: cubic-bezier(0, 0, .2, 1);
	animation-fill-mode: forwards;
}

@keyframes wof-bd {
	0%, 100%, 80% {
		transform: scale(0);
	}
	
	40% {
		transform: scale(1);
	}
}

@keyframes wof-nudge {
	from {
		transform: scale3d(1, 1, 1);
	}
	
	30% {
		transform: scale3d(1.1, .85, 1);
	}
	
	40% {
		transform: scale3d(.85, 1.1, 1);
	}
	
	50% {
		transform: scale3d(1.1, .85, 1);
	}
	
	65% {
		transform: scale3d(.95, 1.05, 1);
	}
	
	75% {
		transform: scale3d(1.05, .95, 1);
	}
	
	to {
		transform: scale3d(1, 1, 1);
	}
}

.do-nudge {
	transform: rotate(-30deg);
}

@keyframes wof-wiggle {
	80% {
		transform: rotate(0);
	}
	
	90% {
		transform: rotate(11deg);
	}
	
	93% {
		transform: rotate(-8deg);
	}
	
	96% {
		transform: rotate(7deg);
	}
	
	100% {
		transform: rotate(0);
	}
}

@keyframes wof-out-in {
	82% {
		transform: translate(0, 0);
	}
	
	90% {
		transform: translate(8px, 0);
	}
	
	100% {
		transform: translate(0, 0);
	}
}

.wof-wheels .wof-wheel {
	display: block;
	position: fixed;
	z-index: 999999999;
	transform: translateX(-110%);
	top: 0;
	left: 0;
	bottom: 0;
	max-width: 790px;
	overflow-y: auto;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, .5);
	transition: all .17s ease-in-out;
	will-change: transform;
}

.wof-wheels .wof-wheel.wof-fs {
	max-width: 100%;
	width: 100%;
}

.wof-wheels .wof-wheel.wof-visible {
	transform: translateX(0) !important;
}

.wof-wheels .wof-wrapper {
	height: 100%;
}

.wof-wheels .wof-inner-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	margin-left: -225px;
	overflow: hidden;
}

.wof-wheels .wof-fs .wof-inner-wrapper {
	margin-left: 0;
}

.wof-wheels .wof-right {
	margin-left: 85px;
	padding: 15px;
	padding-right: 30px;
	width: 400px;
}

.wof-wheel .wof-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90px;
	height: 90px;
	margin-left: -45px;
	margin-top: -45px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	border-radius: 50%;
}

.wof-wheel .wof-spinning {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wof-wheel .wof-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.wof-wheel .wof-bottom-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 100% 230px;
}

.wof-wheel .wof-wrapper {
	position: relative;
	z-index: 1;
}

.wof-wheel:after {
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

.wof-wheel .wof-slice {
	top: 50%;
	left: 50%;
	position: absolute;
	transform-origin: 0 0;
	text-align: right;
	width: 40%;
	font-weight: 700;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
}

.wof-wheel .wof-slice img {
	max-width: 60px;
}

.wof-wheel .wof-left-inner, .wof-wheel .wof-wheel-container {
	position: relative;
}

.wof-wheel .wof-error {
	margin: 10px 0;
	padding: 10px;
	border: 3px solid #ff404e;
	font-size: 14px;
	border-radius: 4px;
	color: #fff;
}

.wof-wheel .wof-wheel-bg {
	background-size: cover;
	width: 525px;
	height: 525px;
}

.wof-wheel .wof-wheel-bg svg {
	position: absolute;
}

.wof-wheel .wof-shadows {
	background-image: url("https://casino.com.ro/wp-content/plugins/mabel-wheel-of-fortune/public/img/shadows.png");
	background-size: cover;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 5;
}

.wof-wheel .wof-shadows.nitro-lazy {
	background-image: none !important;
}

.wof-wheel .wof-pointer {
	width: 95px;
	height: 50px;
	position: absolute;
	right: -50px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	z-index: 10;
	transition: all .2s ease;
	transform-origin: 73.31% 44.89%;
	will-change: transform;
}

.wof-wheel .wof-pointer.wof-fast {
	transition: all 70ms ease-out;
}

.wof-wheel .wof-pointer.wof-med {
	transition: all .1s ease-out;
}

.wof-wheel .wof-title {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 15px;
}

.wof-wheel .wof-title em {
	font-style: normal;
}

.wof-wheel .wof-disclaimer, .wof-wheel .wof-explainer, .wof-wheel .wof-winnings, .wof-wheel label {
	line-height: 1.3;
	font-size: 16px;
}

.wof-wheel .wof-disclaimer a, .wof-wheel .wof-explainer a, .wof-wheel .wof-winnings a, .wof-wheel label a {
	text-decoration: underline;
}

.wof-wheel .wof-disclaimer {
	opacity: .75;
	font-size: 14px;
}

.wof-wheel .wof-close-icon, .wof-wheel .wof-close-wrapper {
	position: absolute;
	z-index: 5;
	cursor: pointer;
}

.wof-wheel .wof-close-wrapper {
	bottom: 10px;
	right: 20px;
}

.wof-wheel .wof-close-wrapper a {
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	display: inline-block;
	padding: 10px;
}

.wof-wheel .wof-close-icon {
	top: 10px;
	right: 10px;
}

.wof-wheel .wof-form-wrapper {
	margin: 25px 0;
}

.wof-wheel .wof-form-wrapper input, .wof-wheel .wof-form-wrapper select {
	background: #fff !important;
}

.wof-wheel .wof-form-wrapper a.button, .wof-wheel .wof-form-wrapper button, .wof-wheel .wof-form-wrapper input[type=email], .wof-wheel .wof-form-wrapper input[type=number], .wof-wheel .wof-form-wrapper input[type=text], .wof-wheel .wof-form-wrapper select {
	width: 100% !important;
	border-radius: 4px;
	border: none;
	height: 38px;
	margin: 0;
	padding: 10px;
	font-size: 16px;
	box-sizing: border-box;
	line-height: 1;
}

.wof-wheel .wof-form-wrapper a.button:focus, .wof-wheel .wof-form-wrapper a.button:hover, .wof-wheel .wof-form-wrapper button:focus, .wof-wheel .wof-form-wrapper button:hover, .wof-wheel .wof-form-wrapper input[type=email]:focus, .wof-wheel .wof-form-wrapper input[type=email]:hover, .wof-wheel .wof-form-wrapper input[type=number]:focus, .wof-wheel .wof-form-wrapper input[type=number]:hover, .wof-wheel .wof-form-wrapper input[type=text]:focus, .wof-wheel .wof-form-wrapper input[type=text]:hover, .wof-wheel .wof-form-wrapper select:focus, .wof-wheel .wof-form-wrapper select:hover {
	outline: 0;
	border: none;
}

.wof-wheel .wof-form-wrapper a.button, .wof-wheel .wof-form-wrapper button {
	padding: 0;
	text-transform: uppercase;
	margin-top: 15px;
	transition: all .2s ease;
	line-height: 38px;
	text-decoration: none;
	text-align: center;
}

.wof-wheel .wof-form-wrapper a.button[disabled], .wof-wheel .wof-form-wrapper button[disabled] {
	color: rgba(0, 0, 0, .5) !important;
	opacity: .65 !important;
}

.wof-wheel .wof-form-wrapper a.button:hover, .wof-wheel .wof-form-wrapper button:hover {
	opacity: .85;
}

.wof-wheel .wof-form-wrapper input[type=email], .wof-wheel .wof-form-wrapper input[type=text] {
	color: #333;
}

.wof-wheel .wof-plays-left {
	padding-top: 10px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	opacity: .75;
}

div.wof-overlay {
	position: fixed;
	z-index: 999999988;
	background: rgba(0, 0, 0, .35);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wof-loader > div {
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 100%;
	display: inline-block;
	animation: wof-bd 1.1s infinite ease-in-out both;
}

.wof-loader .b1 {
	animation-delay: -.32s;
}

.wof-loader .b2 {
	animation-delay: -.16s;
}

.wof-wheel-standalone {
	clear: both;
	float: none;
	position: relative;
	display: block;
	overflow: hidden;
}

.wof-wheel-standalone .wof-wrapper {
	padding: 25px;
}

.wof-wheel-standalone .wof-wheel {
	position: relative;
	display: none;
}

.wof-wheel-standalone .wof-wheel.wof-visible {
	display: block;
}

.wof-wheel-standalone .wof-wheel .wof-inner-wrapper {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}

.wof-wheel-standalone .wof-wheel .wof-wheel-bg {
	width: 500px;
	height: 500px;
}

.wof-wheel-standalone .wof-close-icon, .wof-wheel-standalone .wof-close-wrapper {
	display: none;
}

body.rtl .wof-wheels .wof-left {
	order: 1;
}

.wof-widget {
	cursor: pointer;
	position: fixed;
	z-index: 999;
	align-items: center;
	display: flex;
	justify-content: center;
	transition: all .25s;
	bottom: -80px;
	left: 20px;
}

.wof-widget.wof-visible {
	bottom: 20px;
}

.wof-widget.wof-widget-right {
	left: auto;
	right: 20px;
	flex-flow: row-reverse;
}

.wof-widget .wof-widget-inner {
	position: relative;
	background: #000;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, .1);
	border-radius: 50%;
	width: 55px;
	height: 55px;
}

.wof-widget .wof-widget-inner:after {
	content: "";
	background: url("https://casino.com.ro/nitropack_static/xvdrGwddxLMMSLUSWNsexxslaxjJpSpE/assets/images/optimized/rev-2b2449e/casino.com.ro/wp-content/plugins/mabel-wheel-of-fortune/public/img/widget-gift.png") center center no-repeat;
	background-size: 38%;
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
}

.wof-widget-pull-out {
	top: 50%;
	margin-top: -32px;
	left: -80px;
	bottom: auto;
}

.wof-widget-pull-out.wof-visible {
	left: -15px;
	bottom: auto;
}

.wof-widget-pull-out .wof-widget-inner {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	animation: wof-out-in 5s ease-in-out infinite;
}

.wof-widget-pull-out .wof-widget-inner:after {
	opacity: .65;
	margin-top: 1px;
	margin-left: 5px;
	animation: wof-wiggle 6s ease-in-out infinite;
}

.wof-widget-pull-out.wof-widget-right {
	left: auto;
	right: -80px;
}

.wof-widget-pull-out.wof-widget-right.wof-visible {
	left: auto;
	right: -10px;
}

.wof-widget-pull-out.wof-widget-right .wof-widget-inner {
	border-radius: 50% 0 0 50%;
}

.wof-widget-wheel .wof-widget-inner {
	background: 0 0 !important;
	box-shadow: none;
}

.wof-widget-wheel .wof-widget-inner:after {
	content: none;
}

.wof-widget-wheel .wof-widget-inner svg {
	position: absolute;
}

.wof-widget-title {
	display: none;
	background: #fff;
	padding: 10px 17px;
	border-radius: 4px;
	line-height: 1;
	margin: 0 0 0 15px;
	border: 1px solid rgba(0, 0, 0, .14);
	box-shadow: -2px 2px 10px rgba(0, 0, 0, .13);
	font-size: 15px;
	position: relative;
}

.wof-widget-title:before {
	content: "";
	background: #fff;
	position: absolute;
	top: 50%;
	left: -5px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	transform: rotate(45deg);
	border: 1px solid rgba(0, 0, 0, .16);
	border-top: 0;
	border-right: 0;
}

.wof-widget-right .wof-widget-title {
	margin: 0 15px 0 0;
}

.wof-widget-right .wof-widget-title:before {
	left: auto;
	right: -5px;
	transform: rotate(-135deg);
}

.wof-visible .wof-widget-title {
	display: inline-block;
}

@media all and (max-width:500px) {
	.wof-wheel .wof-logo {
		width: 66px;
		height: 66px;
		margin-top: -33px;
		margin-left: -33px;
	}
}

.wof-desktop-check, .wof-mobile-check, .wof-tablet-check {
	display: none;
}

@media all and (max-width:767px) {
	.wof-mobile-check {
		display: block;
	}
}

@media all and (min-width:768px) and (max-width:1024px) {
	.wof-tablet-check {
		display: block;
	}
}

@media all and (min-width:1025px) {
	.wof-desktop-check {
		display: block;
	}
}

@media all and (max-width:800px) {
	div.wof-wheel {
		max-width: none;
		width: 100%;
	}
	
	div.wof-wheel .wof-inner-wrapper .wof-wheel-bg, div.wof-wheel .wof-wheel-container {
		width: 475px;
		height: 475px;
	}
	
	div.wof-wheel .wof-left {
		transform: rotate(-55deg);
	}
	
	div.wof-wheel .wof-pointer {
		width: 75px;
		right: -35px;
		height: 40px;
	}
	
	div.wof-wheel .wof-title {
		font-size: 21px;
	}
}

@media all and (max-width:700px) {
	body.wof-is-open {
		overflow: hidden !important;
		width: 100% !important;
		height: 100% !important;
	}
	
	div.wof-wheel .wof-inner-wrapper .wof-wheel-bg, div.wof-wheel .wof-wheel-container, div.wof-wheel .wof-wheel-container .wof-shadows {
		width: 430px;
		height: 430px;
	}
	
	div.wof-wheel .wof-slice {
		font-size: 14px;
	}
	
	div.wof-wheel .wof-pointer {
		width: 62px;
		right: -35px;
		height: 35px;
	}
}

@media all and (max-width:600px) {
	div.wof-wheel .wof-wrapper {
		min-height: 100%;
		height: auto;
	}
	
	div.wof-wheel .wof-inner-wrapper {
		flex-direction: column;
		justify-content: space-between;
		margin: 0;
		padding: 10px 30px;
	}
	
	div.wof-wheel .wof-close-wrapper {
		display: none;
	}
	
	div.wof-wheel .wof-slice {
		font-size: 11px;
	}
	
	div.wof-wheel .wof-left {
		order: 2;
	}
	
	div.wof-wheel .wof-right {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	div.wof-wheel .wof-inner-wrapper .wof-wheel-bg, div.wof-wheel .wof-wheel-container, div.wof-wheel .wof-wheel-container .wof-shadows {
		width: 400px;
		height: 400px;
	}
}

@media all and (max-width:500px) {
	div.wof-wheel .wof-inner-wrapper .wof-wheel-bg, div.wof-wheel .wof-wheel-container, div.wof-wheel .wof-wheel-container .wof-shadows {
		width: 350px;
		height: 350px;
	}
}

@media all and (max-width:1080px) {
	.wof-wheel-standalone .wof-wheel .wof-inner-wrapper {
		flex-flow: column;
	}
	
	.wof-wheel-standalone .wof-right {
		margin-top: 20px;
	}
}

.wof-btn-done, .wof-btn-submit {
	cursor: pointer;
}

.wof-form-wrapper .wof-form-error {
	border: 2px solid #ff3100 !important;
}

.wof-form-wrapper input[type=checkbox].wof-form-error {
	box-shadow: 0 0 0 2px #ff3100 !important;
}

.wof-form-wrapper .do-form-nudge {
	animation: wof-nudge .3s linear;
}

.wof-fb-checkbox {
	margin-top: 15px;
}

.wof-form-fields > div {
	margin-top: 15px;
}

.wof-form-fields input, .wof-form-fields label, .wof-form-fields select {
	margin: 0;
}

.wof-form-fields select {
	padding: 0 10px;
}

.wof-form-fields label {
	display: inline;
	cursor: pointer;
	padding-left: 5px;
}

.wof-form-fields input[type=checkbox] {
	cursor: pointer;
}

.wof-coupon-bar {
	position: fixed;
	z-index: 99999999;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px;
	text-align: center;
	background: #000;
}

.wof-coupon-bar .wof-coupon-text {
	color: #fff;
	font-size: 14px;
	cursor: default;
}

.wof-coupon-bar .wof-bar-timer {
	display: inline-block;
}

.wof-coupon-bar .wof-bar-timer > span {
	border-radius: 4px;
	padding: 5px;
	background: rgba(255, 255, 255, .2);
	margin-right: 5px;
}

.wof-bar-code {
	cursor: initial;
	padding: 5px;
	border-radius: 4px;
	border: 1px dashed rgba(255, 255, 255, .25);
}

.wof-bar-close {
	position: absolute;
	bottom: 5px;
	right: 5px;
	cursor: pointer;
}

.ldm-age-popup {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	visibility: visible;
	transition: opacity .25s ease, visibility .25s ease;
	z-index: 2147483647;
	pointer-events: auto;
}

.ldm-age-popup--hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.ldm-age-popup__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .85);
	pointer-events: none;
}

.ldm-age-popup__content {
	position: relative;
	background: #111;
	border-radius: 18px;
	padding: 2.5rem;
	max-width: 520px;
	width: 90%;
	color: #fff;
	text-align: center;
	box-shadow: 0 20px 50px rgba(0, 0, 0, .6);
	font-family: "Montserrat", sans-serif;
	pointer-events: auto;
	z-index: 1;
	border: 1px solid #efc32d;
}

.ldm-age-popup__buttons {
	display: flex;
	gap: 1rem;
	margin-top: 1.75rem;
	flex-wrap: wrap;
}

.ldm-age-popup__btn {
	flex: 1 1 45%;
	padding: .9rem 1.2rem;
	border: none;
	cursor: pointer;
	font-size: 1rem;
	border-radius: 999px;
	transition: transform .2s ease, box-shadow .2s ease;
}

.ldm-age-popup__btn--yes {
	font-weight: 700;
	text-transform: uppercase;
	background-color: #0a8a0f;
	color: #fff;
}

.ldm-age-popup__btn--no {
	background: transparent;
	border: 2px solid rgba(255, 255, 255, .6);
	color: #fff;
}

html.ldm-age-locked, body.ldm-age-locked {
	overflow: hidden;
	height: 100%;
}

*, ::before, ::after {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-scroll-snap-strictness: proximity;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, .5);
	--tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
}

::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-scroll-snap-strictness: proximity;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, .5);
	--tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*, ::before, ::after {
	box-sizing: border-box;
	/* 1 */
	border-width: 0;
	/* 2 */
	border-style: solid;
	/* 2 */
	border-color: #e5e7eb;
}

::before, ::after {
	--tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html, :host {
	line-height: 1.5;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-moz-tab-size: 4;
	/* 3 */
	-o-tab-size: 4;
	tab-size: 4;
	/* 3 */
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	/* 4 */
	font-feature-settings: normal;
	/* 5 */
	font-variation-settings: normal;
	/* 6 */
	-webkit-tap-highlight-color: transparent;
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
	margin: 0;
	/* 1 */
	line-height: inherit;
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
	height: 0;
	/* 1 */
	color: inherit;
	/* 2 */
	border-top-width: 1px;
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
	color: inherit;
	text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/
b, strong {
	font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code, kbd, samp, pre {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	/* 1 */
	font-feature-settings: normal;
	/* 2 */
	font-variation-settings: normal;
	/* 3 */
	font-size: 1em;
}

/*
Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
	text-indent: 0;
	/* 1 */
	border-color: inherit;
	/* 2 */
	border-collapse: collapse;
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button, input, optgroup, select, textarea {
	font-family: inherit;
	/* 1 */
	font-feature-settings: inherit;
	/* 1 */
	font-variation-settings: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	font-weight: inherit;
	/* 1 */
	line-height: inherit;
	/* 1 */
	letter-spacing: inherit;
	/* 1 */
	color: inherit;
	/* 1 */
	margin: 0;
	/* 2 */
	padding: 0;
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button, select {
	text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button, input:where([type='button']), input:where([type='reset']), input:where([type='submit']) {
	-webkit-appearance: button;
	/* 1 */
	background-color: transparent;
	/* 2 */
	background-image: none;
}

button.nitro-lazy, input:where([type='button']).nitro-lazy, input:where([type='reset']).nitro-lazy, input:where([type='submit']).nitro-lazy {
	background-image: none !important;
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
	outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
	box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
	vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
	height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
	-webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
}

/*
Add the correct display in Chrome and Safari.
*/
summary {
	display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

ol, ul, menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
	padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/
textarea {
	resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
	opacity: 1;
	/* 1 */
	color: #9ca3af;
}

input::placeholder, textarea::placeholder {
	opacity: 1;
	/* 1 */
	color: #9ca3af;
}

/*
Set the default cursor for buttons.
*/
button, [role="button"] {
	cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
	cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img, svg, video, canvas, audio, iframe, embed, object {
	display: block;
	/* 1 */
	vertical-align: middle;
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img, video {
	max-width: 100%;
	height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
	display: none;
}

:root {
	--color-casino-yellow: #efc32d;
	--color-casino-yellow-hover: #ffd030;
	--color-casino-green: #0a8a0f;
	--color-casino-darkgreen: #163518;
	--color-casino-green-hover: #42bb0d;
	--color-casino-link: #e4cc7a;
	--color-casino-link-hover: #ffc500;
	--color-casino-neutral-1: #101010;
	--color-casino-neutral-2: #1a1a1a;
	--color-casino-neutral-3: #262626;
	--color-casino-neutral-4: #333;
	--color-casino-neutral-5: #404040;
	--color-casino-neutral-6: #4d4d4d;
	--color-casino-neutral-7: #322b15;
	--color-casino-neutral-8: #ccc;
	--color-casino-neutral-9: #e2e2e2;
	--color-casino-neutral-10: #a1a1a1;
	--color-system-red: #cd1f3e;
	--color-system-orange: #ffab07;
	--color-system-green: #00b31d;
	--color-system-white: #fff;
	--color-system-black: #000;
	--color-border-gray: #343434;
	--color-table-green: #0f2310;
	--color-mobile-menu-scroll: #0f2310;
	--color-left-menu-hover: #3a331d;
	--color-hover-green: #163517;
	--color-modal-dark: #0c0c0c;
	--font-segoe: "Segoe", "sans-serif";
	--font-montserrat: "Montserrat", "sans-serif";
	--radius-4: 4px;
}

.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 12px;
	padding-left: 12px;
}

@media (min-width: 320px) {
	.container {
		max-width: 320px;
	}
}

@media (min-width: 576px) {
	.container {
		max-width: 576px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 768px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 992px;
	}
}

@media (min-width: 1196px) {
	.container {
		max-width: 1196px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1400px;
	}
}

@media (min-width: 1536px) {
	.container {
		max-width: 1536px;
	}
}

.theme-container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.p-footer {
	font-family: "Segoe UI";
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 24px;
}

.p40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.active {
	transform: rotate(180deg);
	transition: transform .3s ease-in-out;
}

.h1, h1 {
	font-family: "Montserrat", serif;
	font-weight: 500;
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 24px;
	color: #efc32d;
}

.h2, h2 {
	font-family: "Montserrat", serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 16px;
	color: #efc32d;
}

.h3, h3 {
	font-family: "Montserrat", serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 16px;
	color: #efc32d;
}

.h4, h4 {
	font-family: "Montserrat", serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 16px;
	color: #efc32d;
}

.h5, h5 {
	font-family: "Montserrat", serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 16px;
	color: #efc32d;
}

.h6, h6 {
	font-family: "Montserrat", serif;
	font-weight: 500;
	margin-bottom: 16px;
	color: #efc32d;
}

.h-blog {
	font-family: "Segoe UI", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
	color: #efc32d;
}

.info_text {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #ccc;
	margin-bottom: 16px;
}

.link_text {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #e4cc7a;
	text-decoration: underline;
}

.pointer-events-none {
	pointer-events: none;
}

.\!visible {
	visibility: visible !important;
}

.visible {
	visibility: visible;
}

.static {
	position: static;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.inset-0 {
	inset: 0px;
}

.inset-x-0 {
	left: 0px;
	right: 0px;
}

.-bottom-0\.5 {
	bottom: -.125rem;
}

.-bottom-1 {
	bottom: -.25rem;
}

.-bottom-\[122px\] {
	bottom: -122px;
}

.-left-4 {
	left: -1rem;
}

.-left-\[119px\] {
	left: -119px;
}

.-left-\[30px\] {
	left: -30px;
}

.-left-\[39px\] {
	left: -39px;
}

.-left-\[64px\] {
	left: -64px;
}

.-left-\[70px\] {
	left: -70px;
}

.-left-\[75px\] {
	left: -75px;
}

.-left-\[90px\] {
	left: -90px;
}

.-right-0\.5 {
	right: -.125rem;
}

.-right-1 {
	right: -.25rem;
}

.-top-1\/2 {
	top: -50%;
}

.-top-10 {
	top: -2.5rem;
}

.-top-\[30px\] {
	top: -30px;
}

.-top-\[31px\] {
	top: -31px;
}

.-top-\[37px\] {
	top: -37px;
}

.-top-\[40px\] {
	top: -40px;
}

.-top-\[90px\] {
	top: -90px;
}

.-top-\[99px\] {
	top: -99px;
}

.bottom-0 {
	bottom: 0px;
}

.bottom-2 {
	bottom: .5rem;
}

.bottom-\[-17px\] {
	bottom: -17px;
}

.bottom-\[60px\] {
	bottom: 60px;
}

.bottom-\[80px\] {
	bottom: 80px;
}

.bottom-\[99\%\] {
	bottom: 99%;
}

.left-0 {
	left: 0px;
}

.left-1\/2 {
	left: 50%;
}

.left-\[109px\] {
	left: 109px;
}

.left-\[111px\] {
	left: 111px;
}

.left-\[12px\] {
	left: 12px;
}

.left-\[97px\] {
	left: 97px;
}

.left-\[9px\] {
	left: 9px;
}

.right-0 {
	right: 0px;
}

.right-2 {
	right: .5rem;
}

.right-4 {
	right: 1rem;
}

.right-\[-17px\] {
	right: -17px;
}

.right-\[15px\] {
	right: 15px;
}

.right-\[20px\] {
	right: 20px;
}

.top-0 {
	top: 0px;
}

.top-3 {
	top: .75rem;
}

.top-\[-14px\] {
	top: -14px;
}

.top-\[-55px\] {
	top: -55px;
}

.top-\[12px\] {
	top: 12px;
}

.top-\[15px\] {
	top: 15px;
}

.top-\[178px\] {
	top: 178px;
}

.top-\[210px\] {
	top: 210px;
}

.top-\[211px\] {
	top: 211px;
}

.top-\[73px\] {
	top: 73px;
}

.z-10 {
	z-index: 10;
}

.z-20 {
	z-index: 20;
}

.z-40 {
	z-index: 40;
}

.z-50 {
	z-index: 50;
}

.z-\[1000\] {
	z-index: 1000;
}

.z-\[100\] {
	z-index: 100;
}

.z-\[9999999999\] {
	z-index: 9999999999;
}

.col-span-1 {
	grid-column: span 1/span 1;
}

.col-span-2 {
	grid-column: span 2/span 2;
}

.col-span-4 {
	grid-column: span 4/span 4;
}

.col-span-8 {
	grid-column: span 8/span 8;
}

.col-span-full {
	grid-column: 1/-1;
}

.\!float-right {
	float: right !important;
}

.float-right {
	float: right;
}

.\!float-left {
	float: left !important;
}

.\!m-\[inherit\] {
	margin: inherit !important;
}

.m-auto {
	margin: auto;
}

.mx-2 {
	margin-left: .5rem;
	margin-right: .5rem;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.\!mb-0 {
	margin-bottom: 0px !important;
}

.\!mb-4 {
	margin-bottom: 1rem !important;
}

.\!mt-0 {
	margin-top: 0px !important;
}

.\!mt-auto {
	margin-top: auto !important;
}

.-mr-3 {
	margin-right: -.75rem;
}

.mb-0 {
	margin-bottom: 0px;
}

.mb-10 {
	margin-bottom: 2.5rem;
}

.mb-12 {
	margin-bottom: 3rem;
}

.mb-2 {
	margin-bottom: .5rem;
}

.mb-3 {
	margin-bottom: .75rem;
}

.mb-4 {
	margin-bottom: 1rem;
}

.mb-5 {
	margin-bottom: 1.25rem;
}

.mb-6 {
	margin-bottom: 1.5rem;
}

.mb-8 {
	margin-bottom: 2rem;
}

.mb-\[10px\] {
	margin-bottom: 10px;
}

.mb-\[129px\] {
	margin-bottom: 129px;
}

.mb-\[12px\] {
	margin-bottom: 12px;
}

.mb-\[16px\] {
	margin-bottom: 16px;
}

.mb-\[24px\] {
	margin-bottom: 24px;
}

.mb-\[30px\] {
	margin-bottom: 30px;
}

.mb-\[34px\] {
	margin-bottom: 34px;
}

.mb-\[40px\] {
	margin-bottom: 40px;
}

.mb-\[4px\] {
	margin-bottom: 4px;
}

.mb-\[6px\] {
	margin-bottom: 6px;
}

.mb-\[8px\] {
	margin-bottom: 8px;
}

.ml-2 {
	margin-left: .5rem;
}

.ml-auto {
	margin-left: auto;
}

.mr-4 {
	margin-right: 1rem;
}

.mr-6 {
	margin-right: 1.5rem;
}

.mt-0 {
	margin-top: 0px;
}

.mt-1 {
	margin-top: .25rem;
}

.mt-14 {
	margin-top: 3.5rem;
}

.mt-2 {
	margin-top: .5rem;
}

.mt-4 {
	margin-top: 1rem;
}

.mt-\[-3px\] {
	margin-top: -3px;
}

.mt-\[10px\] {
	margin-top: 10px;
}

.mt-\[23px\] {
	margin-top: 23px;
}

.mt-\[24px\] {
	margin-top: 24px;
}

.mt-\[8px\] {
	margin-top: 8px;
}

.mt-auto {
	margin-top: auto;
}

.line-clamp-1 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.line-clamp-2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.line-clamp-3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.line-clamp-4 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.line-clamp-5 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.line-clamp-6 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.line-clamp-none {
	overflow: visible;
	display: block;
	-webkit-box-orient: horizontal;
	-webkit-line-clamp: none;
}

.block {
	display: block;
}

.\!inline-block {
	display: inline-block !important;
}

.inline-block {
	display: inline-block;
}

.inline {
	display: inline;
}

.\!flex {
	display: flex !important;
}

.flex {
	display: flex;
}

.inline-flex {
	display: inline-flex;
}

.table {
	display: table;
}

.grid {
	display: grid;
}

.\!hidden {
	display: none !important;
}

.hidden {
	display: none;
}

.\!h-\[18px\] {
	height: 18px !important;
}

.\!h-\[inherit\] {
	height: inherit !important;
}

.h-10 {
	height: 2.5rem;
}

.h-12 {
	height: 3rem;
}

.h-2 {
	height: .5rem;
}

.h-4 {
	height: 1rem;
}

.h-5 {
	height: 1.25rem;
}

.h-8 {
	height: 2rem;
}

.h-9 {
	height: 2.25rem;
}

.h-\[100vh\] {
	height: 100vh;
}

.h-\[120px\] {
	height: 120px;
}

.h-\[14px\] {
	height: 14px;
}

.h-\[15px\] {
	height: 15px;
}

.h-\[20px\] {
	height: 20px;
}

.h-\[30px\] {
	height: 30px;
}

.h-\[32px\] {
	height: 32px;
}

.h-\[37px\] {
	height: 37px;
}

.h-\[42px\] {
	height: 42px;
}

.h-\[44px\] {
	height: 44px;
}

.h-\[49px\] {
	height: 49px;
}

.h-\[63px\] {
	height: 63px;
}

.h-\[71px\] {
	height: 71px;
}

.h-\[73px\] {
	height: 73px;
}

.h-\[7px\] {
	height: 7px;
}

.h-auto {
	height: auto;
}

.h-full {
	height: 100%;
}

.h-screen {
	height: 100vh;
}

.max-h-10 {
	max-height: 2.5rem;
}

.max-h-\[121px\] {
	max-height: 121px;
}

.max-h-\[220px\] {
	max-height: 220px;
}

.max-h-\[250px\] {
	max-height: 250px;
}

.max-h-\[272px\] {
	max-height: 272px;
}

.max-h-\[274px\] {
	max-height: 274px;
}

.max-h-\[300px\] {
	max-height: 300px;
}

.max-h-\[344px\] {
	max-height: 344px;
}

.max-h-\[49px\] {
	max-height: 49px;
}

.max-h-\[62px\] {
	max-height: 62px;
}

.max-h-\[90px\] {
	max-height: 90px;
}

.max-h-\[calc\(100vh-160px\)\] {
	max-height: calc(100vh - 160px);
}

.max-h-\[calc\(100vh-320px\)\] {
	max-height: calc(100vh - 320px);
}

.max-h-full {
	max-height: 100%;
}

.min-h-\[122px\] {
	min-height: 122px;
}

.min-h-\[140px\] {
	min-height: 140px;
}

.min-h-\[142px\] {
	min-height: 142px;
}

.min-h-\[184px\] {
	min-height: 184px;
}

.min-h-\[90px\] {
	min-height: 90px;
}

.\!w-12 {
	width: 3rem !important;
}

.\!w-5 {
	width: 1.25rem !important;
}

.\!w-\[11px\] {
	width: 11px !important;
}

.\!w-\[18px\] {
	width: 18px !important;
}

.\!w-\[284px\] {
	width: 284px !important;
}

.\!w-\[69px\] {
	width: 69px !important;
}

.w-1\/5 {
	width: 20%;
}

.w-10 {
	width: 2.5rem;
}

.w-12 {
	width: 3rem;
}

.w-3\/4 {
	width: 75%;
}

.w-4 {
	width: 1rem;
}

.w-4\/5 {
	width: 80%;
}

.w-40 {
	width: 10rem;
}

.w-5 {
	width: 1.25rem;
}

.w-8 {
	width: 2rem;
}

.w-9 {
	width: 2.25rem;
}

.w-\[100px\] {
	width: 100px;
}

.w-\[10px\] {
	width: 10px;
}

.w-\[111px\] {
	width: 111px;
}

.w-\[119px\] {
	width: 119px;
}

.w-\[11px\] {
	width: 11px;
}

.w-\[120px\] {
	width: 120px;
}

.w-\[134px\] {
	width: 134px;
}

.w-\[141px\] {
	width: 141px;
}

.w-\[14px\] {
	width: 14px;
}

.w-\[15px\] {
	width: 15px;
}

.w-\[160px\] {
	width: 160px;
}

.w-\[168px\] {
	width: 168px;
}

.w-\[198px\] {
	width: 198px;
}

.w-\[20px\] {
	width: 20px;
}

.w-\[228px\] {
	width: 228px;
}

.w-\[272px\] {
	width: 272px;
}

.w-\[30px\] {
	width: 30px;
}

.w-\[32px\] {
	width: 32px;
}

.w-\[336px\] {
	width: 336px;
}

.w-\[33px\] {
	width: 33px;
}

.w-\[36px\] {
	width: 36px;
}

.w-\[37px\] {
	width: 37px;
}

.w-\[384px\] {
	width: 384px;
}

.w-\[49px\] {
	width: 49px;
}

.w-\[54px\] {
	width: 54px;
}

.w-\[64px\] {
	width: 64px;
}

.w-\[73px\] {
	width: 73px;
}

.w-\[7px\] {
	width: 7px;
}

.w-\[80px\] {
	width: 80px;
}

.w-\[86px\] {
	width: 86px;
}

.w-auto {
	width: auto;
}

.w-full {
	width: 100%;
}

.w-max {
	width: -moz-max-content;
	width: max-content;
}

.min-w-0 {
	min-width: 0px;
}

.min-w-\[116px\] {
	min-width: 116px;
}

.min-w-\[13px\] {
	min-width: 13px;
}

.min-w-\[266px\] {
	min-width: 266px;
}

.min-w-\[282px\] {
	min-width: 282px;
}

.min-w-\[300px\] {
	min-width: 300px;
}

.min-w-\[384px\] {
	min-width: 384px;
}

.min-w-\[84px\] {
	min-width: 84px;
}

.min-w-\[874px\] {
	min-width: 874px;
}

.min-w-\[91px\] {
	min-width: 91px;
}

.\!max-w-\[154px\] {
	max-width: 154px !important;
}

.\!max-w-\[60px\] {
	max-width: 60px !important;
}

.max-w-12 {
	max-width: 3rem;
}

.max-w-7xl {
	max-width: 80rem;
}

.max-w-\[10px\] {
	max-width: 10px;
}

.max-w-\[110px\] {
	max-width: 110px;
}

.max-w-\[1174px\] {
	max-width: 1174px;
}

.max-w-\[130px\] {
	max-width: 130px;
}

.max-w-\[13px\] {
	max-width: 13px;
}

.max-w-\[150px\] {
	max-width: 150px;
}

.max-w-\[160px\] {
	max-width: 160px;
}

.max-w-\[174px\] {
	max-width: 174px;
}

.max-w-\[200px\] {
	max-width: 200px;
}

.max-w-\[202px\] {
	max-width: 202px;
}

.max-w-\[208px\] {
	max-width: 208px;
}

.max-w-\[232px\] {
	max-width: 232px;
}

.max-w-\[240px\] {
	max-width: 240px;
}

.max-w-\[25px\] {
	max-width: 25px;
}

.max-w-\[260px\] {
	max-width: 260px;
}

.max-w-\[275px\] {
	max-width: 275px;
}

.max-w-\[300px\] {
	max-width: 300px;
}

.max-w-\[336px\] {
	max-width: 336px;
}

.max-w-\[375px\] {
	max-width: 375px;
}

.max-w-\[384px\] {
	max-width: 384px;
}

.max-w-\[400px\] {
	max-width: 400px;
}

.max-w-\[420px\] {
	max-width: 420px;
}

.max-w-\[430px\] {
	max-width: 430px;
}

.max-w-\[460px\] {
	max-width: 460px;
}

.max-w-\[500px\] {
	max-width: 500px;
}

.max-w-\[50px\] {
	max-width: 50px;
}

.max-w-\[54px\] {
	max-width: 54px;
}

.max-w-\[5px\] {
	max-width: 5px;
}

.max-w-\[60px\] {
	max-width: 60px;
}

.max-w-\[645px\] {
	max-width: 645px;
}

.max-w-\[686px\] {
	max-width: 686px;
}

.max-w-\[784px\] {
	max-width: 784px;
}

.max-w-\[82px\] {
	max-width: 82px;
}

.max-w-\[84px\] {
	max-width: 84px;
}

.max-w-\[874px\] {
	max-width: 874px;
}

.max-w-\[92px\] {
	max-width: 92px;
}

.max-w-\[93\%\] {
	max-width: 93%;
}

.max-w-\[93px\] {
	max-width: 93px;
}

.max-w-full {
	max-width: 100%;
}

.max-w-max {
	max-width: -moz-max-content;
	max-width: max-content;
}

.flex-1 {
	flex: 1 1 0%;
}

.flex-none {
	flex: none;
}

.flex-shrink-0 {
	flex-shrink: 0;
}

.shrink-0 {
	flex-shrink: 0;
}

.flex-grow {
	flex-grow: 1;
}

.grow {
	flex-grow: 1;
}

.basis-full {
	flex-basis: 100%;
}

.table-fixed {
	table-layout: fixed;
}

.-translate-x-1\/2 {
	--tw-translate-x: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-\[4deg\] {
	--tw-rotate: -4deg;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-\[6deg\] {
	--tw-rotate: -6deg;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
	--tw-rotate: 180deg;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\!cursor-pointer {
	cursor: pointer !important;
}

.cursor-default {
	cursor: default;
}

.cursor-grab {
	cursor: grab;
}

.cursor-pointer {
	cursor: pointer;
}

.select-none {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.resize {
	resize: both;
}

.snap-x {
	scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-center {
	scroll-snap-align: center;
}

.\!list-none {
	list-style-type: none !important;
}

.list-disc {
	list-style-type: disc;
}

.columns-2 {
	-moz-columns: 2;
	columns: 2;
}

.grid-flow-col {
	grid-auto-flow: column;
}

.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-10 {
	grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flex-row {
	flex-direction: row;
}

.flex-col {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.place-items-stretch {
	place-items: stretch;
}

.items-start {
	align-items: flex-start;
}

.items-end {
	align-items: flex-end;
}

.items-center {
	align-items: center;
}

.items-stretch {
	align-items: stretch;
}

.justify-start {
	justify-content: flex-start;
}

.justify-end {
	justify-content: flex-end;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.gap-10 {
	gap: 2.5rem;
}

.gap-2 {
	gap: .5rem;
}

.gap-3 {
	gap: .75rem;
}

.gap-4 {
	gap: 1rem;
}

.gap-5 {
	gap: 1.25rem;
}

.gap-6 {
	gap: 1.5rem;
}

.gap-8 {
	gap: 2rem;
}

.gap-\[10px\] {
	gap: 10px;
}

.gap-\[12px\] {
	gap: 12px;
}

.gap-\[15px\] {
	gap: 15px;
}

.gap-\[16px\] {
	gap: 16px;
}

.gap-\[24px\] {
	gap: 24px;
}

.gap-\[43px\] {
	gap: 43px;
}

.gap-\[4px\] {
	gap: 4px;
}

.gap-\[6px\] {
	gap: 6px;
}

.gap-\[8px\] {
	gap: 8px;
}

.gap-x-10 {
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
}

.gap-x-3 {
	-moz-column-gap: .75rem;
	column-gap: .75rem;
}

.gap-x-6 {
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
}

.gap-x-8 {
	-moz-column-gap: 2rem;
	column-gap: 2rem;
}

.gap-y-2 {
	row-gap: .5rem;
}

.gap-y-5 {
	row-gap: 1.25rem;
}

.gap-y-8 {
	row-gap: 2rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-x-reverse: 0;
	border-right-width: calc(1px * var(--tw-divide-x-reverse));
	border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-solid > :not([hidden]) ~ :not([hidden]) {
	border-style: solid;
}

.divide-border-gray > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(52, 52, 52, var(--tw-divide-opacity, 1));
}

.divide-casino-neutral-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(51, 51, 51, var(--tw-divide-opacity, 1));
}

.self-end {
	align-self: flex-end;
}

.self-center {
	align-self: center;
}

.overflow-auto {
	overflow: auto;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-scroll {
	overflow: scroll;
}

.overflow-x-auto {
	overflow-x: auto;
}

.overflow-y-auto {
	overflow-y: auto;
}

.scroll-smooth {
	scroll-behavior: smooth;
}

.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-ellipsis {
	text-overflow: ellipsis;
}

.whitespace-nowrap {
	white-space: nowrap;
}

.break-words {
	overflow-wrap: break-word;
}

.\!rounded-\[--radius-4\] {
	border-radius: var(--radius-4) !important;
}

.\!rounded-full {
	border-radius: 9999px !important;
}

.rounded {
	border-radius: .25rem;
}

.rounded-3xl {
	border-radius: 1.5rem;
}

.rounded-\[--radius-4\] {
	border-radius: var(--radius-4);
}

.rounded-\[10px\] {
	border-radius: 10px;
}

.rounded-\[16px\] {
	border-radius: 16px;
}

.rounded-\[18px\] {
	border-radius: 18px;
}

.rounded-\[22px\] {
	border-radius: 22px;
}

.rounded-\[24px\] {
	border-radius: 24px;
}

.rounded-\[30px\] {
	border-radius: 30px;
}

.rounded-\[4px\] {
	border-radius: 4px;
}

.rounded-\[8px\] {
	border-radius: 8px;
}

.rounded-full {
	border-radius: 9999px;
}

.rounded-none {
	border-radius: 0px;
}

.rounded-radius-4 {
	border-radius: 4px;
}

.rounded-sm {
	border-radius: .125rem;
}

.rounded-b {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.rounded-b-\[--radius-4\] {
	border-bottom-right-radius: var(--radius-4);
	border-bottom-left-radius: var(--radius-4);
}

.rounded-b-\[16px\] {
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
}

.rounded-t-\[--radius-4\] {
	border-top-left-radius: var(--radius-4);
	border-top-right-radius: var(--radius-4);
}

.rounded-bl-\[10px\] {
	border-bottom-left-radius: 10px;
}

.rounded-tl-\[10px\] {
	border-top-left-radius: 10px;
}

.\!border-0 {
	border-width: 0px !important;
}

.border {
	border-width: 1px;
}

.border-2 {
	border-width: 2px;
}

.border-\[2px\] {
	border-width: 2px;
}

.border-b {
	border-bottom-width: 1px;
}

.border-b-2 {
	border-bottom-width: 2px;
}

.border-b-\[3px\] {
	border-bottom-width: 3px;
}

.border-t {
	border-top-width: 1px;
}

.border-t-0 {
	border-top-width: 0px;
}

.border-t-4 {
	border-top-width: 4px;
}

.\!border-\[rgba\(239\2c 195\2c 45\2c 0\.9\)\] {
	border-color: rgba(239, 195, 45, .9) !important;
}

.\!border-casino-yellow {
	--tw-border-opacity: 1 !important;
	border-color: rgba(239, 195, 45, var(--tw-border-opacity, 1)) !important;
}

.border-\[\#333\] {
	--tw-border-opacity: 1;
	border-color: rgba(51, 51, 51, var(--tw-border-opacity, 1));
}

.border-\[\#EFC32DCC\] {
	border-color: rgba(239, 195, 45, .8);
}

.border-\[rgba\(239\2c 195\2c 45\2c 0\.8\)\] {
	border-color: rgba(239, 195, 45, .8);
}

.border-border-gray {
	--tw-border-opacity: 1;
	border-color: rgba(52, 52, 52, var(--tw-border-opacity, 1));
}

.border-casino-green {
	--tw-border-opacity: 1;
	border-color: rgba(10, 138, 15, var(--tw-border-opacity, 1));
}

.border-casino-neutral-1 {
	--tw-border-opacity: 1;
	border-color: rgba(16, 16, 16, var(--tw-border-opacity, 1));
}

.border-casino-neutral-3 {
	--tw-border-opacity: 1;
	border-color: rgba(38, 38, 38, var(--tw-border-opacity, 1));
}

.border-casino-neutral-4 {
	--tw-border-opacity: 1;
	border-color: rgba(51, 51, 51, var(--tw-border-opacity, 1));
}

.border-casino-neutral-6 {
	--tw-border-opacity: 1;
	border-color: rgba(77, 77, 77, var(--tw-border-opacity, 1));
}

.border-casino-yellow {
	--tw-border-opacity: 1;
	border-color: rgba(239, 195, 45, var(--tw-border-opacity, 1));
}

.border-casino-yellow\/40 {
	border-color: rgba(239, 195, 45, .4);
}

.border-b-border-gray {
	--tw-border-opacity: 1;
	border-bottom-color: rgba(52, 52, 52, var(--tw-border-opacity, 1));
}

.border-t-casino-yellow {
	--tw-border-opacity: 1;
	border-top-color: rgba(239, 195, 45, var(--tw-border-opacity, 1));
}

.\!bg-casino-neutral-2 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(26, 26, 26, var(--tw-bg-opacity, 1)) !important;
}

.\!bg-casino-yellow {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(239, 195, 45, var(--tw-bg-opacity, 1)) !important;
}

.\!bg-transparent {
	background-color: transparent !important;
}

.bg-\[\#00000059\] {
	background-color: rgba(0, 0, 0, .35);
}

.bg-\[\#00000066\] {
	background-color: rgba(0, 0, 0, .4);
}

.bg-\[\#0A8A0F\] {
	--tw-bg-opacity: 1;
	background-color: rgba(10, 138, 15, var(--tw-bg-opacity, 1));
}

.bg-\[\#101010CC\] {
	background-color: rgba(16, 16, 16, .8);
}

.bg-\[\#101010\] {
	--tw-bg-opacity: 1;
	background-color: rgba(16, 16, 16, var(--tw-bg-opacity, 1));
}

.bg-\[\#109426\] {
	--tw-bg-opacity: 1;
	background-color: rgba(16, 148, 38, var(--tw-bg-opacity, 1));
}

.bg-\[\#12AD2B\] {
	--tw-bg-opacity: 1;
	background-color: rgba(18, 173, 43, var(--tw-bg-opacity, 1));
}

.bg-\[\#1A1A1A\] {
	--tw-bg-opacity: 1;
	background-color: rgba(26, 26, 26, var(--tw-bg-opacity, 1));
}

.bg-\[\#1E1E1E\] {
	--tw-bg-opacity: 1;
	background-color: rgba(30, 30, 30, var(--tw-bg-opacity, 1));
}

.bg-\[\#262626A3\] {
	background-color: rgba(38, 38, 38, .64);
}

.bg-\[\#262626B8\] {
	background-color: rgba(38, 38, 38, .72);
}

.bg-\[\#262626\] {
	--tw-bg-opacity: 1;
	background-color: rgba(38, 38, 38, var(--tw-bg-opacity, 1));
}

.bg-\[\#28670C\] {
	--tw-bg-opacity: 1;
	background-color: rgba(40, 103, 12, var(--tw-bg-opacity, 1));
}

.bg-\[\#363636\] {
	--tw-bg-opacity: 1;
	background-color: rgba(54, 54, 54, var(--tw-bg-opacity, 1));
}

.bg-\[\#EFC32D\] {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 195, 45, var(--tw-bg-opacity, 1));
}

.bg-\[\#F2F2F2\] {
	--tw-bg-opacity: 1;
	background-color: rgba(242, 242, 242, var(--tw-bg-opacity, 1));
}

.bg-\[\#FAFEEB\] {
	--tw-bg-opacity: 1;
	background-color: rgba(250, 254, 235, var(--tw-bg-opacity, 1));
}

.bg-\[\#FFE7E7\] {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 231, 231, var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(239\2c 195\2c 45\2c 0\.75\)\] {
	background-color: rgba(239, 195, 45, .75);
}

.bg-\[rgba\(26\2c 26\2c 26\2c 0\.92\)\] {
	background-color: rgba(26, 26, 26, .92);
}

.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1));
}

.bg-black\/60 {
	background-color: rgba(0, 0, 0, .6);
}

.bg-casino-darkgreen {
	--tw-bg-opacity: 1;
	background-color: rgba(22, 53, 24, var(--tw-bg-opacity, 1));
}

.bg-casino-green {
	--tw-bg-opacity: 1;
	background-color: rgba(10, 138, 15, var(--tw-bg-opacity, 1));
}

.bg-casino-neutral-1 {
	--tw-bg-opacity: 1;
	background-color: rgba(16, 16, 16, var(--tw-bg-opacity, 1));
}

.bg-casino-neutral-2 {
	--tw-bg-opacity: 1;
	background-color: rgba(26, 26, 26, var(--tw-bg-opacity, 1));
}

.bg-casino-neutral-3 {
	--tw-bg-opacity: 1;
	background-color: rgba(38, 38, 38, var(--tw-bg-opacity, 1));
}

.bg-casino-neutral-4 {
	--tw-bg-opacity: 1;
	background-color: rgba(51, 51, 51, var(--tw-bg-opacity, 1));
}

.bg-casino-neutral-5 {
	--tw-bg-opacity: 1;
	background-color: rgba(64, 64, 64, var(--tw-bg-opacity, 1));
}

.bg-casino-neutral-6 {
	--tw-bg-opacity: 1;
	background-color: rgba(77, 77, 77, var(--tw-bg-opacity, 1));
}

.bg-casino-neutral-7 {
	--tw-bg-opacity: 1;
	background-color: rgba(50, 43, 21, var(--tw-bg-opacity, 1));
}

.bg-casino-yellow {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 195, 45, var(--tw-bg-opacity, 1));
}

.bg-table-green {
	--tw-bg-opacity: 1;
	background-color: rgba(15, 35, 16, var(--tw-bg-opacity, 1));
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.bg-opacity-50 {
	--tw-bg-opacity: .5;
}

.bg-cover {
	background-size: cover;
}

.bg-bottom {
	background-position: bottom;
}

.bg-center {
	background-position: center;
}

.bg-no-repeat {
	background-repeat: no-repeat;
}

.object-contain {
	-o-object-fit: contain;
	object-fit: contain;
}

.object-cover {
	-o-object-fit: cover;
	object-fit: cover;
}

.\!p-0 {
	padding: 0px !important;
}

.\!p-2 {
	padding: .5rem !important;
}

.p-2 {
	padding: .5rem;
}

.p-3 {
	padding: .75rem;
}

.p-4 {
	padding: 1rem;
}

.p-6 {
	padding: 1.5rem;
}

.p-\[11px\] {
	padding: 11px;
}

.p-\[12px\] {
	padding: 12px;
}

.p-\[16px\] {
	padding: 16px;
}

.p-\[17px\] {
	padding: 17px;
}

.p-\[8px\] {
	padding: 8px;
}

.\!px-3 {
	padding-left: .75rem !important;
	padding-right: .75rem !important;
}

.\!px-6 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}

.\!py-2\.5 {
	padding-top: .625rem !important;
	padding-bottom: .625rem !important;
}

.\!py-\[10px\] {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.\!py-\[15px\] {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.px-12 {
	padding-left: 3rem;
	padding-right: 3rem;
}

.px-2 {
	padding-left: .5rem;
	padding-right: .5rem;
}

.px-3 {
	padding-left: .75rem;
	padding-right: .75rem;
}

.px-3\.5 {
	padding-left: .875rem;
	padding-right: .875rem;
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}

.px-\[10px\] {
	padding-left: 10px;
	padding-right: 10px;
}

.px-\[11px\] {
	padding-left: 11px;
	padding-right: 11px;
}

.px-\[12px\] {
	padding-left: 12px;
	padding-right: 12px;
}

.px-\[15px\] {
	padding-left: 15px;
	padding-right: 15px;
}

.px-\[16px\] {
	padding-left: 16px;
	padding-right: 16px;
}

.px-\[17px\] {
	padding-left: 17px;
	padding-right: 17px;
}

.px-\[18px\] {
	padding-left: 18px;
	padding-right: 18px;
}

.px-\[22px\] {
	padding-left: 22px;
	padding-right: 22px;
}

.px-\[29px\] {
	padding-left: 29px;
	padding-right: 29px;
}

.px-\[30px\] {
	padding-left: 30px;
	padding-right: 30px;
}

.px-\[3px\] {
	padding-left: 3px;
	padding-right: 3px;
}

.px-\[63px\] {
	padding-left: 63px;
	padding-right: 63px;
}

.px-\[6px\] {
	padding-left: 6px;
	padding-right: 6px;
}

.px-\[8px\] {
	padding-left: 8px;
	padding-right: 8px;
}

.py-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}

.py-1 {
	padding-top: .25rem;
	padding-bottom: .25rem;
}

.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.py-2 {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.py-3 {
	padding-top: .75rem;
	padding-bottom: .75rem;
}

.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.py-\[12px\] {
	padding-top: 12px;
	padding-bottom: 12px;
}

.py-\[16px\] {
	padding-top: 16px;
	padding-bottom: 16px;
}

.py-\[22px\] {
	padding-top: 22px;
	padding-bottom: 22px;
}

.py-\[24px\] {
	padding-top: 24px;
	padding-bottom: 24px;
}

.py-\[30px\] {
	padding-top: 30px;
	padding-bottom: 30px;
}

.py-\[33px\] {
	padding-top: 33px;
	padding-bottom: 33px;
}

.py-\[40px\] {
	padding-top: 40px;
	padding-bottom: 40px;
}

.py-\[8px\] {
	padding-top: 8px;
	padding-bottom: 8px;
}

.\!pb-0 {
	padding-bottom: 0px !important;
}

.\!pb-1 {
	padding-bottom: .25rem !important;
}

.\!pb-12 {
	padding-bottom: 3rem !important;
}

.\!pb-2 {
	padding-bottom: .5rem !important;
}

.\!pb-3 {
	padding-bottom: .75rem !important;
}

.\!pb-4 {
	padding-bottom: 1rem !important;
}

.\!pb-\[6px\] {
	padding-bottom: 6px !important;
}

.\!pl-0 {
	padding-left: 0px !important;
}

.\!pt-3 {
	padding-top: .75rem !important;
}

.pb-0 {
	padding-bottom: 0px;
}

.pb-1 {
	padding-bottom: .25rem;
}

.pb-10 {
	padding-bottom: 2.5rem;
}

.pb-12 {
	padding-bottom: 3rem;
}

.pb-14 {
	padding-bottom: 3.5rem;
}

.pb-2 {
	padding-bottom: .5rem;
}

.pb-2\.5 {
	padding-bottom: .625rem;
}

.pb-3 {
	padding-bottom: .75rem;
}

.pb-3\.5 {
	padding-bottom: .875rem;
}

.pb-4 {
	padding-bottom: 1rem;
}

.pb-5 {
	padding-bottom: 1.25rem;
}

.pb-6 {
	padding-bottom: 1.5rem;
}

.pb-8 {
	padding-bottom: 2rem;
}

.pb-\[10px\] {
	padding-bottom: 10px;
}

.pb-\[12px\] {
	padding-bottom: 12px;
}

.pb-\[157px\] {
	padding-bottom: 157px;
}

.pb-\[20px\] {
	padding-bottom: 20px;
}

.pb-\[40px\] {
	padding-bottom: 40px;
}

.pl-0 {
	padding-left: 0px;
}

.pl-2 {
	padding-left: .5rem;
}

.pl-4 {
	padding-left: 1rem;
}

.pl-5 {
	padding-left: 1.25rem;
}

.pl-6 {
	padding-left: 1.5rem;
}

.pl-\[140px\] {
	padding-left: 140px;
}

.pl-\[141px\] {
	padding-left: 141px;
}

.pl-\[16px\] {
	padding-left: 16px;
}

.pl-\[30px\] {
	padding-left: 30px;
}

.pl-\[35px\] {
	padding-left: 35px;
}

.pl-\[56px\] {
	padding-left: 56px;
}

.pr-0 {
	padding-right: 0px;
}

.pr-1 {
	padding-right: .25rem;
}

.pr-14 {
	padding-right: 3.5rem;
}

.pr-2 {
	padding-right: .5rem;
}

.pr-3 {
	padding-right: .75rem;
}

.pr-4 {
	padding-right: 1rem;
}

.pr-5 {
	padding-right: 1.25rem;
}

.pr-6 {
	padding-right: 1.5rem;
}

.pr-\[13px\] {
	padding-right: 13px;
}

.pr-\[30px\] {
	padding-right: 30px;
}

.pr-\[6px\] {
	padding-right: 6px;
}

.pr-\[70px\] {
	padding-right: 70px;
}

.pt-0 {
	padding-top: 0px;
}

.pt-1 {
	padding-top: .25rem;
}

.pt-1\.5 {
	padding-top: .375rem;
}

.pt-2 {
	padding-top: .5rem;
}

.pt-3 {
	padding-top: .75rem;
}

.pt-4 {
	padding-top: 1rem;
}

.pt-5 {
	padding-top: 1.25rem;
}

.pt-6 {
	padding-top: 1.5rem;
}

.pt-\[12px\] {
	padding-top: 12px;
}

.pt-\[16px\] {
	padding-top: 16px;
}

.pt-\[20px\] {
	padding-top: 20px;
}

.pt-\[210px\] {
	padding-top: 210px;
}

.pt-\[22px\] {
	padding-top: 22px;
}

.pt-\[3px\] {
	padding-top: 3px;
}

.text-left {
	text-align: left;
}

.\!text-center {
	text-align: center !important;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.\!font-montserrat {
	font-family: "Montserrat", sans-serif !important;
}

.\!font-roboto {
	font-family: Roboto, sans-serif !important;
}

.\!font-segoe {
	font-family: "Segoe UI", sans-serif !important;
}

.font-montserrat {
	font-family: "Montserrat", sans-serif;
}

.font-open-sans {
	font-family: "Open Sans", sans-serif;
}

.font-roboto {
	font-family: Roboto, sans-serif;
}

.font-segoe {
	font-family: "Segoe UI", sans-serif;
}

.\!text-2xl {
	font-size: 1.5rem !important;
	line-height: 2rem !important;
}

.\!text-2xl\/7 {
	font-size: 1.5rem !important;
	line-height: 1.75rem !important;
}

.\!text-\[14px\] {
	font-size: 14px !important;
}

.\!text-\[14px\]\/\[18px\] {
	font-size: 14px !important;
	line-height: 18px !important;
}

.\!text-\[15px\] {
	font-size: 15px !important;
}

.\!text-\[15px\]\/\[18px\] {
	font-size: 15px !important;
	line-height: 18px !important;
}

.\!text-\[15px\]\/\[19px\] {
	font-size: 15px !important;
	line-height: 19px !important;
}

.\!text-\[19px\] {
	font-size: 19px !important;
}

.\!text-base {
	font-size: 1rem !important;
	line-height: 1.5rem !important;
}

.\!text-lg {
	font-size: 1.125rem !important;
	line-height: 1.75rem !important;
}

.\!text-sm {
	font-size: .875rem !important;
	line-height: 1.25rem !important;
}

.\!text-xl {
	font-size: 1.25rem !important;
	line-height: 1.75rem !important;
}

.\!text-xl\/6 {
	font-size: 1.25rem !important;
	line-height: 1.5rem !important;
}

.\!text-xs {
	font-size: .75rem !important;
	line-height: 1rem !important;
}

.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}

.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.text-\[11\.16px\] {
	font-size: 11.16px;
}

.text-\[12px\] {
	font-size: 12px;
}

.text-\[14px\] {
	font-size: 14px;
}

.text-\[15px\] {
	font-size: 15px;
}

.text-\[160px\] {
	font-size: 160px;
}

.text-\[16px\] {
	font-size: 16px;
}

.text-\[17px\] {
	font-size: 17px;
}

.text-\[18px\] {
	font-size: 18px;
}

.text-\[20px\] {
	font-size: 20px;
}

.text-\[21px\] {
	font-size: 21px;
}

.text-\[24px\] {
	font-size: 24px;
}

.text-\[26px\] {
	font-size: 26px;
}

.text-\[28px\] {
	font-size: 28px;
}

.text-\[44px\] {
	font-size: 44px;
}

.text-\[46px\] {
	font-size: 46px;
}

.text-\[9px\] {
	font-size: 9px;
}

.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}

.text-base\/6 {
	font-size: 1rem;
	line-height: 1.5rem;
}

.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.text-sm {
	font-size: .875rem;
	line-height: 1.25rem;
}

.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.text-xs {
	font-size: .75rem;
	line-height: 1rem;
}

.\!font-\[600\] {
	font-weight: 600 !important;
}

.\!font-bold {
	font-weight: 700 !important;
}

.\!font-medium {
	font-weight: 500 !important;
}

.\!font-semibold {
	font-weight: 600 !important;
}

.font-bold {
	font-weight: 700;
}

.font-extrabold {
	font-weight: 800;
}

.font-medium {
	font-weight: 500;
}

.font-normal {
	font-weight: 400;
}

.font-semibold {
	font-weight: 600;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

.italic {
	font-style: italic;
}

.\!leading-6 {
	line-height: 1.5rem !important;
}

.\!leading-7 {
	line-height: 1.75rem !important;
}

.\!leading-\[15px\] {
	line-height: 15px !important;
}

.\!leading-\[22px\] {
	line-height: 22px !important;
}

.leading-\[100\%\] {
	line-height: 100%;
}

.leading-\[11\.16px\] {
	line-height: 11.16px;
}

.leading-\[18px\] {
	line-height: 18px;
}

.leading-\[19px\] {
	line-height: 19px;
}

.leading-\[20px\] {
	line-height: 20px;
}

.leading-\[24px\] {
	line-height: 24px;
}

.leading-none {
	line-height: 1;
}

.tracking-wide {
	letter-spacing: .025em;
}

.\!text-\[\#F2F2F2\] {
	--tw-text-opacity: 1 !important;
	color: rgba(242, 242, 242, var(--tw-text-opacity, 1)) !important;
}

.\!text-\[\#FFFFFF45\] {
	color: rgba(255, 255, 255, .27) !important;
}

.\!text-\[\#FFFFFF61\] {
	color: rgba(255, 255, 255, .38) !important;
}

.\!text-casino-link {
	--tw-text-opacity: 1 !important;
	color: rgba(228, 204, 122, var(--tw-text-opacity, 1)) !important;
}

.\!text-casino-neutral-1 {
	--tw-text-opacity: 1 !important;
	color: rgba(16, 16, 16, var(--tw-text-opacity, 1)) !important;
}

.\!text-casino-neutral-2 {
	--tw-text-opacity: 1 !important;
	color: rgba(26, 26, 26, var(--tw-text-opacity, 1)) !important;
}

.\!text-casino-neutral-8 {
	--tw-text-opacity: 1 !important;
	color: rgba(204, 204, 204, var(--tw-text-opacity, 1)) !important;
}

.\!text-casino-neutral-9 {
	--tw-text-opacity: 1 !important;
	color: rgba(226, 226, 226, var(--tw-text-opacity, 1)) !important;
}

.\!text-casino-yellow {
	--tw-text-opacity: 1 !important;
	color: rgba(239, 195, 45, var(--tw-text-opacity, 1)) !important;
}

.\!text-modal-dark {
	--tw-text-opacity: 1 !important;
	color: rgba(12, 12, 12, var(--tw-text-opacity, 1)) !important;
}

.\!text-system-white {
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;
}

.text-\[\#101010\] {
	--tw-text-opacity: 1;
	color: rgba(16, 16, 16, var(--tw-text-opacity, 1));
}

.text-\[\#C7DBFF\] {
	--tw-text-opacity: 1;
	color: rgba(199, 219, 255, var(--tw-text-opacity, 1));
}

.text-\[\#CCCCCC\] {
	--tw-text-opacity: 1;
	color: rgba(204, 204, 204, var(--tw-text-opacity, 1));
}

.text-\[\#EFC32D\] {
	--tw-text-opacity: 1;
	color: rgba(239, 195, 45, var(--tw-text-opacity, 1));
}

.text-\[\#FFFFFF6B\] {
	color: rgba(255, 255, 255, .42);
}

.text-\[rgba\(239\2c 195\2c 45\2c 0\.2\)\] {
	color: rgba(239, 195, 45, .2);
}

.text-casino-link {
	--tw-text-opacity: 1;
	color: rgba(228, 204, 122, var(--tw-text-opacity, 1));
}

.text-casino-neutral-10 {
	--tw-text-opacity: 1;
	color: rgba(161, 161, 161, var(--tw-text-opacity, 1));
}

.text-casino-neutral-2 {
	--tw-text-opacity: 1;
	color: rgba(26, 26, 26, var(--tw-text-opacity, 1));
}

.text-casino-neutral-6 {
	--tw-text-opacity: 1;
	color: rgba(77, 77, 77, var(--tw-text-opacity, 1));
}

.text-casino-neutral-8 {
	--tw-text-opacity: 1;
	color: rgba(204, 204, 204, var(--tw-text-opacity, 1));
}

.text-casino-neutral-9 {
	--tw-text-opacity: 1;
	color: rgba(226, 226, 226, var(--tw-text-opacity, 1));
}

.text-casino-yellow {
	--tw-text-opacity: 1;
	color: rgba(239, 195, 45, var(--tw-text-opacity, 1));
}

.text-system-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.\!no-underline {
	text-decoration-line: none !important;
}

.no-underline {
	text-decoration-line: none;
}

.placeholder-system-white::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-placeholder-opacity, 1));
}

.placeholder-system-white::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-placeholder-opacity, 1));
}

.opacity-0 {
	opacity: 0;
}

.opacity-100 {
	opacity: 1;
}

.opacity-50 {
	opacity: .5;
}

.opacity-65 {
	opacity: .65;
}

.ring {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}

.blur {
	--tw-blur: blur(8px);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-md {
	--tw-backdrop-blur: blur(12px);
	-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
	backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter {
	-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
	backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: 150ms;
}

.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: 150ms;
}

.transition-colors {
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: 150ms;
}

.transition-opacity {
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: 150ms;
}

.transition-transform {
	transition-property: transform;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: 150ms;
}

.duration-300 {
	transition-duration: 300ms;
}

.duration-500 {
	transition-duration: 500ms;
}

.duration-700 {
	transition-duration: 700ms;
}

.ease-in-out {
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.ease-out {
	transition-timing-function: cubic-bezier(0, 0, .2, 1);
}

/* BASE */
:root {}

/* BLOCKS */

/* LAYOUT */

/* PAGES */

/* UTILS */

/* Its a good practice to have an general font as backup, to be sure every element is covered */

/* html,
body {
  font-family: $font-primary;
} */
.theme-container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

img {
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}

.activeScroll {
	cursor: grabbing !important;
}

.rotate-arrow {
	transform: rotate(180deg);
	transition: .2s;
}

header#masthead {
	z-index: 9999999999 !important;
}

.content ul {
	list-style: disc;
	padding-left: 20px;
	color: var(--system-white);
}

.contentul li::marker {
	color: var(--color-casino-yellow);
}

.content ul li {
	color: var(--color-system-white);
}

main {
	color: var(--color-casino-neutral-8);
}

/* Body color to avoid white space from header */
body {
	background: #101010;
}

/* Mobile Header Border */
.mobile_header_top.menu-open {
	border-bottom: 2px solid #101010;
}

/* Custom H for notice block */
.notice_title {
	color: var(--color-casino-yellow);
	padding-bottom: 16px;
	font-size: 20px;
}

/* Colors */
.color-casino-yellow {
	color: var(--color-casino-yellow) !important;
}

/* Typography */
.site-main h1, .site-main .h1, .site-main h2, .site-main .h2, .site-main h3, .site-main .h3, .site-main h4, .site-main .h4, .site-main h5, .site-main .h5, .site-main h6, .site-main .h6 {
	color: var(--color-casino-yellow);
	font-family: "Montserrat", serif;
}

.site-main h1, .site-main .h1 {
	font-size: 36px;
	line-height: 42px;
	font-weight: 600;
	padding-bottom: 24px;
	margin-bottom: 0px;
}

.site-main h2, .site-main .h2 {
	font-size: 30px;
	line-height: 38px;
	font-weight: 600;
	padding-bottom: 16px;
	margin-bottom: 0;
}

.site-main h3, .site-main .h3 {
	font-size: 24px;
	line-height: 42px;
	font-weight: 600;
	padding-bottom: 16px;
	margin-bottom: 0;
}

.site-main h4, .site-main .h4 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	padding-bottom: 16px;
	margin-bottom: 0;
}

.site-main h5, .site-main .h5 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	padding-bottom: 16px;
	margin-bottom: 0;
}

.site-main h6, .site-main .h6 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	padding-bottom: 16px;
	margin-bottom: 0;
}

.site-main p {
	font-size: 16px;
	line-height: 24px;
	color: var(--color-casino-neutral-8);
	padding-bottom: 16px;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-weight: 400;
}

.site-main a {
	color: var(--color-casino-link);
	text-decoration: underline;
	font-size: 16px;
	line-height: 16px;
}

/* Accessibility: ensure links in entry content have a non-color distinguisher (WCAG 1.4.1) */
.entry-content a {
	text-decoration: underline;
	text-decoration-color: var(--color-casino-link);
	text-underline-offset: 2px;
}

.entry-content a:hover, .entry-content a:focus {
	text-decoration-thickness: 2px;
}

.site-main ul li::marker, .site-main ol li::marker {
	color: var(--color-casino-yellow);
}

.site-main ul {
	list-style-type: disc;
	padding-left: 18px;
	padding-bottom: 16px;
}

.site-main ol {
	list-style-type: decimal;
	padding-left: 18px;
	padding-bottom: 16px;
}

.site-main ul li, .site-main ol li {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 8px;
	color: var(--color-casino-neutral-8);
}

.site-main ul li:last-child {
	padding-bottom: 0;
}

/* Single casino Table Styles */
.single_casino_details {
	display: inline-block;
	width: 100%;
}

.single_table_head img {
	max-width: 20px;
	display: inline-block;
	width: 100%;
}

.single_extra_info {
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-left: auto;
}

span.single_table_trigger {
	float: right;
}

.single_table_head {
	padding: 12px;
	background: var(--color-casino-neutral-4);
	cursor: pointer;
	border-radius: 4px;
}

.sigle_casino_details_table {
	width: calc(50% - 16px);
	/* float: left; */
	margin-bottom: 32px;
}

/* .sigle_casino_details_table:nth-child(odd) {
  
  display: inline-block;
  margin-right:16px;
} */

/* .sigle_casino_details_table:nth-child(even) {
  
  display: inline-block;
  margin-left:16px;
} */
.single_table_title {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0%;
	color: var(--color-casino-yellow);
}

.single_casino_left {
	text-align: left;
	display: flex;
	width: 50%;
	box-sizing: border-box;
}

.single_casino_right {
	text-align: left;
	display: flex;
	width: 50%;
	box-sizing: border-box;
	border-left: 1px solid var(--color-casino-neutral-4);
}

.single_casino_content_row:nth-child(odd) {
	background: var(--color-casino-neutral-1);
	width: 100%;
}

.single_casino_content_row:nth-child(even) {
	background: var(--color-casino-neutral-2);
	width: 100%;
}

.single_casino_left, .single_casino_right {
	padding: 10px 12px;
	align-items: center;
}

.single_casino_content_row {
	color: var(--color-casino-neutral-8);
	display: flex;
	border-bottom: 1px solid var(--color-casino-neutral-4);
	border-left: 1px solid var(--color-casino-neutral-4);
	border-right: 1px solid var(--color-casino-neutral-4);
}

span.single_casino_table_image {
	width: 48px;
	height: 32px;
	/* border: 1px solid var(--color-border-gray); */
	border-radius: 4px;
}

.single_casino_table_image img {
	display: block;
	height: auto;
	width: auto;
	margin: 0 auto;
}

.game_type_list {
	width: 100%;
	display: inline-block;
}

.single_casino_table_image {
	max-width: 25%;
	float: left;
	text-align: center;
	padding: 0 7px;
}

.single_casino_table_image span {
	font-family: Segoe UI;
	font-weight: 400;
	font-size: 12px;
	text-align: center;
	color: var(--color-casino-yellow);
}

.single_casino_table_content {
	display: none;
}

span.single_table_trigger.activeTable img.single_table_close {
	display: none;
}

span.single_table_trigger.activeTable img.single_table_open {
	display: inline-block;
}

img.single_table_open {
	display: none;
}

.single_casino_details_row {
	display: flex;
	width: 100%;
}

.single_table_head.tableActive {
	border-radius: 4px 4px 0 0;
}

.single_casino_content_row:last-child {
	border-radius: 0 0 4px 4px;
}

.single_casino_details_columns {
	display: inline-block;
	width: 100%;
}

.single_left {
	margin-right: 16px;
	display: inline-block;
	width: calc(50% - 16px);
}

.single_right {
	display: inline-block;
	float: right;
	width: calc(50% - 16px);
	margin-left: 16px;
}

.sigle_casino_details_table {
	width: 100%;
	margin: 0 0 32px 0;
}

/* Paginations */

/* Sidebar Specific */
.site-main .leftSidebarMenu {
	list-style-type: none;
	padding-left: 0px;
	padding-bottom: 0px;
}

.site-main .leftSidebarMenu li a {
	font-size: 14px;
	color: #ccc;
	text-decoration: none;
	line-height: 16px;
	font-weight: 600;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.site-main .leftSidebarMenu li {
	padding-bottom: 0px;
}

/* Scroll bar padding */
.scrollbar-padding-left::-webkit-scrollbar-track {
	margin-left: 20px;
	margin-right: 20px;
}

/* Pagination */
.site-main a.page-numbers {
	font-family: Segoe UI;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: var(--system-white);
	text-decoration: none;
}

/* Custom Horizontal Scrollbar */
.scrollbar-custom::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

.scrollbar-custom::-webkit-scrollbar-track {
	background-color: var(--casino-neutral-4);
	border-radius: 9999px;
}

.scrollbar-custom::-webkit-scrollbar-thumb {
	background-color: var(--scrollbar-green);
	border-radius: 9999px;
}

.scrollbar-custom {
	scrollbar-width: 20px;
	scrollbar-color: var(--scrollbar-green, 1) var(--scrollbar-black);
}

/* simplebar styling */
.c_scroll.activeScroll {
	cursor: grabbing !important;
}

.wp-block-table .simplebar-scrollbar:before, .table_block_in .simplebar-scrollbar:before, .c_scroll .simplebar-scrollbar:before {
	background-color: #28670c;
	opacity: 1;
	height: 6px;
	top: 0;
	left: 0;
}

.wp-block-table .simplebar-track.simplebar-horizontal, .table_block_in .simplebar-track.simplebar-horizontal, .c_scroll .simplebar-track.simplebar-horizontal {
	bottom: 0;
	/* move it up by 20px */
	height: 6px;
	/* or your preferred height */
	background-color: #333;
	border-radius: 20px;
}

figure.wp-block-table.is-style-regular.simplebar-scrollable-x, .table_block_in {
	padding-bottom: 20px;
}

.slider-selector .simplebar-track.simplebar-horizontal, .player-selector .simplebar-track.simplebar-horizontal {
	margin: 0px 24px;
}

/* Submenu scrollbar */
.sub_menu .simplebar-scrollbar:before, .mobile_menu .simplebar-scrollbar:before {
	background-color: #69581c;
	opacity: 1;
	width: 6px;
	top: 0;
	left: 0;
}

.sub_menu .simplebar-track.simplebar-vertical, .mobile_menu .simplebar-track.simplebar-vertical {
	bottom: 0;
	/* move it up by 20px */
	width: 7px;
	/* or your preferred height */
	background-color: #262626;
	border-radius: 20px;
}

.sub_menu.simplebar-scrollable-x, .mobile_menu.simplebar-scrollable-x {
	padding-bottom: 20px;
}

.sub_menu .simplebar-content, .mobile_menu .simplebar-content {
	padding: 0;
}

/* Simplebar Top Menu */
.subScroll .simplebar-track.simplebar-vertical {
	width: 4px;
	padding: 0;
	background: rgba(51, 51, 51, .45);
	right: 6px;
	max-height: 320px;
	top: 10px;
	border-radius: 16px;
}

.subScroll .simplebar-track.simplebar-vertical .simplebar-scrollbar.simplebar-visible {
	width: 4px;
	background: rgba(51, 51, 51, .6);
}

/* bg-casino-neutral-4  8 */

/* custom rating */
.site-main .casino_review_2 .casino_r_left .casino-ratings, .site-main .casino_review_2 .casino_r_left .casino-ratings li, .site-main .casino-ratings, .site-main .casino-ratings li, .site-main ul.casino-ratings li:last-child {
	padding: 0;
}

.site-main .offer_v9 ul {
	padding-bottom: 0;
}

/* author star rating */
.site-main .auth_star_rating {
	padding: 0;
	list-style-type: none;
}

.site-main .auth_star_rating li {
	padding: 0;
	max-width: 20px;
}

.site-main .auth_star_rating li .inactive {
	filter: brightness(50%);
}

/* calcualtor custom */
.calculator-block.active {
	transform: rotate(0deg) !important;
}

.calculator-block.active .calculator-block__graph {
	background: var(--color-casino-yellow);
}

.calculator-block.active .calculator-block__col--graph .venit-net-graph {
	color: var(--color-casino-green);
}

.calculator-block.active .calculator-block__col--graph .total-taxe-graph {
	color: var(--color-casino-yellow);
}

/* remove button padding when in table */
td.no-mr a {
	margin: 0;
}

.activeLink {
	background: var(--color-casino-darkgreen);
}

.activePag {
	background: var(--color-casino-yellow);
	color: var(--color-casino-neutral-1);
}

.mobileOfferInfoList ul, .pc_expand ul {
	padding-bottom: 0;
}

ul.wp-block-list li, ol.wp-block-list li {
	color: var(--color-casino-neutral-8);
}

/* Offers custom */
.offer_1_in ul {
	padding-bottom: 0;
}

.info_modal {
	z-index: 3;
}

.info_modal p {
	word-break: break-word;
}

.only-desktop {
	display: list-item;
}

.only-mobile {
	display: none;
}

.page404 {
	padding: 30px 0;
}

.page404 .home_text {
	position: relative;
}

.page404 picture {
	display: none;
}

/* Custom Comparator */
span.select2-dropdown {
	background: #404040;
	border: none;
	color: var(--color-casino-yellow);
}

/* Style the scrollbar inside Select2 dropdown */
.select2-container--open .select2-results__options::-webkit-scrollbar {
	width: 8px;
}

.select2-container--open .select2-results__options::-webkit-scrollbar-thumb {
	background-color: var(--color-casino-yellow);
	border-radius: 4px;
}

.select2-container--open .select2-results__options::-webkit-scrollbar-track {
	background-color: var(--color-casino-neutral-4);
}

.select2-container--open .select2-results__options {
	scrollbar-width: auto;
	scrollbar-color: var(--color-casino-yellow) var(--color-casino-neutral-4);
	list-style: none;
	padding: 0 10px;
}

.comp-dropdown-select span.select2-search input.select2-search__field {
	margin: 0 0 10px 0;
	border: none;
	background: #fff;
	outline: none;
}

/* .compareSelect .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
} */
.compareSelect span.select2.select2-container.select2-container--default {
	height: 42px;
}

.compareSelect .select2-container--default .select2-selection--single .select2-selection__rendered {
	flex-grow: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 16px;
	padding-right: 0;
	color: #fff;
	box-sizing: border-box;
}

.compareSelect .select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}

.compareSelect .select2-container--default .select2-selection--single {
	border: 0px solid transparent;
	height: 42px;
	background: #404040;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	padding-right: 2.5rem;
	position: relative;
	border-radius: 4px;
	box-sizing: border-box;
}

.compareSelect {
	position: relative;
	width: 100%;
	overflow: visible;
	z-index: 10;
}

/* .compareSelect {
  display: block;
  width: 100%;
  max-width: 784px;
  position: relative;
}
.compareSelect {
  border: 1px dashed red;
} */

/* .select2-dropdown {
  background: #ff000010 !important;
  border: 1px dashed red !important;
} */
.compareSelect .select2-dropdown {
	max-width: 100% !important;
	width: 100% !important;
	left: 0 !important;
	right: auto !important;
	box-sizing: border-box;
}

.comp-dropdown-select ul li.select2-results__option--selected {
	background: #333;
}

.comp-dropdown-select ul li.select2-results__option--highlighted.select2-results__option--selectable {
	background: #333;
}

.select2-container .select2-selection--single {
	width: 100%;
	max-width: 100%;
}

.select2-container--open .select2-dropdown {
	max-width: 100vw;
	overflow-x: auto;
}

/* comparator sticky */
.comp_casinos_top.comparator-sticky-active .page_search_block {
	display: none;
}

.comp_casinos_top.comparator-sticky-active .comp_casino_mid, .comp_casinos_top.comparator-sticky-active .comp_casino_right {
	padding: 0;
	min-height: 50px;
}

.comp_casinos_top .comp_casino_mid img, .comp_casinos_top .comp_casino_right img {
	transition: .5s;
}

.comp_casinos_top.comparator-sticky-active .comp_casino_mid img, .comp_casinos_top.comparator-sticky-active .comp_casino_right img {
	max-width: 100px;
	transition: .5s;
	padding: 0;
}

.comp_casinos_top.comparator-sticky-active .comp_casino_top_row {
	height: 60px;
	transition: .5s;
	box-shadow: -1px 9px 23px -2px rgba(0, 0, 0, .75);
	-webkit-box-shadow: -1px 9px 23px -2px rgba(0, 0, 0, .75);
	-moz-box-shadow: -1px 9px 23px -2px rgba(0, 0, 0, .75);
}

.comp_casinos_top.comparator-sticky-active.comparator-sticky-compact.comparator-selects-visible .comp_casino_top_row {
	height: 120px;
	transition: .5s;
}

.compareSelect .select2-container {
	width: 100% !important;
}

.comp_casinos_top.comparator-sticky-animate {
	transition: top 300ms ease;
	will-change: top;
}

.comp_casinos_top.comparator-sticky-compact .page_search_block {
	display: none;
	transition: .5s;
}

.comp_casinos_top.comparator-sticky-compact.comparator-selects-visible .page_search_block {
	display: block;
	transition: .5s;
}

/* .select2-container--open .select2-dropdown {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 9999;
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
  left: 0 !important;
} */
.subToggle.open, .subToggle.open span svg path {
	color: var(--color-casino-yellow);
	fill: var(--color-casino-yellow);
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 2em;
}

.scroll-container a {
	user-select: none;
	/* Standard */
	-webkit-user-select: none;
	/* Safari, Chrome */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE/Edge (legacy) */
	-webkit-user-drag: none;
	/* Safari, Chrome */
	-khtml-user-drag: none;
	/* Older Safari */
	-moz-user-drag: none;
	/* Firefox (not standard, precautionary) */
	-o-user-drag: none;
	/* Opera (legacy) */
	user-drag: none;
}

.comp_casinos_top.comparator-sticky-animate {
	transition: top 300ms ease;
	/* match headerTransitionMs if you change it */
	will-change: top;
}

.scroll-container a:active {
	cursor: grabbing;
}

.stickyActive {
	transition: top .3s ease, transform .3s ease;
	transform: translateY(15px);
}

.stickyActive.fixed {
	transform: translateY(0);
}

.active-anchor {
	background: #163518 !important;
}

.no-transition {
	transition: none !important;
	transform: none !important;
}

/* Breadcrumbs */
.breadcrumb-container {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}

nav.breadcrumb-container ol {
	padding-left: 0;
}

.breadcrumb-container li {
	margin-right: 8px;
	display: inline;
	padding: 0;
	margin: 0;
}

.breadcrumb-container li + li::before {
	content: ">";
	margin: 0 8px;
	color: var(--color-casino-neutral-8);
	font-weight: bold;
}

@keyframes arrowShift {
	0%, 100% {
		transform: translateX(0);
	}
	
	50% {
		transform: translateX(3px);
	}
}

.arrow-container {
	display: flex;
	align-items: center;
	gap: 3px;
}

.arrow-line {
	animation: arrowShift 1.4s infinite ease-in-out;
}

.arrow-line:nth-child(2) {
	animation-delay: .15s;
}

.arrow-line:nth-child(3) {
	animation-delay: .3s;
}

/* Newsletter Popup z-index fix */
.braggcity-campaign {
	z-index: 9999999999 !important;
}

/* Paragraph before title - class -> JS */
p.last-p {
	padding: 0 0 40px 0;
}

/* slots offers */
@keyframes gradientAnim {
	0% {
		background-position: 50% 0%;
	}
	
	50% {
		background-position: 50% 100%;
	}
	
	100% {
		background-position: 50% 0%;
	}
}

.slots-offer-custom, .slots-offer-custom-in {
	position: relative;
	border-radius: 4px;
	padding: 6px;
	z-index: 1;
}

/* Default static gradient border  */
.slots-offer-custom:before, .slots-offer-custom-in:before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 2px;
	border-radius: inherit;
	background: linear-gradient(180deg, #efc32d, #624c00);
	background-size: cover;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: -1;
}

.slots-offer-custom-in:before {
	padding: 1px;
}

.slots-offer-custom.animate-border:before, .slots-offer-custom-in.animate-border:before {
	background: linear-gradient(180deg, #efc32d, #624c00, #efc32d, #b17f00);
	background-size: 300% 300%;
	animation: gradientAnim 4s ease-in-out infinite;
}

.slots-offer-custom-in {
	height: 100%;
	padding: 12px 8px 16px;
	background-size: cover;
	background-repeat: no-repeat;
}

.slots-offer-custom-in p {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #ffd030;
}

.slots-offer-custom-in > a {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	padding: 12px 8px 16px;
}

.slots-offer-custom-in > a:hover span.slots-offer-btn {
	background: #42bb0d;
	transition: .2s;
}

span.slots-offer-btn {
	font-family: Segoe UI;
	font-weight: 600;
	font-size: 15px;
	line-height: 100%;
	text-align: center;
	text-transform: capitalize;
	background: #0a8a0f;
	width: 100%;
	color: #fff;
	padding: 16px;
	border-radius: 90px;
	transition: .2s;
}

.wp-block-custom-blocks-image-portrait .scrollbar-custom a {
	display: inline-flex;
	width: auto;
	flex-shrink: 0;
}

.mobile-heading-banner {
	display: block;
	margin: 12px auto 16px;
	opacity: 0;
	overflow: hidden;
	aspect-ratio: 384/150;
	transform: translateY(28px) scale(.92);
	transform-origin: top;
	filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
	transition: opacity .5s ease, transform .5s cubic-bezier(.22, 1, .36, 1), filter .5s ease;
}

.mobile-heading-banner.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
	filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .35));
}

@media (max-width: 991px) {
	.hero-star-rating .kk-star-ratings {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: .5rem;
	}
	
	.only-desktop {
		display: none;
	}
	
	.only-mobile {
		display: list-item;
	}
	
	.page404 {
		padding: 68px 0 30px;
	}
	
	p.last-p {
		padding: 0 0 32px 0;
	}
}

@media (max-width: 768px) {
	.notice_title {
		font-size: 18px;
	}
	
	.site-main h1, .site-main .h1 {
		font-size: 28px;
		line-height: 34px;
		font-weight: 600;
		padding-bottom: 24px;
		margin-bottom: 0px;
	}
	
	.site-main h2, .site-main .h2 {
		font-size: 24px;
		line-height: 28px;
		font-weight: 600;
		padding-bottom: 16px;
		margin-bottom: 0;
	}
	
	.site-main h3, .site-main .h3 {
		font-size: 20px;
		line-height: 24px;
		font-weight: 600;
		padding-bottom: 16px;
		margin-bottom: 0;
	}
	
	.site-main h4, .site-main .h4 {
		font-size: 18px;
		line-height: 22px;
		font-weight: 600;
		padding-bottom: 16px;
		margin-bottom: 0;
	}
	
	.site-main h5, .site-main .h5 {
		font-size: 16px;
		line-height: 22px;
		font-weight: 600;
		padding-bottom: 16px;
		margin-bottom: 0;
	}
	
	.site-main h6, .site-main .h6 {
		font-size: 14px;
		line-height: 20px;
		font-weight: 600;
		padding-bottom: 16px;
		margin-bottom: 0;
	}
	
	.text_block_icon p {
		padding-bottom: 40px;
	}
	
	.sigle_casino_details_table {
		width: 100%;
	}
	
	.single_casino_details_row {
		display: inline-block;
	}
	
	.single_left {
		width: 100%;
		margin: 0;
	}
	
	.single_right {
		display: none;
	}
	
	/* Scroll bar padding */
	.scrollbar-padding-left::-webkit-scrollbar-track {
		margin-left: 8px;
		margin-right: 8px;
	}
	
	.mobileStickyPMenu.stickyActive {
		width: 100% !important;
		left: 0 !important;
		transition: .2s;
		padding: 12px 0 !important;
		scrollbar-width: none !important;
		-ms-overflow-style: none !important;
		overflow: auto !important;
		will-change: transform;
		transform: translateZ(0);
		border-radius: 0;
	}
	
	.mobileStickyPMenu.stickyActive::-webkit-scrollbar {
		display: none;
	}
	
	.mobileStickyPMenu.stickyActive .h3 {
		display: none;
	}
	
	.mobileStickyMenu .active_tab {
		/* background: #163517; */
		border-radius: 4px;
	}
	
	.mobileStickyPMenu.stickyActive .scroll-wrapper-horizontal .custom-scrollbar-track-horizontal {
		display: none !important;
	}
	
	.mobileStickyPMenu.stickyActive h3 {
		display: none;
	}
	
	.mobileStickyPMenu.stickyActive ul {
		padding: 0 !important;
	}
	
	.mobileStickyMenu li {
		padding: 0 !important;
	}
	
	.slots-offer-custom-in p {
		font-size: 14px;
		line-height: 16px;
	}
	
	span.slots-offer-btn {
		font-size: 14px;
		padding: 10px;
	}
	
	.slots-offer-custom-in > a img {
		margin: 0;
	}
	
	.social_footer ul li a img {
		max-width: 40px;
	}
}

.site-main .rating-text * {
	padding: 0 !important;
}

.wp-block-custom-blocks-casino-archive {
	margin-top: 15px;
}

.breadcrumb-container li a {
	text-decoration: none;
}

/* If needed, we are usually using icomoon for custom icons, if it suits the needs */

/* General header/footer styles */
#masthead p, #masthead a, #masthead h1, #masthead h2, #masthead h3, #masthead h4, #masthead h5, #masthead h6 {
	color: inherit;
}

#masthead a {
	text-decoration: none;
}

#mainfooter p, #mainfooter a, #mainfooter h1, #mainfooter h2, #mainfooter h3, #mainfooter h4, #mainfooter h5, #mainfooter h6 {
	color: inherit;
}

#mainfooter .license-text a {
	text-decoration: underline;
}

/* WordPress table block style */
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
	border-color: var(--color-casino-neutral-4);
}

.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
	background-color: var(--color-casino-neutral-2) !important;
}

.wp-block-table.is-style-stripes {
	border: 0 solid;
}

.wp-block-table table {
	max-width: 1174px !important;
	min-width: 874px;
	text-align: center;
	color: var(--color-casino-neutral-8);
	border-color: var(--color-casino-neutral-4);
	border-style: solid;
	border-width: 1px;
	text-indent: 0;
	border-collapse: collapse;
}

.wp-block-table table thead, .wp-block-table table tbody, .wp-block-table table tfoot {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0 solid;
	text-align: center;
	color: var(--color-casino-neutral-8);
}

.wp-block-table table tfoot {
	background-color: var(--color-casino-neutral-6);
}

.wp-block-table table thead tr th, .wp-block-table table tbody tr td, .wp-block-table table tfoot tr td {
	border-color: var(--color-casino-neutral-4);
}

.table-wrapper-block.table-style-default .wp-block-table table thead tr {
	background-color: var(--color-casino-neutral-6);
}

.table-wrapper-block.table-style-yellow .wp-block-table table thead tr {
	background-color: var(--color-casino-neutral-7);
}

.table-wrapper-block.table-style-green .wp-block-table table thead tr {
	background-color: var(--color-table-green);
}

/* Specific rating spacing */

/* .site-main ul.casino-ratings li:last-child {
  padding-bottom: 8px;
} */

/* Contact Form Styles */
.form-container {
	display: grid;
	width: 100%;
	padding-bottom: 1rem;
}

@media (min-width: 320px) {
	.form-container {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

@media (min-width: 768px) {
	.form-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 3.5rem;
	}
}

.form-column {
	grid-column: span 1/span 1;
}

label {
	margin-bottom: 10px;
	display: inline-block;
	font-size: 1.125rem;
	line-height: 1.75rem;
	line-height: 22px;
	--tw-text-opacity: 1;
	color: rgba(204, 204, 204, var(--tw-text-opacity, 1));
}

label.form-textarea {
	margin-bottom: 10px;
	display: inline-block;
	font-size: 1.125rem;
	line-height: 1.75rem;
	--tw-text-opacity: 1;
	color: rgba(204, 204, 204, var(--tw-text-opacity, 1));
}

input {
	height: 3rem;
	width: 100%;
	border-radius: var(--radius-4);
	--tw-bg-opacity: 1;
	background-color: rgba(204, 204, 204, var(--tw-bg-opacity, 1));
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(16, 16, 16, var(--tw-text-opacity, 1));
}

input::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(38, 38, 38, var(--tw-placeholder-opacity, 1));
}

input::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(38, 38, 38, var(--tw-placeholder-opacity, 1));
}

@media (min-width: 320px) {
	input {
		margin-bottom: 1rem;
	}
}

@media (min-width: 768px) {
	input {
		margin-bottom: 1.5rem;
	}
}

textarea {
	margin-bottom: 2rem;
	height: 250px;
	width: 100%;
	border-radius: var(--radius-4);
	--tw-bg-opacity: 1;
	background-color: rgba(204, 204, 204, var(--tw-bg-opacity, 1));
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(16, 16, 16, var(--tw-text-opacity, 1));
}

textarea::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(38, 38, 38, var(--tw-placeholder-opacity, 1));
}

textarea::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(38, 38, 38, var(--tw-placeholder-opacity, 1));
}

.form-submit {
	display: inline-block;
	width: 100%;
	border-radius: 9999px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(239, 195, 45, var(--tw-border-opacity, 1));
	--tw-bg-opacity: 1;
	background-color: rgba(26, 26, 26, var(--tw-bg-opacity, 1));
	padding-top: .75rem;
	padding-bottom: .75rem;
	text-align: center;
	font-size: 15px !important;
	line-height: 18px !important;
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;
	text-decoration-line: none !important;
}

.form-submit:hover {
	background-color: rgba(239, 195, 45, .25);
}

.form-submit:active {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
}

.wpcf7-response-output {
	margin: 0px !important;
	margin-bottom: 1rem !important;
	border-radius: var(--radius-4);
}

/* Mobile Slot Popup */
.mobile-slot-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .5);
	z-index: 999999999999999;
}

.mobile-slot-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mobile-slot-content {
	position: absolute;
	/* top: 10%; */
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100dvh;
	background: black;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}

.mobile-slot-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: var(--color-casino-yellow);
	color: var(--color-casino-neutral-1);
	font-size: 24px;
	border: none;
	cursor: pointer;
	z-index: 999999;
}

.mobile-slot-close svg {
	width: 40px;
	height: 40px;
	padding: 10px;
}

.mobile-slot-iframe-wrapper {
	width: 100%;
	height: 100%;
	padding-top: 40px;
}

.mobile-slot-iframe-wrapper iframe {
	width: 100%;
	height: 100%;
}

/* COMPONENTS */
.campaign-widget {
	background: linear-gradient(180deg, #fff 0%, #efc32d 100%);
	z-index: 50;
	position: fixed;
	top: 200px;
	right: -100%;
	padding: .5px;
	border-radius: 12px 0 0 12px;
}

.campaign-widget__inner-border {
	display: flex;
	align-items: center;
	gap: 8px;
	border-radius: 12px 0 0 12px;
	padding: 0px 7px 7px 7px;
	position: relative;
}

.campaign-widget__close-icon {
	position: absolute;
	top: 4px;
	right: 2px;
	cursor: pointer;
	z-index: 10;
}

.campaign-widget__close-icon svg {
	width: 15px;
	height: auto;
}

.campaign-widget__icon {
	position: relative;
	bottom: -11px;
	z-index: 2;
	margin-bottom: 0;
	max-width: 95px;
	width: 100%;
}

.campaign-widget__icon-bg {
	position: absolute;
	z-index: 1;
	margin-bottom: 0;
	width: 70px;
	height: auto;
	top: 10%;
	transform: translateY(-50%);
	left: -2px;
}

.campaign-widget__cta-text {
	max-width: 115px;
	color: #000 !important;
	font-family: Montserrat;
	font-size: 19px;
	font-style: normal;
	font-weight: 700;
	line-height: 19px;
	padding-top: 16px;
}

.campaign-widget__arrow-icon {
	margin-bottom: 0;
	max-width: 25px;
	transform: rotate(-90deg);
}

.campaign-widget a:hover {
	text-decoration: none;
}

.notifications-easter-card--wrapper {
	margin-bottom: 20px;
	border-radius: 9.093px;
	cursor: pointer;
}

.notifications-easter-card {
	border-radius: 8px;
	background: linear-gradient(180deg, #fff 0%, #efc32d 100%);
	padding: 22px 10px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	position: relative;
	overflow: hidden;
}

/* .notifications-easter-card.is-switch-active {

} */
@media screen and (max-width: 768px) {
	.notifications-easter-card.is-switch-active .easter-text {
		font-size: 18px !important;
		line-height: 21px !important;
		max-width: 100% !important;
	}
	
	.notifications-easter-card.is-switch-active .easter-card-button {
		font-size: 14px !important;
		max-width: 195px !important;
		line-height: 19px !important;
		text-transform: capitalize !important;
	}
}

.notifications-easter-card.is-switch-active {
	flex-direction: column;
	gap: 8px;
	align-items: flex-end;
	padding-right: 25px;
}

.notifications-easter-card.is-switch-active .easter-text {
	font-size: 21px;
	line-height: 21px;
	max-width: 100%;
	margin-bottom: 5px;
}

.notifications-easter-card.is-switch-active .easter-card-button {
	border-radius: 9999px;
	background: #0a8a0f;
	max-width: 218px;
	color: #fff;
	font-family: "SF Compact", sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 19px;
	text-transform: uppercase;
	width: 100%;
}

.notifications-easter-card img {
	max-width: 157px;
	position: absolute;
	left: -31px;
	bottom: -10px;
}

.notifications-easter-card .easter-text {
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 34px;
	max-width: 211px;
}

.notifications-easter-card .easter-card-button {
	border-radius: 28px;
	background: #ffd030;
	padding: 12.275px 7.851px 12.732px 8.166px;
	color: #1b581d;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 12px;
	font-family: "Montserrat", sans-serif;
	min-width: 101px;
}

/* Pulse animation keyframes for notification counter */
@keyframes pulse-bell-animation {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	
	50% {
		transform: scale(1.3);
	}
	
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

/* Pulse animation for notification counter */
#notificationTrigger.desktop-bell .notification-counter {
	transition: transform .3s ease, opacity .3s ease;
}

#notificationTrigger.desktop-bell .notification-counter.pulse {
	animation: pulse-notification 1s ease-in-out;
}

/* Pulse animation keyframes */
@keyframes pulse-notification {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	
	50% {
		transform: scale(1.3);
		opacity: .8;
	}
	
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

/* Pulse animation for notification counter */
#notificationTrigger.desktop-bell .notification-counter {
	transition: transform .3s ease, opacity .3s ease;
}

#notificationTrigger.desktop-bell .notification-counter.pulse {
	animation: pulse-notification 1s ease-in-out;
}

#notificationTrigger.desktop-bell.lp-promotion-active.active {
	background: #413dee;
	border: 1px solid #f1f4ff;
}

#notificationTrigger.desktop-bell.lp-promotion-active:hover {
	border: 1px solid #f1f4ff;
	background: #6a6a6e;
}

/* Pulse animation for notification counter */
#notificationTrigger.desktop-bell .notification-counter {
	transition: transform .3s ease, opacity .3s ease;
}

#notificationTrigger.desktop-bell .notification-counter.pulse {
	animation: pulse-notification 1s ease-in-out;
}

@media screen and (max-width: 768px) {
	#wpadminbar {
		display: none;
	}
}

@media screen and (min-width: 1200px) {
	.campaign-widget {
		top: 210px;
		max-width: 230px;
	}
	
	.campaign-widget.is-collapsed .campaign-widget__inner-border {
		padding: 17px 0px 0px 0px;
	}
	
	.campaign-widget__inner-border {
		flex-wrap: wrap;
		padding: 17px 50px 0px 50px;
		gap: 0px;
		overflow: hidden;
	}
	
	.campaign-widget__icon-container {
		width: 100%;
		display: flex;
		margin-bottom: 6.4px;
		order: 2;
		justify-content: center;
	}
	
	.campaign-widget__icon {
		max-width: 129px;
	}
	
	.campaign-widget__cta-text {
		max-width: 159px;
		color: #000;
		font-size: 21px;
		font-weight: 700;
		line-height: 21px;
		padding: 0px;
		text-align: center;
		margin: 0 auto;
	}
	
	.campaign-widget__arrow-icon {
		position: absolute;
		bottom: -2px;
		right: 17px;
		max-width: 44px;
	}
	
	.campaign-widget__icon-bg {
		width: 121px;
		top: 12px;
		left: 0px;
	}
	
	.campaign-widget__close-icon {
		top: 7px;
		right: 7px;
	}
	
	.notifications-easter-card .easter-text {
		font-size: 36px;
		line-height: 34px;
	}
	
	.notifications-easter-card .easter-card-button {
		font-size: 14px;
		font-weight: 500;
		line-height: 12px;
		padding: 13.5px 8.634px 14px 8.98px;
	}
}

.lp-optin {
	font-family: "Montserrat", sans-serif;
}

.lp-optin__field {
	position: relative;
	margin-bottom: 20px;
}

.lp-optin.is-error .lp-optin__field {
	margin: 0 !important;
}

.lp-optin__email {
	width: 100%;
	height: 44px;
	border-radius: 4px;
	border: 2px solid transparent;
	padding: 0 44px 0 18px;
	outline: none;
	background: #f2f2f2;
}

.lp-optin.is-valid .lp-optin__email {
	border-color: #43c450;
}

.lp-optin.is-error .lp-optin__email {
	border-color: #ff4b4b;
}

.lp-optin__status {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	pointer-events: none;
	display: none;
}

.lp-optin.is-valid .lp-optin__status, .lp-optin.is-error .lp-optin__status {
	display: block;
}

.lp-optin.is-valid .lp-optin__status {
	background: #43c450;
	border-radius: 999px;
	position: absolute;
}

.lp-optin.is-valid .lp-optin__status::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 4px;
	width: 7px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}

.lp-optin__status-icon {
	display: none;
	width: 20px;
	height: 20px;
}

.lp-optin.is-error .lp-optin__status-icon {
	display: block;
}

.lp-optin__consent {
	margin-bottom: 14px;
}

.lp-optin__consent-label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: rgba(255, 255, 255, .9);
	font-size: 13px;
	line-height: 1.25;
}

.lp-optin__consent-input {
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	border-radius: 4px;
	border: 2px solid rgba(255, 255, 255, .9);
	background: transparent;
	margin-top: 2px;
	flex: 0 0 auto;
	position: relative;
}

.lp-optin.is-consent-error .lp-optin__consent-input {
	border-color: #ff4b4b;
}

.lp-optin__consent-input:checked::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 10px;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, .95);
	border-radius: 2px;
}

.lp-optin__consent-text {
	color: #fff;
}

.lp-optin__consent-text a {
	color: #e4cc7a;
	text-decoration: none;
}

.lp-optin__consent-error {
	margin-left: 28px;
	margin-top: 6px;
	color: #ff4b4b;
	font-size: 12px;
	line-height: 1.2;
}

.lp-optin__meta {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 16px;
	color: rgba(255, 255, 255, .9);
	font-size: 13px;
	justify-content: center;
}

.lp-optin__meta-icon {
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M1.21861 6.89752C0.895413 6.89752 0.585455 7.02591 0.356922 7.25444C0.128389 7.48297 0 7.79293 0 8.11613V18.7814C0 19.1046 0.128389 19.4145 0.356922 19.6431C0.585455 19.8716 0.895413 20 1.21861 20H4.7477C5.05664 20.0008 5.35434 19.8841 5.58057 19.6737C5.80681 19.4634 5.94468 19.1749 5.96631 18.8667L6.72184 19.32C7.44108 19.7518 8.26411 19.9801 9.103 19.9805H14.2528C14.8757 19.9872 15.4932 19.8643 16.0661 19.6198C17.7113 18.8886 17.9696 17.6042 17.8477 16.7512C18.2701 16.3965 18.5727 15.9202 18.7145 15.3872C18.8562 14.8543 18.8302 14.2905 18.6398 13.7729C19.0476 13.2795 19.264 12.6556 19.2491 12.0157C19.2225 11.5144 19.0487 11.032 18.7495 10.6289C18.9364 10.1985 18.9831 9.72012 18.8829 9.26167C18.7827 8.80323 18.5408 8.38794 18.1914 8.07469C18.141 8.02757 18.0882 7.98289 18.033 7.94065C17.7558 7.73452 17.436 7.59296 17.0971 7.52632H17.0703C15.4544 7.18267 14.3674 7.16074 12.7686 7.16074C12.7076 6.79272 12.7101 6.02012 13.1927 4.5651C13.6387 3.21732 13.5997 2.10351 13.0757 1.25292C12.8595 0.912841 12.5714 0.624373 12.2315 0.407906C11.8917 0.19144 11.5084 0.0522572 11.1088 0.000194805H11.0333C10.7535 -0.00466821 10.4797 0.0816333 10.2533 0.246069C10.0268 0.410504 9.86006 0.644145 9.77811 0.911714C9.76948 0.940445 9.76296 0.96977 9.75862 0.999454L9.57582 2.31555C9.52076 2.7109 9.4057 3.09553 9.23461 3.45617L7.45788 7.18755C7.32496 7.49523 7.12011 7.76651 6.86055 7.97857C6.601 8.19062 6.29432 8.33726 5.96631 8.40616V8.11613C5.96631 7.79293 5.83792 7.48297 5.60938 7.25444C5.38085 7.02591 5.07089 6.89752 4.7477 6.89752H1.21861ZM1.21861 18.7814V8.11613H4.7477V18.7814H1.21861ZM6.09304 9.63208C6.6331 9.53735 7.14102 9.30946 7.57083 8.96902C8.00064 8.62857 8.33877 8.18633 8.55463 7.6823L10.3167 3.96067C10.5408 3.48749 10.6912 2.98285 10.7627 2.46422L10.9504 1.23343C10.9592 1.22491 10.9702 1.219 10.9821 1.21637C11.1947 1.25005 11.3979 1.3277 11.5788 1.44437C11.7596 1.56103 11.9142 1.71414 12.0325 1.89391C12.3542 2.41548 12.3542 3.20757 12.0325 4.18246C11.5597 5.60579 11.4135 6.72935 11.5938 7.52388C11.6494 7.76882 11.787 7.98741 11.9838 8.14344C12.1806 8.29947 12.4248 8.38356 12.676 8.38178C14.287 8.38178 15.2813 8.39641 16.8192 8.72056H16.8436C17.0061 8.74995 17.16 8.81487 17.2945 8.91066L17.3725 8.97646C17.9964 9.53946 17.6016 10.2609 17.5187 10.3949C17.4408 10.5168 17.4088 10.6625 17.4284 10.8058C17.4481 10.9492 17.5181 11.0808 17.6259 11.1773C17.8632 11.4174 18.0089 11.733 18.0378 12.0693C18.0307 12.2938 17.9785 12.5146 17.8843 12.7185C17.7901 12.9224 17.6558 13.1053 17.4895 13.2562C17.3982 13.3527 17.341 13.4763 17.3265 13.6083C17.312 13.7403 17.3409 13.8734 17.409 13.9874C17.4358 14.0337 18.0622 15.1231 16.8217 16.0346C16.7177 16.1129 16.6411 16.2218 16.6026 16.3461C16.5641 16.4703 16.5657 16.6035 16.6072 16.7268C16.673 16.9218 16.9313 17.9211 15.5933 18.5084C15.1691 18.6857 14.7125 18.7721 14.2528 18.7619H9.09326C8.47579 18.761 7.87015 18.5925 7.3409 18.2744L5.96631 17.4507V9.65157L6.09304 9.63208Z' fill='%23FFBB00'/%3E%3C/svg%3E") no-repeat center/contain;
}

.lp-optin__meta-text strong {
	color: #efc32d;
}

.lp-optin__submit {
	width: 100%;
	background: #efc32d;
	color: #101010;
	border: 0;
	border-radius: 999px;
	height: 52px;
	box-shadow: 0 10px 18px rgba(0, 0, 0, .2);
	cursor: pointer;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 100%;
	letter-spacing: 0%;
}

.lp-optin.is-loading .lp-optin__submit {
	opacity: .7;
	cursor: wait;
}

.lp-optin__submit:disabled {
	opacity: .5;
	cursor: not-allowed;
}

.lp-optin__success-image {
	display: block;
	margin: 0 auto 16px;
	max-width: 96px;
	height: auto;
}

.lp-optin__success-title {
	color: #f2b22b;
	margin-bottom: 10px;
	font-family: Montserrat;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0%;
}

.lp-optin__success-subtitle {
	color: rgba(255, 255, 255, .9);
	font-size: 14px;
	line-height: 1.4;
}

.lp-optin__form-error {
	font-family: "Segoe UI", sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0px;
	color: #ff473e;
	margin: 12px 0px;
}

@media (max-width: 480px) {
	.lp-optin__field, .lp-optin__consent, .lp-optin__meta, .lp-optin__submit {
		width: 100% !important;
	}
}

@media (min-width: 992px) {
	.lg\:h2 {
		font-family: "Montserrat", serif;
		font-weight: 500;
		font-size: 30px;
		line-height: 38px;
		margin-bottom: 16px;
		color: #efc32d;
	}
}

.\*\:font-semibold > * {
	font-weight: 600;
}

.\*\:text-\[\#EFC32D\] > * {
	--tw-text-opacity: 1;
	color: rgba(239, 195, 45, var(--tw-text-opacity, 1));
}

.first-letter\:uppercase::first-letter {
	text-transform: uppercase;
}

.marker\:text-casino-yellow *::marker {
	color: #efc32d;
}

.marker\:text-casino-yellow::marker {
	color: #efc32d;
}

.placeholder\:italic::-moz-placeholder {
	font-style: italic;
}

.placeholder\:italic::placeholder {
	font-style: italic;
}

.placeholder\:text-\[\#6F7481\]::-moz-placeholder {
	--tw-text-opacity: 1;
	color: rgba(111, 116, 129, var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#6F7481\]::placeholder {
	--tw-text-opacity: 1;
	color: rgba(111, 116, 129, var(--tw-text-opacity, 1));
}

.last\:mb-0:last-child {
	margin-bottom: 0px;
}

.last\:pb-0:last-child {
	padding-bottom: 0px;
}

.odd\:bg-\[\#242424\]:nth-child(odd) {
	--tw-bg-opacity: 1;
	background-color: rgba(36, 36, 36, var(--tw-bg-opacity, 1));
}

.odd\:bg-casino-neutral-1:nth-child(odd) {
	--tw-bg-opacity: 1;
	background-color: rgba(16, 16, 16, var(--tw-bg-opacity, 1));
}

.even\:bg-casino-neutral-2:nth-child(even) {
	--tw-bg-opacity: 1;
	background-color: rgba(26, 26, 26, var(--tw-bg-opacity, 1));
}

.hover\:border-casino-green-hover:hover {
	--tw-border-opacity: 1;
	border-color: rgba(66, 187, 13, var(--tw-border-opacity, 1));
}

.hover\:\!bg-\[\#4f441f\]:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(79, 68, 31, var(--tw-bg-opacity, 1)) !important;
}

.hover\:\!bg-casino-yellow-hover:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 208, 48, var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-\[\#4f441f\]:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(79, 68, 31, var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#D1AA25\]:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(209, 170, 37, var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#EFC32D40\]:hover {
	background-color: rgba(239, 195, 45, .25);
}

.hover\:bg-casino-green-hover:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(66, 187, 13, var(--tw-bg-opacity, 1));
}

.hover\:bg-casino-yellow:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 195, 45, var(--tw-bg-opacity, 1));
}

.hover\:bg-hover-green:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(22, 53, 23, var(--tw-bg-opacity, 1));
}

.hover\:bg-left-menu-hover:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(22, 53, 24, var(--tw-bg-opacity, 1));
}

.hover\:\!text-casino-yellow:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(239, 195, 45, var(--tw-text-opacity, 1)) !important;
}

.hover\:text-\[\#C7DBFF\]:hover {
	--tw-text-opacity: 1;
	color: rgba(199, 219, 255, var(--tw-text-opacity, 1));
}

.hover\:text-\[\#CCCCCC\]:hover {
	--tw-text-opacity: 1;
	color: rgba(204, 204, 204, var(--tw-text-opacity, 1));
}

.hover\:text-casino-neutral-1:hover {
	--tw-text-opacity: 1;
	color: rgba(16, 16, 16, var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.hover\:no-underline:hover {
	text-decoration-line: none;
}

.hover\:drop-shadow-\[3px_3px_5px_rgba\(255\2c 255\2c 255\2c 0\.125\)\]:hover {
	--tw-drop-shadow: drop-shadow(3px 3px 5px rgba(255, 255, 255, .125));
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.focus\:ring-0:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}

.active\:\!border-system-white:active {
	--tw-border-opacity: 1 !important;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1)) !important;
}

.active\:border-system-white:active {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:flex {
	display: flex;
}

@media (max-width: 1100px) {
	.max-\[1100px\]\:w-full {
		width: 100%;
	}
}

@media (max-width: 830px) {
	.max-\[830px\]\:w-full {
		width: 100%;
	}
}

@media (min-width: 320px) {
	.xs\:fixed {
		position: fixed;
	}
	
	.xs\:top-0 {
		top: 0px;
	}
	
	.xs\:top-10 {
		top: 2.5rem;
	}
	
	.xs\:top-\[140px\] {
		top: 140px;
	}
	
	.xs\:top-\[68px\] {
		top: 68px;
	}
	
	.xs\:m-auto {
		margin: auto;
	}
	
	.xs\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.xs\:mb-10 {
		margin-bottom: 2.5rem;
	}
	
	.xs\:mb-2 {
		margin-bottom: .5rem;
	}
	
	.xs\:mb-5 {
		margin-bottom: 1.25rem;
	}
	
	.xs\:mb-\[10px\] {
		margin-bottom: 10px;
	}
	
	.xs\:ml-0 {
		margin-left: 0px;
	}
	
	.xs\:ml-auto {
		margin-left: auto;
	}
	
	.xs\:mr-0 {
		margin-right: 0px;
	}
	
	.xs\:mr-auto {
		margin-right: auto;
	}
	
	.xs\:block {
		display: block;
	}
	
	.xs\:inline-block {
		display: inline-block;
	}
	
	.xs\:flex {
		display: flex;
	}
	
	.xs\:grid {
		display: grid;
	}
	
	.xs\:hidden {
		display: none;
	}
	
	.xs\:h-\[52px\] {
		height: 52px;
	}
	
	.xs\:h-auto {
		height: auto;
	}
	
	.xs\:w-\[105px\] {
		width: 105px;
	}
	
	.xs\:w-\[27px\] {
		width: 27px;
	}
	
	.xs\:w-full {
		width: 100%;
	}
	
	.xs\:max-w-\[100px\] {
		max-width: 100px;
	}
	
	.xs\:max-w-\[102px\] {
		max-width: 102px;
	}
	
	.xs\:max-w-\[111px\] {
		max-width: 111px;
	}
	
	.xs\:max-w-\[139px\] {
		max-width: 139px;
	}
	
	.xs\:max-w-\[140px\] {
		max-width: 140px;
	}
	
	.xs\:max-w-\[150px\] {
		max-width: 150px;
	}
	
	.xs\:max-w-\[154px\] {
		max-width: 154px;
	}
	
	.xs\:max-w-\[85px\] {
		max-width: 85px;
	}
	
	.xs\:max-w-\[calc\(100\%-130px\)\] {
		max-width: calc(100% - 130px);
	}
	
	.xs\:max-w-full {
		max-width: 100%;
	}
	
	.xs\:max-w-none {
		max-width: none;
	}
	
	.xs\:grid-flow-col {
		grid-auto-flow: column;
	}
	
	.xs\:grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	
	.xs\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.xs\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	
	.xs\:flex-row {
		flex-direction: row;
	}
	
	.xs\:flex-col {
		flex-direction: column;
	}
	
	.xs\:flex-wrap {
		flex-wrap: wrap;
	}
	
	.xs\:flex-nowrap {
		flex-wrap: nowrap;
	}
	
	.xs\:justify-center {
		justify-content: center;
	}
	
	.xs\:justify-between {
		justify-content: space-between;
	}
	
	.xs\:gap-3 {
		gap: .75rem;
	}
	
	.xs\:gap-4 {
		gap: 1rem;
	}
	
	.xs\:gap-6 {
		gap: 1.5rem;
	}
	
	.xs\:gap-y-5 {
		row-gap: 1.25rem;
	}
	
	.xs\:rounded-t-\[--radius-4\] {
		border-top-left-radius: var(--radius-4);
		border-top-right-radius: var(--radius-4);
	}
	
	.xs\:p-2 {
		padding: .5rem;
	}
	
	.xs\:\!px-1 {
		padding-left: .25rem !important;
		padding-right: .25rem !important;
	}
	
	.xs\:\!py-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}
	
	.xs\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.xs\:px-1 {
		padding-left: .25rem;
		padding-right: .25rem;
	}
	
	.xs\:px-2 {
		padding-left: .5rem;
		padding-right: .5rem;
	}
	
	.xs\:px-3 {
		padding-left: .75rem;
		padding-right: .75rem;
	}
	
	.xs\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	.xs\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	
	.xs\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	
	.xs\:px-\[14px\] {
		padding-left: 14px;
		padding-right: 14px;
	}
	
	.xs\:px-\[15px\] {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.xs\:px-\[6px\] {
		padding-left: 6px;
		padding-right: 6px;
	}
	
	.xs\:py-2 {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	
	.xs\:py-3 {
		padding-top: .75rem;
		padding-bottom: .75rem;
	}
	
	.xs\:py-4 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	
	.xs\:\!pb-2 {
		padding-bottom: .5rem !important;
	}
	
	.xs\:\!pb-4 {
		padding-bottom: 1rem !important;
	}
	
	.xs\:pb-10 {
		padding-bottom: 2.5rem;
	}
	
	.xs\:pb-2 {
		padding-bottom: .5rem;
	}
	
	.xs\:pb-3 {
		padding-bottom: .75rem;
	}
	
	.xs\:pb-4 {
		padding-bottom: 1rem;
	}
	
	.xs\:pb-5 {
		padding-bottom: 1.25rem;
	}
	
	.xs\:pb-8 {
		padding-bottom: 2rem;
	}
	
	.xs\:pl-0 {
		padding-left: 0px;
	}
	
	.xs\:pr-0 {
		padding-right: 0px;
	}
	
	.xs\:pt-0 {
		padding-top: 0px;
	}
	
	.xs\:pt-10 {
		padding-top: 2.5rem;
	}
	
	.xs\:pt-4 {
		padding-top: 1rem;
	}
	
	.xs\:pt-8 {
		padding-top: 2rem;
	}
	
	.xs\:pt-\[55px\] {
		padding-top: 55px;
	}
	
	.xs\:text-right {
		text-align: right;
	}
	
	.xs\:\!text-\[28px\] {
		font-size: 28px !important;
	}
	
	.xs\:\!text-base {
		font-size: 1rem !important;
		line-height: 1.5rem !important;
	}
	
	.xs\:\!text-sm {
		font-size: .875rem !important;
		line-height: 1.25rem !important;
	}
	
	.xs\:\!text-sm\/\[16px\] {
		font-size: .875rem !important;
		line-height: 16px !important;
	}
	
	.xs\:\!text-xs {
		font-size: .75rem !important;
		line-height: 1rem !important;
	}
	
	.xs\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	
	.last\:xs\:mb-6:last-child {
		margin-bottom: 1.5rem;
	}
}

@media (min-width: 576px) {
	.sm\:m-auto {
		margin: auto;
	}
	
	.sm\:mb-10 {
		margin-bottom: 2.5rem;
	}
	
	.sm\:mb-5 {
		margin-bottom: 1.25rem;
	}
	
	.sm\:mb-\[33px\] {
		margin-bottom: 33px;
	}
	
	.sm\:ml-auto {
		margin-left: auto;
	}
	
	.sm\:mr-auto {
		margin-right: auto;
	}
	
	.sm\:block {
		display: block;
	}
	
	.sm\:inline-block {
		display: inline-block;
	}
	
	.sm\:flex {
		display: flex;
	}
	
	.sm\:grid {
		display: grid;
	}
	
	.sm\:hidden {
		display: none;
	}
	
	.sm\:w-1\/6 {
		width: 16.666667%;
	}
	
	.sm\:w-20 {
		width: 5rem;
	}
	
	.sm\:w-5\/6 {
		width: 83.333333%;
	}
	
	.sm\:w-\[182px\] {
		width: 182px;
	}
	
	.sm\:w-\[188px\] {
		width: 188px;
	}
	
	.sm\:w-full {
		width: 100%;
	}
	
	.sm\:max-w-\[102px\] {
		max-width: 102px;
	}
	
	.sm\:max-w-\[139px\] {
		max-width: 139px;
	}
	
	.sm\:max-w-\[250px\] {
		max-width: 250px;
	}
	
	.sm\:max-w-\[300px\] {
		max-width: 300px;
	}
	
	.sm\:max-w-\[460px\] {
		max-width: 460px;
	}
	
	.sm\:max-w-full {
		max-width: 100%;
	}
	
	.sm\:flex-1 {
		flex: 1 1 0%;
	}
	
	.sm\:grid-flow-col {
		grid-auto-flow: column;
	}
	
	.sm\:grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	
	.sm\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.sm\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	
	.sm\:grid-cols-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}
	
	.sm\:flex-row {
		flex-direction: row;
	}
	
	.sm\:flex-col {
		flex-direction: column;
	}
	
	.sm\:flex-wrap {
		flex-wrap: wrap;
	}
	
	.sm\:flex-nowrap {
		flex-wrap: nowrap;
	}
	
	.sm\:items-start {
		align-items: flex-start;
	}
	
	.sm\:items-center {
		align-items: center;
	}
	
	.sm\:justify-end {
		justify-content: flex-end;
	}
	
	.sm\:justify-center {
		justify-content: center;
	}
	
	.sm\:gap-3 {
		gap: .75rem;
	}
	
	.sm\:gap-4 {
		gap: 1rem;
	}
	
	.sm\:gap-6 {
		gap: 1.5rem;
	}
	
	.sm\:px-2 {
		padding-left: .5rem;
		padding-right: .5rem;
	}
	
	.sm\:px-3 {
		padding-left: .75rem;
		padding-right: .75rem;
	}
	
	.sm\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	.sm\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	
	.sm\:px-\[14px\] {
		padding-left: 14px;
		padding-right: 14px;
	}
	
	.sm\:py-4 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	
	.sm\:pb-0 {
		padding-bottom: 0px;
	}
	
	.sm\:pb-10 {
		padding-bottom: 2.5rem;
	}
	
	.sm\:pb-3 {
		padding-bottom: .75rem;
	}
	
	.sm\:pb-5 {
		padding-bottom: 1.25rem;
	}
	
	.sm\:pb-8 {
		padding-bottom: 2rem;
	}
	
	.sm\:pr-0 {
		padding-right: 0px;
	}
	
	.sm\:pt-\[55px\] {
		padding-top: 55px;
	}
	
	.sm\:text-left {
		text-align: left;
	}
	
	.sm\:text-right {
		text-align: right;
	}
	
	.sm\:\!text-\[28px\] {
		font-size: 28px !important;
	}
	
	.sm\:\!text-base {
		font-size: 1rem !important;
		line-height: 1.5rem !important;
	}
	
	.sm\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	
	.sm\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	
	.last\:sm\:mb-6:last-child {
		margin-bottom: 1.5rem;
	}
}

@media (min-width: 768px) {
	.md\:fixed {
		position: fixed;
	}
	
	.md\:top-0 {
		top: 0px;
	}
	
	.md\:top-\[180px\] {
		top: 180px;
	}
	
	.md\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.md\:-mr-6 {
		margin-right: -1.5rem;
	}
	
	.md\:mb-14 {
		margin-bottom: 3.5rem;
	}
	
	.md\:mb-4 {
		margin-bottom: 1rem;
	}
	
	.md\:ml-auto {
		margin-left: auto;
	}
	
	.md\:mr-0 {
		margin-right: 0px;
	}
	
	.md\:block {
		display: block;
	}
	
	.md\:inline-block {
		display: inline-block;
	}
	
	.md\:flex {
		display: flex;
	}
	
	.md\:hidden {
		display: none;
	}
	
	.md\:h-\[340px\] {
		height: 340px;
	}
	
	.md\:h-\[90px\] {
		height: 90px;
	}
	
	.md\:h-full {
		height: 100%;
	}
	
	.md\:w-1\/4 {
		width: 25%;
	}
	
	.md\:w-10 {
		width: 2.5rem;
	}
	
	.md\:w-3\/4 {
		width: 75%;
	}
	
	.md\:w-\[250px\] {
		width: 250px;
	}
	
	.md\:w-\[42px\] {
		width: 42px;
	}
	
	.md\:w-\[615px\] {
		width: 615px;
	}
	
	.md\:w-auto {
		width: auto;
	}
	
	.md\:w-full {
		width: 100%;
	}
	
	.md\:max-w-\[156px\] {
		max-width: 156px;
	}
	
	.md\:max-w-\[160px\] {
		max-width: 160px;
	}
	
	.md\:max-w-\[206px\] {
		max-width: 206px;
	}
	
	.md\:max-w-\[250px\] {
		max-width: 250px;
	}
	
	.md\:max-w-\[280px\] {
		max-width: 280px;
	}
	
	.md\:max-w-\[400px\] {
		max-width: 400px;
	}
	
	.md\:max-w-\[460px\] {
		max-width: 460px;
	}
	
	.md\:max-w-\[615px\] {
		max-width: 615px;
	}
	
	.md\:max-w-full {
		max-width: 100%;
	}
	
	.md\:flex-1 {
		flex: 1 1 0%;
	}
	
	.md\:-translate-x-full {
		--tw-translate-x: -100%;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	}
	
	.md\:translate-x-0 {
		--tw-translate-x: 0px;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	}
	
	.md\:cursor-grab {
		cursor: grab;
	}
	
	.md\:grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	
	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.md\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	
	.md\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	
	.md\:grid-cols-9 {
		grid-template-columns: repeat(9, minmax(0, 1fr));
	}
	
	.md\:flex-row {
		flex-direction: row;
	}
	
	.md\:flex-nowrap {
		flex-wrap: nowrap;
	}
	
	.md\:justify-center {
		justify-content: center;
	}
	
	.md\:gap-4 {
		gap: 1rem;
	}
	
	.md\:gap-5 {
		gap: 1.25rem;
	}
	
	.md\:gap-6 {
		gap: 1.5rem;
	}
	
	.md\:gap-8 {
		gap: 2rem;
	}
	
	.md\:px-2 {
		padding-left: .5rem;
		padding-right: .5rem;
	}
	
	.md\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	.md\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	
	.md\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	
	.md\:px-\[40px\] {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.md\:py-6 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	
	.md\:\!pb-4 {
		padding-bottom: 1rem !important;
	}
	
	.md\:\!pb-5 {
		padding-bottom: 1.25rem !important;
	}
	
	.md\:\!pb-6 {
		padding-bottom: 1.5rem !important;
	}
	
	.md\:pb-12 {
		padding-bottom: 3rem;
	}
	
	.md\:pb-14 {
		padding-bottom: 3.5rem;
	}
	
	.md\:pl-6 {
		padding-left: 1.5rem;
	}
	
	.md\:pr-0 {
		padding-right: 0px;
	}
	
	.md\:pr-6 {
		padding-right: 1.5rem;
	}
	
	.md\:pt-0 {
		padding-top: 0px;
	}
	
	.md\:pt-\[55px\] {
		padding-top: 55px;
	}
	
	.md\:\!text-\[28px\] {
		font-size: 28px !important;
	}
	
	.md\:\!text-base {
		font-size: 1rem !important;
		line-height: 1.5rem !important;
	}
	
	.md\:\!text-lg {
		font-size: 1.125rem !important;
		line-height: 1.75rem !important;
	}
	
	.md\:\!text-sm {
		font-size: .875rem !important;
		line-height: 1.25rem !important;
	}
	
	.md\:\!text-xl {
		font-size: 1.25rem !important;
		line-height: 1.75rem !important;
	}
	
	.md\:text-\[14px\] {
		font-size: 14px;
	}
	
	.md\:text-\[26px\] {
		font-size: 26px;
	}
	
	.md\:text-sm {
		font-size: .875rem;
		line-height: 1.25rem;
	}
	
	.md\:leading-\[22px\] {
		line-height: 22px;
	}
	
	.md\:leading-\[28px\] {
		line-height: 28px;
	}
	
	.last\:md\:mb-6:last-child {
		margin-bottom: 1.5rem;
	}
}

@media (min-width: 830px) {
	.min-\[830px\]\:w-\[361px\] {
		width: 361px;
	}
	
	.min-\[830px\]\:w-\[376px\] {
		width: 376px;
	}
}

@media (min-width: 992px) {
	.lg\:relative {
		position: relative;
	}
	
	.lg\:-left-6 {
		left: -1.5rem;
	}
	
	.lg\:-top-6 {
		top: -1.5rem;
	}
	
	.lg\:top-0 {
		top: 0px;
	}
	
	.lg\:top-\[107px\] {
		top: 107px;
	}
	
	.lg\:top-auto {
		top: auto;
	}
	
	.lg\:mb-0 {
		margin-bottom: 0px;
	}
	
	.lg\:mb-12 {
		margin-bottom: 3rem;
	}
	
	.lg\:mb-\[18px\] {
		margin-bottom: 18px;
	}
	
	.lg\:mb-\[24px\] {
		margin-bottom: 24px;
	}
	
	.lg\:mb-\[47px\] {
		margin-bottom: 47px;
	}
	
	.lg\:ml-0 {
		margin-left: 0px;
	}
	
	.lg\:ml-auto {
		margin-left: auto;
	}
	
	.lg\:mt-0 {
		margin-top: 0px;
	}
	
	.lg\:block {
		display: block;
	}
	
	.lg\:inline-block {
		display: inline-block;
	}
	
	.lg\:flex {
		display: flex;
	}
	
	.lg\:grid {
		display: grid;
	}
	
	.lg\:hidden {
		display: none;
	}
	
	.lg\:h-\[64px\] {
		height: 64px;
	}
	
	.lg\:min-h-\[208px\] {
		min-height: 208px;
	}
	
	.lg\:min-h-\[442px\] {
		min-height: 442px;
	}
	
	.lg\:w-1\/2 {
		width: 50%;
	}
	
	.lg\:w-1\/3 {
		width: 33.333333%;
	}
	
	.lg\:w-1\/4 {
		width: 25%;
	}
	
	.lg\:w-2\/3 {
		width: 66.666667%;
	}
	
	.lg\:w-2\/5 {
		width: 40%;
	}
	
	.lg\:w-2\/6 {
		width: 33.333333%;
	}
	
	.lg\:w-3\/4 {
		width: 75%;
	}
	
	.lg\:w-3\/5 {
		width: 60%;
	}
	
	.lg\:w-4\/6 {
		width: 66.666667%;
	}
	
	.lg\:w-44 {
		width: 11rem;
	}
	
	.lg\:w-\[163px\] {
		width: 163px;
	}
	
	.lg\:w-\[65px\] {
		width: 65px;
	}
	
	.lg\:w-auto {
		width: auto;
	}
	
	.lg\:w-full {
		width: 100%;
	}
	
	.lg\:min-w-\[179px\] {
		min-width: 179px;
	}
	
	.lg\:min-w-\[315px\] {
		min-width: 315px;
	}
	
	.lg\:min-w-\[485px\] {
		min-width: 485px;
	}
	
	.lg\:min-w-\[847px\] {
		min-width: 847px;
	}
	
	.lg\:max-w-\[105px\] {
		max-width: 105px;
	}
	
	.lg\:max-w-\[130px\] {
		max-width: 130px;
	}
	
	.lg\:max-w-\[131px\] {
		max-width: 131px;
	}
	
	.lg\:max-w-\[146px\] {
		max-width: 146px;
	}
	
	.lg\:max-w-\[171px\] {
		max-width: 171px;
	}
	
	.lg\:max-w-\[183px\] {
		max-width: 183px;
	}
	
	.lg\:max-w-\[188px\] {
		max-width: 188px;
	}
	
	.lg\:max-w-\[190px\] {
		max-width: 190px;
	}
	
	.lg\:max-w-\[200px\] {
		max-width: 200px;
	}
	
	.lg\:max-w-\[240px\] {
		max-width: 240px;
	}
	
	.lg\:max-w-\[285px\] {
		max-width: 285px;
	}
	
	.lg\:max-w-\[384px\] {
		max-width: 384px;
	}
	
	.lg\:max-w-\[441px\] {
		max-width: 441px;
	}
	
	.lg\:max-w-\[81px\] {
		max-width: 81px;
	}
	
	.lg\:max-w-full {
		max-width: 100%;
	}
	
	.lg\:flex-1 {
		flex: 1 1 0%;
	}
	
	.lg\:basis-full {
		flex-basis: 100%;
	}
	
	.lg\:cursor-default {
		cursor: default;
	}
	
	.lg\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.lg\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	
	.lg\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	
	.lg\:grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
	
	.lg\:flex-row {
		flex-direction: row;
	}
	
	.lg\:flex-col {
		flex-direction: column;
	}
	
	.lg\:flex-wrap {
		flex-wrap: wrap;
	}
	
	.lg\:flex-nowrap {
		flex-wrap: nowrap;
	}
	
	.lg\:items-center {
		align-items: center;
	}
	
	.lg\:justify-start {
		justify-content: flex-start;
	}
	
	.lg\:justify-center {
		justify-content: center;
	}
	
	.lg\:gap-10 {
		gap: 2.5rem;
	}
	
	.lg\:gap-4 {
		gap: 1rem;
	}
	
	.lg\:gap-8 {
		gap: 2rem;
	}
	
	.lg\:gap-x-6 {
		-moz-column-gap: 1.5rem;
		column-gap: 1.5rem;
	}
	
	.lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-divide-y-reverse: 0;
		border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
		border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
	}
	
	.lg\:rounded-\[--radius-4\] {
		border-radius: var(--radius-4);
	}
	
	.lg\:rounded-\[28px\] {
		border-radius: 28px;
	}
	
	.lg\:\!px-3 {
		padding-left: .75rem !important;
		padding-right: .75rem !important;
	}
	
	.lg\:\!py-\[10px\] {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	
	.lg\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.lg\:px-1 {
		padding-left: .25rem;
		padding-right: .25rem;
	}
	
	.lg\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	.lg\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	
	.lg\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	
	.lg\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	
	.lg\:px-\[10px\] {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.lg\:px-\[18px\] {
		padding-left: 18px;
		padding-right: 18px;
	}
	
	.lg\:px-\[24px\] {
		padding-left: 24px;
		padding-right: 24px;
	}
	
	.lg\:px-\[27px\] {
		padding-left: 27px;
		padding-right: 27px;
	}
	
	.lg\:px-\[35px\] {
		padding-left: 35px;
		padding-right: 35px;
	}
	
	.lg\:px-\[89px\] {
		padding-left: 89px;
		padding-right: 89px;
	}
	
	.lg\:py-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.lg\:py-14 {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}
	
	.lg\:py-2 {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	
	.lg\:py-3 {
		padding-top: .75rem;
		padding-bottom: .75rem;
	}
	
	.lg\:py-4 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	
	.lg\:py-6 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	
	.lg\:py-\[16px\] {
		padding-top: 16px;
		padding-bottom: 16px;
	}
	
	.lg\:py-\[24px\] {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	
	.lg\:py-\[40px\] {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.lg\:py-\[6px\] {
		padding-top: 6px;
		padding-bottom: 6px;
	}
	
	.lg\:py-\[9px\] {
		padding-top: 9px;
		padding-bottom: 9px;
	}
	
	.lg\:\!pb-4 {
		padding-bottom: 1rem !important;
	}
	
	.lg\:\!pb-6 {
		padding-bottom: 1.5rem !important;
	}
	
	.lg\:pb-0 {
		padding-bottom: 0px;
	}
	
	.lg\:pb-12 {
		padding-bottom: 3rem;
	}
	
	.lg\:pb-14 {
		padding-bottom: 3.5rem;
	}
	
	.lg\:pb-4 {
		padding-bottom: 1rem;
	}
	
	.lg\:pb-8 {
		padding-bottom: 2rem;
	}
	
	.lg\:pb-\[10px\] {
		padding-bottom: 10px;
	}
	
	.lg\:pb-\[75px\] {
		padding-bottom: 75px;
	}
	
	.lg\:pl-0 {
		padding-left: 0px;
	}
	
	.lg\:pl-5 {
		padding-left: 1.25rem;
	}
	
	.lg\:pl-\[44px\] {
		padding-left: 44px;
	}
	
	.lg\:pl-\[70px\] {
		padding-left: 70px;
	}
	
	.lg\:pr-0 {
		padding-right: 0px;
	}
	
	.lg\:pr-10 {
		padding-right: 2.5rem;
	}
	
	.lg\:pr-5 {
		padding-right: 1.25rem;
	}
	
	.lg\:pt-0 {
		padding-top: 0px;
	}
	
	.lg\:pt-10 {
		padding-top: 2.5rem;
	}
	
	.lg\:text-left {
		text-align: left;
	}
	
	.lg\:\!text-4xl {
		font-size: 2.25rem !important;
		line-height: 2.5rem !important;
	}
	
	.lg\:\!text-\[15px\]\/\[20px\] {
		font-size: 15px !important;
		line-height: 20px !important;
	}
	
	.lg\:\!text-\[20px\]\/\[28px\] {
		font-size: 20px !important;
		line-height: 28px !important;
	}
	
	.lg\:\!text-\[30px\]\/\[38px\] {
		font-size: 30px !important;
		line-height: 38px !important;
	}
	
	.lg\:\!text-base {
		font-size: 1rem !important;
		line-height: 1.5rem !important;
	}
	
	.lg\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	
	.lg\:text-\[187\.28px\] {
		font-size: 187.28px;
	}
	
	.lg\:text-\[19px\] {
		font-size: 19px;
	}
	
	.lg\:text-\[20px\] {
		font-size: 20px;
	}
	
	.lg\:text-\[24px\] {
		font-size: 24px;
	}
	
	.lg\:text-\[34px\] {
		font-size: 34px;
	}
	
	.lg\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	
	.lg\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	
	.lg\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	
	.last\:lg\:mb-0:last-child {
		margin-bottom: 0px;
	}
}

@media (min-width: 1100px) {
	.min-\[1100px\]\:flex-1 {
		flex: 1 1 0%;
	}
	
	.min-\[1100px\]\:self-center {
		align-self: center;
	}
}

@media (min-width: 1196px) {
	.lg2\:justify-start {
		justify-content: flex-start;
	}
}

@media (min-width: 1200px) {
	.xl\:relative {
		position: relative;
	}
	
	.xl\:-left-\[160px\] {
		left: -160px;
	}
	
	.xl\:-left-\[163px\] {
		left: -163px;
	}
	
	.xl\:-left-\[50px\] {
		left: -50px;
	}
	
	.xl\:-left-\[90px\] {
		left: -90px;
	}
	
	.xl\:-right-\[50px\] {
		right: -50px;
	}
	
	.xl\:-top-6 {
		top: -1.5rem;
	}
	
	.xl\:-top-\[110px\] {
		top: -110px;
	}
	
	.xl\:-top-\[30px\] {
		top: -30px;
	}
	
	.xl\:-top-\[60px\] {
		top: -60px;
	}
	
	.xl\:-top-\[66px\] {
		top: -66px;
	}
	
	.xl\:bottom-auto {
		bottom: auto;
	}
	
	.xl\:left-\[-251px\] {
		left: -251px;
	}
	
	.xl\:left-\[155px\] {
		left: 155px;
	}
	
	.xl\:left-\[169px\] {
		left: 169px;
	}
	
	.xl\:left-\[183px\] {
		left: 183px;
	}
	
	.xl\:left-\[50\%\] {
		left: 50%;
	}
	
	.xl\:right-\[32px\] {
		right: 32px;
	}
	
	.xl\:right-auto {
		right: auto;
	}
	
	.xl\:top-\[25px\] {
		top: 25px;
	}
	
	.xl\:top-\[296px\] {
		top: 296px;
	}
	
	.xl\:top-\[316px\] {
		top: 316px;
	}
	
	.xl\:top-\[32px\] {
		top: 32px;
	}
	
	.xl\:top-\[350px\] {
		top: 350px;
	}
	
	.xl\:top-\[50\%\] {
		top: 50%;
	}
	
	.xl\:col-span-2 {
		grid-column: span 2/span 2;
	}
	
	.xl\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}
	
	.xl\:mb-0 {
		margin-bottom: 0px;
	}
	
	.xl\:mb-\[12px\] {
		margin-bottom: 12px;
	}
	
	.xl\:mb-\[14px\] {
		margin-bottom: 14px;
	}
	
	.xl\:mb-\[15px\] {
		margin-bottom: 15px;
	}
	
	.xl\:mb-\[16px\] {
		margin-bottom: 16px;
	}
	
	.xl\:mb-\[24px\] {
		margin-bottom: 24px;
	}
	
	.xl\:mb-\[32px\] {
		margin-bottom: 32px;
	}
	
	.xl\:mb-\[48px\] {
		margin-bottom: 48px;
	}
	
	.xl\:mb-\[80px\] {
		margin-bottom: 80px;
	}
	
	.xl\:ml-auto {
		margin-left: auto;
	}
	
	.xl\:\!block {
		display: block !important;
	}
	
	.xl\:block {
		display: block;
	}
	
	.xl\:flex {
		display: flex;
	}
	
	.xl\:grid {
		display: grid;
	}
	
	.xl\:\!hidden {
		display: none !important;
	}
	
	.xl\:hidden {
		display: none;
	}
	
	.xl\:h-\[46px\] {
		height: 46px;
	}
	
	.xl\:h-\[65px\] {
		height: 65px;
	}
	
	.xl\:h-full {
		height: 100%;
	}
	
	.xl\:min-h-\[172px\] {
		min-height: 172px;
	}
	
	.xl\:min-h-\[400px\] {
		min-height: 400px;
	}
	
	.xl\:min-h-\[442px\] {
		min-height: 442px;
	}
	
	.xl\:w-\[204px\] {
		width: 204px;
	}
	
	.xl\:w-\[300px\] {
		width: 300px;
	}
	
	.xl\:w-\[55px\] {
		width: 55px;
	}
	
	.xl\:w-\[96px\] {
		width: 96px;
	}
	
	.xl\:w-full {
		width: 100%;
	}
	
	.xl\:min-w-\[108px\] {
		min-width: 108px;
	}
	
	.xl\:min-w-\[128px\] {
		min-width: 128px;
	}
	
	.xl\:min-w-\[172px\] {
		min-width: 172px;
	}
	
	.xl\:min-w-\[261px\] {
		min-width: 261px;
	}
	
	.xl\:min-w-\[380px\] {
		min-width: 380px;
	}
	
	.xl\:max-w-\[108px\] {
		max-width: 108px;
	}
	
	.xl\:max-w-\[1280px\] {
		max-width: 1280px;
	}
	
	.xl\:max-w-\[1290px\] {
		max-width: 1290px;
	}
	
	.xl\:max-w-\[172px\] {
		max-width: 172px;
	}
	
	.xl\:max-w-\[1840px\] {
		max-width: 1840px;
	}
	
	.xl\:max-w-\[188px\] {
		max-width: 188px;
	}
	
	.xl\:max-w-\[200px\] {
		max-width: 200px;
	}
	
	.xl\:max-w-\[230px\] {
		max-width: 230px;
	}
	
	.xl\:max-w-\[250px\] {
		max-width: 250px;
	}
	
	.xl\:max-w-\[261px\] {
		max-width: 261px;
	}
	
	.xl\:max-w-\[300px\] {
		max-width: 300px;
	}
	
	.xl\:max-w-\[319px\] {
		max-width: 319px;
	}
	
	.xl\:max-w-\[321px\] {
		max-width: 321px;
	}
	
	.xl\:max-w-\[380px\] {
		max-width: 380px;
	}
	
	.xl\:max-w-\[388px\] {
		max-width: 388px;
	}
	
	.xl\:max-w-\[413px\] {
		max-width: 413px;
	}
	
	.xl\:max-w-\[440px\] {
		max-width: 440px;
	}
	
	.xl\:max-w-\[458px\] {
		max-width: 458px;
	}
	
	.xl\:max-w-\[500px\] {
		max-width: 500px;
	}
	
	.xl\:max-w-\[504px\] {
		max-width: 504px;
	}
	
	.xl\:max-w-\[604px\] {
		max-width: 604px;
	}
	
	.xl\:max-w-\[700px\] {
		max-width: 700px;
	}
	
	.xl\:max-w-\[712px\] {
		max-width: 712px;
	}
	
	.xl\:max-w-\[836px\] {
		max-width: 836px;
	}
	
	.xl\:max-w-\[900px\] {
		max-width: 900px;
	}
	
	.xl\:max-w-\[95\%\] {
		max-width: 95%;
	}
	
	.xl\:max-w-full {
		max-width: 100%;
	}
	
	.xl\:flex-1 {
		flex: 1 1 0%;
	}
	
	.xl\:-translate-x-1\/2 {
		--tw-translate-x: -50%;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	}
	
	.xl\:-translate-y-1\/2 {
		--tw-translate-y: -50%;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	}
	
	.xl\:-translate-y-\[52\%\] {
		--tw-translate-y: -52%;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	}
	
	.xl\:-translate-y-\[59\%\] {
		--tw-translate-y: -59%;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	}
	
	.xl\:grid-cols-\[auto_1fr\] {
		grid-template-columns: auto 1fr;
	}
	
	.xl\:flex-row {
		flex-direction: row;
	}
	
	.xl\:flex-col {
		flex-direction: column;
	}
	
	.xl\:\!items-center {
		align-items: center !important;
	}
	
	.xl\:items-center {
		align-items: center;
	}
	
	.xl\:items-stretch {
		align-items: stretch;
	}
	
	.xl\:justify-center {
		justify-content: center;
	}
	
	.xl\:justify-between {
		justify-content: space-between;
	}
	
	.xl\:gap-\[16px\] {
		gap: 16px;
	}
	
	.xl\:gap-\[26px\] {
		gap: 26px;
	}
	
	.xl\:gap-\[30px\] {
		gap: 30px;
	}
	
	.xl\:gap-\[40px\] {
		gap: 40px;
	}
	
	.xl\:gap-\[71px\] {
		gap: 71px;
	}
	
	.xl\:gap-x-\[24px\] {
		-moz-column-gap: 24px;
		column-gap: 24px;
	}
	
	.xl\:gap-x-\[40px\] {
		-moz-column-gap: 40px;
		column-gap: 40px;
	}
	
	.xl\:gap-y-\[48px\] {
		row-gap: 48px;
	}
	
	.xl\:overflow-visible {
		overflow: visible;
	}
	
	.xl\:rounded-\[16px\] {
		border-radius: 16px;
	}
	
	.xl\:rounded-\[28px\] {
		border-radius: 28px;
	}
	
	.xl\:rounded-\[32px\] {
		border-radius: 32px;
	}
	
	.xl\:rounded-b-\[10px\] {
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	
	.xl\:rounded-b-\[32px\] {
		border-bottom-right-radius: 32px;
		border-bottom-left-radius: 32px;
	}
	
	.xl\:rounded-l-none {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}
	
	.xl\:rounded-r-\[24px\] {
		border-top-right-radius: 24px;
		border-bottom-right-radius: 24px;
	}
	
	.xl\:border-4 {
		border-width: 4px;
	}
	
	.xl\:border-\[\#1B1B1B52\] {
		border-color: rgba(27, 27, 27, .32);
	}
	
	.xl\:bg-\[\#232423\] {
		--tw-bg-opacity: 1;
		background-color: rgba(35, 36, 35, var(--tw-bg-opacity, 1));
	}
	
	.xl\:p-\[12px\] {
		padding: 12px;
	}
	
	.xl\:p-\[16px\] {
		padding: 16px;
	}
	
	.xl\:p-\[20px\] {
		padding: 20px;
	}
	
	.xl\:p-\[40px\] {
		padding: 40px;
	}
	
	.xl\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.xl\:px-\[16px\] {
		padding-left: 16px;
		padding-right: 16px;
	}
	
	.xl\:px-\[24px\] {
		padding-left: 24px;
		padding-right: 24px;
	}
	
	.xl\:px-\[31px\] {
		padding-left: 31px;
		padding-right: 31px;
	}
	
	.xl\:px-\[40px\] {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.xl\:px-\[56px\] {
		padding-left: 56px;
		padding-right: 56px;
	}
	
	.xl\:px-\[88px\] {
		padding-left: 88px;
		padding-right: 88px;
	}
	
	.xl\:py-\[16px\] {
		padding-top: 16px;
		padding-bottom: 16px;
	}
	
	.xl\:py-\[24px\] {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	
	.xl\:py-\[36px\] {
		padding-top: 36px;
		padding-bottom: 36px;
	}
	
	.xl\:py-\[40px\] {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.xl\:py-\[56px\] {
		padding-top: 56px;
		padding-bottom: 56px;
	}
	
	.xl\:py-\[6px\] {
		padding-top: 6px;
		padding-bottom: 6px;
	}
	
	.xl\:pb-\[20px\] {
		padding-bottom: 20px;
	}
	
	.xl\:pb-\[24px\] {
		padding-bottom: 24px;
	}
	
	.xl\:pb-\[40px\] {
		padding-bottom: 40px;
	}
	
	.xl\:pb-\[48px\] {
		padding-bottom: 48px;
	}
	
	.xl\:pb-\[56px\] {
		padding-bottom: 56px;
	}
	
	.xl\:pl-0 {
		padding-left: 0px;
	}
	
	.xl\:pl-8 {
		padding-left: 2rem;
	}
	
	.xl\:pl-\[24px\] {
		padding-left: 24px;
	}
	
	.xl\:pl-\[280px\] {
		padding-left: 280px;
	}
	
	.xl\:pl-\[291px\] {
		padding-left: 291px;
	}
	
	.xl\:pl-\[300px\] {
		padding-left: 300px;
	}
	
	.xl\:pr-\[16px\] {
		padding-right: 16px;
	}
	
	.xl\:pt-\[284px\] {
		padding-top: 284px;
	}
	
	.xl\:pt-\[38px\] {
		padding-top: 38px;
	}
	
	.xl\:pt-\[40px\] {
		padding-top: 40px;
	}
	
	.xl\:\!text-lg {
		font-size: 1.125rem !important;
		line-height: 1.75rem !important;
	}
	
	.xl\:text-\[14px\] {
		font-size: 14px;
	}
	
	.xl\:text-\[16px\] {
		font-size: 16px;
	}
	
	.xl\:text-\[17px\] {
		font-size: 17px;
	}
	
	.xl\:text-\[18px\] {
		font-size: 18px;
	}
	
	.xl\:text-\[20px\] {
		font-size: 20px;
	}
	
	.xl\:text-\[21px\] {
		font-size: 21px;
	}
	
	.xl\:text-\[24px\] {
		font-size: 24px;
	}
	
	.xl\:text-\[30px\] {
		font-size: 30px;
	}
	
	.xl\:text-\[32px\] {
		font-size: 32px;
	}
	
	.xl\:text-\[42px\] {
		font-size: 42px;
	}
	
	.xl\:text-\[48px\] {
		font-size: 48px;
	}
	
	.xl\:\!uppercase {
		text-transform: uppercase !important;
	}
	
	.xl\:leading-\[22px\] {
		line-height: 22px;
	}
	
	.xl\:leading-\[24px\] {
		line-height: 24px;
	}
	
	.xl\:leading-\[28px\] {
		line-height: 28px;
	}
	
	.xl\:leading-\[38px\] {
		line-height: 38px;
	}
}

@media (min-width: 1400px) {
	.xxl\:justify-start {
		justify-content: flex-start;
	}
	
	.xxl\:gap-6 {
		gap: 1.5rem;
	}
	
	.xxl\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

@media (min-width: 1536px) {
	.\32xl\:top-\[30px\] {
		top: 30px;
	}
	
	.\32xl\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}
	
	.\32xl\:mb-\[24px\] {
		margin-bottom: 24px;
	}
	
	.\32xl\:\!w-full {
		width: 100% !important;
	}
	
	.\32xl\:max-w-\[604px\] {
		max-width: 604px;
	}
	
	.\32xl\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.\32xl\:gap-x-\[40px\] {
		-moz-column-gap: 40px;
		column-gap: 40px;
	}
	
	.\32xl\:gap-y-\[24px\] {
		row-gap: 24px;
	}
	
	.\32xl\:pl-0 {
		padding-left: 0px;
	}
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-full::-webkit-scrollbar-thumb {
	border-radius: 9999px;
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-\[\#28670C\]::-webkit-scrollbar-thumb {
	--tw-bg-opacity: 1;
	background-color: rgba(40, 103, 12, var(--tw-bg-opacity, 1));
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-casino-yellow::-webkit-scrollbar-thumb {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 195, 45, var(--tw-bg-opacity, 1));
}

.\[\&\:\:-webkit-scrollbar-track\]\:rounded-full::-webkit-scrollbar-track {
	border-radius: 9999px;
}

.\[\&\:\:-webkit-scrollbar-track\]\:bg-casino-neutral-4::-webkit-scrollbar-track {
	--tw-bg-opacity: 1;
	background-color: rgba(51, 51, 51, var(--tw-bg-opacity, 1));
}

.\[\&\:\:-webkit-scrollbar\]\:h-2::-webkit-scrollbar {
	height: .5rem;
}

.\[\&\:\:-webkit-scrollbar\]\:w-2::-webkit-scrollbar {
	width: .5rem;
}

.\[\&\>img\]\:w-full > img {
	width: 100%;
}

.\[\&_a\]\:\!mt-0 a {
	margin-top: 0px !important;
}

.\[\&_p\]\:\!space-y-4 p > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}

.\[\&_p\]\:\!pb-0 p {
	padding-bottom: 0px !important;
}

.\[\&_p\]\:\!font-medium p {
	font-weight: 500 !important;
}

.\[\&_p\]\:\!text-\[\#ccccccd9\] p {
	color: rgba(204, 204, 204, .85) !important;
}

.\[\&_p\]\:last\:\!mb-0:last-child p {
	margin-bottom: 0px !important;
}

.\[\&_p\]\:last\:mb-0:last-child p {
	margin-bottom: 0px;
}

.\[\&_p\]\:last\:\!pb-0:last-child p {
	padding-bottom: 0px !important;
}

.\[\&_p\]\:last\:pb-0:last-child p {
	padding-bottom: 0px;
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
	background-color: transparent;
	border: none;
	font-size: 1em;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline;
	list-style: none;
	padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
	background-color: transparent;
	border: none;
	font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	margin-left: 5px;
	padding: 0;
	max-width: 100%;
	resize: none;
	height: 18px;
	vertical-align: bottom;
	font-family: sans-serif;
	overflow: hidden;
	word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-results__option--selectable {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	height: 26px;
	margin-right: 20px;
	padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	padding-bottom: 5px;
	padding-right: 5px;
	position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
	padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	font-weight: bold;
	height: 20px;
	margin-right: 10px;
	margin-top: 5px;
	position: absolute;
	right: 0;
	padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: inline-block;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0;
	padding-left: 20px;
	position: relative;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
	white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	cursor: default;
	padding-left: 2px;
	padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	background-color: transparent;
	border: none;
	border-right: 1px solid #aaa;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #999;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	padding: 0 4px;
	position: absolute;
	left: 0;
	top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
	background-color: #f1f1f1;
	color: #333;
	outline: none;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
	padding-left: 5px;
	padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	border-left: 1px solid #aaa;
	border-right: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
	float: left;
	margin-left: 10px;
	margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
	padding: 0;
}

.select2-container--default .select2-results__option--disabled {
	color: #999;
}

.select2-container--default .select2-results__option--selected {
	background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #5897fb;
	color: white;
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	height: 26px;
	margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0;
	padding-bottom: 5px;
	padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	display: inline-block;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
	cursor: default;
	padding-left: 2px;
	padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	background-color: transparent;
	border: none;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #888;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
	outline: none;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
	padding-left: 5px;
	padding-right: 2px;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none;
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
	border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
	padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
	color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #3875d7;
	color: #fff;
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb;
}

/* COMS Frontend Styles - Base/Shared */

/* Minimal wrapper (data attrs container, no layout) */
.coms-offers-wrapper {
	margin: 2rem 0;
}

/* Shared Button Styles */
.coms-btn {
	display: inline-block;
	padding: .75rem 1.5rem;
	text-decoration: none;
	font-weight: 600;
	border-radius: 4px;
	transition: all .3s ease;
	text-align: center;
}

.coms-btn-primary {
	background-color: #2563eb;
	color: #fff;
}

.coms-btn-primary:hover {
	background-color: #1d4ed8;
	color: #fff;
}

.coms-btn-secondary {
	background-color: #10b981;
	color: #fff;
}

.coms-btn-secondary:hover {
	background-color: #059669;
	color: #fff;
}

.coms-btn-overlay {
	background-color: rgba(255, 255, 255, .95);
	color: #1f2937;
}

.coms-btn-overlay:hover {
	background-color: #fff;
	color: #1f2937;
}

/* Template Error */
.coms-template-error {
	padding: 1rem;
	background: #fef2f2;
	border: 1px solid #fecaca;
	border-radius: 4px;
	color: #991b1b;
}

.coms-offer-link {
	text-decoration: none;
}

/* COMS Template: card_1 */
.coms-layout-card_1 {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 2rem;
}

.coms-card-1 {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
	transition: transform .3s ease, box-shadow .3s ease;
}

.coms-card-1:hover {
	transform: translateY(-4px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, .15);
}

.coms-card-1 .coms-card-image-wrapper {
	position: relative;
	overflow: hidden;
	height: 200px;
}

.coms-card-1 .coms-card-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.coms-card-1 .coms-card-content {
	padding: 1.5rem;
}

.coms-card-1 .coms-card-title {
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 0 .75rem;
	color: #1f2937;
}

.coms-card-1 .coms-card-excerpt {
	color: #6b7280;
	margin-bottom: 1rem;
	line-height: 1.6;
}

.coms-card-1 .coms-card-bonus, .coms-card-1 .coms-card-spins {
	margin-bottom: .5rem;
	font-size: .95rem;
}

.coms-card-1 .coms-bonus-label, .coms-card-1 .coms-spins-label {
	font-weight: 600;
	color: #374151;
}

.coms-card-1 .coms-bonus-value, .coms-card-1 .coms-spins-value {
	color: #2563eb;
	font-weight: 700;
}

.coms-card-1 .coms-card-actions {
	margin-top: 1.5rem;
}

@media (max-width: 768px) {
	.coms-layout-card_1 {
		grid-template-columns: 1fr;
	}
}

/* COMS Template: custom_list_view_1 */

/* ── Grid ── */
.coms-clv1-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
	align-items: start;
}

/* ── Collapsed card ── */
.coms-clv1-card {
	background: #fff;
	color: #000;
	border-radius: 10px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .1490196078);
	display: flex;
	flex-direction: column;
	text-align: center;
}

/* Top section */
.coms-clv1-top-section {
	position: relative;
	background: #909090;
	border-radius: 8px 8px 0 0;
	padding: 8px 8px 8px 40px;
}

/* Rank wrapper with SVG badges */
.coms-clv1-rank-wrapper {
	position: absolute;
	top: 0px;
	left: 8px;
	width: 38px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.coms-clv1-rank-badge-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.coms-clv1-rank-badge-1, .coms-clv1-rank-badge-2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.coms-clv1-rank-badge-2 {
	z-index: 1;
}

.coms-clv1-rank {
	position: relative;
	color: #fff;
	font-size: .9rem;
	font-weight: 700;
	line-height: 1;
}

.coms-clv1-new-badge {
	position: absolute;
	top: -8px;
	right: 8px;
	background: #f59f00;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 4px 12px;
	border-radius: 8px;
}

/* Top content: logo left, rating right */
.coms-clv1-top-content {
	min-height: 78px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

/* Logo */
.coms-clv1-logo-link {
	text-decoration: none;
	display: block;
}

.coms-clv1-logo-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	min-width: 131px;
}

.coms-clv1-logo {
	max-height: 50px;
	max-width: 131px;
	width: 100%;
	height: 100%;
	object-fit: contain;
	margin: 0;
}

.coms-clv1-logo-placeholder {
	font-size: .9rem;
	font-weight: 600;
	color: #6b7280;
}

/* Rating wrapper (right side, stacked) */
.coms-clv1-rating-wrapper {
	min-width: 108px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.coms-clv1-rating-value {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	line-height: 30px;
}

.coms-clv1-review-link {
	font-size: 12px;
	color: #e99d0e;
	text-decoration: none;
	line-height: 1.2;
}

.coms-clv1-review-link:hover {
	text-decoration: none;
}

.coms-clv1-content {
	padding: 16px 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

/* Offer title */
.coms-clv1-title {
	padding: 0 16px;
	font-size: 22px;
	font-weight: 700;
	color: #000;
	line-height: 30px;
	margin: 0 0 20px 0;
	text-align: center;
	min-height: 60px;
}

.coms-clv1-title:hover {
	text-decoration: none;
	color: #000;
}

/* CTA button */
.coms-clv1-cta {
	width: 100%;
	margin-bottom: 16px;
	padding: 0 16px;
	box-sizing: border-box;
}

.coms-clv1-btn-cta {
	display: block;
	width: 100%;
	padding: 12px;
	box-sizing: border-box;
	background: #4cb944;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	border-radius: 30px;
	transition: background .2s ease;
}

.coms-clv1-btn-cta:hover {
	background: #57de4d;
	color: #fff;
	text-decoration: none;
}

.coms-clv1-bottom-wrapper {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	padding: 0 16px;
}

.coms-clv1-justify-center {
	justify-content: center;
}

/* Toggle button */
.coms-clv1-toggle {
	color: #c37601;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	transition: background .2s ease, color .2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
	padding: 0;
}

/* Article CTA */
.coms-clv1-article-link {
	color: #c37601;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: color .2s ease;
}

.coms-clv1-article-link:hover {
	color: #e99d0e;
	text-decoration: none;
}

.coms-clv1-toggle-icon {
	transition: transform .3s ease;
}

.coms-clv1-toggle--open .coms-clv1-toggle-icon {
	transform: rotate(180deg);
}

/* ── Expanded details ── */
.coms-clv1-details {
	width: 100%;
	box-sizing: border-box;
}

.coms-clv1-details-inner {
	max-height: 0;
	overflow: hidden;
	transition: max-height .6s ease-in-out;
}

.coms-clv1-details--open .coms-clv1-details-inner {
	max-height: 2000px;
}

.coms-clv1-details[hidden] {
	display: none;
}

/* Section */
.coms-clv1-section {
	margin-bottom: 20px;
	padding: 16px;
	background: #f6f6f6;
	border-radius: 10px;
}

.coms-clv1-section--footer {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #f0f0f0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	border-bottom: none;
}

.coms-clv1-section-title {
	font-size: 16px;
	text-align: left;
	font-weight: 700;
	color: #000;
	margin-bottom: 0;
	margin-top: 0;
}

/* Info list */
.coms-clv1-info-list {
	margin: 0;
	padding: 0;
}

.coms-clv1-info-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 8px;
	padding: 8px 0;
	border-bottom: 1px solid #dee2e6;
	font-size: 14px;
	line-height: 20px;
}

.coms-clv1-info-row:first-child {
	padding-top: 0;
}

.coms-clv1-info-row:last-child {
	border-bottom: none;
}

.coms-clv1-info-row .coms-clv1-info-label {
	font-weight: 400;
	flex-shrink: 0;
}

.coms-clv1-info-row .coms-clv1-info-value {
	font-weight: 600;
	text-align: right;
	margin: 0;
}

/* Payment methods */
.coms-clv1-content-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}

.coms-clv1-pm-all {
	font-size: 13px;
	color: #c37601;
	font-weight: 600;
	text-decoration: none;
	transition: all .2s ease;
}

.coms-clv1-pm-all:hover {
	text-decoration: none;
	color: #e99d0e;
}

.coms-clv1-pm-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: .5rem;
}

.coms-clv1-pm-item {
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px;
	min-height: 48px;
}

.coms-clv1-pm-logo {
	max-height: 68px;
	max-width: 100%;
	object-fit: contain;
	margin-bottom: 0;
}

/* Responsible gambling footer */
.coms-clv1-footer-data {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	line-height: 20px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.coms-clv1-responsible {
	display: flex;
	align-items: center;
	gap: 4px;
	justify-content: center;
}

.coms-clv1-responsible-age {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border: 1.5px solid #9ca3af;
	border-radius: 50%;
	font-size: .7rem;
	font-weight: 700;
	color: #9ca3af;
	flex-shrink: 0;
}

.coms-clv1-terms {
	color: #f59f00;
	text-decoration: none;
	font-weight: 500;
}

.coms-clv1-terms:hover {
	text-decoration: underline;
}

.coms-clv1-toggle--collapse {
	color: #f59f00;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
	.coms-clv1-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 640px) {
	.coms-clv1-grid {
		grid-template-columns: 1fr;
	}
}

/* COMS Template: custom_list_view_2 */
a {
	text-decoration: none !important;
}

/* ── Container ── */
.coms-clv2-container {
	width: 100%;
}

.coms-clv2-title {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 0;
}

/* ── Offers List ── */
.coms-clv2-offers-list {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	padding-bottom: 48px;
}

/* ── Offer Item ── */
.coms-clv2-offer-item {
	width: 100%;
	background: #333;
	border-radius: 4px;
	padding: 16px 24px;
	position: relative;
}

.coms-clv2-offer-item--numbered {
	margin-bottom: 6px;
}

/* ── Number Badge ── */
.coms-clv2-number-badge {
	position: absolute;
	top: -14px;
	left: 9px;
	background: #efc32d;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.coms-clv2-number {
	font-size: 17px;
	font-weight: 700;
	color: #101010;
}

/* ── Offer Content ── */
.coms-clv2-offer-content {
	display: flex;
	align-items: center;
	gap: 40px;
}

/* ── Logo ── */
.coms-clv2-offer-logo {
	flex-shrink: 0;
	width: 188px;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 8px;
}

.coms-clv2-logo-img {
	max-width: 100%;
	height: auto;
	display: block;
}

.coms-clv2-logo-placeholder {
	width: 172px;
	height: 83px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e5e5e5;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	color: #666;
}

/* ── Offer Details ── */
.coms-clv2-offer-details {
	display: flex;
	align-items: center;
	flex: 1;
	min-width: 0;
	gap: 40px;
	width: 100%;
}

.coms-clv2-offer-details ul {
	padding-bottom: 0 !important;
}

.coms-clv2-offer-details ul li {
	color: #ccc !important;
}

.coms-clv2-offer-details div:first-child {
	width: 361px;
}

.coms-clv2-offer-title {
	font-family: "Montserrat", serif !important;
	font-size: 20px !important;
	line-height: 28px !important;
	font-weight: 600 !important;
	padding-bottom: 0 !important;
	margin: 0 !important;
	color: #efc32d !important;
}

.coms-clv2-offer-subtitle {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 !important;
	padding-bottom: 0 !important;
}

.coms-clv2-offer-title a {
	color: #000;
	text-decoration: none;
}

.coms-clv2-offer-title a:hover {
	color: black;
	text-decoration: none;
}

/* ── Rating ── */
.coms-clv2-offer-rating {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
}

.coms-clv2-rating-value {
	font-size: 20px;
	font-weight: 700;
	color: #000;
}

.coms-clv2-review-link {
	font-size: 13px;
	text-decoration: none;
}

.coms-clv2-review-link:hover {
	text-decoration: underline;
}

/* ── Info List ── */
.coms-clv2-info-list {
	margin-bottom: 12px;
}

.coms-clv2-info-row {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	font-size: 13px;
	line-height: 1.5;
	padding: 4px 0;
}

.coms-clv2-info-label {
	color: #666;
	font-weight: 400;
}

.coms-clv2-info-value {
	color: #000;
	font-weight: 600;
	text-align: right;
}

/* ── Payment Methods ── */
.coms-clv2-payment-methods {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}

.coms-clv2-pm-logo {
	max-height: 30px;
	max-width: 50px;
	object-fit: contain;
}

/* ── CTA Button ── */
.coms-clv2-offer-cta {
	width: 175px;
}

.coms-clv2-btn-cta {
	padding: 10px 24px;
	background: #0a8a0f;
	color: white !important;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	border-radius: 9999px;
	transition: background .2s ease;
	height: 43px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.coms-clv2-btn-cta:hover {
	background: #42bb0d;
	color: white !important;
	text-decoration: none;
}

/* ── Responsive ── */
@media (max-width: 768px) {
	.coms-clv2-offer-content {
		flex-direction: column;
	}
	
	.coms-clv2-offer-logo {
		width: 100%;
		text-align: center;
	}
	
	.coms-clv2-logo-img, .coms-clv2-logo-placeholder {
		margin: 0 auto;
	}
}

@media (max-width: 1100px) {
	.coms-clv2-offer-details {
		flex-direction: column;
		gap: 20px;
		align-items: flex-start;
	}
}

@media (max-width: 992px) {
	.coms-clv2-offer-content {
		flex-direction: column;
		gap: 20px;
		align-items: flex-start;
	}
	
	.coms-clv2-offer-cta {
		width: 100%;
		max-width: 172px;
		margin: 0 auto;
	}
	
	.coms-clv2-offer-logo {
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}
	
	.coms-clv2-offer-logo a:first-child {
		max-width: 188px;
	}
	
	.coms-clv2-offer-item {
		padding: 16px;
	}
}

@media (max-width: 830px) {
	.coms-clv2-offer-details div:first-child {
		width: 100%;
	}
}

@media (max-width: 576px) {
	.coms-clv2-offer-logo a:first-child {
		max-width: 105px;
	}
}
