﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* Roboto | latin | 400,700 */

@font-face {
	font-family: "Roboto";
	src: url("/rea/shared/fonts/Roboto/latin/subset-Roboto-Regular.woff")
			format("woff"),
		url("/rea/shared/fonts/Roboto/latin/subset-Roboto-Regular.ttf")
			format("truetype"),
		url("/rea/shared/fonts/Roboto/latin/subset-Roboto-Regular.svg#Roboto-Regular")
			format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Roboto";
	src: url("/rea/shared/fonts/Roboto/latin/subset-Roboto-Bold.woff")
			format("woff"),
		url("/rea/shared/fonts/Roboto/latin/subset-Roboto-Bold.ttf")
			format("truetype"),
		url("/rea/shared/fonts/Roboto/latin/subset-Roboto-Bold.svg#Roboto-Bold")
			format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Poppins";
	src: url("/rea/shared/fonts/Poppins/latin/subset-Poppins-Medium.woff")
			format("woff"),
		url("/rea/shared/fonts/Poppins/latin/subset-Poppins-Medium.ttf")
			format("truetype"),
		url("/rea/shared/fonts/Poppins/latin/subset-Poppins-Medium.svg#Poppins-Medium")
			format("svg");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "Poppins";
	src: url("/rea/shared/fonts/Poppins/latin/subset-Poppins-Bold.woff")
			format("woff"),
		url("/rea/shared/fonts/Poppins/latin/subset-Poppins-Bold.ttf")
			format("truetype"),
		url("/rea/shared/fonts/Poppins/latin/subset-Poppins-Bold.svg#Poppins-Bold")
			format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Poppins";
	src: url("/rea/shared/fonts/Poppins/latin-ext/subset-Poppins-ExtraBold.woff")
			format("woff"),
		url("/rea/shared/fonts/Poppins/latin-ext/subset-Poppins-ExtraBold.ttf")
			format("truetype"),
		url("/rea/shared/fonts/Poppins/latin-ext/subset-Poppins-ExtraBold.svg#Poppins-ExtraBold")
			format("svg");
	font-weight: 800;
	font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Roboto", arial;
	color: white;
	font-size: 16px;
	line-height: 1.1;
	min-width: 320px;
	overflow-x: hidden;
	background-color: #050507;
	-webkit-font-smoothing: subpixel-antialiased;
}

img {
	max-width: 100%;
}

strong {
	font-weight: 900;
}

section {
	overflow: hidden;
}

p {
	line-height: 1.4;
}

div p:last-child {
	margin-bottom: 0;
}

.section-content a:hover,
.section-content a {
	color: #26bffc;
	text-decoration: underline;
	font-weight: 700;
}

a.anchor {
	display: block;
	position: relative;
	top: -55px;
	visibility: hidden;
}

.micro-gutters {
	margin-right: 0;
	margin-left: 0;
}

.micro-gutters div[class^="col"] {
	padding-left: 2.5px;
	padding-right: 2.5px;
}

.vignette {
	pointer-events: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 0px 0px 0px black, -100px 0px 100px black inset,
		100px 0px 100px black inset;
}

@media screen and (max-width: 1200px) {
	.vignette {
		box-shadow: 5px 0px 50px black, -30px 0px 50px black inset,
			30px 0px 50px black inset;
	}
}

.section-pre-header {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	background: transparent;
	/* top: 0; */
	z-index: 150;
}

.section-pre-header .logo {
	width: 200px;
	position: relative;
	z-index: 10;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	margin-top: 30px;
}

@media screen and (max-width: 525px) {
	.section-pre-header .logo {
		width: 150px;
		margin-top: 15px;
	}
}

.section-pre-header .logo.is-in-view {
	background-image: url("/rea/shared/img/logo/lxc-logo.png");
}

.section-pre-header .logo::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.section-header {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 800px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #006300;
	flex-direction: column;
	justify-content: center;
}

section.section-header.lazyload.is-in-view.is-loaded {
}

/* .section-header.is-in-view {
	background-image: url("/rea/shared/img/lxc/26/hero-transparent.png");
} */
.hero-mobile-image {
	width: 100%;
	bottom: 0px;
	z-index: 50;
}

.section-header .seaction-header-row {
	width: 100%;
}

.section-header .header-frame {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding-bottom: 20px;
}

.section-header .header-frame--left {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
	border-left: 0;
	border-radius: 0 30px 30px 0;
}

.section-header .header-frame--right {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: left;
	border-right: 0;
	border-radius: 30px 0 0 30px;
}
.section-header .cta-offer {
	width: 640px;
	position: relative;
	margin: 0rem 0 -55px;
}

@media screen and (max-width: 1200px) {
	.section-header .cta-offer {
		margin: 0;
	}
}

@media screen and (max-width: 525px) {
	.section-header .cta-offer {
		margin: -1.5rem auto 0 auto;
	}
}

.section-header .cta-banner {
	background-image: url("/rea/shared/img/lxc/26/cta-ribbon.png");
	background-repeat: no-repeat;
	background-size: 100%;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 2px 0px black;
	padding: 1.5rem 3rem 1.2rem 3rem;
	font-size: 2rem;
	font-weight: bold;
	position: relative;
	font-style: italic;
}

.section-header .hero-cta-btn {
	cursor: pointer;
	background-image: url("/rea/shared/img/lxc/26/cta-btn.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 2px 0px black;
	padding: 1rem 2rem;
	font-size: 1.8rem;
	font-weight: bold;
}

.section-header .cta-text {
	font-family: "Poppins";
	font-size: 2.2rem;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 0.6;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: black;
	paint-order: stroke fill;
}

.section-header .cta-text--disclaimer {
	text-transform: uppercase;
	text-align: center;
}

.section-header .hero-frame {
	padding: 2rem;
	font-size: 1.2rem;
	border-radius: 0.8rem;
	border: 6px solid transparent;
	background-image: linear-gradient(#133600, #133600),
		linear-gradient(0.25turn, #bb8129, #fcfac3, #bb8129);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	color: white;
	text-align: center;
	font-weight: 400;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.hero-frame-left--mobile {
	display: none;
}
.section-header .hero-frame p {
	line-height: 8px;
}

.section-header .hero-frame-mobile {
	position: relative;
}
.section-header .hero-frame-mobile--offer-text {
	position: absolute;
	text-align: center;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%, calc(0% - 140vh));
	background-color: rgba(0, 0, 0, 0.85);
	z-index: 5;
	padding: 3rem;
	border: 3px solid rgb(180, 130, 6);
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	width: 100%;
}

.hero-frame-right {
	filter: drop-shadow(-6px 0px 0px rgb(238, 255, 0)) drop-shadow(0 0 10px rgba(0,0,0,0.75));
	position: relative;
}
.hero-frame-right hr {
	display: none;
}
.hero-frame-right--graphic {
	background-image: url("/rea/shared/img/lxc/26/lxc26-updated-hero.jpg");
	background-position: calc(50% - -10px), right;
	background-size: cover, cover;
	background-repeat: no-repeat, no-repeat;
	clip-path: circle(90% at 85% 50%);
	height: 100%;
}

.hero-frame-right:before {
	position: absolute;
	content: "";
	width: 150px;
	height: 150px;
	background-image: url("/rea/shared/img/lxc/26/dolla-dolla-bill.png");
	background-size: contain;
	left: 15px;
	bottom: 30px;
	z-index: 10;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1650px) {
	.hero-frame-right--graphic {
		clip-path: circle(90% at 90% 50%);
		background-size: cover, cover;
		background-position: calc(50% - 20px), right;
	}
}
@media screen and (max-width: 1450px) {
	.hero-frame-right--graphic {
		clip-path: circle(100% at 105% 50%);
		background-size: cover, cover;
	}
	.hero-frame-right:before {
		height: 100px;
		width: 100px;
		left: 47.5px;
	}
}

@media screen and (max-width: 1250px) {
	.hero-frame-right--graphic {
		clip-path: circle(85% at 105% 50%);
		background-size: cover, cover;
	}
	.hero-frame-right:before {
		height: 100px;
		width: 100px;
		left: 47.5px;
	}
}

@media screen and (max-width: 992px) {
	.hero-frame-right:before {
		display:none;
	}
	.cta-banner::before {
		content: "";
		position: absolute;
		height: 100px;
		width: 70px;
		background: url("/rea/shared/img/lxc/26/left-arrow.png");
		background-size: 100% 100%;
		background-repeat: no-repeat;
		left: -100px;
		bottom: 0;
	}
	.cta-banner::after {
		content: "";
		position: absolute;
		height: 100px;
		width: 70px;
		background: url("/rea/shared/img/lxc/26/right-arrow.png");
		background-repeat: no-repeat;
		background-size: 100% 100%;
		right: -100px;
		bottom: 0;
	}
	.section-header {
		height: 135vh;
		min-height: unset;
	}
	.section-header.is-in-view {
		background-image: url("/rea/shared/img/lxc/26/mobile-bg--red.png");
	}
	.hero-frame-left--desktop {
		display: none;
	}
	.hero-frame-left--mobile {
		display: block;
		position: relative;
	}
	.hero-frame--disc {
		position: absolute;
		bottom: -30px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 5;
		background-image: none;
		border-bottom-left-radius: 50%;
		border-bottom-right-radius: 50%;
		border: 4px solid darkgoldenrod;
		background-color: rgba(0, 0, 0, 0.8);
		font-size: 1rem;
		padding: 130px 85px 2rem 85px;
		text-align: center;
		width: 80%;
	}
	.hero-frame--disc p {
		margin-bottom: 0.5rem;
	}
	.header-frame--mobile {
		background-image: url("/rea/shared/img/lxc/26/mobile-bg-overlay--green.png");
		width: 100%;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: top;
	}
	.header-frame--mobile-container {
		width: 100%;
		position: absolute;
		top: 0;
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: top;
	}
	.section-header .header-frame {
		padding: 85px 0 100px 0;
		z-index: 100;
		position: relative;
	}
	.section-header .cta-text,
	.section-header .hero-cta-btn {
		font-size: 1.8rem;
	}
	.section-header .cta-banner {
		margin-top: -1.6rem;
	}
	.section-header .hero-frame p {
		line-height: inherit;
	}
}
@media screen and (max-width: 525px) {
	.section-header {
		height: 155vh;
	}
	.section-header .cta-banner {
		font-size: 1.4rem;
	}

	.cta-banner::before {
		content: "";
		position: absolute;
		height: 70px;
		width: 40px;
		background: url("/rea/shared/img/lxc/26/left-arrow.png");
		background-size: 100% 100%;
		background-repeat: no-repeat;
		left: -45px;
		bottom: 0;
	}
	.cta-banner::after {
		content: "";
		position: absolute;
		height: 70px;
		width: 40px;
		background: url("/rea/shared/img/lxc/26/right-arrow.png");
		background-repeat: no-repeat;
		background-size: 100% 100%;
		right: -45px;
		bottom: 0;
	}
	.section-header .header-frame {
		padding: 70px 0 120px 0;
		z-index: 100;
		position: relative;
	}
	.hero-frame--disc {
		bottom: -10px;
		padding: 65px 40px 1.5rem 45px;
		width: 80%;
	}
	.hero-frame-trustpilot {
		width: 57.5%;
		margin: -0.5rem 0;
	}
}
.section-header ul {
	margin: 15px 0 0 0;
	padding-left: 20px;
	list-style: none;
}

.section-header ul li {
	font-weight: 400;
	margin-bottom: 10px;
}

.section-header ul li:last-child {
	margin-bottom: 0;
}

.section-header ul li::before {
	content: "\2022";
	color: #26bffc;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}
.section-game-map {
	background: rgb(0, 40, 22);
	background: linear-gradient(180deg, #001309 20%, #002d16 100%);
}
.section-games {
	position: relative;
	margin-top: -80px;
	z-index: 10;
	padding-top: 0 !important;
}

.curve-top {
	position: relative;
	height: 80px;
	margin-bottom: -50px;
}

.curve-top::after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1800px;
	height: 300px;
	top: 0;
	background-color: #050507;
	border-radius: 100%;
}

.form-submit-btn,
a.cta-btn,
a.cta-btn:hover,
.cta-btn {
	border: none;
	color: white;
	display: inline-block;
	text-decoration: none;
	margin-top: 15px;
	cursor: pointer;
	background-image: url("/rea/shared/img/lxc/26/cta-btn.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 2px 0px black;
	padding: 1rem 2rem;
	font-size: 1.8rem;
	font-weight: bold;
	filter: drop-shadow(0px 4px 6px rgba(48, 48, 48, 0.5));
}

a.cta-btn.cta-btn-dark,
a.cta-btn:hover.cta-btn-dark,
.cta-btn.cta-btn-dark {
	color: white;
}

.form-blackout {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.85);
	z-index: 900;
}

.form-contain {
	position: relative;
	width: 420px;
	max-width: calc(100% - 15px);
	margin: 0 auto;
	background-color: black;
	padding: 2rem;
	border-radius: 18px;
	margin-top: 100px;
	text-align: center;
	font-weight: 700;
}

.form-contain::before {
	content: "";
	position: absolute;
	top: -4px;
	left: -4px;
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	background: linear-gradient(
		180deg,
		#d3a146 0%,
		#f9edbf 40%,
		#f9edbf 60%,
		#d3a146 100%
	);
	z-index: -1;
	border-radius: 20px;
}

.form-contain input {
	width: 100%;
}

.form-contain input[type="text"],
.form-contain input[type="email"],
.form-contain input[type="tel"] {
	width: 100%;
	height: 50px;
	margin-top: 10px;
	text-align: left;
	padding: 0px 0.5rem;
	font-size: 18px;
	border: solid 1px black;
	border-radius: 10px;
}

.form-contain .form-submit-btn {
	background-color: transparent;
}

@media screen and (max-width: 575px) {
	.form-contain input[type="text"],
	.form-contain input[type="email"],
	.form-contain input[type="tel"] {
		height: 40px;
	}
}

#countrycallingcode[disabled] {
	background-color: white;
}

/* [start] FORM STUFF --> */
input[type="text"].error,
input[type="email"].error {
	/*border: solid 2px #ffcc00;*/
	background-image: url("/rea/shared/img/error_icon.png");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}

input[type="checkbox"].error {
	outline: solid 2px red;
}

#preform .yearText {
	font-weight: 400;
	font-size: 12px;
	text-align: center;
	line-height: 14px;
	text-transform: none;
	margin-bottom: 10px;
}

#preform #dob-year {
	background-color: white;
	padding: 0 10px;
	font-size: 18px;
	line-height: 34px;
	color: rgb(34, 34, 34);
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	border-radius: 6px;
}

#preform #dob-year.error {
	border-color: rgb(255, 0, 0);
	-webkit-box-shadow: 0 0 3px 0 rgb(255, 0, 0), 0 0 3px 0 rgb(255, 0, 0),
		0 0 3px 0 rgb(255, 0, 0);
	box-shadow: 0 0 3px 0 rgb(255, 0, 0), 0 0 3px 0 rgb(255, 0, 0),
		0 0 3px 0 rgb(255, 0, 0);
}

#preform #dob-year.valid {
	border-color: rgb(38, 117, 218);
	-webkit-box-shadow: 0 0 3px 0 rgb(38, 117, 218), 0 0 3px 0 rgb(38, 117, 218),
		0 0 3px 0 rgb(38, 117, 218);
	box-shadow: 0 0 3px 0 rgb(38, 117, 218), 0 0 3px 0 rgb(38, 117, 218),
		0 0 3px 0 rgb(38, 117, 218);
}

#preform input[type="checkbox"] {
	width: auto;
	height: auto;
	margin-right: 10px;
}

#preform a:hover,
#preform a {
	color: rgba(222, 181, 100, 1);
}

#preform .checks {
	text-transform: none;
	color: black;
	margin-top: 10px;
	color: white;
}

.form-close {
	cursor: pointer;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 15px;
	right: 15px;
}

.form-close::after {
	content: "\f00d";
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 30px;
}

/* <-- [end] FORM STUFF */

.pre-footer {
	text-align: center;
	background-color: black;
	padding: 20px 10px 10px 10px;
}

.pre-footer img {
	display: inline;
	margin: 0 7px 10px 7px;
}

.pre-footer .payment-logo {
	height: 40px;
}

.pre-footer .secure-logo {
	height: 35px;
}

@media screen and (max-width: 767px) {
	.pre-footer img {
		margin: 0 5px 10px 5px;
	}

	.pre-footer {
		padding: 10px 0 0 0;
	}

	.pre-footer .payment-logo {
		height: 27px;
	}

	.pre-footer .secure-logo {
		height: 28px;
	}
}

/*--- UTIL ---*/

.u__section--pad {
	padding: 60px 0;
}

@media screen and (max-width: 767px) {
	.u__section--pad {
		padding: 30px 0;
	}
}

.u__position--above {
	position: relative;
	z-index: 20;
}

.u__line-height--1-25 {
	line-height: 1.25 !important;
}

.u__colour--yellow {
	color: #ffd427;
}

.u__colour--gold {
	color: #ffc924;
}

.u__colour--gold-light {
	color: #edd195;
}

.u__colour--blue {
	color: #26bffc;
}

.u__colour--blue-dark {
	color: #227ee0;
}

.u__colour--black {
	color: #050507;
}

.u__colour--white {
	color: white;
}

.u__colour--gray {
	color: #c4c4c4;
}

.u__colour--grey {
	color: #7e7e7e;
}
.u__colour--purple {
	color: #6c2259;
}

.u__colour--pink {
	color: #ff96b2;
}

.u__colour--orange {
	color: #de5916;
}
.u__colour--darkgold {
	color: #bb8d40;
}

.u__text--uppercase {
	text-transform: uppercase;
}

.u__text--underline {
	text-decoration: underline;
}

.u__text--line-through {
	text-decoration: line-through;
}

.u__text--shadow {
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}

.u__text--shadow-white {
	text-shadow: 1px 1px 5px white;
}

.u__text--outline {
	text-shadow: 1px -1px #000000, -1px -1px #000000, -1px 1px #000000,
		-1px -1px #000000, 1px 0px #000000, -1px 0px #000000, 0px 1px #000000,
		0px -1px #000000, 1px 1px #000000, -1px 1px #000000, 1px 1px #000000,
		1px -1px #000000;
}

.u__text--heading {
	display: block;
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
	.u__text--heading {
		font-size: 20px;
		margin-bottom: 30px;
	}
}

.u__text--xxl {
	font-size: 70px;
	line-height: 0.95;
}

@media screen and (max-width: 575px) {
	.u__text--xxl {
		font-size: 60px;
	}
}

.u__text--xl {
	font-size: 45px;
	line-height: 0.95;
}

@media screen and (max-width: 575px) {
	.u__text--xl {
		font-size: 35px;
	}
}

.u__text--l {
	line-height: 0.95;
	font-size: 28px;
}

@media screen and (max-width: 575px) {
	.u__text--l {
		font-size: 20px;
	}
}

.u__text--m {
	font-size: 20px;
}

@media screen and (max-width: 575px) {
	.u__text--m {
		font-size: 18px;
	}
}

.u__text--s {
	font-size: 13.5px;
}

.u__text--xs {
	font-size: 9px;
}

/*--- BASE PAGE STYLES*/
.copyright {
	text-align: center;
	color: white;
}

.copyright a.modalLink {
	color: white;
}

.footer {
	font-family: Arial;
	position: relative;
	background-color: black;
	background-image: -webkit-linear-gradient(
		top,
		rgba(44, 44, 44, 1) 0%,
		rgba(0, 0, 0, 1) 100%
	);
	background-image: linear-gradient(
		to bottom,
		rgba(44, 44, 44, 1) 0%,
		rgba(0, 0, 0, 1) 100%
	);
	background-size: 100% 150px;
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-bottom: 10px;
	z-index: 100;
}

.affiliates {
	text-decoration: underline;
}

@media screen and (max-width: 991px) {
	.footer {
		margin-top: 0;
	}
}

.footer::before {
	content: "";
	width: 100%;
	height: 2px;
	background: -webkit-linear-gradient(
		left,
		rgba(44, 44, 44, 1) 0%,
		rgba(104, 104, 104, 1) 50%,
		rgba(44, 44, 44, 1) 100%
	);
	background: linear-gradient(
		to right,
		rgba(44, 44, 44, 1) 0%,
		rgba(104, 104, 104, 1) 50%,
		rgba(44, 44, 44, 1) 100%
	);
	position: absolute;
	bottom: 100%;
}

.footerTracking {
	width: calc(100% - 40px);
	max-width: 420px;
	background-color: #222;
	font: normal 11px Arial, Helvetica;
	color: #ccc;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #444;
	padding: 3px 4px;
	margin: 4px auto;
	clear: both;
}

.pinkSlime {
	border: none !important;
	width: auto !important;
	text-align: center !important;
	color: #999;
}

.copy {
	text-align: center;
	font-size: 12px;
	color: white;
	margin-top: 10px;
}

.modal,
.modal p {
	color: black;
	font-size: 13px;
	font-family: Arial;
	line-height: 1.2;
}

.modal h4,
.modal h1 {
	font-weight: 700;
	font-size: 20px;
}

.modal h1 {
	padding-bottom: 10px;
}

.modal h4 {
	font-size: 16px;
}

.modal.fade.in {
	opacity: 1;
}

.modal div[class*="col-"] {
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100%;
	max-width: unset;
	flex: initial;
}

.modal .hero-section__content {
	padding: 0 !important;
}

a.cc-dismiss {
	text-decoration: none;
}

.licence {
	max-width: 420px;
	margin: 12px auto 0;
	color: #999;
	text-align: center;
	font-size: 10px;
	padding: 0 5px;
}

/*================
    Ontario
=================*/
.section-pre-header .logo-ontario {
	background-position: calc(50% - 85px + 0px) top;
}

.section-pre-header .logo-ontario {
	width: 200px;
	position: relative;
	z-index: 10;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	margin-top: 10px;
	margin-right: 170px;
}

.section-pre-header .logo-ontario.is-in-view {
	background-image: url("/rea/shared/img/logo/lxc-logo.png");
}

.section-pre-header .logo-ontario::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.section-pre-header .ontario-gambling-logo {
	width: 150px;
	height: auto;
	display: inline-block;
	z-index: 100;
	position: absolute;
	top: 26px;
	margin-left: 220px;
}

.footer-icons .ontario-gambling-logo {
	width: 102px;
	height: auto;
	margin-top: -32px;
	display: inline-block;
}

.ontario-terms-link {
	font-size: 10px;
	color: white;
	padding: 5px 5px 0 0;
}

@media screen and (max-width: 767px) {
	.section-pre-header .logo-ontario {
		width: 160px;
		margin-right: 150px;
	}
	.ontario-terms-link {
		padding: 5px 0 0 0;
	}
	.section-pre-header .ontario-gambling-logo {
		width: 130px;
		margin-left: 180px;
	}
}

.ontario-terms-link:hover {
	color: white;
	text-decoration: none;
}

.footer .ontario-terms-link {
	text-decoration: underline;
}

.footer p {
	font-size: 10px;
	margin: 20px auto;
	text-align: center;
	max-width: 563px;
}

.footer p a {
	text-decoration: underline;
	color: white;
}

.footer p a:hover {
	color: white;
}
/*===========
    Compliance Prefooter
=============*/
.compliance-prefooter {
	background: black;
	padding: 3.25rem 1rem;
	text-align: center;
	display: flex;
	justify-content: center;
}
.compliance-prefooter a {
	text-decoration: underline;
}
.compliance-prefooter--body {
	max-width: 875px;
}

.compliance-prefooter--body p,
.compliance-prefooter--linkout {
	color: #7e7e7e;
}

.compliance-prefooter--body span {
	color: #fff;
}
.compliance-prefooter--email {
	color: #ffee00;
}
