@charset "UTF-8";
/* Critical styles for the main casinos landing page. Full style.css loads asynchronously. */
/* Shared above-the-fold foundation for template-specific critical bundles. */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	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: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-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;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/* Typography
--------------------------------------------- */
/* =========================
   Base Typography
   ========================= */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("assets/fonts/roboto-latin-400-700.woff2") format("woff2");
}

@font-face {
	font-family: "Roboto Fallback";
	src: local("Arial");
	size-adjust: 100.12%;
	ascent-override: 92.77%;
	descent-override: 24.41%;
	line-gap-override: 0%;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Roboto", "Roboto Fallback", sans-serif !important;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
	/* regular */
}

p a {
	color: #DB5F39 !important;
	font-weight: 600;
	text-decoration-line: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

p a:hover {
	text-decoration-thickness: 3px;
}

ul:not(#mainMenu ul):not(.site-footer ul):not(#subMenuPanel ul):not(#wpadminbar ul):not(.table-of-content-wrapper ul):not(.table-of-content-pages-wrapper ul) a {
	color: #D51D1F !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto", "Roboto Fallback", sans-serif !important;
	font-weight: bold;
}

h1, h2 {
	color: #160D48 !important;
}

b,
strong {
	font-weight: 600;
	/* bold */
}

/* =========================
   Apple Devices Font Fix
   ========================= */
/* iOS browsers (Safari + Chrome + Edge) */
@supports (-webkit-overflow-scrolling: touch) {
	h1, h2, h3, h4, h5, h6, b, strong {
		-webkit-font-smoothing: subpixel-antialiased !important;
	}
}

/* macOS browsers (Safari + Chrome + Edge) */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	h1, h2, h3, h4, h5, h6, b, strong {
		-webkit-font-smoothing: subpixel-antialiased !important;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

@media (min-width: 768px) {
	.w-md-70 {
		width: 70% !important;
	}
	.w-md-30 {
		width: 30% !important;
	}
}

.transition {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.transition:hover {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.tablet {
	display: none !important;
}

@media (max-width: 992px) {
	.tablet {
		display: block !important;
	}
}

.desktop {
	display: block !important;
}

@media (max-width: 992px) {
	.desktop {
		display: none !important;
	}
}

.red-button {
	background-color: #EC5428;
	color: #ffffff !important;
	font-weight: bold;
	font-size: 21px;
	padding: 10px;
	text-decoration: none;
	border-radius: 15px;
	border: 1px solid #EC5428;
}

.red-button:hover {
	background-color: transparent;
	color: #EC5428 !important;
}

@media (max-width: 768px) {
	.red-button {
		display: flex;
		margin: 0 auto;
		width: fit-content;
		justify-content: center;
	}
}

@media (max-width: 576px) {
	.red-button {
		width: 100%;
	}
}

.blue-button {
	text-align: center;
}

.blue-button a {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding: 18px 60px;
	border-radius: 10px;
	font-weight: 700;
	font-size: 24px;
	background: linear-gradient(180deg, #041030 0%, #455EA3 100%);
	box-shadow: 0 4px 15px rgba(0, 125, 88, 0.2);
	border: none;
	transition: all 0.3s ease;
}

@media (max-width: 992px) {
	.blue-button a {
		padding: 15px 50px;
		font-size: 20px;
	}
}

.blue-button a:hover {
	background: linear-gradient(180deg, #041030 0%, #455EA3 100%);
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(0, 125, 88, 0.2);
	color: #fff;
	text-decoration: none;
}

.blue-button a:visited {
	color: #fff;
}

.green-button {
	background-color: #94d26e;
	color: #ffffff !important;
	font-weight: bold;
	font-size: 21px;
	padding: 10px;
	text-decoration: none;
	border-radius: 15px;
	border: 1px solid #94d26e;
}

.green-button:hover {
	background-color: transparent;
	color: #94d26e !important;
}

@media (max-width: 768px) {
	.green-button {
		display: flex;
		margin: 0 auto;
		width: fit-content;
		justify-content: center;
	}
}

@media (max-width: 576px) {
	.green-button {
		width: 100%;
	}
}

@media (max-width: 576px) {
	h1 {
		font-size: 27px !important;
		font-weight: 700 !important;
	}
}

h3 {
	font-size: 1.55rem !important;
}

h4 {
	font-size: calc(1rem + .1vw) !important;
	color: #140d45 !important;
	margin-top: 0.5rem !important;
}

p {
	margin-bottom: 0.75rem !important;
}

b, strong {
	font-weight: 700 !important;
}

body {
	background-color: #CBD2E9 !important;
	margin: 0 !important;
}

ul, ol {
	margin-left: 0px !important;
}

.quicklinks ul {
	margin: 0em !important;
}

.not-found {
	padding: 100px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.not-found p {
	font-size: 15px;
}

.dashed-line {
	border-top: 9px solid #0F1C3F;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 7%;
	border-radius: 15px;
}

@media (max-width: 768px) {
	.dashed-line {
		width: 13%;
	}
}

.two-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5px;
}

.three-columns {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 5px;
}

@media (max-width: 768px) {
	.three-columns {
		grid-template-columns: 1fr 1fr;
	}
}

.fancy-list {
	padding: 0;
	font-weight: 400;
	list-style-position: inside;
}

.fancy-list li {
	position: relative;
	background-color: #BAC5E5;
	padding: 20px 35px;
	margin-bottom: 1em;
	border-radius: 12px;
	box-shadow: 6px 10px 13px rgba(121, 121, 121, 0.6);
	line-height: 1.5;
}

.fancy-list li:last-child {
	margin-bottom: 0;
}

.four-columns {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 5px;
}

blockquote {
	position: relative;
	padding: 1.5rem 2rem;
	margin: 0;
}

blockquote::before,
blockquote::after {
	content: '"';
	font-style: italic;
	font-size: 80px;
	position: absolute;
	color: #0F1C3F;
	font-family: serif;
	line-height: 1;
}

blockquote::before {
	top: -0.5rem;
	left: -1rem;
}

blockquote::after {
	bottom: -0.5rem;
	right: 0px;
}

.back-to-top {
	position: fixed;
	bottom: 110px;
	right: 30px;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: #0F1C3F;
	color: #ffffff;
	border-radius: 50%;
	text-decoration: none;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
}

@media (max-width: 576px) {
	.back-to-top {
		bottom: 75px;
	}
}

.back-to-top i {
	font-size: 1.2rem;
}

.back-to-top:hover {
	transform: translateY(-3px);
	color: #ffffff;
}

.back-to-top:visited {
	color: #ffffff;
}

.back-to-top.show {
	opacity: 1;
	visibility: visible;
}

.rounded-accordion {
	border-radius: 15px !important;
}

@media (min-width: 1160px) {
	.ag-breakout-1160 {
		max-width: 1160px;
		position: relative;
		overflow: visible;
	}
	.ag-breakout-1160 .ag-table-wrap {
		overflow-x: auto;
	}
	/* if your 880px container has overflow hidden, disable it on this block */
	.ag-breakout-1160 {
		overflow: visible;
	}
}

@media (min-width: 880px) {
	.ag-breakout-880 {
		max-width: 880px;
		position: relative;
		margin: 0 auto;
	}
	#disclaimerAccordion {
		max-width: 880px;
		position: relative;
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	#disclaimerCollapse ul {
		padding-left: 23px;
	}
	#disclaimerCollapse ul li a {
		font-size: 14px;
	}
}

figcaption {
	font-size: 12px;
	font-style: italic;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.site-header {
	background-color: #0F1C3F;
	width: 100%;
	position: fixed;
	z-index: 1000;
	/* Match submenu arrow styling in the right-hand panel */
}

@media (min-width: 1024px) {
	.site-header #hamburger.hidden {
		display: none !important;
	}
}

.site-header .nav-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 14px 25px;
}

@media (max-width: 1023px) {
	.site-header .nav-wrapper {
		position: relative;
		z-index: 10001;
	}
}

.site-header .nav-wrapper .header-left,
.site-header .nav-wrapper .header-right {
	display: flex;
	align-items: center;
	gap: 14px;
}

.site-header .nav-wrapper .header-left.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.site-header .nav-wrapper .header-center {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 auto;
}

.site-header .nav-wrapper .menu-label {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #ffffff;
	cursor: pointer;
}

.site-header .nav-wrapper .header-links {
	display: flex;
	align-items: center;
	gap: 28px;
}

.site-header .nav-wrapper .header-links a {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	transition: color 0.2s ease;
}

.site-header .nav-wrapper .header-links a:hover {
	color: #ffffff;
}

.site-header .nav-wrapper .site-branding a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.site-header .nav-wrapper .site-branding img {
	max-height: 45px;
	width: auto;
}

.site-header .nav-wrapper .main-navigation {
	display: flex;
	justify-content: start;
	align-items: center;
	width: auto;
}

.site-header .nav-wrapper .main-navigation #hamburger {
	display: block !important;
	background-color: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	cursor: pointer;
	padding: 0;
	width: 38px;
	height: 38px;
}

.site-header .nav-wrapper .main-navigation #hamburger .line1, .site-header .nav-wrapper .main-navigation #hamburger .line2, .site-header .nav-wrapper .main-navigation #hamburger .line3 {
	fill: none;
	stroke: #c6c7d3;
	stroke-width: 6;
	transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.site-header .nav-wrapper .main-navigation #hamburger .line1 {
	stroke-dasharray: 60 207;
}

.site-header .nav-wrapper .main-navigation #hamburger .line2 {
	stroke-dasharray: 60 60;
}

.site-header .nav-wrapper .main-navigation #hamburger .line3 {
	stroke-dasharray: 60 207;
}

.site-header .nav-wrapper .main-navigation #hamburger.open .line1 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
}

.site-header .nav-wrapper .main-navigation #hamburger.open .line2 {
	stroke-dasharray: 1 60;
	stroke-dashoffset: -30;
}

.site-header .nav-wrapper .main-navigation #hamburger.open .line3 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
}

.site-header .nav-wrapper .search-toggle {
	width: 34px;
	height: 34px;
	border: 0;
	background: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
}

.site-header .nav-wrapper .search-toggle svg {
	width: 20px;
	height: 20px;
	stroke: #ffffff;
	stroke-width: 2;
	fill: none;
}

@media (max-width: 1024px) {
	.site-header .nav-wrapper .header-center {
		display: none;
	}
}

@media (max-width: 768px) {
	.site-header .nav-wrapper {
		padding: 12px 16px;
		gap: 8px;
	}
	.site-header .nav-wrapper .menu-label {
		display: none;
	}
	.site-header .nav-wrapper .site-branding img {
		max-height: 35px;
	}
}

.site-header #mainMenu {
	background-color: #0F1C3F;
	overflow: hidden;
	display: none;
}

.site-header #mainMenu.active, .site-header #mainMenu[style*="display: block"] {
	display: flex !important;
	flex-direction: column;
}

.site-header #mainMenu .menu-panel-branding {
	display: none;
}

@media (max-width: 1023px) {
	.site-header #mainMenu {
		position: fixed;
		top: 62px;
		left: 0;
		width: 100%;
		height: calc(100dvh - 62px);
		z-index: 9998;
		overflow-y: scroll;
		scrollbar-width: thin;
		scrollbar-color: #3486EB #1a0e6e;
	}
}

@media (max-width: 768px) {
	.site-header #mainMenu {
		top: 69px;
		height: calc(100dvh - 69px);
	}
}

.site-header #mainMenu .mobile-menu-wrapper {
	flex: 1 1 auto;
	min-height: 0;
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
	margin-top: 0px;
	padding: 50px 0 24px;
}

.site-header #mainMenu .mobile-menu-wrapper .sub-menu li {
	margin: 0 0 5px 25px;
}

.site-header #mainMenu .mobile-menu-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	flex: 1 1 auto;
	min-height: 0;
	scrollbar-width: thin;
	scrollbar-color: #3486EB #1a0e6e;
	overflow-y: auto;
}

@media (max-width: 1023px) {
	.site-header #mainMenu .mobile-menu-wrapper ul {
		height: 100%;
	}
}

@media (max-width: 768px) {
	.site-header #mainMenu .mobile-menu-wrapper ul {
		height: 100%;
	}
}

.site-header #mainMenu .mobile-menu-wrapper ul::-webkit-scrollbar {
	width: 8px;
}

.site-header #mainMenu .mobile-menu-wrapper ul::-webkit-scrollbar-track {
	background: #1a0e6e;
	border-radius: 10px;
}

.site-header #mainMenu .mobile-menu-wrapper ul::-webkit-scrollbar-thumb {
	background-color: #3486EB;
	border-radius: 10px;
}

.site-header #mainMenu .mobile-menu-wrapper ul::-webkit-scrollbar-thumb:hover {
	background-color: #3486EB;
}

.site-header #mainMenu .mobile-menu-wrapper ul li {
	margin: 0;
	font-weight: 600;
	text-align: start;
	margin-left: 0;
	padding: 13px 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header #mainMenu .mobile-menu-wrapper ul li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 0.2px;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	width: calc(100% - 40px);
}

.site-header #mainMenu .mobile-menu-wrapper ul li a:hover {
	color: #EC5428;
}

.site-header #mainMenu .mobile-menu-wrapper ul li.has-menu-icon > a .menu-item-icon {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.site-header #mainMenu .mobile-menu-wrapper ul li.menu-icon-about-our-mission > a .menu-item-icon {
	background-image: url("assets/images/menu-icons/about our mission.png");
}

.site-header #mainMenu .mobile-menu-wrapper ul li.menu-icon-best-bonuses > a .menu-item-icon {
	background-image: url("assets/images/menu-icons/best bonuses.png");
}

.site-header #mainMenu .mobile-menu-wrapper ul li.menu-icon-best-casinos > a .menu-item-icon {
	background-image: url("assets/images/menu-icons/best-casinos-menu.png");
}

.site-header #mainMenu .mobile-menu-wrapper ul li.menu-icon-best-pokies > a .menu-item-icon {
	background-image: url("assets/images/menu-icons/best-pokies-menu.png");
}

.site-header #mainMenu .mobile-menu-wrapper ul li.menu-icon-casino-tools > a .menu-item-icon {
	background-image: url("assets/images/menu-icons/casino tools.png");
}

.site-header #mainMenu .mobile-menu-wrapper ul li.menu-icon-contact-us > a .menu-item-icon {
	background-image: url("assets/images/menu-icons/contact us.png");
}

.site-header #mainMenu .mobile-menu-wrapper ul li.menu-icon-guides > a .menu-item-icon {
	background-image: url("assets/images/menu-icons/academy-icon-menu.png");
}

.site-header #mainMenu .mobile-menu-wrapper ul li.menu-icon-gambling-laws > a .menu-item-icon {
	background-image: url("assets/images/menu-icons/gambling-laws-menu.png");
}

.site-header #mainMenu .mobile-menu-wrapper ul li.menu-icon-latest-news > a .menu-item-icon {
	background-image: url("assets/images/menu-icons/stories-icon-menu.png");
}

.site-header #mainMenu .mobile-menu-wrapper ul li.menu-icon-payment-methods > a .menu-item-icon {
	background-image: url("assets/images/menu-icons/payment-methods-menu.png");
}

.site-header #mainMenu .mobile-menu-wrapper ul li.menu-icon-reviews > a .menu-item-icon {
	background-image: url("assets/images/menu-icons/reviews.png");
}

.site-header #mainMenu .mobile-menu-wrapper ul li.menu-icon-latest-news > a {
	font-size: 16px;
}

.site-header #mainMenu .mobile-menu-wrapper ul li.menu-icon-about-our-mission > a {
	font-size: 16px;
}

.site-header #mainMenu .mobile-menu-wrapper ul li.menu-icon-contact-us > a {
	font-size: 16px;
}

.site-header #mainMenu .mobile-menu-wrapper ul li .active {
	transform: rotate(180deg);
}

.site-header #mainMenu .mobile-menu-wrapper ul #menu-item-64316 {
	margin: 0;
	padding: 0;
	border: 0;
}

.site-header #mainMenu .mobile-menu-wrapper ul #menu-item-64316 a {
	color: #ffffff;
	width: 100%;
	justify-content: center;
	gap: 8px;
	background: #ec5428;
	min-height: 50px;
	border-radius: 13px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
}

.site-header #mainMenu .mobile-menu-wrapper ul #menu-item-64316 a::before {
	content: "";
	width: 18px;
	height: 18px;
	display: inline-block;
	background-image: url("assets/images/menu-icons/send a complaint button asset.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.site-header #mainMenu .mobile-menu-wrapper ul .current_page_item > a:first-child {
	color: #EC5428;
}

.site-header #mainMenu .menu-copyright {
	position: static;
	margin: 0 16px 14px;
	text-align: center;
	color: rgba(142, 139, 176, 0.55);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	pointer-events: none;
	padding-top: 15px;
}

.site-header #mainMenu .menu-item-has-children {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.site-header #mainMenu .menu-item-has-children > a {
	width: auto;
	flex: 0 1 auto;
}

.site-header #mainMenu .menu-item-has-children > .sub-menu {
	flex: 0 0 100%;
}

.site-header #mainMenu .menu-item-has-children .submenu-toggle {
	display: inline-block;
	margin-left: 8px;
	cursor: pointer;
	width: auto;
	min-width: 24px;
	text-align: center;
	vertical-align: middle;
}

.site-header #mainMenu .menu-item-has-children .submenu-toggle i {
	background-color: transparent;
	color: #877db8;
	padding: 6px 0;
	border-radius: 0;
	font-size: 13px;
	transition: transform 0.3s ease;
}

.site-header #mainMenu .menu-item-has-children .submenu-toggle i.rotated {
	transform: rotate(180deg);
}

@media (min-width: 1024px) {
	.site-header #mainMenu .menu-item-has-children .submenu-toggle i.rotated {
		transform: rotate(-90deg);
	}
}

.site-header #mainMenu .menu-item-has-children > a:hover + .submenu-toggle i,
.site-header #mainMenu .menu-item-has-children > a:focus-visible + .submenu-toggle i,
.site-header #mainMenu .menu-item-has-children > .submenu-toggle:hover i,
.site-header #mainMenu .menu-item-has-children > .submenu-toggle:focus-visible i {
	color: #EC5428;
}

.site-header #mainMenu .menu-item-has-children .sub-menu {
	display: none;
	width: 100%;
	margin-top: 10px;
	margin-left: 28px;
}

.site-header #mainMenu .menu-item-has-children .sub-menu li {
	border-bottom: 0;
	padding: 8px 0;
	margin: 0;
}

.site-header #mainMenu .menu-item-has-children .sub-menu li a {
	width: 100%;
	font-size: 17px;
	color: #c3bfe1;
	gap: 0;
}

.site-header #mainMenu .menu-item-has-children .sub-menu li.menu-item-has-children {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.site-header #mainMenu .menu-item-has-children .sub-menu li.menu-item-has-children > a {
	width: auto;
	flex: 0 1 auto;
}

.site-header #mainMenu .menu-item-has-children .sub-menu li.menu-item-has-children > .submenu-toggle {
	margin-left: 8px;
	width: auto;
	min-width: 24px;
}

.site-header #mainMenu .menu-item-has-children .sub-menu li.menu-item-has-children > .sub-menu {
	flex: 0 0 100%;
}

.site-header #mainMenu .menu-item-has-children .sub-menu .sub-menu .sub-menu li {
	font-weight: 400;
}

@media (min-width: 1024px) {
	.site-header #mainMenu {
		display: flex;
		flex-direction: column;
		position: fixed;
		top: 0;
		left: 0;
		width: 320px;
		height: 100vh;
		transform: translateX(-100%);
		transition: transform 0.3s ease-in-out;
		padding-top: 12px;
		z-index: 9999;
	}
	.site-header #mainMenu .menu-panel-branding {
		display: flex;
		align-items: end;
		height: 68px;
		padding: 0 68px 0 20px;
	}
	.site-header #mainMenu .menu-panel-branding a {
		display: inline-flex;
		align-items: center;
		text-decoration: none;
	}
	.site-header #mainMenu .menu-panel-branding img {
		max-height: 40px;
		margin-bottom: -6px;
		width: auto;
		object-fit: contain;
	}
	.site-header #mainMenu .mobile-menu-wrapper {
		padding-top: 50px;
	}
}

@media (min-width: 1024px) {
	.site-header #mainMenu.active {
		transform: translateX(0%);
	}
}

.site-header #subMenuPanel .menu-item-has-children {
	position: relative;
}

.site-header #subMenuPanel .menu-item-has-children .sub-menu {
	list-style: none;
	margin-left: 0;
}

.site-header #subMenuPanel .menu-item-has-children .submenu-toggle {
	display: inline-block;
	margin-left: 0;
	cursor: pointer;
	width: 34px;
	text-align: center;
	vertical-align: middle;
}

.site-header #subMenuPanel .menu-item-has-children .submenu-toggle i {
	background-color: transparent;
	color: #877db8;
	padding: 6px 0;
	border-radius: 0;
	font-size: 13px;
	transition: transform 0.3s ease;
}

.site-header #subMenuPanel .menu-item-has-children .submenu-toggle i.rotated {
	transform: rotate(180deg);
}

.site-header #subMenuPanel .menu-item-has-children > a:hover + .submenu-toggle i,
.site-header #subMenuPanel .menu-item-has-children > a:focus-visible + .submenu-toggle i,
.site-header #subMenuPanel .menu-item-has-children > .submenu-toggle:hover i,
.site-header #subMenuPanel .menu-item-has-children > .submenu-toggle:focus-visible i {
	color: #EC5428;
}

.site-header #subMenuPanel .current_page_item > a:first-child {
	color: #EC5428 !important;
}

.site-header #closeMenu {
	display: none;
	position: absolute;
	top: 14px;
	right: 16px;
	width: 34px;
	height: 34px;
	background: none;
	border: none;
	font-size: 0;
	color: transparent;
	cursor: pointer;
	z-index: 10003;
}

.site-header #closeMenu::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("assets/images/menu-icons/close menu asset.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px 24px;
	opacity: 0.95;
}

@media (min-width: 1024px) {
	.site-header #closeMenu {
		display: block;
		top: 24px;
		right: 16px;
		font-size: 2.2rem;
		color: #ffffff;
		width: auto;
		height: auto;
	}
	.site-header #closeMenu::before {
		display: none;
	}
}

/* Right-hand panel that appears next to #mainMenu on desktop */
@media (min-width: 1024px) {
	#subMenuPanel {
		display: block;
		position: fixed;
		top: 0;
		left: 320px;
		/* place immediately to the right of #mainMenu (which is 320px wide) */
		width: 320px;
		/* same width as #mainMenu */
		height: 100vh;
		/* same height */
		background-color: #15244C;
		/* same background */
		padding-top: 80px;
		/* match header height like #mainMenu */
		z-index: 9998;
		/* keep behind #mainMenu so it feels like it slides out from under it */
		overflow: hidden;
		transform: translateX(-100%);
		transition: transform 0.3s ease-in-out;
	}
	#subMenuPanel .panel-inner {
		height: 100%;
		display: flex;
		justify-content: center;
		margin-top: 0px;
		overflow-y: auto;
		/* scroll if content exceeds */
		max-height: calc(100vh - 172px);
	}
	/* show/hide via .active */
	#subMenuPanel.active {
		transform: translateX(0);
	}
}

.current-menu-item > a:first-child {
	color: #EC5428 !important;
}

#menu-item-64316.current-menu-item > a:first-child {
	color: #ffffff !important;
}

@media (min-width: 1024px) {
	#subMenuPanel .panel-inner {
		padding: 0 20px;
	}
	.panel-content {
		width: 100%;
	}
	/* make cloned sub-menu fill the panel nicely */
	#subMenuPanel .panel-inner > .panel-content > .sub-menu {
		display: block;
		list-style: none;
		height: auto !important;
		margin: 0;
		padding: 0;
		width: 100%;
		overflow-y: auto !important;
		max-height: calc(100vh - 172px);
		scrollbar-gutter: auto;
	}
	#subMenuPanel .panel-inner > .panel-content > .sub-menu > li {
		margin: 0;
		padding: 6px 15px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
		font-weight: 600;
		text-align: start;
		margin-left: 0;
	}
	#subMenuPanel .panel-inner > .panel-content > .sub-menu > li ul {
		padding-left: 5px;
	}
	#subMenuPanel .panel-inner > .panel-content > .sub-menu a {
		color: #ffffff;
		text-decoration: none;
		font-size: 16px;
		letter-spacing: 0.2px;
		display: inline-flex;
		align-items: center;
		gap: 12px;
		width: calc(100% - 40px);
	}
	#subMenuPanel .panel-inner > .panel-content > .sub-menu a:hover {
		color: #EC5428;
	}
}

/* for Chrome, Edge, Safari */
.sub-menu {
	scrollbar-width: thin;
	/* Firefox */
	scrollbar-color: #3486EB #1a0e6e;
	/* thumb color, track color */
}

.sub-menu::-webkit-scrollbar {
	width: 8px;
	/* scrollbar width */
}

.sub-menu::-webkit-scrollbar-track {
	background: #1a0e6e;
	/* track background */
	border-radius: 10px;
}

.sub-menu::-webkit-scrollbar-thumb {
	background-color: #3486EB;
	/* scrollbar thumb color */
	border-radius: 10px;
}

.sub-menu::-webkit-scrollbar-thumb:hover {
	background-color: #3486EB;
	/* hover effect */
}

.tpm-search {
	position: relative;
	z-index: 9999;
	width: 0;
	opacity: 0;
	overflow: visible;
	pointer-events: none;
	transition: width 0.22s ease, opacity 0.22s ease;
}

.tpm-search.is-open {
	width: 280px;
	opacity: 1;
	pointer-events: auto;
}

#tpmLiveSearch {
	width: 100%;
	padding: 10px 12px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff !important;
	outline: none;
	margin-left: 0;
}

@media (max-width: 768px) {
	#tpmLiveSearch {
		width: 100%;
	}
}

.tpm-search-dropdown {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	left: 0;
	width: 100%;
	max-width: none;
	background: #18244A;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
	padding: 10px;
	max-height: 65vh;
	overflow-y: auto;
	z-index: 99999;
}

.tpm-search-dropdown.is-full-width {
	position: fixed;
	top: var(--tpm-search-top, 92px);
	left: 0;
	right: 0;
	width: 100vw;
	max-width: 100vw;
}

@media (max-width: 768px) {
	.tpm-search.is-open {
		width: 180px;
	}
	.tpm-search-dropdown {
		right: 0;
		left: 0;
		width: 100%;
		max-width: none;
	}
}

.tpm-result {
	display: grid;
	grid-template-columns: 130px 1fr;
	gap: 10px;
	padding: 10px;
	border-radius: 10px;
	color: #ffffff !important;
	text-decoration: none;
}

.tpm-result:hover,
.tpm-result.active {
	background: rgba(255, 255, 255, 0.08);
}

.tpm-result .tpm-thumb {
	width: 130px;
	height: 80px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.08);
	object-fit: cover;
}

.tpm-result .tpm-title {
	font-weight: 700;
}

.tpm-result .tpm-meta {
	font-size: 12px;
	opacity: .75;
}

.tpm-empty {
	padding: 12px;
	color: #cfd3ff;
	opacity: .8;
}

.tpm-loading {
	padding: 12px;
	color: #cfd3ff;
	opacity: .8;
}

/* ===== CUSTOM SCROLLBAR FOR SEARCH RESULTS ===== */
.tpm-search-dropdown::-webkit-scrollbar {
	width: 80px;
	background-color: transparent;
	/* ensure base visible */
}

.tpm-search-dropdown::-webkit-scrollbar-track {
	background-color: rgba(255, 255, 255, 0.08);
	/* subtle contrast track */
	border-radius: 8px;
}

.tpm-search-dropdown::-webkit-scrollbar-thumb {
	background-color: #8b6cff;
	/* your purple */
	border-radius: 8px;
	border: 2px solid rgba(18, 8, 74, 0.8);
	/* matches your dropdown bg, ensures visibility */
	box-shadow: inset 0 0 6px rgba(139, 108, 255, 0.6);
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.tpm-search-dropdown::-webkit-scrollbar-thumb:hover {
	background-color: #a795ff;
	/* lighter purple hover */
	box-shadow: inset 0 0 8px rgba(167, 149, 255, 0.9);
}

/* Firefox support */
.tpm-search-dropdown {
	scrollbar-width: thin;
	scrollbar-color: #8b6cff rgba(255, 255, 255, 0.08);
}

/* Desktop: never show the dropdown under the left menu item */
@media (min-width: 1024px) {
	#mainMenu .menu-item-has-children > .sub-menu {
		display: none !important;
		/* overrides any jQuery .slideDown / .show */
	}
}

.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.tpm-btn {
	margin: 10px 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	min-width: 9.5rem;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	border: 2px solid transparent;
	border-radius: 12px;
	text-decoration: none;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	transition: background-color .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .02s ease-in;
}

.tpm-btn:active {
	transform: translateY(1px);
}

.tpm-btn:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(47, 47, 162, 0.25);
}

@media (max-width: 768px) {
	.tpm-btn {
		display: flex;
		margin: 0 auto;
		width: fit-content;
		justify-content: center;
	}
}

@media (max-width: 576px) {
	.tpm-btn {
		width: 100%;
	}
}

/* 1) PRIMARY — BLUE SOLID (solid → outline on hover) */
.tpm-btn--primary {
	background: #0F1C3F;
	color: #ffffff;
	border: 1px solid #0F1C3F;
	padding: 10px 45px;
	border-radius: 10px;
	font-size: 24px;
	font-weight: 600;
}

@media (max-width: 992px) {
	.tpm-btn--primary {
		padding: 15px 50px;
		font-size: 20px;
	}
}

.tpm-btn--primary:hover, .tpm-btn--primary:focus-visible {
	background: transparent;
	color: #0F1C3F;
	border-color: #0F1C3F;
	text-decoration: none;
}

.tpm-btn--primary:visited {
	color: #ffffff;
}

.tpm-btn--primary:visited:hover {
	color: #0F1C3F;
	background: transparent;
}

/* 2) SECONDARY — inverted of primary:
      default white bg + blue text/border → blue solid on hover */
.tpm-btn--secondary {
	background: transparent;
	color: #0F1C3F;
	border: 1px solid #0F1C3F;
	padding: 10px 45px;
	border-radius: 10px;
	font-size: 24px;
	font-weight: 600;
	text-decoration: none;
}

@media (max-width: 992px) {
	.tpm-btn--secondary {
		padding: 15px 50px;
		font-size: 20px;
	}
}

.tpm-btn--secondary:hover, .tpm-btn--secondary:focus-visible {
	background: #0F1C3F;
	color: #ffffff;
	border-color: #0F1C3F;
	text-decoration: none;
}

.tpm-btn--secondary:visited {
	color: #0F1C3F;
}

.tpm-btn--secondary:visited:hover {
	color: #ffffff;
	background: #0F1C3F;
}

/* 3) ACCENT — RED SOLID (solid → outline on hover) */
.tpm-btn--accent {
	background: #EC5428;
	color: #ffffff;
	border: 1px solid #EC5428;
	padding: 10px 45px;
	border-radius: 10px;
	font-size: 24px;
	font-weight: 600;
}

.tpm-btn--accent:hover, .tpm-btn--accent:focus-visible {
	background: transparent;
	color: #EC5428;
	border-color: #EC5428;
	text-decoration: none;
}

.tpm-btn--accent:visited {
	color: #ffffff;
}

.tpm-btn--accent:visited:hover {
	color: #EC5428;
	background: transparent;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.post-hero-wrapper {
	background-color: #0F1C3F;
	padding: 80px 20px 25px 20px;
	margin-bottom: -80px;
}

@media (max-width: 576px) {
	.post-hero-wrapper {
		background-position: center;
		padding-top: 100px;
	}
}

.post-hero-wrapper__container {
	position: relative;
	color: #ffffff;
	max-width: 880px;
	min-height: 320px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.post-hero-wrapper__container::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: var(--post-hero-bg);
	background-repeat: no-repeat;
	background-position: var(--post-hero-bg-position, right 0px bottom 40px);
	background-size: var(--post-hero-bg-size, 260px);
	opacity: 1;
	pointer-events: none;
}

.post-hero-wrapper__container > * {
	position: relative;
	z-index: 1;
}

@media (max-width: 768px) {
	.post-hero-wrapper__container::before {
		background-position: var(--post-hero-bg-mobile-position, center);
		opacity: 0.2;
	}
}

.post-hero-wrapper__container h1 {
	width: 70%;
	color: #ffffff !important;
}

@media (max-width: 576px) {
	.post-hero-wrapper__container h1 {
		width: 100%;
	}
}

.post-hero-wrapper__container hr {
	width: 60%;
	background-color: #EC5428;
	opacity: 1;
	padding-bottom: 3px;
}

@media (max-width: 576px) {
	.post-hero-wrapper__container hr {
		width: 100%;
	}
}

.post-hero-wrapper__container__text {
	width: 60%;
}

@media (max-width: 576px) {
	.post-hero-wrapper__container__text {
		width: 100%;
	}
}

.post-hero-wrapper-single {
	padding: 40px 20px 25px 20px;
}

@media (max-width: 576px) {
	.post-hero-wrapper-single {
		padding-top: 70px;
	}
}

.post-hero-wrapper--player-disputes .post-hero-wrapper__container {
	max-width: 1120px;
	min-height: 380px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
	column-gap: 72px;
}

.post-hero-wrapper--player-disputes .post-hero-wrapper__container::before {
	display: none;
}

.post-hero-wrapper--player-disputes .post-hero-wrapper__container h1,
.post-hero-wrapper--player-disputes .post-hero-wrapper__container hr, .post-hero-wrapper--player-disputes .post-hero-wrapper__container__text {
	grid-column: 1;
}

.post-hero-wrapper--player-disputes .post-hero-wrapper__container h1 {
	width: 100%;
}

.post-hero-wrapper--player-disputes .post-hero-wrapper__container hr {
	width: 100%;
}

.post-hero-wrapper--player-disputes .post-hero-wrapper__container__text {
	width: 100%;
}

.post-hero-wrapper--player-disputes .post-hero-wrapper__intake {
	grid-column: 2;
	grid-row: 1 / span 3;
	padding: 20px;
	background: #1b2a55;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 24px;
	box-shadow: 0 18px 40px rgba(4, 10, 28, 0.18);
	color: #dbe2f2;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 0.03em;
}

.post-hero-wrapper--player-disputes .post-hero-wrapper__intake-logo {
	width: 120px;
	height: 120px;
	margin: -3px auto 10px;
	background-image: url("assets/images/AS_White.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.post-hero-wrapper--player-disputes .post-hero-wrapper__intake-divider {
	width: 100%;
	height: 1px;
	margin-bottom: 24px;
	border-top: 2px dashed rgba(219, 226, 242, 0.65);
}

.post-hero-wrapper--player-disputes .post-hero-wrapper__intake-list {
	display: grid;
	gap: 14px;
	margin: 0;
}

.post-hero-wrapper--player-disputes .post-hero-wrapper__intake-list div {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: 18px;
	align-items: baseline;
}

.post-hero-wrapper--player-disputes .post-hero-wrapper__intake-list dt,
.post-hero-wrapper--player-disputes .post-hero-wrapper__intake-list dd {
	margin: 0;
	font-size: 17px;
	line-height: 1.25;
}

.post-hero-wrapper--player-disputes .post-hero-wrapper__intake-list dt {
	color: rgba(219, 226, 242, 0.72);
	font-weight: 500;
}

.post-hero-wrapper--player-disputes .post-hero-wrapper__intake-list dd {
	color: #ffffff;
	text-align: right;
	font-weight: 600;
}

@media (max-width: 768px) {
	.post-hero-wrapper--player-disputes .post-hero-wrapper__container {
		display: flex;
		min-height: 0;
		row-gap: 20px;
	}
	.post-hero-wrapper--player-disputes .post-hero-wrapper__intake {
		width: 100%;
		margin-top: 18px;
		padding: 22px;
		border-radius: 18px;
	}
	.post-hero-wrapper--player-disputes .post-hero-wrapper__intake-logo {
		width: 112px;
		height: 112px;
		margin-bottom: 24px;
	}
	.post-hero-wrapper--player-disputes .post-hero-wrapper__intake-list div {
		gap: 12px;
	}
	.post-hero-wrapper--player-disputes .post-hero-wrapper__intake-list dt,
	.post-hero-wrapper--player-disputes .post-hero-wrapper__intake-list dd {
		font-size: 14px;
	}
}

@media (max-width: 576px) {
	.post-hero-wrapper--player-disputes .post-hero-wrapper__intake-list div {
		grid-template-columns: 1fr;
		gap: 3px;
	}
	.post-hero-wrapper--player-disputes .post-hero-wrapper__intake-list dd {
		text-align: left;
	}
}

.casino-section-wrapper {
	max-width: 1040px !important;
	margin: 0 auto;
}

.casino-section-wrapper .casino-card {
	display: flex;
	flex-direction: column;
	border: 1px solid #ddd;
	border-radius: 0.25rem;
	overflow: hidden;
}

@media (max-width: 768px) {
	.casino-section-wrapper .casino-card {
		flex-direction: row;
	}
}

.casino-section-wrapper .casino-card .casino-card-body {
	background-color: #f8f8ff;
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 18px;
	text-decoration: none;
}

@media (max-width: 768px) {
	.casino-section-wrapper .casino-card .casino-card-body {
		flex-direction: column;
	}
}

@media (max-width: 576px) {
	.casino-section-wrapper .casino-card .casino-card-body {
		width: 100%;
	}
}

.casino-section-wrapper .casino-card .casino-card-body a {
	text-decoration: none;
	color: #160d48;
}

.casino-section-wrapper .casino-card .casino-card-body .play-now-btn {
	padding: 12px 35px;
	color: #ffffff;
}

@media (max-width: 576px) {
	.casino-section-wrapper .casino-card .casino-card-body .play-now-btn {
		padding: 10px 25px;
	}
}

.casino-section-wrapper .casino-card .casino-card-body .play-now-btn:hover {
	color: #0F1C3F;
	background-color: #ffffff;
}

.casino-section-wrapper .casino-card .casino-card-body .casino-card-info {
	display: flex;
	flex-direction: column;
}

.casino-section-wrapper .casino-card .casino-card-body .casino-card-info__title {
	font-size: 16px;
	margin-bottom: 0px;
	color: #160d48;
	text-transform: capitalize;
}

@media (max-width: 576px) {
	.casino-section-wrapper .casino-card .casino-card-body .casino-card-info__title {
		text-align: center;
	}
}

.casino-section-wrapper .casino-card .casino-card-body .casino-card-info__bonus {
	color: #160d48;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

@media (max-width: 576px) {
	.casino-section-wrapper .casino-card .casino-card-body .casino-card-info__bonus {
		text-align: center;
		font-size: 16px;
		margin-bottom: 0;
		margin-top: 10px;
	}
}

@media (max-width: 576px) {
	.casino-section-wrapper .casino-card .casino-card-body .casino-card-info__list {
		display: flex;
		justify-content: center !important;
		align-items: center !important;
		margin: 0 auto !important;
		margin: 20px 0 !important;
	}
}

@media (max-width: 576px) {
	.casino-section-wrapper .casino-card .casino-card-body .casino-card-info .rating-wrapper {
		display: flex;
		justify-content: center !important;
		align-items: center !important;
		margin: 0 auto !important;
	}
}

.casino-section-wrapper .casino-card .casino-card-body .casino-card-info .rating-wrapper img {
	width: 25px;
	height: 25px;
}

.casino-section-wrapper .casino-card .casino-card-body .casino-card-info__rating {
	font-weight: bold;
	font-size: 17px;
	margin: 0 0 0 13px;
}

.casino-section-wrapper .casino-card .casino-card-body .casino-card-info__rating__star-img {
	width: 22px;
}

.casino-section-wrapper .casino-card .casino-card-body .casino-card-info .casino-card-info__list {
	display: flex;
	flex-direction: column;
}

.casino-section-wrapper .casino-card .casino-card-body .casino-card-info .casino-card-info__list p {
	margin-bottom: 0;
	line-height: 20px;
}

.casino-section-wrapper .casino-card .casino-card-body .casino-card-info .casino-card-info__list img {
	width: 21px;
	height: 21px;
}

.casino-section-wrapper .casino-card .casino-card-body .casino-card-buttons {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: end;
}

@media (max-width: 576px) {
	.casino-section-wrapper .casino-card .casino-card-body .casino-card-buttons {
		display: flex;
		justify-content: center !important;
		align-items: center !important;
		margin: 0 auto !important;
	}
}

.casino-section-wrapper .casino-card .casino-card-body .casino-card-buttons .review-btn {
	text-decoration: none;
	color: #ed2024;
}

.casino-section-wrapper .casino-card .casino-card-img-wrapper {
	flex: 0 0 auto;
}

@media (max-width: 576px) {
	.casino-section-wrapper .casino-card .casino-card-img-wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-bottom: 15px;
	}
}

.casino-section-wrapper .casino-card .casino-card-img-wrapper img {
	max-width: 220px;
	border-radius: 18px;
}

@media (max-width: 576px) {
	.casino-section-wrapper .casino-card .casino-card-img-wrapper img {
		max-width: 160px;
	}
}

.casino-section-wrapper .casino-card .casino-card-img-top {
	max-width: 290px;
	width: 100%;
	object-fit: cover;
}

@media (max-width: 768px) {
	.casino-section-wrapper .casino-card .casino-card-img-top {
		max-width: 100%;
	}
}

.play-now-btn {
	text-decoration: none;
	text-align: center;
	background-color: #0F1C3F;
	color: #ffffff;
	padding: 12px 65px;
	border-radius: 10px;
	font-weight: 600;
	font-size: 24px;
	border: 1px solid #0F1C3F;
}

@media (max-width: 576px) {
	.play-now-btn {
		font-size: 20px;
	}
}

.play-now-btn:hover {
	text-decoration: none;
	color: #0F1C3F;
	background-color: #CBD2E9;
}

.play-at {
	text-decoration: none;
	background-color: #14c91a;
	color: #ffffff !important;
	font-size: 24px;
	font-weight: 600;
	padding: 20px 0;
	margin: 50px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	max-width: 450px;
}

.single-page-wrapper {
	position: relative;
	padding-top: 40px;
}

@media (max-width: 768px) {
	.single-page-wrapper {
		padding-top: 90px;
	}
}

.single-page-wrapper .casino-card-buttons .play-now-btn {
	font-size: 20px !important;
}

.single-page-wrapper .custom-sidebar-desktop {
	display: none;
}

@media (min-width: 1420px) {
	.single-page-wrapper .custom-sidebar-desktop {
		display: block;
		position: absolute;
		width: 260px;
		right: -60px;
		padding-top: 42px;
	}
	.single-page-wrapper .news-card {
		margin-bottom: 10px;
		border-bottom: 1px solid black;
	}
	.single-page-wrapper .news-card__title {
		margin: 0 0 10px;
		font-weight: 800;
		font-size: 18px;
		line-height: 1.25;
	}
	.single-page-wrapper .news-card__title a {
		text-decoration: none;
		color: #000000;
	}
	.single-page-wrapper .news-card__meta {
		display: flex;
		align-items: baseline;
		gap: 24px;
	}
	.single-page-wrapper .news-card__author,
	.single-page-wrapper .news-card__published {
		margin: 0 0 5px 0 !important;
		font-size: 14px;
	}
	.single-page-wrapper .news-card__published .label {
		font-weight: 700;
	}
}
