﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 10 version
*/

/* Roboto | latin-ext | 400,400i,700,700i,900,900i */

@font-face {
    font-family: 'Roboto';
    src: url('/rea/shared/fonts/Roboto/latin-ext/subset-Roboto-Regular.woff') format('woff'), url('/rea/shared/fonts/Roboto/latin-ext/subset-Roboto-Regular.ttf') format('truetype'), url('/rea/shared/fonts/Roboto/latin-ext/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-ext/subset-Roboto-Italic.woff') format('woff'), url('/rea/shared/fonts/Roboto/latin-ext/subset-Roboto-Italic.ttf') format('truetype'), url('/rea/shared/fonts/Roboto/latin-ext/subset-Roboto-Italic.svg#Roboto-Italic') format('svg');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/rea/shared/fonts/Roboto/latin-ext/subset-Roboto-Bold.woff') format('woff'), url('/rea/shared/fonts/Roboto/latin-ext/subset-Roboto-Bold.ttf') format('truetype'), url('/rea/shared/fonts/Roboto/latin-ext/subset-Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/rea/shared/fonts/Roboto/latin-ext/subset-Roboto-BoldItalic.woff') format('woff'), url('/rea/shared/fonts/Roboto/latin-ext/subset-Roboto-BoldItalic.ttf') format('truetype'), url('/rea/shared/fonts/Roboto/latin-ext/subset-Roboto-BoldItalic.svg#Roboto-BoldItalic') format('svg');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/rea/shared/fonts/Roboto/latin-ext/subset-Roboto-Black.woff') format('woff'), url('/rea/shared/fonts/Roboto/latin-ext/subset-Roboto-Black.ttf') format('truetype'), url('/rea/shared/fonts/Roboto/latin-ext/subset-Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/rea/shared/fonts/Roboto/latin-ext/subset-Roboto-BlackItalic.woff') format('woff'), url('/rea/shared/fonts/Roboto/latin-ext/subset-Roboto-BlackItalic.ttf') format('truetype'), url('/rea/shared/fonts/Roboto/latin-ext/subset-Roboto-BlackItalic.svg#Roboto-BlackItalic') format('svg');
    font-weight: 900;
    font-style: italic;
}
* {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
    color: white;
    font-size: 16px;
    line-height: 1.1;
    min-width: 320px;
    overflow-x: hidden;
    background-color: black;
}

img {
    max-width: 100%;
}

section {
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .container {
        max-width: none;
    }
}

.page-advert-banner {
    width: 100%;
    background-color: #feca09;
    color: black;
    font-weight: 900;
    padding: 10px 0;
    line-height: 1;
    text-align: center;
    font-size: 30px;
}

@media screen and (max-width: 767px) {
    .page-advert-banner {
        font-size: 18px;
    }
}

.section-header {
    position: relative;
    z-index: 1;
    height: 80px;
    overflow: visible;
}

    .section-header img.logo {
        display: block;
        margin: 0 auto;
        width: 200px;
        height: auto;
        position: absolute;
        top: -60px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

@media screen and (max-width: 767px) {
    .section-header img.logo {
        top: -75px;
        width: 200px;
    }
}

.page-vignette {
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%), -o-linear-gradient(left, black 0%, black 100%), -o-linear-gradient(right, black 0%, rgba(0, 0, 0, 0) 100%), -o-linear-gradient(right, black 0%, black 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, from(black), to(black)), -webkit-gradient(linear, right top, left top, from(black), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, from(black), to(black));
    background-image: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(90deg, black 0%, black 100%), linear-gradient(270deg, black 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(270deg, black 0%, black 100%);
    background-size: 150px 100%, 50vw 100%, 150px 100%, 50vw 100%;
    background-position: calc(50% - 1500px + 620px) top, calc(50% - 1500px - 25vw + 2px) top, calc(50% + 1500px - 620px) top, calc(50% + 1500px + 25vw - 2px) top;
    z-index: 100;
    background-repeat: no-repeat;
}

.section-hero {
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 10px;
}

.section-hero::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
    background-image: url("/rea/shared/img/yg/8/yg8-hero-bg.jpg");
    background-size: 1900px;
    background-position: center top;
    background-repeat: no-repeat;
}

.section-hero .row-hero {
    position: relative;
}

@media screen and (min-width: 992px) {
    .section-hero .row-hero {
        width: 100%;
        max-width: 950px;
        min-height: 720px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 991px) {
    .section-hero .row-hero {
        min-height: 620px;
    }
}

@media screen and (max-width: 767px) {
    .section-hero .row-hero {
        min-height: unset;
    }
}

.section-hero .heading-text {
    color: #ffe956;
    font-size: 69px;
    font-weight: 900;
    position: relative;
    line-height: 1em;
}





body.cad .section-hero .heading-text {
    font-size: 67px;
}

@media screen and (max-width: 991px) {
    .section-hero .heading-text,
    body.cad .section-hero .heading-text {
        font-size: 45px;
    }    
}

@media screen and (max-width: 767px) {
    .section-hero .heading-text,
    body.cad .section-hero .heading-text {
        font-size: calc(((100vw - 320px) / 12) + 32px);
    }   
}

.section-hero .heading-subtext {
    font-size: 26px;
}
@media screen and (max-width: 991px) {
    .section-hero .heading-subtext {
        font-size: 19px;
    }
}
@media screen and (max-width: 767px) {
    .section-hero .heading-subtext {
        font-size: 15px;
    }
}

.section-hero .heading-text::after {
    background: none;
    content: attr(data-text);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    z-index: -1;
    text-shadow: 4px 4px 10px #000000;
}

.wheel-graphics {
    content: '';
    position: absolute;
    width: 1200px;
    height: 846px;
    top: -120px;
    left: -210px;
    background-image: url(/rea/shared/img/yg/8/yg8-hero-wheel.png);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    /*pointer-events: none;*/
}

@media screen and (max-width: 991px) {
    .wheel-graphics {
        width: 1000px;
        height: 706px;
        top: -90px;
        left: -240px;
    }
}

@media screen and (max-width: 767px) {
    .wheel-graphics {
        width: 1000px;
        height: 706px;
        top: -90px;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media screen and (max-width: 575px) {
    .wheel-graphics {
        width: 800px;
        height: 565px;
        top: -40px;
    }
}

.gradient-text {
    position: relative;
    font-weight: 900;
    line-height: 1;
}

.gradient-text--orange {
    color: #ff8400;
}

.gradient-underline::before {
    content: "";
    bottom: 0;
    width: 100%;
    height: 4px;
    left: 0;
    background: red;
    position: absolute;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fbd405), color-stop(60%, #ff8400));
    background-image: -o-linear-gradient(top, #fbd405 0%, #ff8400 60%);
    background-image: linear-gradient(180deg, #fbd405 0%, #ff8400 60%);
}

@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
    .gradient-text {
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .gradient-text--orange {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fbd405), color-stop(60%, #ff8400));
        background-image: -o-linear-gradient(top, #fbd405 0%, #ff8400 60%);
        background-image: linear-gradient(180deg, #fbd405 0%, #ff8400 60%);
    }
}



.section-hero .main-form-contain {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
}

@media screen and (max-width: 991px) {
    .section-hero .main-form-contain {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 290px;
        flex: 0 0 290px;
    }
}

@media screen and (max-width: 767px) {
    .section-hero .main-form-contain {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
}

.section-hero .main-form {
    background: -webkit-gradient(linear, left top, left bottom, from(#d2a74b), color-stop(14%, #ffff1f), color-stop(0%, #f3ead6), color-stop(68%, #ff8900), color-stop(87%, #c28818), to(#d2a74b));
    background: -o-linear-gradient(top, #d2a74b 0%, #ffff1f 14%, #f3ead6 0%, #ff8900 68%, #c28818 87%, #d2a74b 100%);
    background: linear-gradient(180deg, #d2a74b 0%, #ffff1f 14%, #f3ead6 0%, #ff8900 68%, #c28818 87%, #d2a74b 100%);
    position: relative;
    z-index: 5;
    width: 100%;
    padding: 20px;
    text-align: center;
    -webkit-box-shadow: 0 0 40px 0 #000000;
    box-shadow: 0 0 40px 0 #000000;
    border-radius: 15px;
    margin-top: 40px;
}

    .section-hero .main-form::before {
        content: '';
        position: absolute;
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        top: 2px;
        left: 2px;
        z-index: -1;
        border-radius: 14px;
        background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.33) 5%, rgba(0, 0, 0, 0.33) 50%, rgba(0, 0, 0, 0.33) 95%, #000000 100%), linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.5) 90%, #000000 100%), url("/rea/shared/img/yg/8/form-bg.jpg");
        background-size: 100%, 100%, 31px;
        background-position: center;
        background-repeat: repeat;
    }

@media screen and (max-width: 991px) {
    .section-hero .main-form {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .section-hero .main-form {
        padding: 15px;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: calc(100% + 30px);
        max-width: none;
        margin: 0 auto;
        margin-left: -15px;
        border-radius: 0;
    }

        .section-hero .main-form::before {
            width: 100%;
            left: 0;
            border-radius: 0;
        }
}

.section-hero .main-form .cta-btn {
    width: 100%;
    /*font-size: 20px;*/
}

    .section-hero .main-form .cta-btn span {
        font-size: 20px;
    }

@media screen and (max-width: 991px) and (min-width: 768px) {
    .section-hero .main-form .cta-btn {
        font-size: 12px;
    }

        .section-hero .main-form .cta-btn span {
            font-size: 16px;
        }
}

.section-hero .logo {
    max-width: 240px;
    display: block;
    margin: -30px auto;
}

@media screen and (max-width: 767px) {
    .section-hero .logo {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .section-hero form {
        width: 100%;
        max-width: 300px;
        display: block;
        margin: 0 auto;
    }
}

.section-hero input {
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid #404040;
}

/* [start] FORM STUFF --> */
input[type="text"].error,
input[type="email"].error {
    /*border: solid 2px #ffcc00;*/
    background-image: url('/rea/shared/img/error_icon.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 20px auto;
}

input[type="checkbox"].error {
    outline: solid 2px red;
}

#preform .yearText {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    text-transform: none;
    margin-bottom: 10px;
}

#preform #dob-year {
    background-color: white;
    padding: 0 10px;
    font-size: 18px;
    line-height: 34px;
    color: rgb(34, 34, 34);
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 6px;
}

    #preform #dob-year.error {
        border-color: rgb(255, 0, 0);
        -webkit-box-shadow: 0 0 3px 0 rgb(255, 0, 0), 0 0 3px 0 rgb(255, 0, 0), 0 0 3px 0 rgb(255, 0, 0);
        box-shadow: 0 0 3px 0 rgb(255, 0, 0), 0 0 3px 0 rgb(255, 0, 0), 0 0 3px 0 rgb(255, 0, 0);
    }

    #preform #dob-year.valid {
        border-color: rgb(38, 117, 218);
        -webkit-box-shadow: 0 0 3px 0 rgb(38, 117, 218), 0 0 3px 0 rgb(38, 117, 218), 0 0 3px 0 rgb(38, 117, 218);
        box-shadow: 0 0 3px 0 rgb(38, 117, 218), 0 0 3px 0 rgb(38, 117, 218), 0 0 3px 0 rgb(38, 117, 218);
    }

#preform input[type="checkbox"] {
    width: auto;
    height: auto;
    margin-right: 10px;
}

#preform a:hover,
#preform a {
    color: rgba(222, 181, 100, 1);
}

#preform .checks {
    text-transform: none;
    color: black;
    margin-top: 10px;
    color: white;
}

.form-im-text {
    font-size: 36px;
}


.cta-btn {
    position: relative;
    padding: 5px 40px;
    border: 1px solid #776504;
    background: -webkit-gradient(linear, left top, left bottom, from(#d2a74b), color-stop(14%, #ffff1f), color-stop(0%, #f3ead6), color-stop(68%, #ff8900), color-stop(87%, #c28818), to(#d2a74b));
    background: -o-linear-gradient(top, #d2a74b 0%, #ffff1f 14%, #f3ead6 0%, #ff8900 68%, #c28818 87%, #d2a74b 100%);
    background: linear-gradient(180deg, #d2a74b 0%, #ffff1f 14%, #f3ead6 0%, #ff8900 68%, #c28818 87%, #d2a74b 100%);
    border-radius: 16px;
    text-transform: uppercase;
    color: white;
    text-shadow: 1px 1px 1px black;
    font-weight: bold;
    line-height: 1;
    font-size: 16px;
}

    .cta-btn::before {
        content: '';
        position: absolute;
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        top: 2px;
        left: 2px;
        z-index: 1;
        border-radius: 14px;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #28eb7b), to(#02933b));
        background: -o-linear-gradient(top, #28eb7b 0, #02933b 100%);
        background: linear-gradient(to bottom, #28eb7b 0, #02933b 100%);
    }

    .cta-btn span {
        position: relative;
        z-index: 1;
    }

        .cta-btn span.arrow::before,
        .cta-btn span.arrow::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/8/cta-arrow.png");
            background-size: 200% 100%;
            background-repeat: no-repeat;
        }

        .cta-btn span.arrow::before {
            left: -40px;
            background-position: left center;
        }

        .cta-btn span::after {
            right: -40px;
            background-position: 100% center;
        }


.cta--hero {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -20%);
    width: 80%;
    padding: 0.75rem;
}


.section-game {
    border-top: 2px solid #e4870d;
}

@media screen and (max-width: 767px) {
    .section-game {
        border-top: 0;
    }
}

/* UTILITY */

.u__position--above {
    position: relative;
    z-index: 10;
}

.u__position--relative {
    position: relative;
}

.u__colour--white {
    color: white;
}

.u__colour--yellow {
    color: #feca09;
}

.u__colour--red {
    color: #ff1414;
}

.u__text--uppercase {
    text-transform: uppercase;
}

.u__text--underline {
    text-decoration: underline;
}

.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--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--shadow {
    text-shadow: 0 0 5px #000000;
}

.u__text--xxl {
    font-size: 50px;
}

@media screen and (max-width: 767px) {
    .u__text--xxl {
        font-size: 25px;
    }
}

.u__text--xl {
    font-size: 34px;
}

@media screen and (max-width: 767px) {
    .u__text--xl {
        font-size: 30px;
    }
}

.u__text--l {
    font-size: 35px;
}

@media screen and (max-width: 991px) {
    .u__text--l {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .u__text--l {
        font-size: 19px;
    }
}

.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-gradient(linear, left top, left bottom, from(rgba(44,44,44,1)),to(rgba(0,0,0,1)));
    background-image: -o-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-gradient(linear, left top, right top, from(rgba(44,44,44,1)),color-stop(50%, rgba(104,104,104,1)),to(rgba(44,44,44,1)));
    background: -o-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;
        -webkit-box-flex: initial;
        -ms-flex: initial;
        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;
}


.offer-box {
    height: auto;
    background: -webkit-gradient(linear, left top, left bottom, from(#d2a74b), color-stop(14%, #ffff1f), color-stop(0%, #f3ead6), color-stop(68%, #ff8900), color-stop(87%, #c28818), to(#d2a74b));
    background: -o-linear-gradient(top, #d2a74b 0%, #ffff1f 14%, #f3ead6 0%, #ff8900 68%, #c28818 87%, #d2a74b 100%);
    background: linear-gradient(180deg, #d2a74b 0%, #ffff1f 14%, #f3ead6 0%, #ff8900 68%, #c28818 87%, #d2a74b 100%);
    position: relative;
    z-index: 5;
    width: 100%;
    padding: 10px;
    text-align: center;
    -webkit-box-shadow: 0 0 40px 0 #000000;
    box-shadow: 0 0 40px 0 #000000;
    border-radius: 15px;
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .offer-box {
        margin: 10px auto;
        padding: 5px;
        max-width: 560px;
    }
}

.offer-box::before {
    content: '';
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    z-index: -1;
    border-radius: 14px;
    background-image: linear-gradient(to right, rgba(173, 7, 0, 1) 0, rgba(173, 7, 0, 1) 20%, rgba(209, 31, 23, 1) 20%, rgba(209, 31, 23, 1) 80%, rgba(173, 7, 0, 1) 80%, rgba(173, 7, 0, 1) 100%);
    background-size: 10% 100%;
    background-repeat: space;
    background-position: center;
}

.offer-box-arrow::before,
.offer-box-arrow::after {
    pointer-events: none;
    content: '';
    width: 113px;
    height: 131px;
    position: absolute;
    top: 40px;
    z-index: 10;
    background-image: url('/rea/shared/img/yg/8/offer-arrow.png');
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.offer-box-arrow::before {
    left: -60px;
}

.offer-box-arrow::after {
    right: -60px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH";
}

@media screen and (max-width: 991px) {
    .offer-box-arrow::before,
    .offer-box-arrow::after {
        width: 75px;
        height: 88px;
        top: 32px;
    }

    .offer-box-arrow::before {
        left: -40px;
    }

    .offer-box-arrow::after {
        right: -40px;
    }
}

@media screen and (max-width: 767px) {
    .offer-box-arrow::before,
    .offer-box-arrow::after {
        width: 50px;
        height: 59px;
        top: 30px;
    }

    .offer-box-arrow::before {
        left: -20px;
    }

    .offer-box-arrow::after {
        right: -20px;
    }
}

.disclaimer-text {
    position: absolute;
    top: 690px;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .disclaimer-text {
        top: 590px;
    }
}

@media screen and (max-width: 767px) {
    .disclaimer-text {
        position: static;
        top: unset;
        margin: 477px auto 20px;
    }
}

@media screen and (max-width: 575px) {
    .disclaimer-text {
        position: static;
        top: unset;
        margin: 415px auto 20px;
    }
}

/*Winner slider*/
.slide-strip-contain {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .slide-strip-contain .overlay {
        z-index: 10;
        position: absolute;
        top: 0;
        width: 120px;
        height: 100%;
        pointer-events: none;
    }

    .slide-strip-contain .overlay--left {
        left: 0;
        background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
        background: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
    }

    .slide-strip-contain .overlay--right {
        right: 0;
        background: -webkit-gradient(linear, right top, left top, from(black), to(rgba(0, 0, 0, 0)));
        background: -o-linear-gradient(right, black 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(270deg, black 0%, rgba(0, 0, 0, 0) 100%);
    }

.slide-strip {
    z-index: 1;
    position: relative;
}

    .strip__item {
        float: left;
        width: 100%;
    }

.winner-contain {
    position: relative;
    padding: 12px;
}

    .winner-contain::before,
    .winner-contain::after {
        content: "";
        position: absolute;
    }

    .winner-contain::before {
        border-radius: 15px;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d2a74b), color-stop(14%, #ffff1f), color-stop(50%, #f3ead6), color-stop(68%, #ff8900), color-stop(87%, #c28818), to(#d2a74b));
        background-image: -o-linear-gradient(top, #d2a74b 0, #ffff1f 14%, #f3ead6 50%, #ff8900 68%, #c28818 87%, #d2a74b 100%);
        background-image: linear-gradient(to bottom, #d2a74b 0, #ffff1f 14%, #f3ead6 50%, #ff8900 68%, #c28818 87%, #d2a74b 100%);
        background-size: 100%;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -2;
    }

    .winner-contain::after {
        border-radius: 10px;
        width: calc(100% - 14px);
        height: calc(100% - 14px);
        top: 7px;
        left: 7px;
        background-color: black;
        background-size: 100%;
        z-index: -1;
    }

.winner-image {
    border-radius: 8px;
    width: 100%;
    background-size: 100% auto;
}

.winner-subtext {
    margin: 12px auto;
    text-transform: uppercase;
}