﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
/* Poppins | latin | 400,900 */

@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'),
         url('/rea/shared/fonts/Poppins/latin/subset-Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-fallback: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('/rea/shared/fonts/Poppins/latin/subset-Poppins-Black.woff') format('woff'),
         url('/rea/shared/fonts/Poppins/latin/subset-Poppins-Black.ttf') format('truetype'),
         url('/rea/shared/fonts/Poppins/latin/subset-Poppins-Black.svg#Poppins-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-fallback: swap;
}

@charset "UTF-8";
/* ==========================================================================
   Base Styles
   ========================================================================== */
body {
	overflow-x: hidden;
	min-width: 320px;
	margin: 0;
	padding: 0;
	color: white;
	font-family: "poppins", sans-serif;
	font-size: 16px;
	line-height: 1.1;
	background-color: #050507;
	-webkit-font-smoothing: subpixel-antialiased;
}

img {
	max-width: 100%;
}

section {
	overflow: hidden;
}

p {
	line-height: 1.4;
}

div p:last-child {
	margin-bottom: 0;
}

/* ==========================================================================
   Shared Styles
   ========================================================================== */
.micro-gutters {
	margin-right: 0;
	margin-left: 0;
}

.micro-gutters div[class^="col"] {
	padding-right: 2.5px;
	padding-left: 2.5px;
}

.vignette {
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-image: -o-linear-gradient(
			left,
			#050507 0%,
			rgba(5, 5, 7, 0) 100%
		),
		-o-linear-gradient(left, #050507 0%, #050507 100%),
		-o-linear-gradient(right, #050507 0%, rgba(5, 5, 7, 0) 100%),
		-o-linear-gradient(right, #050507 0%, #050507 100%);
	background-image: -webkit-gradient(
			linear,
			left top,
			right top,
			from(#050507),
			to(rgba(5, 5, 7, 0))
		),
		-webkit-gradient(linear, left top, right top, from(#050507), to(#050507)),
		-webkit-gradient(linear, right top, left top, from(#050507), to(rgba(5, 5, 7, 0))),
		-webkit-gradient(linear, right top, left top, from(#050507), to(#050507));
	background-image: linear-gradient(90deg, #050507 0%, rgba(5, 5, 7, 0) 100%),
		linear-gradient(90deg, #050507 0%, #050507 100%),
		linear-gradient(270deg, #050507 0%, rgba(5, 5, 7, 0) 100%),
		linear-gradient(270deg, #050507 0%, #050507 100%);
	background-repeat: repeat-y;
	background-position: calc(50% - 500px + 100px) top,
		calc(50% - 500px - 25vw + 2px) top, calc(50% + 500px - 100px) top,
		calc(50% + 500px + 25vw - 2px) top;
	background-size: 200px 100%, 50vw 100%, 200px 100%, 50vw 100%;
}

.display-text {
	display: block;
	font-family: "poppins", sans-serif;
	font-weight: 700;
}

.display-text--yellow {
	color:#f8df1f;
	filter: drop-shadow(2px 2px #111);

	background: linear-gradient(to bottom, #e0ca00, #ffe500, #ffdc12, #ff4a00, #ff7c26);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 1px 0 #000000) drop-shadow(0 1px 0 #000000) drop-shadow(0 1px 0 #000000) drop-shadow(1px 1px 0 #000000) drop-shadow(1px -1px 0 #000000) drop-shadow(1px 2px 0 #000000) drop-shadow(-1px -1.5px 0 #000000) drop-shadow(1px 1.5px 10px #ff0000) drop-shadow(0 0 4px rgba(0, 0, 0, .5));
	font-weight: 800;	
}
.section-awards .display-text--yellow, 
.section-featured-game .display-text--yellow,
.section-showcase .display-text--yellow,
.section-popular-games .display-text--yellow,
.section-games .display-text--yellow {
	filter: none;
    -webkit-text-stroke: 1px black;
	display: inline;
}
.text--yellow {
	color: #f8df1f;    
    font-weight: 800;
    -webkit-text-stroke: 1px black;
}

/* ==========================================================================
   Call to Action Buttons
   ========================================================================== */
.form-submit-btn,
a.cta-btn,
a.cta-btn:hover,
.cta-btn {
	width: 236px;
    height: 50px;
	padding: 10px 20px;
	color: white;
	font-family: "poppins", sans-serif;
	font-size: 26px;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 30px;
	display: flex;
	justify-content: center;
    align-items: center;
    margin: auto;
	border: 5px outset rgb(30 229 38);
    background: linear-gradient(#00c35c, #00c35c);
    -webkit-text-stroke: 2px black;    
	box-shadow:0px 0px 3px 6px #dadbd9, 1.75px 1.5px 5px #08d27390 inset, -1.75px -1.5px 5px #08d27390 inset, 1.75px -1.5px 5px #08d27390 inset, -1.75px 1.5px 5px #08d27390 inset;
}

 @media screen and (max-width: 575.98px) {
	.form-submit-btn,
	a.cta-btn,
	a.cta-btn:hover,
	.cta-btn {		
		font-size: 22px;
		width: 210px;
	}
} 

/* ==========================================================================
   Frame
   ========================================================================== */
.frame{
	position: relative;
	width: 100%;
	background-clip: border-box;
	background-image:url('/rea/shared/img/LXC/44/frame_with_glow.png');
	background-repeat: round;
	border:unset;
	background-size: cover;
}

.frame-rectangle{
	background-image:url('/rea/shared/img/lxc/44/frame_rectangle.png');
}
.frame-square{
	background-image:url('/rea/shared/img/lxc/44/frame_square.png');
}
@media screen and (max-width: 575.98px) {
	.frame-rectangle{
		background-image:url('/rea/shared/img/LXC/44/frame_square.png');
	}
	.frame-b.frame-rectangle{
		background-image:url('/rea/shared/img/LXC/44/frame_rectangle.png');
	}
}

 .frame--alt{
	border-image-slice: 115;
    border-image-width: 110px;
	border-image-source: url("/rea/shared/img/lxc/44/frame-square-trans.png");
	border-radius: 33px;
}
.frame-slice {
	position: relative;
	width: 100%;
	border-image-source: url("/rea/shared/img/frame/tile_main.png");
	border-image-slice: 100;
	border-image-width: 44px;
	border-image-repeat: stretch round;
}

.frame--blue {
	border-image-source: url("/rea/shared/img/frame/tile-c_blue.png");
}

.frame--green {
	border-image-source: url("/rea/shared/img/frame/tile-c_green.png");
}

.frame--orange {
	border-image-source: url("/rea/shared/img/frame/tile-c_orange.png");
}

.frame--purple {
	border-image-source: url("/rea/shared/img/frame/tile-c_purple.png");
}

.frame--red {
	border-image-source: url("/rea/shared/img/frame/tile-c_red.png");
} 


/* ==========================================================================
   Section Divider
   ========================================================================== */

.divider {
	z-index: 10;
	position: relative;
		background-image: url("/rea/shared/img/lxc/44/divider.png");
}

.divider__tile {
	width: 100%;
	height: 12px;
	margin: 0;
	background-repeat: repeat;
	background-size: auto 12px;
	border: 0;
}

/* ==========================================================================
   Slider Components
   ========================================================================== */
.slider-contain {
	position: relative;
}

.slider-contain .slider-nav-contain {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}

.slider-contain .slider-nav-contain button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.slider-contain .slider-nav-contain .slider-nav {
	margin: -4px 10px 0 10px;
}

.slider-contain .slider-nav-contain .slider-nav .tns-nav {
	display: none;
}

.slider-contain .slider-nav-contain .slider-nav button {
	width: 7px;
	height: 7px;
	margin: 0 5px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 99px;
}

.slider-contain .slider-nav-contain .slider-nav button.tns-nav-active {
	background-color: white;
}

.slider-contain .slider-nav-contain .slider-control {
	position: relative;
	width: 12px;
	height: 12px;
	padding: 2px 5px;
	color: white;
	background-color: transparent;
}

.slider-contain .slider-nav-contain .slider-control::after {
	position: absolute;
	left: 50%;
	top: 50%;
	font-family: "FontAwesome";
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.slider-contain .slider-nav-contain .slider-control--next::after {
	content: "";
}

.slider-contain .slider-nav-contain .slider-control--prev::after {
	content: "";
}

.slider-contain.slider-contain--light .slider-nav button {
	background-color: rgba(0, 0, 0, 0.5);
}

.slider-contain.slider-contain--light .slider-nav button.tns-nav-active {
	background-color: black;
}

.slider-contain.slider-contain--light .slider-control {
	color: black;
}

.slider--standard {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

.slide-strip-contain .overlay,
.slider--standard .overlay {
	z-index: 10;
	position: absolute;
	top: 0;
	width: 100px;
	height: 100%;
	pointer-events: none;
}

.slide-strip-contain .overlay.overlay--left,
.slider--standard .overlay.overlay--left {
	left: 0;
	background: -o-linear-gradient(left, #220000 0%, rgba(5, 5, 7, 0) 100%);
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#220000),
		to(rgba(5, 5, 7, 0))
	);
	background: linear-gradient(90deg, #220000 0%, rgba(5, 5, 7, 0) 100%);
}

.slide-strip-contain .overlay.overlay--right,
.slider--standard .overlay.overlay--right {
	right: 0;
	background: -o-linear-gradient(right, #220000 0%, rgba(5, 5, 7, 0) 100%);
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		from(#220000),
		to(rgba(5, 5, 7, 0))
	);
	background: linear-gradient(270deg, #220000 0%, rgba(5, 5, 7, 0) 100%);
}

.slider--standard.slider-contain--light .overlay--left {
	background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(white),
		to(rgba(255, 255, 255, 0))
	);
	background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
}

.slider--standard.slider-contain--light .overlay--right {
	background: -o-linear-gradient(
		right,
		white 0%,
		rgba(255, 255, 255, 0) 100%
	);
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		from(white),
		to(rgba(255, 255, 255, 0))
	);
	background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%);
}

/* ==========================================================================
   Header Banner Section
   ========================================================================== */
.section-header-banner {
	z-index: 20;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	padding: 5px 0;
	color: black;
	line-height: 1em;
	text-transform: uppercase;
	text-align: center;
}

.section-header-banner::before {
	content: "";
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #eacc0b;
}

.banner__content {
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner__text {
	margin-bottom: 0;
	line-height: 1em;
	font-family: "poppins", sans-serif;
	font-weight: 700;
	margin-top: 4px;
	font-size: 24px;
}

.banner__lxc-logo {
	width: 140px;
	height: auto;
	margin-right: 10px;
}

@media screen and (max-width: 767.98px) {
	.banner__text {
		font-size: 16px;
	}
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.section-hero {
	position: relative;
	padding: 152px 0;
	background-color: black;
	text-align: center;	
}

.hero__frame {
	font-weight: 700;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
	padding: 6.5rem 10px 5.5rem;
	width: 80%;
	font-size: 23px;
	margin: -47px auto;
}
@media screen and (max-width: 991.98px) {
	.section-hero {
		padding: 35px 0;
	}
	.section-hero{
		padding: 55px 0 ;
	}
	.hero__frame{		
		width: 70%;
		margin: 70px auto -20px;
	}
}
@media screen and (max-width: 767px) {	
	.hero__frame{	
		padding: 2rem 10px 1rem;
		width: 90%;
		font-size: 20px;
	}
	.frame{			
		background-image: url(/rea/shared/img/LXC/44/frame-no-glow.png);
	}
}


.display-text-ndr{
	width: 236px;
    height: 35px;
    padding: 5px;
    color: white;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border: 3px outset #a5cfff;
    background: linear-gradient(#7019fe 25%, #4201e5 100%);
    -webkit-text-stroke: 1px black;
    text-shadow: 0px 0px 4px black;
}

.hero-eggs{
	width: 100%;
	max-width: 210px;
	display: block;
	margin: -10px auto 5px;
}
.hero__text-s {
	font-size: 0.7em;
	line-height: 1em;
}
.hero__text-m {
	font-size: 1.1em;
	line-height: 1em;
}
.hero__text-l {
	font-size: 1.5em;
	line-height: 1em;
}

.hero__text-xl{
	font-size: 1.9em;
	line-height:1em;
}
.hero__text-xxl{
	font-size: 3.5em;
	line-height:1em;
}
.display-inline{
	display: inline;
}
.d-flex{
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* Hero Background
   ========================================================================== */

.hero-bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("/rea/shared/img/lxc/44/hero_bg.jpg");
	background-position: center top;
	background-size: 1900px auto;
    background-repeat: no-repeat, no-repeat;
}

@media screen and (max-width: 991.98px) {
	.hero-bg {
		background-image: url("/rea/shared/img/lxc/44/hero_bg-tablet.jpg");
		background-position: center top;
		background-size:992px auto;		
	}
}
@media screen and (max-width: 767px) {
	.hero-bg {
		background-image: url("/rea/shared/img/lxc/44/hero_bg-mob.jpg");
		background-position: center bottom;
		background-size:768px auto;
	}
}

video {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 0;
    transition: 1.65s filter ease-out;
    object-fit: cover;
}
#heroVideoDesk {
    display: block;
}
#heroVideoTablet {
    display: none;
}
#heroVideoMobile {
    display: none;
}

@media screen and (max-width: 991.98px) {
    #heroVideoDesk {
        display: none;
    }
    #heroVideoTablet {
        display: block;
        filter: opacity(1);
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #heroVideoTablet {
        display: none;
    }
    #heroVideoMobile {
        display: block;
        filter: opacity(1);
        width: 100%;
        mask-image: linear-gradient(to bottom, black 55%, transparent 90%);
    }
}

/* Hero Graphics
   ========================================================================== */

.hero-graphics {
	z-index: 0;
	position: absolute;
	pointer-events: none;
	background-position: center;
	background-size: 100%;
}

.hero-graphics--joker {
	right: calc(0.5*(100vw - 1050px));
    bottom: -260px;
    width: 361px;
    height: 660px;
	background-repeat: no-repeat;
	background-image: url("/rea/shared/img/lxc/44/frj2_joker.png");
}

.hero-graphics--joker-left{
	display:none;
}

@media screen and (max-width: 998.98px) {
	.hero-graphics--joker {
		bottom: -100px;
		right: calc(0.5*(120vw - 800px));
	}

	.hero-graphics--joker-left{
		display:block;
		right:unset;
		left:calc(0.5*(120vw - 800px));
		transform:scaleX(-1);
	}
}

/* Hero Content
   ========================================================================== */

.hero__jpg-logo {
	margin-bottom: 1em;
	max-height: 250px;
}

.hero__creators-games-logo {
	max-height: 66px;
	display: inline-block;
}

.hero__disclaimer-text {
	font-size: 12px;
}

@media screen and (max-width: 991.98px) {
	.hero__jpg-logo {
		max-height: 180px;
	}
}

/* ==========================================================================
   Awards Section
   ========================================================================== */

.section-awards {
	z-index: 1;
	padding: 0 0 1.5rem;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1900px auto;
}



.section-awards.is-in-view {
	background-image: url("/rea/shared/img/lxc/44/secondary_bg.jpg");
	background-position: center bottom;
}

.section-awards .icon-award {
	position: relative;
	padding: 200px 0 0 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.section-awards .is-in-view.icon-award.icon-award--1 {
	background-image: url("/rea/shared/img/award-badges/award-1_en.png");
}

.section-awards .is-in-view.icon-award.icon-award--2 {
	background-image: url("/rea/shared/img/award-badges/award-2_en-lxc.png");
}

.section-awards .is-in-view.icon-award.icon-award--3 {
	background-image: url("/rea/shared/img/award-badges/award-3_en.png");
}

.section-awards .is-in-view.icon-award.icon-award--4 {
	background-image: url("/rea/shared/img/award-badges/award-4_en.png");
}

.section-awards .is-in-view.icon-award.icon-award--5 {
	background-image: url("/rea/shared/img/award-badges/award-5_en.png");
}

@media screen and (max-width: 1199.98px) {
	.section-awards .icon-award {
		padding: 165px 0 0 0;
	}
}

@media screen and (max-width: 991.98px) {
	.section-awards .icon-award {
		padding: 17vw 0 0 0;
	}
}

@media screen and (max-width: 767px) {
	.section-awards .icon-award {
		padding: 28vw 0 0 0;
	}
}
/* Gives You More Box
   ========================================================================== */

.box-gives-you-more {
	padding: 50px 10px;
	position:relative;
}
.gives-you-more-list {
	position: relative;
	margin-bottom: 0;
	margin-left: -20px;
	line-height: 1.5em;
	text-transform: uppercase;
}
.box-gives-you-more img{
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: relative;
	display: block;
}

@media screen and (max-width: 767.98px) {
	.gives-you-more-list {
		margin-bottom: 0;
		margin-left: 0px;
	}
}
/* ==========================================================================
   Featured Game Section with Frame Modules
   ========================================================================== */
.section-featured-game {
	position: relative;
	padding: 1.5rem 0;
	background-color: black;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1900px auto;
}

.section-featured-game.is-in-view {
	background-image: url("/rea/shared/img/lxc/44/large_bg.jpg");
	background-position: center top;
}
@media screen and (max-width: 767.98px) {
	.section-featured-game.is-in-view {
		background-size: cover;
	}
}

/* Frame Scaffolding
   ========================================================================== */
.frame-module {
	z-index: 1;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
	width: calc(100% + 30px);
	margin: 0;
	padding: 0;
	color: white;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
}

@media screen and (max-width: 767px) {
	.frame-module {
		display: block;
		margin-bottom: 0;
	}
}

.frame-module .frame-module-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 50%;
	margin-right: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}

@media screen and (max-width: 767.98px) {
	.frame-module .frame-module-col {
		width: auto;
	}
}

.frame-module > .frame-module-col > .frame {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: calc(100% - 8px);
	margin-bottom: 30px;
	margin-left: 4px;
	padding: 15px;
}

@media screen and (max-width: 767.98px) {
	.frame-module > .frame-module-col > .frame {
		margin-bottom: 20px;
		padding: 30px;
	}
}

.frame-module > .frame-module-col > .frame::before {
	content: "";
	z-index: -1;
	position: absolute;
	left: 50%;
	top: 50%;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	border-radius: inherit;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.frame-module > .frame-module-col > .frame-a {
	padding: 0;
	margin-bottom: 30px;
}

.frame-module > .frame-module-col > .frame-b {
	padding: 10px 5px 25px;
}

@media screen and (min-width: 768px) {	
	.frame-module > .frame-module-col > .frame-b {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 768px) {
	.frame-module > .frame-module-col > .frame-a {
		margin-bottom: 20px;
	}
}

.frame-module > .frame-module-col > .frame-c {
	color: white;
}

.frame-module > .frame-module-col > .frame-c p {
	font-size: 14px;
}

@media screen and (max-width: 767.98px) {
	.frame-module > .frame-module-col > .frame-d {
		padding: 40px;
	}
}

@media screen and (min-width: 768px) {
	.frame-module > .frame-module-col > .frame-d {
		margin-bottom: 0;
	}
}


.frame-module .frame .row {
	width: 100%;
	margin: 0 auto;
}

.frame-module .frame-extended {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
}

/* Frame Elements
   ========================================================================== */
.frame-module img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.frame-b img{
	height: 110px;
	width: auto;
}
@media screen and (max-width: 768px) {
	.frame-b img{
		height: 80px;
		width: auto;
	}
}

.frame-module .ribbon-contain {
	position: absolute;	
	overflow: hidden;
	pointer-events: none;
	z-index: 10;
	left: 10px;
	top: 10px;
	width: 120px;
	height: 120px;

}

.frame-module .ribbon-contain .ribbon-new {
	position: absolute;
	left: calc(50% - 20px);
	top: calc(50% - 20px);
	width: 200px;
	padding: 5px 0;
	color: white;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	background-color: red;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.frame-module .ribbon-contain .ribbon-new::after {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 100%;
	height: calc(100% - 6px);
	border-top: solid 2px white;
	border-bottom: solid 2px white;
}

.frame-module .featured-game-poster {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 34px;
}

.frame-module .featured-game-poster.is-in-view {
	background-image: url("/rea/shared/img/lxc/44/poster.png");
}

.legal-text{
    display: flex;
    flex-direction: column;
    text-shadow: 2px 2px 5px black, 1px 1px 4px black, 1px 1px 10px black;
    font-weight: 600;
    width: 100%;
    font-size: 1.2rem;
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translate(-50%,0%);
    color: #f8df1f;
    text-align: center;
    text-transform: uppercase;
}

 .legal-text img{
    padding: 0;
    max-width: 180px;
    margin-bottom: -10px;
}

.frame-module .featured-game-poster::after {
	content: "";
	display: block;
	padding-bottom: 117.11712%;
}

/* Frame Adjustment
   ========================================================================== */

.section-featured-game .frame-screenshot {
	border-width: 10px;
	border-image-width: 28px;
}

/* Premiere Mobile Video
   ========================================================================== */
.section-featured-game .video-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.section-featured-game .video-container .video-crop {
	clip-path: polygon(5% 5%, 100% 0%, 100% 100%, 0% 100%);
	position: absolute;
    right: -5px;
    top: 50%;
    overflow: hidden;
    width: calc(100% + 20px);
	height: calc(100% - 10px);
	background-color: black;
	border-radius: 65px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section-featured-game .video-container .video-crop video {
	height: calc(100% + 25px);
	margin-top: -3px;
	margin-left: 55px;
	left: 0;
    transform: none;
}

.section-featured-game .video-container::before {
	content: "";
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.section-featured-game .video-container::before {
	content: "";
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.section-featured-game .video-container::before {
	background-image: url("/rea/shared/img/iphone.png");
}

.section-featured-game .video-container::after {
	content: "";
	display: block;
	padding-bottom: 49.8%;
}

@media screen and (max-width: 700px) {
	.section-featured-game .video-container .video-crop {
		border-radius: 12vw;
	}

	.section-featured-game .video-container .video-crop video {
		height: calc(100% + 3.7vw);
		margin-left: calc(1vw + 27px);
	}
}
/* Premiere Mobile Graphic
   ========================================================================== */

.premiere-mobile-graphic-joker {
    z-index: 0;
    position: absolute;
    left: calc(0.5*(100vw - 2060px));
    bottom: 0px;
	width: 800px;
    height: 610px;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
}

.premiere-mobile-graphic-joker--right {
    right: calc(0.5*(100vw - 2060px));
	left:unset;
	transform: scaleX(-1);
}

.premiere-mobile-graphic-joker.is-in-view {
	background-image: url("/rea/shared/img/lxc/44/dragon.png");
}

@media screen and (max-width: 991.98px) {
	.premiere-mobile-graphic-joker {
		display: none;
	}
}

/* ==========================================================================
   Most Popular Games Section
   ========================================================================== */
.section-popular-games {
	position: relative;
	padding: 1.5rem 0 2.5rem;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 1900px auto;
}

.section-popular-games.is-in-view {
	background-image: url(/rea/shared/img/lxc/44/rewards-bg.jpg);
	background-position: center top;
}

/* Slider Scaffolding
   ========================================================================== */
.slide-strip-contain {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.slide-strip {
	z-index: 1;
	position: relative;
}


.slide-strip div {
	float: left;
	width: 100%;
}

/* Sliding Game Icon Graphics
   ========================================================================== */
.graphic-icon {
	z-index: -1;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	border-radius: 18px;
}

.graphic-icon .banner {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 5px 0;
	font-weight: 700;
	background-color: red;
	border-radius: 0 0 18px 18px;
}

@media screen and (max-width: 991px) {
	.graphic-icon .banner {
		padding: 2px 0;
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {
	.graphic-icon {
		width: calc(100% - 4px);
		margin: 2px;
		border-radius: 14px;
	}

	.graphic-icon .banner {
		border-radius: 0 0 14px 14px;
	}
}

.graphic-icon::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.is-in-view.graphic-icon.graphic-icon--agent-jane-blonde-returns {
	background-image: url("/rea/shared/img/icon/icon-agent-jane-blonde-returns.jpg");
}

.is-in-view.graphic-icon.graphic-icon--break-away-deluxe {
	background-image: url("/rea/shared/img/icon/icon-break-away-deluxe.jpg");
}

.is-in-view.graphic-icon.graphic-icon--dragon-shard {
	background-image: url("/rea/shared/img/icon/icon-dragon-shard.jpg");
}

.is-in-view.graphic-icon.graphic-icon--fire-forge {
	background-image: url("/rea/shared/img/icon/icon-fire-forge.jpg");
}

.is-in-view.graphic-icon.graphic-icon--fortunium {
	background-image: url("/rea/shared/img/icon/icon-fortunium.jpg");
}

.is-in-view.graphic-icon.graphic-icon--immortal-romance {
	background-image: url("/rea/shared/img/icon/icon-immortal-romance.jpg");
}

.is-in-view.graphic-icon.graphic-icon--jungle-jim-eldorado {
	background-image: url("/rea/shared/img/icon/icon-jungle-jim-eldorado.jpg");
}

/* Frame Adjustment
   ========================================================================== */
.section-popular-games .frame {
	border-width: 4px;
	border-image-width: 34px;
}

/* ==========================================================================
   Games Section
   ========================================================================== */
.section-games {
	padding: 1.5rem 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1900px auto;
}

.section-games.is-in-view {
	background-image: url("/rea/shared/img/lxc/44/secondary_bg.jpg");
	background-position: center bottom;
}
@media screen and (max-width: 767px) {	
	.section-games.is-in-view {
		background-image: url(/rea/shared/img/lxc/44/large_bg.jpg);
		background-position: center top;
	}
}

/* Card Flip Games Graphics
   ========================================================================== */
.graphic-card {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	padding-bottom: calc(50% - 22px);
}

.grpahic-card-contain {
	width: 100%;
	height: 100%;
}

.cards-contain.is-in-view .graphic-card[data-card="nine-masks"] {
	background-image: url("/rea/shared/img/card/card-9masks.jpg");
}

.cards-contain.is-in-view .graphic-card[data-card="ten-k-wishes"] {
	background-image: url("/rea/shared/img/card/card-10000-wishes.jpg");
}

.cards-contain.is-in-view .graphic-card[data-card="crma"] {
	background-image: url("/rea/shared/img/card/card-crma.jpg");
}

.cards-contain.is-in-view .graphic-card[data-card="god-of-fire"] {
	background-image: url("/rea/shared/img/card/card-god-of-fire.jpg");
}

.cards-contain.is-in-view .graphic-card[data-card="immortal-creatures"] {
	background-image: url("/rea/shared/img/card/card-immortal-creatures.jpg");
}

.cards-contain.is-in-view .graphic-card[data-card="real-roulette-caroline"] {
	background-image: url("/rea/shared/img/card/card-real-roulette-caroline.jpg");
}

.cards-contain.is-in-view .graphic-card[data-card="real-roulette-holly"] {
	background-image: url("/rea/shared/img/card/card-real-roulette-holly.jpg");
}

.cards-contain.is-in-view .graphic-card[data-card="real-roulette-sarati"] {
	background-image: url("/rea/shared/img/card/card-real-roulette-sarati.jpg");
}

.cards-contain.is-in-view .graphic-card[data-card="tswl"] {
	background-image: url("/rea/shared/img/card/card-tswl.jpg");
}

.cards-contain {
	width: calc(100% + 15px);
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.cards-contain li {
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 33.333333%;
	padding: 0 15px 15px 0;
	position: relative;
}

@media screen and (max-width: 767px) {
	.cards-contain {
		width: calc(100% + 10px);
		text-align: center;
	}

	.cards-contain li {
		width: calc(49% - 2px);
		padding: 0 10px 10px 0;
		float: none;
		display: inline-block;
	}
	.section-games .frame--alt {
		border-radius: 15px;
	}
}

/* Frame Adjustment
   ========================================================================== */

.graphic-card.frame {
    border-width: 10px;
    border-image-width: 75px;
}

.graphic-card .frame-circle {
	width: 80px;
	height: 15px;
}

.graphic-card .frame-circle.transform-bottom {
	bottom: -15px;
}

.graphic-card .frame-circle.transform-left {
	left: -15px;
}

.graphic-card .frame-circle.transform-right {
	right: -15px;
}

@media screen and (max-width: 575.98px) {
	.graphic-card .frame-circle.transform-left,
	.graphic-card .frame-circle.transform-right {
		width: 40px;
	}
}

.graphic-card .frame-lights {
	width: 26px;
	height: 24px;
}

.graphic-card .frame-lights.transform-top {
	top: -24px;
}

/* ==========================================================================
   Showcase Section
   ========================================================================== */
.section-showcase {
	z-index: 1;
	padding: 2.5rem 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 1900px auto;
}

.section-showcase.is-in-view {
	background-image: url(/rea/shared/img/lxc/44/rewards-bg.jpg);
    background-position: center center;
}

.section-showcase .showcase-boxes {
	z-index: 1;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 30px);
	max-width: 991px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	-ms-flex-wrap: wrap;
}

.section-showcase .showcase-boxes li {
	width: 50%;
	padding: 0 30px 30px 0;
}

@media screen and (max-width: 767px) {
	.section-showcase .showcase-boxes li {
		width: 100%;
	}

	.section-showcase .showcase-boxes li:last-of-type {
		padding-bottom: 20px;
	}
	.section-showcase.is-in-view {
		background-image: url(/rea/shared/img/lxc/44/large_bg.jpg);
		background-position: center top;
	}
}

.section-showcase .showcase-boxes li:nth-of-type(1) .inner.is-in-view {
	background-image: url("/rea/shared/img/showcase/showcase-vip.jpg");
}

.section-showcase .showcase-boxes li:nth-of-type(2) .inner.is-in-view {
	background-image: url("/rea/shared/img/showcase/showcase-payout.jpg");
}

.section-showcase .showcase-boxes li:nth-of-type(3) .inner.is-in-view {
	background-image: url("/rea/shared/img/showcase/showcase-bonuses.jpg");
}

.section-showcase .showcase-boxes li:nth-of-type(4) .inner.is-in-view {
	background-image: url("/rea/shared/img/showcase/showcase-support.jpg");
}

.section-showcase .showcase-boxes li .inner {
	position: relative;
	width: calc(100% - 8px);
	margin-left: 4px;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100% auto;
	border-radius: 29px;
}

.section-showcase .showcase-boxes li .inner::after {
	content: "";
	display: block;
	padding-bottom: 54%;
}

.section-showcase .showcase-boxes li .inner .box-label {
	position: absolute;
	left: 0;
	top: 12px;
	padding: 0 0 0 15px;
	font-size: 20px;
	font-family: "poppins", sans-serif;
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase;
}

@media screen and (max-width: 991px) {
	.section-showcase .showcase-boxes li .inner .box-label {
		padding: 5px 0 5px 15px;
		font-size: 2vw;
		line-height: 1.2;
	}
}

@media screen and (max-width: 767px) {
	.section-showcase .showcase-boxes li .inner .box-label {
		font-size: 16px;
	}
}

/* Frame Adjustment
   ========================================================================== */
.section-showcase .frame {
    border-width: 12px;
    border-image-width: 92px;
}

.section-showcase .frame-lights.transform-top {
	top: -21px;
}

.section-showcase .frame-circle {
	height: 8px;
}

.section-showcase .frame-circle.transform-bottom {
	bottom: -9px;
}

/* ==========================================================================
   Partners Section
   ========================================================================== */
.section-partners {
	padding: 1.5rem 0;
	background-color: white;
}

/* ==========================================================================
   Form Modal Styling
   ========================================================================== */
.form-blackout {
	z-index: 900;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.85);
}

.form-contain {
	position: relative;
	width: 360px;
	max-width: calc(100% - 15px);
	margin: 0 auto;
	margin-top: 100px;
	padding: 30px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	border-radius: 18px;
}
.form-contain .display-text--yellow{
	line-height: 1.2;	
}

.form-contain::before {
	content: "";
	z-index: -1;
	position: absolute;
	left: -12px;
	top: -12px;
	width: calc(100% + 24px);
	height: calc(100% + 24px);
	background-image: linear-gradient(to bottom,#2E0101,#1B0101);
}

.form-heading {
	font-size: 20px;
}

.form-contain input {
	width: 100%;
}

.form-contain input[type="text"],
.form-contain input[type="email"] {
	width: 100%;
	height: 50px;
	margin-top: 10px;
	padding: 0 5px;
	font-size: 18px;
	text-align: center;
	border: solid 1px black;
	border-radius: 10px;
}

/* .form-contain .form-submit-btn {
	border:unset;
} */

@media screen and (max-width: 575px) {
	.form-contain input[type="text"],
	.form-contain input[type="email"] {
		height: 40px;
	}
}

input[type="text"].error,
input[type="email"].error {
	background-image: url("/rea/shared/img/error_icon.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 20px auto;
}

input[type="checkbox"].error {
	outline: solid 2px red;
}

#preform .yearText {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	text-align: center;
	text-transform: none;
}

#preform #dob-year {
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	padding: 0 10px;
	color: #222222;
	font-size: 18px;
	line-height: 34px;
	background-color: white;
	border-radius: 6px;
}

#preform #dob-year.error {
	border-color: red;
	-webkit-box-shadow: 0 0 3px 0 red, 0 0 3px 0 red, 0 0 3px 0 red;
	box-shadow: 0 0 3px 0 red, 0 0 3px 0 red, 0 0 3px 0 red;
}

#preform #dob-year.valid {
	border-color: #2675da;
	-webkit-box-shadow: 0 0 3px 0 #2675da, 0 0 3px 0 #2675da, 0 0 3px 0 #2675da;
	box-shadow: 0 0 3px 0 #2675da, 0 0 3px 0 #2675da, 0 0 3px 0 #2675da;
}

#preform input[type="checkbox"] {
	width: auto;
	height: auto;
	margin-right: 10px;
}

#preform a:hover,
#preform a {
	color: #fce544;
	text-shadow: none;
}

#preform .checks {
	margin-top: 10px;
	color: black;
	color: white;
	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%);
}

/* Frame Adjustment
   ========================================================================== */
.form-contain.frame {
    border-width: 20px;
    border-image-width: 70px;
}

.form-contain .frame-lights {
	width: 26px;
	height: 24px;
}

.form-contain .frame-lights.transform-top {
	top: -24px;
}

.form-contain .frame-lights.transform-bottom {
	bottom: -24px;
}

/* ==========================================================================
   Prefooter
   ========================================================================== */
.pre-footer {
	padding: 20px 10px 10px 10px;
	text-align: center;
	background-color: #e6e6e6;
}

.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;
	}

	.pre-footer .payment-logo {
		height: 27px;
	}

	.pre-footer .secure-logo {
		height: 28px;
	}
}
/* ==========================================================================
   Utility Classes
   ========================================================================== */
.u__section--pad {
	padding: 60px 0;
}

@media screen and (max-width: 767px) {
	.u__section--pad {
		padding: 30px 0;
	}
}

.u__position--above {
	z-index: 20;
	position: relative;
}

.u__line-height--1-25 {
	line-height: 1.25 !important;
}

.u__colour--red {
	color: rgba(241, 44, 0, 1);
}

.u__colour--white {
	color: white;
}

.u__colour--black {
	color: black;
}
.u__colour--grey {
	color: #7e7e7e;
}
.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 0 #000000, -1px 0 #000000, 0 1px #000000,
		0 -1px #000000, 1px 1px #000000, -1px 1px #000000, 1px 1px #000000,
		1px -1px #000000;
}

.u__text--heading {
	display: block;
	margin-bottom: 60px;
	font-size: 28px;
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	.u__text--heading {
		margin-bottom: 30px;
		font-size: 20px;
	}
}

.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: 36px;
	line-height: 0.95;
}

@media screen and (max-width: 575px) {
	.u__text--xl {
		font-size: 30px;
	}
}

.u__text--l {
	font-size: 28px;
	line-height: 1.1;
}

@media screen and (max-width: 575px) {
	.u__text--l {
		font-size: 22px;
	}
}

.u__text--m {
	font-size: 22px;
}

@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 {
	color: white;
	text-align: center;
}

.copyright a.modalLink {
	color: white;
}

.footer {
	z-index: 100;
	position: relative;
	padding-top: 40px;
	padding-bottom: 10px;
	font-family: Arial;
	background-color: black;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#2c2c2c),
		to(black)
	);
	background-image: -o-linear-gradient(top, #2c2c2c 0%, black 100%);
	background-image: linear-gradient(to bottom, #2c2c2c 0%, black 100%);
	background-repeat: no-repeat;
	background-size: 100% 150px;
}

.affiliates {
	text-decoration: underline;
}

@media screen and (max-width: 991px) {
	.footer {
		margin-top: 0;
	}
}

.footer::before {
	content: "";
	position: absolute;
	bottom: 100%;
	width: 100%;
	height: 2px;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#2c2c2c),
		color-stop(50%, #686868),
		to(#2c2c2c)
	);
	background: -o-linear-gradient(left, #2c2c2c 0%, #686868 50%, #2c2c2c 100%);
	background: linear-gradient(
		to right,
		#2c2c2c 0%,
		#686868 50%,
		#2c2c2c 100%
	);
}

.footerTracking {
	clear: both;
	width: calc(100% - 40px);
	max-width: 420px;
	margin: 4px auto;
	padding: 3px 4px;
	color: #cccccc;
	font: normal 11px Arial, Helvetica;
	text-align: left;
	background-color: #222222;
	vertical-align: middle;
	border: 1px solid #444444;
}

.pinkSlime {
	width: auto !important;
	color: #999999;
	text-align: center !important;
	border: none !important;
}

.copy {
	margin-top: 10px;
	color: white;
	font-size: 12px;
	text-align: center;
}

.modal,
.modal p {
	color: black;
	font-family: Arial;
	font-size: 13px;
	line-height: 1.2;
}

.modal h4,
.modal h1 {
	font-size: 20px;
	font-weight: 700;
}

.modal h1 {
	padding-bottom: 10px;
}

.modal h4 {
	font-size: 16px;
}

.modal.fade.in {
	opacity: 1;
}

.modal div[class*="col-"] {
	-webkit-box-flex: initial;
	-ms-flex: initial;
	flex: initial;
	width: 100%;
	max-width: unset;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.modal .hero-section__content {
	padding: 0 !important;
}

a.cc-dismiss {
	text-decoration: none;
}

.licence {
	max-width: 420px;
	margin: 12px auto 0;
	padding: 0 5px;
	color: #999999;
	font-size: 10px;
	text-align: center;
}

/* ==========================================================================
   Top banner Ad
   ========================================================================== */
.top-banner {
	background: #ffee00;
	color: black;
	text-align: center;
	font-weight: bold;
	padding: 5px 5px;
	text-transform: uppercase;
	position: relative;
}

.top-banner-ad {
	background: black;
	color: white;
	font-size: 14px;
}

/*ontario*/

.section-header-banner .ontario-gambling-logo {
	width: 150px;
	height: auto;
	filter: drop-shadow(1px 1px 1px black);
	margin-right: 10px;
}

.footer-icons .ontario-gambling-logo {
	width: 102px;
	height: auto;
	display: inline-block;
	margin-bottom: 32px;
}

.ontario-terms-link {
	font-size: 10px;
	color: white;
	padding: 5px 5px 0 0;
}
@media screen and (max-width: 575px) {
	.ontario.banner__content {
		align-items: start;
		height: 82px;
	}
	.ontario .banner__text {
		position: absolute;
		padding: 0px 43px;
		top: 46px;
	}
}

@media screen and (max-width: 767px) {
	.ontario-terms-link {
		padding: 5px 0 0 0;
	}
}

.ontario-terms-link:hover {
	color: white;
	text-decoration: none;
}

.ontario-terms-link:before {
	content: "* ";
}

.footer .ontario-terms-link {
	text-decoration: underline;
}

.footer .ontario-terms-link:before {
	content: "  ";
}

.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;
}

/* vnd1 */
body[data-variation="vnd1"] .frame {   
    background-size: cover;
}
body[data-variation="vnd1"] .hero__frame{		
	padding: 6.5rem 10px 5.5rem;
	width: 70%;
	font-size: 25px;
	margin: -47px auto;
}
body[data-variation="vnd1"] .section-hero{		
	padding: 55px 0;
}

@media screen and (max-width: 767px) {
	body[data-variation="vnd1"] .hero__frame{		
		padding: 2rem 10px 1rem;
		width: 90%;
		font-size: 25px;
		margin: 16px auto -20px;
	}
	body[data-variation="vnd1"] .frame{			
		background-image: url(/rea/shared/img/LXC/44/frame-no-glow.png);
	}
}

/* v1 */
body[data-variation="v1"] .section-hero{		
	padding: 119px 0;
}
body[data-variation="v1"] .hero__frame {	
	font-size: 25px;
}
@media screen and (max-width: 991.98px) {	
	body[data-variation="v1"] .hero__frame{		
		margin: 16px auto -70px;
		font-size: 21px;
	}
}


