﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@charset "UTF-8";
/* ==========================================================================
   Base Styles
   ========================================================================== */
body {
    overflow-x: hidden;
    min-width: 320px;
    margin: 0;
    padding: 0;
    color: white;
    font-family: "roboto", 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;
}

.display-text {
    display: block;
    font-family: "rubik", sans-serif;
    font-weight: 700;
}

.display-text--yellow {
    color: rgb(255, 192, 0);
    filter: drop-shadow(2px 2px #111);
}

/* ==========================================================================
   Call to Action Buttons
   ========================================================================== */
.form-submit-btn,
a.cta-btn,
a.cta-btn:hover,
.cta-btn {
    width: 250px;
    height: 60px;
    padding: 10px 20px;
    color: white;
    font-family: "rubik", sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-image: linear-gradient(to bottom, #2ed041, #077a1c);
    background-size: 100% auto;
    text-shadow: 0px 3px 3.5px black;
    border-radius: 5.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

@media screen and (max-width: 575.98px) {
    .form-submit-btn,
    a.cta-btn,
    a.cta-btn:hover,
    .cta-btn {
        width: 220px;
        height: 60px;
        line-height: 60px;
        font-size: 22px;
    }
}

/* ==========================================================================
   Frame
   ========================================================================== */
.frame {
    position: relative;
    width: 100%;
    border: solid 4px black;
    border-image-slice: 100;
    border-image-width: 44px;
    border-image-repeat: stretch round;
}

.frame .transform-top {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.frame .transform-bottom {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.frame .transform-right {
    top: 50%;
    -webkit-transform: translateX(50%) rotate(90deg);
    -ms-transform: translateX(50%) rotate(90deg);
    transform: translateX(50%) rotate(90deg);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
}

.frame .transform-left {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
}

.frame .frame-lights {
    position: absolute;
    width: 220px;
    height: 19px;
    background-image: url("/rea/shared/img/frame/tile_red-lights.png");
    background-repeat: round;
    background-size: auto 100%;
}

.frame .frame-lights.transform-top {
    top: -26px;
}

.frame .frame-lights.transform-right {
    right: -26px;
}

.frame .frame-lights.transform-bottom {
    bottom: -26px;
}

.frame .frame-lights.transform-left {
    left: -26px;
}

.frame .frame-circle {
    position: absolute;
    width: 160px;
    height: 11px;
    background-image: url("/rea/shared/img/frame/tile_circle.png");
    background-repeat: round;
    background-size: auto 100%;
}

.frame .frame-circle.transform-top {
    top: -18px;
}

.frame .frame-circle.transform-right {
    right: -18px;
}

.frame .frame-circle.transform-bottom {
    bottom: -18px;
}

.frame .frame-circle.transform-left {
    left: -18px;
}

.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/frj2_1/divider.png");
    margin: -12px auto;
}

.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, #17050a 0%, rgba(5, 5, 7, 0) 100%);
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#0e0d45),
        to(rgba(5, 5, 7, 0))
    );
    background: linear-gradient(90deg, #17050a 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, #17050a 0%, rgba(5, 5, 7, 0) 100%);
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(#0e0d45),
        to(rgba(5, 5, 7, 0))
    );
    background: linear-gradient(270deg, #17050a 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: #ffc000;
}

.banner__content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner__text {
    margin-bottom: 0;
    line-height: 1em;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    margin-top: 4px;
    font-size: 24px;
}

.banner__lxc-logo {
    width: 75px;
    height: auto;
    margin-right: 10px;
}

@media screen and (max-width: 767.98px) {
    .banner__text {
        font-size: 16px;
    }
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.section-hero {
    position: relative;
    background-color: black;
    text-align: center;
    height: 595.5px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 991.98px) {
    .section-hero {
        padding: 35px 0;
    }
    body[data-variation="v0"] .section-hero,
    body[data-variation=""] .section-hero {
        padding: 55px 0;
    }
}

.hero__frame {
    padding: 2.5rem 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-image: linear-gradient(
        to bottom,
        transparent 0.5%,
        #552313 0.5%,
        #2e130a
    );
    background-size: calc(100% + 0px) calc(100% + 8px);
    background-position-y: -4px;
    background-position-x: -0.25px;
    position: relative;
    z-index: 0;
    width: 100%;
    margin: 5px auto;
    border-width: 20px;
    border-image: url("/rea/shared/img/yg/15/frame.png") 25;
    box-shadow: 0 0 10px 5px inset rgba(0, 0, 0, 0.75);
}

.hero__frame::before,
.hero__frame::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.hero__frame::before {
    z-index: 0;
    left: -10px;
    top: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    animation: glow 2s linear infinite;
}

.hero__frame-container::after {
    z-index: -1;
    left: -6px;
    top: -6px;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
}
@media screen and (max-width: 991.98px) {
    .hero__frame-container {
        margin: auto;
        margin-top: 120px;
    }
    .hero__frame-container {
        max-width: 385px;
    }
}

@media screen and (max-width: 575.98px) {
    .hero__frame::after {
        top: -100px;
        width: 250px;
        height: 158px;
    }
    .hero__frame-container {
        max-width: 385px;
        width: 100%;
    }
    .hero__frame {
        border-width: 15px;
    }
    .hero__frame::before {
        left: -5px;
        top: -5px;
        width: calc(100% + 10px);
        height: calc(100% + 10px);
    }
}

.hero__text-l {
    font-size: 1.5em;
    line-height: 1em;
}

.hero__text-xl {
    font-size: 2.5em;
    line-height: 1em;
}
.hero__frame div:first-of-type {
    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/yg/15/rome_ffg_hero_desk.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/yg/15/rome_ffg_bg_hero.jpg");
        background-position: center top;
        box-shadow: inset 10px 0px 100px rgba(0, 0, 0, 0.55),
            inset -10px 0px 100px rgba(0, 0, 0, 0.55);
    }
}

video {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 0;
    transition: 1.65s filter ease-out;
    object-fit: cover;
    filter: opacity(0);
    display: none;
}
.reveal {
    display: block;
    filter: opacity(1);
}
#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: 50%;
        min-width: 450px;
        mask-image: linear-gradient(
            to right,
            transparent 2%,
            black 10%,
            black 90%,
            transparent 98%
        );
    }
}

@media screen and (max-width: 582.98px) {
    #heroVideoTablet {
        mask-image: linear-gradient(
            to right,
            transparent 2%,
            black 30%,
            black 80%,
            transparent 98%
        );
    }
}

/* 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: 0;
    width: 800px;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url("/rea/shared/img/ccc/22/combined_generic_hero.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: 2.5rem 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.section-awards.is-in-view {
    background-image: url("/rea/shared/img/yg/15/rome_ffg_bg_1.jpg");
}

.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;
    }
}

@media screen and (max-width: 525px) {
    .section-awards.is-in-view {
        background-image: url("/rea/shared/img/yg/15/rome_ffg_bg_1_mob.jpg");
        background-size: 665px 100%;
    }
}

/* Gives You More Box
   ========================================================================== */

.box-gives-you-more {
    padding: 15px 10px;
    position: relative;
    background-repeat: no-repeat;
    background-image: linear-gradient(
        to bottom,
        transparent 0.5%,
        #552313 0.5%,
        #2e130a
    );
    border-width: 15px;
    border-image: url("/rea/shared/img/yg/15/frame.png") 25;
    box-shadow: 0 0 10px 5px inset rgba(0, 0, 0, 0.75);
}

.box-gives-you-more img {
    display: block;
}

.gives-you-more-list {
    position: relative;
    margin-bottom: 0.5rem;
    margin-left: -20px;
    line-height: 1.5em;
    text-transform: uppercase;
}

@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 bottom;
    background-size: cover;
}

.section-featured-game.is-in-view {
    background-image: url("/rea/shared/img/ccc/22/blue_bg.jpg");
}

/* 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: 15px 0;
    }
}

.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);
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: inherit;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.frame-module > .frame-module-col > .frame--alt::before {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-image: linear-gradient(to bottom, #310101, #190202);
}

.frame-module > .frame-module-col > .frame-a.frame--alt:first-of-type::before {
    background-image: linear-gradient(to bottom, black, black);
}
.frame-module > .frame-module-col > .frame-a {
    padding: 0;
}

.frame-module > .frame-module-col > .frame-b {
    padding: 5px 5px 15px;
}

@media screen and (min-width: 768px) {
    .frame-module > .frame-module-col > .frame-b {
        margin-bottom: 0;
    }
}

.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: 15px;
    }
}

@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: 50px;
    width: auto;
}

.frame-module .ribbon-contain {
    position: absolute;
    left: -5px;
    top: -5px;
    overflow: hidden;
    width: 130px;
    height: 130px;
    pointer-events: none;
    z-index: 10;
}

.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: inherit;
}

.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;
}

.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 - 1385px));
    bottom: 0px;
    width: 350px;
    height: 600px;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
}

.premiere-mobile-graphic-joker--right {
    right: calc(0.5 * (100vw - 1385px));
    left: unset;
    transform: scaleX(-1);
}

.premiere-mobile-graphic-joker.is-in-view {
    background-image: url("/rea/shared/img/frj2_1/frj2_joker.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: cover;
}

.section-popular-games.is-in-view {
    background-color: #16050a;
}

/* Slider Scaffolding
   ========================================================================== */
.slide-strip-contain {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slide-strip {
    z-index: 1;
    position: relative;
}

.slide-strip.animating {
    /* transition: all 2s linear; */
}

.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 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.section-games.is-in-view {
    background-image: url("/rea/shared/img/yg/15/rome_ffg_bg_2.jpg");
}

/* 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::before {
        width: calc(100% - 2px);
        height: calc(100% - 2px);
    }

    .cards-contain li {
        width: calc(50% - 2px);
        padding: 0 10px 10px 0;
        float: none;
        display: inline-block;
    }
}
/* Frame Adjustment
   ========================================================================== */

.graphic-card.frame {
    border-width: 10px;
    border-image: url("/rea/shared/img/yg/15/frame.png") 25;
}

.cards-contain li::before {
    content: "";
    position: absolute;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    top: 0;
    left: 0;
    transform: translate(-4px, -4px);
    z-index: 0;
}
@media screen and (max-width: 767px) {
    .cards-contain li::before {
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        transform: translate(-3px, -3px);
    }
    .graphic-card.frame {
        border-width: 10px;
        border-image: url(/rea/shared/img/yg/15/frame.png) 27.5;
    }
}

.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: cover;
}

.section-showcase.is-in-view {
    background-image: radial-gradient(#561325, #16050a);
}

.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 .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;
}

.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: "Rubik", 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: 15px;
    border-image: url("/rea/shared/img/yg/15/frame.png") 25;
}
.section-showcase .frame::before {
    content: "";
    position: absolute;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    top: 0;
    left: 0;
    transform: translate(-8px, -8px);
    z-index: -1;
}
.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: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;

    background-repeat: no-repeat;
    background-image: linear-gradient(
        to bottom,
        transparent 0.5%,
        #552313 0.5%,
        #2e130a
    );
    position: relative;
    border-width: 20px;
    border-image: url("/rea/shared/img/yg/15/frame.png") 25;
    box-shadow: 0 0 10px 5px inset rgba(0, 0, 0, 0.75);
}

.form-contain::before {
    content: "";
    z-index: -1;
    position: absolute;
    left: -10px;
    top: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    animation: glow 2s infinite linear;
}

.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: #deb564;
}

#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-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;
}

.section-awards .is-in-view.icon-award.icon-award--2 {
    background-image: url(/rea/shared/img/award-badges/award-2_en-yg.png);
}

.banner__lxc-logo {
}

@keyframes glow {
    0% {
        box-shadow: 0 0 10px 5px rgba(255, 215, 0, 0.3),
            0 0 10px rgba(255, 215, 0, 0.5), 0 0 30px rgba(255, 215, 0, 0.4);
    }

    50% {
        box-shadow: 0 0 25px 10px rgba(255, 215, 0, 0.3),
            0 0 20px rgba(255, 215, 0, 0.3), 0 0 45px rgba(255, 215, 0, 0.3),
            0 0 40px rgba(255, 215, 0, 0.3);
    }

    100% {
        box-shadow: 0 0 10px 5px rgba(255, 215, 0, 0.3),
            0 0 10px rgba(255, 215, 0, 0.5), 0 0 30px rgba(255, 215, 0, 0.4);
    }
}


/* v1 and v2 and v3 */
body[data-variation="v1"] .section-header-banner,
body[data-variation="v2"] .section-header-banner,
body[data-variation="v3"] .section-header-banner {   
    display: none;
}

body[data-variation="v1"] .section-hero,
body[data-variation="v2"] .section-hero,
body[data-variation="v3"] .section-hero {
    height: 413px;
}
body[data-variation="v1"] .hero-bg,
body[data-variation="v2"] .hero-bg,
body[data-variation="v3"] .hero-bg {    
    background-image: url(/rea/shared/img/yg/15/v1/Hero-bg.jpg);
    background-position: center top;
    background-size: 1900px auto;
    background-repeat: no-repeat, no-repeat;
}
body[data-variation="v1"] video,
body[data-variation="v1"] #heroVideoDesk,
body[data-variation="v1"] #heroVideoTablet,
body[data-variation="v1"] #heroVideoMobile,
body[data-variation="v2"] video,
body[data-variation="v2"] #heroVideoDesk,
body[data-variation="v2"] #heroVideoTablet,
body[data-variation="v2"] #heroVideoMobile,
body[data-variation="v3"] video,
body[data-variation="v3"] #heroVideoDesk,
body[data-variation="v3"] #heroVideoTablet,
body[data-variation="v3"] #heroVideoMobile {    
    display: none;
}

body[data-variation="v1"] .hero__frame-container::before,
body[data-variation="v2"] .hero__frame-container::before,
body[data-variation="v3"] .hero__frame-container::before {
    z-index: 1;
    content: '';
    width: 100%;
    height: 110px;
    background-image: url(/rea/shared/img/logo/yg-logo.png);
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: -40px;
    margin-top: -20px;
    display: block;
    left: 50%;
    transform: translateX(-50%);
}

body[data-variation="v1"] .hero-graphics--desk,
body[data-variation="v2"] .hero-graphics--desk,
body[data-variation="v3"] .hero-graphics--desk {
    width: 810px;
    height: 388px;
    background-image: url(/rea/shared/img/yg/15/v1/hero-img.png);
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    position:relative;
}
body[data-variation="v1"] .section-awards.is-in-view,
body[data-variation="v2"] .section-awards.is-in-view,
body[data-variation="v3"] .section-awards.is-in-view {
    background-image: url(/rea/shared/img/yg/15/v1/award-winning-casino-bg.jpg);
}

body[data-variation="v1"] .section-showcase.is-in-view,
body[data-variation="v2"] .section-showcase.is-in-view,
body[data-variation="v3"] .section-showcase.is-in-view {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-image: url(/rea/shared/img/yg/15/v1/rewards-bg.jpg);
}

body[data-variation="v1"] .section-popular-games.is-in-view,
body[data-variation="v2"] .section-popular-games.is-in-view,
body[data-variation="v3"] .section-popular-games.is-in-view {
    background-color: #000;
}

body[data-variation="v1"] .section-games.is-in-view,
body[data-variation="v2"] .section-games.is-in-view,
body[data-variation="v3"] .section-games.is-in-view {
    background-image: url(/rea/shared/img/yg/15/v1/games-bg.jpg);
}
body[data-variation="v1"] .frame,
body[data-variation="v2"] .frame,
body[data-variation="v3"] .frame  {    
    width: 100%;
    margin: 5px auto;   
    box-shadow: none;
    border-image: none;
    border-width: 0;
    border:none;
    position: relative;    
    border-radius: 15px;
    background: linear-gradient(180deg, #d3a146 0%, #f9edbf 40%, #f9edbf 60%, #d3a146 100%);
}
body[data-variation="v1"] .frame::before,
body[data-variation="v2"] .frame::before,
body[data-variation="v3"] .frame::before {    
    animation: none;
    content: '';
    position: absolute;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    top: 4px;
    left: 4px;
    z-index: -1;
    border-radius: 13px;
    background-color: #122a56;
    box-shadow: 0 0 10px 5px inset rgba(0, 0, 0, 0.75);
}
body[data-variation="v1"] .hero__frame,
body[data-variation="v2"] .hero__frame,
body[data-variation="v3"] .hero__frame {
    padding: 2.5rem 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;   
}

body[data-variation="v2"] .hero__frame,
body[data-variation="v3"] .hero__frame {
    padding: 2.5rem 15px 1rem;
}

body[data-variation="v2"] .hero__frame small,
body[data-variation="v3"] .hero__frame small {
    font-size: 12px;
}

body[data-variation="v1"] .box-gives-you-more,
body[data-variation="v2"] .box-gives-you-more,
body[data-variation="v3"] .box-gives-you-more {
    z-index: 1;
}
body[data-variation="v1"] .section-showcase .frame::before,
body[data-variation="v2"] .section-showcase .frame::before,
body[data-variation="v2"] .section-showcase .frame::before {   
    background: linear-gradient(180deg, #d3a146 0%, #f9edbf 40%, #f9edbf 60%, #d3a146 100%);    
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    box-shadow: none;
}
body[data-variation="v1"] .graphic-card.frame::before,
body[data-variation="v2"] .graphic-card.frame::before,
body[data-variation="v3"] .graphic-card.frame::before {
   top: -4px;
    left: -4px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: linear-gradient(180deg, #d3a146 0%, #f9edbf 40%, #f9edbf 60%, #d3a146 100%);
    z-index: 0;
    box-shadow: none;
}
body[data-variation="v1"] .graphic-card::after,
body[data-variation="v2"] .graphic-card::after,
body[data-variation="v3"] .graphic-card::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 14px;
    background-image: inherit;
}
body[data-variation="v1"] .graphic-card.frame,
body[data-variation="v2"] .graphic-card.frame,
body[data-variation="v3"] .graphic-card.frame {
    padding-bottom: calc(50%);
}
body[data-variation="v1"] .graphic-icon,
body[data-variation="v2"] .graphic-icon,
body[data-variation="v3"] .graphic-icon {
    z-index: unset;
}
body[data-variation="v1"] .graphic-icon::before,
body[data-variation="v2"] .graphic-icon::before,
body[data-variation="v3"] .graphic-icon::before {
    content: '';
    position: absolute;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: inherit;
    background: linear-gradient(180deg, #d3a146 0%, #f9edbf 40%, #f9edbf 60%, #d3a146 100%); 
}
body[data-variation="v1"] .form-close,
body[data-variation="v2"] .form-close,
body[data-variation="v3"] .form-close {
    z-index: 1;
}
body[data-variation="v1"] .form-contain.frame,
body[data-variation="v2"] .form-contain.frame,
body[data-variation="v3"] .form-contain.frame {    
    z-index: 0;
    width: 360px;
    max-width: calc(100% - 15px);
    margin: 0 auto;
    margin-top: 100px;
    padding: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
    body[data-variation="v1"] .hero-graphics--desk,
    body[data-variation="v2"] .hero-graphics--desk,
    body[data-variation="v3"] .hero-graphics--desk {
        width: 650px;
    }
}
@media screen and (max-width: 991px) {
    body[data-variation="v1"] .section-hero,
    body[data-variation="v2"] .section-hero,
    body[data-variation="v3"] .section-hero {
        height: 595px;
    }
    body[data-variation="v1"] .hero-graphics--desk,
    body[data-variation="v2"] .hero-graphics--desk,
    body[data-variation="v3"] .hero-graphics--desk {
        background-image: url(/rea/shared/img/yg/15/v1/hero-img-mob.png);    
        left: 50%;
        transform: translate(-50%);  
        background-position: calc(50% + 10px) center; 
        margin-top: -20px;
        z-index: -1;
    }
    body[data-variation="v1"] .hero__frame-container,
    body[data-variation="v2"] .hero__frame-container,
    body[data-variation="v3"] .hero__frame-container {       
        margin-top: -215px;
        max-width: 330px;
        z-index: 2;
    }

}
@media screen and (max-width: 767px) {
    body[data-variation="v1"] .hero-bg,
    body[data-variation="v2"] .hero-bg,
    body[data-variation="v3"] .hero-bg {           
        background-position: left top;
    }
    body[data-variation="v1"] .section-awards.is-in-view,
    body[data-variation="v2"] .section-awards.is-in-view,
    body[data-variation="v3"] .section-awards.is-in-view {
        background-size: cover;
    }
    body[data-variation="v1"] .hero-graphics--desk,
    body[data-variation="v2"] .hero-graphics--desk,
    body[data-variation="v3"] .hero-graphics--desk {           
        background-size: auto 85%;
        margin-top: -46px;
    }
    body[data-variation="v1"] .hero__frame-container,
    body[data-variation="v2"] .hero__frame-container,
    body[data-variation="v3"] .hero__frame-container  {
        max-width: 280px;
    }
    
} 


/* v3 */
body[data-variation="v3"] .pre-header{    
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}
body[data-variation="v3"] .pre-header h1{
   
}
body[data-variation="v3"] .pre-header::after{
    width: 110px;
    height: 70px;
    background-image: url(/rea/shared/img/hwrg.png);
    background-position: calc(100% - 40px) center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    margin-top: -15px;
    z-index: 1;
    content: '';
    position: absolute;
    left: calc(50% + 228px);
}

body[data-variation="v3"] .section-hero {
    height: 484px;
}
body[data-variation="v3"] .separator{
    display: none;
}
@media screen and (max-width: 991px) {
    body[data-variation="v3"] .section-hero {
        height: 580px;
    }
    body[data-variation="v3"] .pre-header h1{
        padding: 0 100px;
    }           
}
@media screen and (max-width: 767px) {     
    body[data-variation="v3"] .pre-header h1{
        padding: 0 30px;
    }
    body[data-variation="v3"] .pre-header::after{
        left: calc(50% + 175px);
        width: 104px;
        height: 63px;
    } 
    body[data-variation="v3"] .separator{
        display: block;
    }       
}
@media screen and (max-width: 574px) {    
    body[data-variation="v3"] .pre-header::after{
        left: calc(50% + 122px);
        width: 99px;
        height: 57px;
    }
    body[data-variation="v3"] .section-hero {
        height: 570px;
    }   
} 
@media screen and (max-width: 320px) {    
    body[data-variation="v3"] .pre-header::after {
        left: calc(50% + 94px);
    }
    body[data-variation="v3"] .u__text--l {
        font-size: 19px;
    }
}
