﻿/* Poppins | latin | Light,500,700,Extra */
:root {
	--delay: 4s;
	--slides: 4;
	--width: 220px;
	--height: 70px;
}

@font-face {
	font-family: "Poppins";
	src: url("/rea/shared/fonts/Poppins/latin/subset-Poppins-ExtraLight.woff")
			format("woff"),
		url("/rea/shared/fonts/Poppins/latin/subset-Poppins-ExtraLight.ttf")
			format("truetype"),
		url("/rea/shared/fonts/Poppins/latin/subset-Poppins-ExtraLight.svg#Poppins-ExtraLight")
			format("svg");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "Poppins";
	src: url("/rea/shared/fonts/Poppins/latin/subset-Poppins-Regular.woff")
			format("woff"),
		url("/rea/shared/fonts/Poppins/latin/subset-Poppins-Regular.ttf")
			format("truetype");
	font-weight: 400;
	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/subset-Poppins-ExtraBold.woff")
			format("woff"),
		url("/rea/shared/fonts/Poppins/latin/subset-Poppins-ExtraBold.ttf")
			format("truetype"),
		url("/rea/shared/fonts/Poppins/latin/subset-Poppins-ExtraBold.svg#Poppins-ExtraBold")
			format("svg");
	font-weight: 900;
	font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	color: white;
	font-size: 16px;
	line-height: 1.1;
	min-width: 280px;
	overflow-x: hidden;
	background-color: black;
	font-family: "Poppins", "sans-serif";
	background-size: 1920px 1000px;
	background-position: top center;
	background-repeat: no-repeat;
}
img {
	max-width: 100%;
}
h2 {
	font-size: clamp(0.9rem, 0.4286rem + 1.8571vw, 2rem);
}

/* ==========================================================================
   section-header
   ========================================================================== */
   .section-header {
		position: relative;
		overflow: hidden;
		width: 100%;
		padding: 10px 0;
		color: white;
		line-height: 1em;
		text-transform: uppercase;        
		text-shadow: 0px 0px 1px black, 1px 1px 1px black, 1px 1px 1px black, 1px 1px 1px black;
		margin: 0 auto -10px;   
	}
	.section-header .header-container{
			margin: 0 auto;
			text-align: center;
	}
	.section-header h1 {
		font-size: 1.7rem;
		line-height: 1em;
	}   
	.section-header img {
		width: 80%;
	}
	@media screen and (max-width: 575px) {
		.section-header img {
			width: 60%;
		}
	}

	/* ==========================================================================
   Utility classes
   ========================================================================== */
	.u__colour--orange {
		color: #ffce14;
	}
	.display-text--gradient-yellow{
		position: relative;
		display: block;
		font-size: 3.125vw;
		font-weight: 900;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 0.3125vw;
		line-height: 0.9;		
		color: #ffce14;
		text-shadow: 0vw 0.10417vw 0vw #f2fe56, 0vw 0.41667vw 0.05208vw #a94d00, 0vw -0.10417vw 0vw #f2fe56, 0vw -0.20833vw 0vw #8d3600;
		
	}
	.u__text--xs{
		font-size: 14px;
	}
	.u__text--s {
		font-size: 8px;
	}
	.u__text--m {
		font-size: 16px;
	}
	.u__text--xl{
		font-size: 65px;
	}
	.u__text--lowercase {
		text-transform:lowercase;
	}
	.u__text--uppercase {
		text-transform:uppercase;
	}
	a, a:hover {
		color: white;
		text-decoration: underline;
		text-transform: uppercase;
	}
	@media screen and (max-width: 575px) {
		.u__text--xl{
			font-size: 60px;
		}
	}
	
	/* ==========================================================================
   section-content
   ========================================================================== */

	.section-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		justify-content: center;  
		font-size: 27px; 
		font-weight: 600; 
		margin: 0 auto 20px;
	}		
	.graphics--spotlights{
		margin: 20px auto;
	}
	.graphics--spotlights::after, .graphics--spotlights::before {
		content: '';
		position: absolute;
		left: 0px;
		top: 23px;
		transform: translateY(-27%);
	    height: 75px;
    	width: 67px;	
		background-image: url(/rea/shared/img/yg/14/light.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	.graphics--spotlights::after {
		right: 0px;
		left: unset;
	}
	@media screen and (max-width: 575px) {
		.section-content {			
			font-size: 20px;  

		}	
	}
	

	


/*=====================================================
	HERO SECTION
=======================================================*/
.hero:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1100px;
	background-image: url(/rea/shared/img/yg/14/hero-bg--desktop.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	width: 100%;
	z-index: -2;
	box-shadow: 0px 50px 30px inset black;
}
.hero-trust-logo--top {
	gap: 12px;
	margin-top: 16px;
	border: solid 4px transparent;
	border-radius: 5px;		
	background-image: linear-gradient(180deg, #00001a, #00006d), linear-gradient(90deg, #7e470a 0%, #c6992b 7%, #ba903a 11%, #e8c263 18%, #ffffcc 25%, #a65b1b 39%, #e8bc5d 44%, #a66f12 49%, #a37627 59%, #c6992b 65%,#ffffcc 82%, #e4c264 88%, #ffe9ae 98%);
	box-shadow: 0px 0px 10px 5px #ffc600;
	background-origin: border-box;
	background-clip: padding-box, border-box;
	width: 70%;
	margin: 1rem auto 0;
	position: relative;
	z-index: 5;
	width: 450px;
}

.ontario-logo-container {
	flex-direction: column;
	text-shadow: 1px 1px 10px black;
	padding: 12px;
	text-align: center;
}
.ontario-logo-container p :last-child {
	font-weight: normal;
}



.hero-trust-logo--center {
	width: 450px;
	margin: 20px auto 0;
	z-index: 5;
	position: relative;
	height: 85px;
	border: solid 2px transparent;
	border-radius: 8px;
	background-image: linear-gradient(to bottom, #00001a, #00006d),
		linear-gradient(
			180deg,
			#c89533 0,
			#f3ead6 25%,
			#f3ead6 40%,
			#df9e2d 100%
		);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	padding: 12px 75px;
	text-align: center;
	font-weight: 400;
	font-size: 0.9rem;
	color: white;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}
.hero-trust-logo--center span:nth-of-type(2) > img {
	margin-right: 5px;
}
.hero-trust-logo--center img {
	max-height: 25px;
}

.hero-trust-logo--bottom {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	width: 700px;
	margin: 50px auto;
}
.hero-trust-logo--bottom img {
	width: auto;
	height: 45px;
}
@media screen and (max-width: 991px) {	
	.hero:before {	
		bottom: unset;
        background-position: center center;
        top: -50px;
	}
}

@media screen and (max-width: 575px) {	
	.hero:before {	
        top: -200px;
	}
	.graphics--spotlights {
		font-size: 18px;
		margin: 10px auto;
	}		
	.hero-trust-logo--center img {
		max-height: 20px;
	}
	.hero-trust-logo--top {
        width: 100%;
        max-width: 450px;
	}

	.hero-trust-logo--grid img {
		height: 50.5px;
	}	
	.hero-trust-logo--center {
		padding: 0px 5px;
        gap: 6px;       
        height: 60px;
		font-size: 0.7rem;
		width: 100%;
        max-width: 450px;
	}
	.graphics--spotlights::after, .graphics--spotlights::before {		
		height: 40px;
		width: 50px;
	}
}

@media screen and (max-width: 320px) {
	.graphics--spotlights {
		font-size: 16px;
	}
	.hero-trust-logo--top {
        width: 115%;
        margin: 0 -20px;
	}
	.hero-trust-logo--center {
		width: 115%;
        margin: 20px -20px 0;
	}
	.hero-trust-logo--center {
		padding: 0px 5px;
	}
	.hero-trust-logo--center img {
		max-height: 15px;
	}
	/*Ontario Logo*/
	.ontario-gambling-logo {
		height: 65px;
		max-width: 90px;
		margin: -15px 8px -20px 8px;
	}
	.hero-trust-logo--grid img {
		height: 43.5px;
	}
	.hero-trust-logo--bottom img {
		height: 25px;
	}
}

/* <-- [end] FORM STUFF */

a.cta-btn,
.cta-btn,
.form-submit-btn {
	cursor: pointer;
	color: white;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	font-size: 25px;
	padding: 15px 20px;
	border-radius: 8px;
	text-decoration: none;
	line-height: 1;
	background: linear-gradient(to bottom, #00b555 0%, #005e2a 100%);
	border: 2px double #005e2a;
	outline: 0;
	width: 100%;
	position: relative;
	z-index: 5;
}
.form-submit-btn {
	margin: 22px auto;
	font-size: 20px;
}
.cta-btn span,
.form-submit-btn span {
	position: relative;
	z-index: 1;
}

.cta-btn.btn-arrowed::after {
	right: 10px;
	background-position: left bottom;
}

.cta-contain {
	margin-top: 10px;
	position: relative;
	display: inline-block;
}

.hero-cta-btn {
	display: block;
	margin: 10px auto 20px;
	width: 280px;
}

@media screen and (max-width: 575px) {
	a.cta-btn,
	a.cta-btn:hover,
	.cta-btn,
	.cta-btn:hover,
	.hero-cta-btn {
        font-size: 18px;
        max-width: 290px;
		width: 100%;
	}
	.form-submit-btn {
		font-size: 18px;
	}
}

@media screen and (max-width: 320px) {
	a.cta-btn,
	a.cta-btn:hover,
	.cta-btn,
	.cta-btn:hover,
	.hero-cta-btn {
		font-size: 18px;
		max-width: 230px;
	}
}

.button-arrowed::after,
.button-arrowed::before {
	content: "";
	position: absolute;
	background-image: url("/rea/shared/img/graphic/REA_white-stacked-arrows.png");
	width: 32.5px;
	height: 25px;
	left: 15px;
	bottom: 50%;
	transform: translateY(50%);
	background-size: 100% 200%;
	background-position: center top;
}

.button-arrowed::after {
	background-position: center bottom;
	left: auto;
	right: 15px;
}
@media screen and (max-width: 575px) {
	.button-arrowed::after,
	.button-arrowed::before {
		width: 22.5px;
		height: 22.5px;
	}
}

/* [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;
}
.form-contain {
	color: white;
	position: relative;
	width: 420px;
	max-width: calc(100% - 15px);
	margin: 0 auto;
	padding: 15px 15px 48px 15px;
	border-radius: 18px;
	text-align: center;
	font-weight: 300;
	font-size: 30px;
	z-index: 1;
	margin-top: 16px;
	border: solid 4px transparent;
	border-radius: 16px;
	box-shadow: 0px 0px 1px 2px inset #f8e08b;
	background-image: linear-gradient(to bottom, #00001a, #00006d),
		linear-gradient(
			180deg,
			#c89533 0,
			#f3ead6 25%,
			#f3ead6 40%,
			#df9e2d 100%
		);

	box-shadow: 0px 0 10px 4px inset rgba(0, 0, 0, 0.4);
	background-origin: border-box;
	background-clip: padding-box, border-box;
}
.form-contain p {
	margin-bottom: 0.1rem;
}
.form-contain strong {
	font-size: 64px;
}
@media screen and (max-width: 575px) {
	/* .section-content .form-contain {
		margin-top: 10px;
		font-size: 18px;
		padding:4px 4px 16px;
	} */
	.form-contain strong {
		font-size: 32px;
	}
}

.form-blackout {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 900;
}

input[type="text"].error,
input[type="email"].error {
	border: 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: white;
}

#preform .checks {
	text-transform: none;
}

.form-close {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.form-close::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	color: white;
	font-family: "FontAwesome";
	font-size: 30px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}







/*--- 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;
}
.logo-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.logo {
	display: inline-block;
	background: url(/rea/shared/img/logo/yg-logo.png);
	width: 115px;
    height: 115px;
	margin: auto auto -30px auto;
	background-size: contain;
	background-repeat: no-repeat;
	filter: drop-shadow(0 4px 6px black);
}

/*ontario*/

.footer-icons .ontario-gambling-logo {
	width: 102px;
	height: auto;
	margin-top: -32px;
	display: inline-block;
}

.ontario-terms-link {
	font-size: 10px;
	color: white;
	text-decoration: none !important;
	text-shadow: 0px 2px 3.16px rgb(0 0 0 / 70%);
	text-align: center;
}

.footer .ontario-terms-link {
	text-decoration: underline !important;
}
.footer .ontario-terms-link:before {
	content: "  ";
}
.footer p {
	font-size: 10px;
	margin: 20px auto;
	text-align: center;
	max-width: 561px;
}

.footer p a {
	text-decoration: underline;
	color: white;
}

.footer p a:hover {
	color: white;
}

.preform-label {
	margin: 0 0px -10px;
}

.gradient-text {
	position: relative;
	font-weight: 900;
	line-height: 1;
}

.gradient-text--orange {
	color: #ff8400;
}
@supports (-webkit-background-clip: text) and
	(-webkit-text-fill-color: transparent) {
	.gradient-text {
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.gradient-text--orange {
		background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#fbd405),
			color-stop(60%, #ff8400)
		);
		background-image: -o-linear-gradient(top, #fbd405 0%, #ff8400 60%);
		background-image: linear-gradient(180deg, #fbd405 0%, #ff8400 60%);
	}
}

.form-contain input[type="text"],
.form-contain input[type="email"] {
	width: 100%;
	text-align: center;
	padding: 0px 5px;
	font-size: 18px;
	border: solid 1px black;
	border-radius: 10px;
	outline: 0;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(0.95);
	}
}
.ti-widget {
	position: absolute;
	z-index: 5;
}
.big-orange {
	font-weight: 900;
}


/*Generic Styling for wagering text*/
.ontario-logo-container .ontario-wagering-requirement{
	text-transform: none;
	font-size: 0.6rem !important;
	color: rgba(180, 180, 180, 0.8);
	margin:4px auto 8px;
}
.ontario-logo-container .ontario-wagering-requirement a{
	text-transform: none;
	font-size: inherit;
	color: rgba(230, 230, 230, 0.9);
	text-decoration: underline !important;
	text-shadow:unset !important;
}

.ontario-logo-container .ontario-wagering-requirement .ontario-terms-link:before {
	content: unset !important;
}

.ontario-logo-container .ontario-wagering-requirement .ontario-terms-link {
	display:inline;
	padding: unset;
}
