﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 10 version
*/

/* Roboto | latin | 400,700 */
@font-face {
    font-family: "Roboto";
    src: url("/rea/shared/fonts/Roboto/latin/subset-Roboto-Regular.woff")
            format("woff"),
        url("/rea/shared/fonts/Roboto/latin/subset-Roboto-Regular.ttf")
            format("truetype"),
        url("/rea/shared/fonts/Roboto/latin/subset-Roboto-Regular.svg#Roboto-Regular")
            format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Roboto";
    src: url("/rea/shared/fonts/Roboto/latin/subset-Roboto-Bold.woff")
            format("woff"),
        url("/rea/shared/fonts/Roboto/latin/subset-Roboto-Bold.ttf")
            format("truetype"),
        url("/rea/shared/fonts/Roboto/latin/subset-Roboto-Bold.svg#Roboto-Bold")
            format("svg");
    font-weight: 700;
    font-style: normal;
}

/* Poppins | latin | 500,700 */
@font-face {
    font-family: "Poppins";
    src: url("/rea/shared/fonts/Poppins/latin/subset-Poppins-Medium.woff")
            format("woff"),
        url("/rea/shared/fonts/Poppins/latin/subset-Poppins-Medium.ttf")
            format("truetype"),
        url("/rea/shared/fonts/Poppins/latin/subset-Poppins-Medium.svg#Poppins-Medium")
            format("svg");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Poppins";
    src: url("/rea/shared/fonts/Poppins/latin/subset-Poppins-Bold.woff")
            format("woff"),
        url("/rea/shared/fonts/Poppins/latin/subset-Poppins-Bold.ttf")
            format("truetype"),
        url("/rea/shared/fonts/Poppins/latin/subset-Poppins-Bold.svg#Poppins-Bold")
            format("svg");
    font-weight: 700;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins";
    color: white;
    font-size: 16px;
    line-height: 1.1;
    min-width: 320px;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

section {
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .container {
        max-width: none;
    }
}

.section-header {
    height: 80px;
    position: absolute;
    /* top: 0; */
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}

.section-header .logo {
    display: block;
    margin: 0 auto;
    margin-top: 5px;
    width: auto;
    height: 50px;
    filter: drop-shadow(1px 1px 1px black);
}

.section-hero {
    position: relative;
    background-color: black;
    width: 100%;
    padding: 30px 0 50px 0;
    min-height: 570px;
    display: flex;
    align-items: center;
}
.section-hero video {
    position: absolute;
    top: 0px;
    left: 50%;
    width: auto;
    height: 625px;
    object-fit: cover;
    transform: translateX(-50%);
}
.section-hero video:nth-of-type(2) {
    display: none;
}
.section-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 600px auto, 610px auto, cover;
    background-position: calc(50% - 550px) calc(100% - 10px),
        calc(50% + 593px) calc(100% + 0px), center top;
    background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
    .section-hero::before {
        background-size: 500px auto, 600px auto, cover;
        background-position: calc(50% - 400px) calc(100% - 10px),
            calc(50% + 420px) calc(100% + 0px), center top;
    }
}

@media screen and (max-width: 767px) {
    .section-hero {
        padding: 130px 0 155px 0;
    }

    .section-hero::before {
        background-color: black;
        background-size: cover;
        background-position: left center;
    }

    .section-hero video:nth-of-type(2) {
        display: block;
        transform: translateY(0px);
        width: 100vw;
        height: 720px;
        object-fit: fill;
        left: unset;
    }
}

@media screen and (min-width: 992px) {
    .section-hero .row-hero {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
    }
}

.section-hero .hero-graphic {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.section-hero .spin-wheel-contain {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.section-hero .spin-wheel-contain::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 140%;
    height: 140%;
    background-image: url("/rea/shared/img/yg/12/wheel-particles.fs8.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.spin-wheel-contain .spin-wheel {
    width: 100%;
    background-image: url("/rea/shared/img/yg/12/jackpot_wheel.png");
    background-size: 85% auto;
    background-position: center center;
    background-repeat: no-repeat;
    animation: spin-wheel 20s linear infinite;
}

.spin-wheel-contain .spin-wheel::after {
    content: "";
    display: block;
    padding-bottom: 99.4%;
}

.section-hero .spin-wheel-contain .spin-wheel::after {
    padding-bottom: 100%;
}

.spin-wheel-contain .spin-wheel-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 34%;
}

.spin-wheel-contain .spin-wheel-button::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

@media screen and (max-width: 991px) {
    .section-hero .spin-wheel-contain {
        width: 110%;
    }
    .section-hero .spin-wheel-contain::after {
        width: 160%;
        height: 160%;
    }
    .spin-wheel-contain .spin-wheel {
        background-size: 100% auto;
    }
}

@media screen and (max-width: 767px) {
    .section-hero .hero-graphic {
        width: 100%;
        transform: translateY(-30px);
    }
    .section-hero .spin-wheel-contain {
        position: relative;
        width: 100%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

@-webkit-keyframes spin-wheel {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin-wheel {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.graphic-composition {
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 42px;
}

.flash-box-contain {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
    background: linear-gradient(
        180deg,
        rgba(200, 149, 51, 1) 0%,
        rgba(243, 234, 214, 1) 25%,
        rgba(243, 234, 214, 1) 40%,
        rgba(223, 158, 45, 1) 100%
    );
    border-radius: 20px;
    padding: 20px;
    display: flex;
    font-size: 0.85em;
    align-items: center;
    box-shadow: 0px 0px 10px 0px black;
}

.flash-box-contain::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: #068296;
    box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.9);
    border-radius: 10px;
}

.flash-box-contain canvas {
    pointer-events: none;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 28px);
    height: calc(100% + 28px);
}

.flash-box-contain .flash-box-content {
    width: 100%;
    position: relative;
    text-align: center;
}

.flash-box-content span {
    display: block;
    color: white;
    font-family: "Poppins";
    font-weight: 700;
    text-shadow: 0px 5px 10px black;
    line-height: 1;
}

.flash-box-content span.standout {
    color: #f6c023;
    font-size: 1.18em;
    line-height: 0.9;
}

.graphic-composition .fade-strip {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-mask-position: right top, center top, left top;
    -webkit-mask-size: 30px 100%, calc(100% - 58px) 100%, 30px 100%;
    -webkit-mask-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #000),
            color-stop(1, rgba(0, 0, 0, 0))
        ),
        -webkit-gradient(linear, right top, left top, color-stop(0, #000), color-stop(1, #000)),
        -webkit-gradient(linear, right top, left top, color-stop(0, #000), color-stop(1, rgba(0, 0, 0, 0)));
    -webkit-mask-repeat: no-repeat;
    white-space: nowrap;
    font-family: "Poppins";
    font-weight: 500;
}

.graphic-composition .fade-strip.text-1 {
    bottom: 100%;
}
.graphic-composition .fade-strip.text-1 span {
    border-bottom: 0;
}
.graphic-composition .fade-strip.text-2 {
    top: 100%;
}
.graphic-composition .fade-strip.text-2 span {
    border-top: 0;
}

.graphic-composition .fade-strip span {
    color: #e1ad26;
    border-top: solid 2px #e1ad26;
    border-bottom: solid 2px #e1ad26;
    background-color: black;
    display: block;
    font-size: 0.5em;
    padding: 0.5em 2em;
}

@media screen and (max-width: 500px) {
    .flash-box-contain {
        width: calc(100% + 100px);
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px 30px;
    }
    .graphic-composition {
        font-size: 8vw;
    }
}

.section-hero .main-form .cta-btn {
    font-size: 18px;
    width: 100%;
}

.section-hero .main-form .cta-btn span {
    font-size: 18px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .section-hero .main-form .cta-btn {
        font-size: 16px;
    }

    .section-hero .main-form .cta-btn span {
        font-size: 20px;
    }
}

.section-hero .logo {
    max-width: 200px;
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
    .section-hero .logo {
        display: none;
    }
}

.section-hero .cta-btn {
    margin-top: 0;
    padding: 5px 40px;
    position: absolute;
    bottom: -120px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 250px;
}

.section-hero form {
    margin-top: 20px;
}

.section-hero input {
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid #404040;
}

.hero-frame {
    padding: 0.5rem;
    font-size: 1.2rem;
    border-radius: 0.8rem;
    color: white;
    text-align: center;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    z-index: 200;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    border: solid 4px transparent;
    background-image: linear-gradient(#068296, #068296),
        radial-gradient(
            circle at top left,
            #86500d,
            #c59b43,
            #fcfac8,
            #b07f23,
            #fcfac8,
            #86500d,
            #c59b43
        );
    box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.9);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-16px, 220px);
}
.hero-frame img {
    max-width: unset;
    max-height: 25px;
}
.hero-frame--mobile {
    display: none;
    position: unset;
    flex-wrap: wrap;
    transform: unset;
}

@media screen and (max-width: 767px) {
    .hero-frame {
        transform: translate(calc(-50% - 8px), 270px);
        flex-wrap: wrap;
        width: 310px;
        left: 50%;
    }
}

/* ==========================================================================
   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: 60px;
    padding: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    border: 4px solid transparent;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(to bottom, #0594aa, #068296),
        radial-gradient(
            #86500d,
            #c59b43,
            #fcfac8,
            #b07f23,
            #fcfac8,
            #86500d,
            #c59b43
        );
    background-clip: padding-box, border-box;
    position: relative;
    border-radius: 15px;
}

.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%);
}

.section-winners {
    background-color: black;
    background-image: url("/rea/shared/img/yg/12/bg_winner.jpg");
    position: relative;
    background-size: 1900px 730px;
    background-position: top;
    background-repeat: no-repeat;
}
.section-winners:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, transparent 75.5%, #0f0f0f 75.5%);
    z-index: 0;
    top: 0;
}
@media screen and (max-width: 767px) {
    .section-winners {
        background-image: url("/rea/shared/img/yg/12/bg_winner--mobile.jpg");
        background-size: 780px 700px;
    }
}

.section-winners #winner-slider .tns-ovh {
    padding: 10px;
}

.section-winners #winner-slider .tns-slide-inner {
    position: relative;
    width: calc(100% - 4px);
}

.section-feature {
    background-image: linear-gradient(180deg, #0f0f0f, black);
}

.section-pre-footer {
    background-image: url("/rea/shared/img/yg/12/bg_dots.png"),
        linear-gradient(black, black);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1600px 800px, cover;
    color: white;
}

.section-pre-footer .game-button {
    cursor: pointer;
    position: relative;
    font-size: 14px;
}

@media screen and (max-width: 991px) {
    .section-pre-footer .game-button {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .section-pre-footer .game-button {
        font-size: 12px;
        margin-bottom: -0.5rem;
    }
}

.section-pre-footer .game-button .hover-button {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 40px;
    padding: 0 10px;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    margin-top: 0;
    width: 160px;
}

.section-pre-footer .game-button .hover-button::after {
    content: "►";
    margin-left: 5px;
}

.section-pre-footer .game-image {
    position: relative;
    width: 100%;
    display: block;
    background-color: black;
    background-position: center bottom 21%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
    .section-pre-footer .game-image {
        margin-bottom: 0.5rem;
    }
}

.section-pre-footer video {
    width: 100%;
    position: absolute;
    height: 100%;
    border: solid 4px transparent;
    border-radius: 8px;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    object-fit: cover;
    background-image: linear-gradient(to right, #10011d, #1a1a69),
        radial-gradient(
            circle at top left,
            #86500d,
            #c59b43,
            #fcfac8,
            #b07f23,
            #fcfac8,
            #86500d,
            #c59b43
        );
}

.section-pre-footer .game-image::before {
    opacity: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.section-pre-footer .game-button:hover > .game-image .hover-button,
.section-pre-footer .game-button:hover .game-image::before {
    z-index: 2;
    opacity: 1;
}

.section-pre-footer .game-image::after {
    content: "";
    display: block;
    padding-bottom: 60%;
}

.section-pre-footer .game-button-small .game-image {
    background-position: center center;
}

.section-pre-footer .game-button-small .game-image::after {
    padding-bottom: 52%;
}

@media screen and (max-width: 767px) {
    .section-pre-footer .game-button-small .game-image::after {
        padding-bottom: 51.45455%;
    }
}

#feature-slider {
    width: calc(100% + 120px);
    margin-left: -60px;
    position: relative;
}

#feature-slider p {
    margin: 0;
}

#feature-slider .tns-ovh {
    padding: 30px 60px;
}
.section-features--winners {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
}

.winners-card {
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #f1e1b3),
        color-stop(27%, #d4a441),
        color-stop(42%, #ffffb0),
        color-stop(55%, #fcfaad),
        color-stop(63%, #4d0f00),
        to(#eac55d)
    );
    background-image: -o-linear-gradient(
        bottom,
        #f1e1b3 0,
        #d4a441 27%,
        #ffffb0 42%,
        #fcfaad 55%,
        #4d0f00 63%,
        #eac55d 100%
    );
    background-image: linear-gradient(
        to top,
        #f1e1b3 0,
        #d4a441 27%,
        #ffffb0 42%,
        #fcfaad 55%,
        #4d0f00 63%,
        #eac55d 100%
    );
    border-radius: 10px;
    z-index: 1;
    position: relative;
    height: 160px;
    text-align: center;
    padding: 10px 10px 10px 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.winners-card::before {
    content: "";
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    z-index: -1;
    border-radius: 10px;
    background-color: #068296;
    box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.9);
}

@media screen and (max-width: 991px) {
    #feature-slider .tns-slide-inner {
        padding-left: 112px;
        height: 120px;
        font-size: 16px;
    }
    .winners-card {
        width: 340px;
        max-width: 90%;
    }
    .section-features--winners {
        display: flex;
        gap: 2rem;
        margin-top: 2rem;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    #feature-slider .tns-slide-inner {
        max-width: 300px;
        margin: 0 auto;
    }
    .section-features--winners {
        margin: 2rem auto 1rem auto;
        flex-direction: column;
    }
    .winners-card {
        margin: auto;
        max-width: 90%;
        width: 100%;
    }
}

.winners-card img {
    position: absolute;
    top: 2px;
    left: 1px;
    height: calc(100% - 4px);
    width: auto;
    border-radius: 9px 0 0 9px;
}

#winner-slider {
    position: relative;
    padding: 20px 0;
}

#winner-slider .feature-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#winner-slider .tns-slide-inner {
    height: 100%;
}

@media screen and (max-width: 767px) {
    #winner-slider .tns-slide-inner {
        max-width: 400px;
        margin: 0 auto;
    }
}

#winner-slider .tns-slide-inner p {
    text-align: center;
}

#winner-slider .tns-slide-inner img {
    width: 100%;
}
.slide-inner--content-box {
    background: linear-gradient(#068296, #068296),
        radial-gradient(
            circle at top left,
            #86500d,
            #c59b43,
            #fcfac8,
            #b07f23,
            #fcfac8,
            #86500d,
            #c59b43
        );
    box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.9);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: solid 4px transparent;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.slide-inner--content-box p {
    margin: unset;
    padding: unset;
}
.cta-btn,
.form-submit-btn {
    position: relative;
    padding: 15px 40px;
    margin-top: 15px;
    border: 2px solid #321815;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #00bd59),
        to(#005627)
    );
    background-image: -o-linear-gradient(top, #00bd59 0, #005627 100%);
    background-image: linear-gradient(to bottom, #00bd59 0, #005627 100%);
    border-radius: 10px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    line-height: 1;
    font-size: 20px;
    text-shadow: 1px 1px 6px #000000, 1px 1px 6px #00000050;
}

.cta-btn span {
    font-size: 20px;
}

.cta-btn.btn-arrowed::before,
.cta-btn.btn-arrowed::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 23px;
    background-image: url("/rea/shared/img/yg/12/yg4-arrows.fs8.png");
    background-size: 100% 200%;
    background-position: left top;
    background-repeat: no-repeat;
}

.cta-btn.btn-arrowed::before {
    left: 10px;
}

.cta-btn.btn-arrowed::after {
    right: 10px;
    background-position: left bottom;
}
.u__text--bold {
    font-weight: bold;
}
.u__position--above {
    position: relative;
    z-index: 10;
}

.u__position--relative {
    position: relative;
}

.u__colour--white {
    color: white;
}

.u__colour--yellow {
    color: #ffd427 !important;
}

.u__colour--yellower {
    color: #f6c023 !important;
}

.u__colour--green {
    color: #005a29;
}

.u__colour--red {
    color: #ff1414;
}

.u__text--uppercase {
    text-transform: uppercase;
}

.u__text--outline-black {
    text-shadow: rgb(0, 0, 0) 1px 0px 0px,
        rgb(0, 0, 0) 0.540302px 0.841471px 0px,
        rgb(0, 0, 0) -0.416147px 0.909297px 0px,
        rgb(0, 0, 0) -0.989992px 0.14112px 0px,
        rgb(0, 0, 0) -0.653644px -0.756802px 0px,
        rgb(0, 0, 0) 0.283662px -0.958924px 0px,
        rgb(0, 0, 0) 0.96017px -0.279415px 0px;
}

.u__text--outline-white {
    text-shadow: white 1px 0px 0px, white 0.5403px 0.84147px 0px,
        white -0.41615px 0.9093px 0px, white -0.98999px 0.14112px 0px,
        white -0.65364px -0.7568px 0px, white 0.28366px -0.95892px 0px,
        white 0.96017px -0.27942px 0px;
}

.u__text--drop-shadow {
    text-shadow: 4px 4px 0 black, 2px 2px 0 black, -2px 2px 0 black,
        -2px -2px 0 black, 2px -2px 0 black;
}

.u__text--multi-outline {
    text-shadow: 2px 2px 0 #392000, -2px 2px 0 #392000, -2px -2px 0 #392000,
        2px -2px 0 #392000, 2px 0 0 #392000, 0 2px 0 #392000, -2px 0 0 #392000,
        0 -2px 0 #392000, 3px 3px 0 white, -3px 3px 0 white, -3px -3px 0 white,
        3px -3px 0 white, 3px 0 0 white, 0 3px 0 white, -3px 0 0 white,
        0 -3px 0 white, 0 0 40px #ffba00, 0 0 40px #ffba00;
}

.u__text--shadow {
    text-shadow: 0 0 5px #000000;
}

.u__text--xxxl {
    font-size: 100px;
}

@media screen and (max-width: 767px) {
    .u__text--xxxl {
        font-size: 70px;
    }
}

.u__text--xxl {
    font-size: 60px;
}

@media screen and (max-width: 767px) {
    .u__text--xxl {
        font-size: 50px;
    }
}

.u__text--xl {
    font-size: 50px;
}

@media screen and (max-width: 767px) {
    .u__text--xl {
        font-size: 36px;
    }
}

.u__text--l {
    font-size: 35px;
}

@media screen and (max-width: 767px) {
    .u__text--l {
        font-size: 27px;
    }
}

.u__text--m {
    font-size: 22px;
}

@media screen and (max-width: 767px) {
    .u__text--m {
        font-size: 18px;
    }
}

.u__text--s {
    font-size: 12px;
}

.u__text--xs {
    font-size: 9px;
}

/*--- BASE PAGE STYLES*/
.copyright {
    text-align: center;
    color: white;
}

.copyright a.modalLink {
    color: white;
}

.footer {
    font-family: Arial;
    position: relative;
    background-color: black;
    background-image: -webkit-linear-gradient(
        top,
        rgba(44, 44, 44, 1) 0%,
        rgba(0, 0, 0, 1) 100%
    );
    background-image: linear-gradient(
        to bottom,
        rgba(44, 44, 44, 1) 0%,
        rgba(0, 0, 0, 1) 100%
    );
    background-size: 100% 150px;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 10px;
    z-index: 100;
}

.affiliates {
    text-decoration: underline;
}

@media screen and (max-width: 991px) {
    .footer {
        margin-top: 0;
    }
}

.footer::before {
    content: "";
    width: 100%;
    height: 2px;
    background: -webkit-linear-gradient(
        left,
        rgba(44, 44, 44, 1) 0%,
        rgba(104, 104, 104, 1) 50%,
        rgba(44, 44, 44, 1) 100%
    );
    background: linear-gradient(
        to right,
        rgba(44, 44, 44, 1) 0%,
        rgba(104, 104, 104, 1) 50%,
        rgba(44, 44, 44, 1) 100%
    );
    position: absolute;
    bottom: 100%;
}

.footerTracking {
    width: calc(100% - 40px);
    max-width: 420px;
    background-color: #222;
    font: normal 11px Arial, Helvetica;
    color: #ccc;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #444;
    padding: 3px 4px;
    margin: 4px auto;
    clear: both;
}

.pinkSlime {
    border: none !important;
    width: auto !important;
    text-align: center !important;
    color: #999;
}

.copy {
    text-align: center;
    font-size: 12px;
    color: white;
    margin-top: 10px;
}

.modal,
.modal p {
    color: black;
    font-size: 13px;
    font-family: Arial;
    line-height: 1.2;
}

.modal h4,
.modal h1 {
    font-weight: 700;
    font-size: 20px;
}

.modal h1 {
    padding-bottom: 10px;
}

.modal h4 {
    font-size: 16px;
}

.modal.fade.in {
    opacity: 1;
}

.modal div[class*="col-"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    max-width: unset;
    flex: initial;
}

.modal .hero-section__content {
    padding: 0 !important;
}

a.cc-dismiss {
    text-decoration: none;
}

.licence {
    max-width: 420px;
    margin: 12px auto 0;
    color: #999;
    text-align: center;
    font-size: 10px;
    padding: 0 5px;
}

.u__colour--grey {
    color: #7e7e7e;
}
.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;
}
.policy-banner {
    background: black;
}

/*Ontario*/

.ontario-gambling-logo {
    width: auto;
    height: 55px;
    padding: 10px 0;
    margin: 10px auto 5px;
    filter: drop-shadow(1px 1px 1px black);
}

.section-header {
    text-align: center;
    width: 100%;
}

.section-header > .logo {
    display: inline-block;
}

.section-header > .ontario-gambling-logo {
    height: auto;
    width: 130px;
    display: inline-block;
    margin: 12px auto 0;
}
@media screen and (max-width: 767px) {
    .main-form > .ontario-gambling-logo {
        display: none !important;
    }

    .section-header > .ontario-gambling-logo {
        margin: 0px 0 0 30px;
    }
}

.ontario-terms-link {
    color: white;
    text-shadow: 1px 2px 1px black;
    text-transform: lowercase;
    text-align: center;
    font-size: 12px;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    top: 47px;
}

.footer .ontario-terms-link {
    top: unset;
    position: relative;
    left: unset;
}

.ontario.fade-strip.text-2 {
    height: 65px;
}

@media screen and (max-width: 991px) {
    .ontario-terms-link {
        top: 39px;
    }
}

.ontario-terms-link:hover {
    color: white;
    text-decoration: none;
}

.ontario-terms-link:before {
    content: "* ";
}

.footer p,
.footer a {
    font-size: 10px;
    margin: auto;
    text-align: center;
    max-width: 561px;
    color: white;
}

.footer-icons .ontario-gambling-logo {
    width: 102px;
    height: auto;
    margin: -32px 0 0 0;
    display: inline-block;
}

/*===========
    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;
}

/*===========
    Login Button on v=login
=============*/

.login-btn-container {
    background: black;
    text-align: center;
    padding: 6px 0;
}

.login-btn {
    border-radius: 8px;
    background-image: unset;
    margin: unset;
    background-color: white;
    color: black;
    padding: 6px;
    display: inline-block;
    text-shadow: unset;
    text-transform: unset;
    font-weight: unset;
    border: unset;
    font-size: unset;
}

@media screen and (max-width: 767px) {
    body[data-variation="vlogin"] .section-header {
        top: 50px;
    }
}
