/*------------------------------------*\
  IMPORTS
\*------------------------------------*/

@import url("https://p.typekit.net/p.css?s=1&k=ivl2jty&ht=tk&f=7986.7988&a=15841957&app=typekit&e=css");

@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,900&display=swap");

/*------------------------------------*\
  BASE
\*------------------------------------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

    *:focus {
        outline: none;
    }

html,
body {
    height: 100%;
    font-family: "Open Sans", sans-serif;
    line-height: 1.2;
    color: #333;
}

html,
body {
    font-size: 12.5px;
}

body {
    background-color: #222;
}

[lang="ar"] {
    direction: rtl;
}

html .body--light,
.body--light {
    background-color: #fff;
    overflow-x: hidden;
}

html .body--dark,
.body--dark {
    background-color: #202020;
}

.md-block {
    display: none;
}

/*------------------------------------*\
  COMPONENTS
\*------------------------------------*/

/*------------------------------------*\
  CAROUSEL
\*------------------------------------*/


.carousel-slider {
    position: relative;
    min-width: 240px;
    max-width: 96vw;
    padding: 1em;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0.3em 0.3em #dcdcdc;
    box-shadow: 0 0 0.3em 0.3em #dcdcdc;
    border-radius: 35px;
    color: #9a9a9a;
    opacity: 0.7;
}

.pop-container__block-pop--ukbasedtemp .carousel-slider {
    background-color: #000;
    color: #fff;
}

    .pop-container__block-pop--ukbasedtemp .carousel-slider.spincasino {
        background-color: rgb(0 0 0 / 86%);
    }

.carousel-slider__ribbon {
    position: absolute;
    top: -1.5%;
    left: -2%;
}

.carousel-slider__ribbon-img {
    width: 90%;
}

.carousel-slider__ribbon-text {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 25%;
    left: -15%;
    width: 100%;
    height: 25%;
    font-size: 13px;
    line-height: 0.9;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #2f2f2f;
}

.carousel-slider__logo-img {
    margin: 0 auto;
    max-height: 60px;
}

.pop-container__block-pop--ukbasedtemp .carousel-slider__logo-img {
    max-height: 174px;
}

.carousel-slider__bonus {
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: bold;
    line-height: 1;
    color: #454545;
}

.jackpotcity_us .carousel-slider__bonus {
    margin-bottom: 0;
}

.carousel-slider__bonus-amount {
    font-size: calc(5vw + 20px);
}

.pop-container__block-pop--ukbasedtemp .carousel-slider__bonus-amount {
    font-size: 4vmax;
    line-height: 1.3;
}

.pop-container__block-pop--ukbasedtemp .text-brand {
    color: #fff;
    font-weight: bold
}

.carousel-slider__bonus-pre-text,
.carousel-slider__bonus-welcome-text {
    font-size: calc(0.78125vw + 13px);
    line-height: 1.4;
}

.pop-container__block-pop--ukbasedtemp .carousel-slider__bonus-pre-text {
    margin-top: 2em;
    margin-bottom: 0.5em;
    font-weight: bold;
    line-height: 1;
    color: #bd0aff;
}

    .pop-container__block-pop--ukbasedtemp .carousel-slider__bonus-pre-text.spincasino {
        color: #de006f;
    }

.pop-container__block-pop--ukbasedtemp .carousel-slider__bonus-welcome-text {
    font-size: 11px;
    padding-bottom: 1.5vh;
    color: #fff;
    line-height: 1.4;
    font-family: arial;
    font-weight: lighter
}

.pop-container__block-pop--ukbasedtemp .carousel-slider__bonus-amount {
    color: #fff;
    padding-bottom: 0.5em
}

.carousel-slider__list {
    list-style: none;
    padding: 0;
    overflow: hidden;
}

.carousel-slider__list-item {
    border-top: 1px solid #f2f2f2;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
}

    .carousel-slider__list-item:last-child {
        border-bottom: 1px solid #f2f2f2;
    }

.carousel-slider__cta {
    position: relative;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 2.1em;
    width: 100%;
    max-width: 80%;
    height: 4em;
    max-height: 100%;
    margin: 0 auto;
    padding-top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    background: transparent no-repeat center/80%;
    background-image: none;
    background-size: 80% auto;
    background-size: contain;
    cursor: pointer;
}

.jackpotcity_us .carousel-slider__cta {
    top: 2.1em;
}

.pop-container__block-pop--ukbasedtemp .carousel-slider__cta {
    top: 0.1em;
    max-width: 70%;
    height: 3em;
    background-color: #bd0aff;
    border-radius: 2em;
    font-weight: bold;
    font-size: 16px;
}

    .pop-container__block-pop--ukbasedtemp .carousel-slider__cta.spincasino {
        background-color: #de006f;
    }

.carousel-slider__cta-img {
    position: absolute;
}

.carousel-slider__cta-text {
    color: #fff;
    text-shadow: 0 1px 1px #000;
    z-index: 1;
}

.carousel-slider__cta::before {
    opacity: 0;
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: -15%;
    width: 20%;
    height: 100%;
    -webkit-transform: skewX(-35deg);
    -ms-transform: skewX(-35deg);
    transform: skewX(-35deg);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    z-index: 2;
}

.pop-container__block-pop--ukbasedtemp .carousel-slider__cta::before {
    top: 1%;
    left: -15%;
    width: 30%;
    height: 100%;
    -webkit-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    transform: skewX(0deg);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255,18%) 100%);
    z-index: 2;
    border-radius: 1em
}

.carousel-slider__cta:hover::before {
    opacity: 1;
    -webkit-animation: shine .60s;
    animation: shine .60s;
}

.carousel-slider:hover__cta:hover::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}

.carousel-slider--active {
    z-index: 1;
}

.live-chat {
    padding: 1em 0 .5em;
    margin-bottom: -2em;
}

.live-chat__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 20%;
    padding: .5em 1em;
    border-radius: 5em;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    text-decoration: none;
    color: #868686;
    background-color: #f4f4f4;
}

.live-chat__link-ca {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 20%;
    padding: .5em 1em;
    border-radius: 5em;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    text-decoration: none;
    color: #868686;
    background-color: #f4f4f4;
}

.live-chat__link-img {
    margin-right: .5em;
}

.svg-tick-icon {
    width: 76px;
    display: block;
    margin: 5em auto 2em;
}

.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

.path--circle {
    -webkit-animation: dash 1.5s ease-in-out;
    animation: dash 1.5s ease-in-out;
}

.path--check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check 1.5s 0.5s ease-in-out forwards;
    animation: dash-check 1.5s 0.5s ease-in-out forwards;
}

.alert {
    padding: 1em;
    color: #707070;
}

.alert__icon {
    font-size: 2rem;
}

.alert__title,
.alert__content {
    padding-bottom: 1em;
}

.alert__title-lead,
.alert__content-lead {
    font-size: medium;
    padding-top: 2em;
}

/*Alternative Blockpop Content*/
.blockpop-alternative-content {
    line-height: 1.5rem;
}

    .blockpop-alternative-content strong {
        color: black;
    }

    .blockpop-alternative-content .xsell-link {
        display: block;
        color: #b84db6;
        text-decoration: underline;
        font-weight: bold;
        font-size: 1.1rem;
    }

    .blockpop-alternative-content .xsell-text {
        color: black;
    }

        .blockpop-alternative-content .xsell-text.offerJpcBr {
            font-size: 1.5rem;
            font-weight: bold;
            padding-top: 15px;
            display: flex;
            line-height: 1.2;
        }

.blockpop-not-available {
    font-weight: bold;
}

.py .live-chat__link {
    padding: 0.5em 0.3em;
}

@media screen and (max-width: 768px) {
    /* .py .pop-container {
        height: 100vh;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        max-width: initial;
    }
*/
    .py .pop-container__intro-text {
        margin: 10px 0;
    }

    .py .pop-container__carousel {
        margin: 10px 0;
    }
}

/*------------------------------------*\
  LAYOUT
\*------------------------------------*/

/*------------------------------------*\
  MAIN CONTAINER
\*------------------------------------*/

.site-wrapper {
    position: relative;
    width: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}

.site-wrapper--full-height {
    height: 100%;
}

.page-loader {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    z-index: 99;
}

.page-loader__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    z-index: 100;
}

.page-loader__spinner--dual-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
}

    .page-loader__spinner--dual-ring::after {
        content: "";
        display: block;
        width: 4em;
        height: 4em;
        margin: 0;
        border-radius: 50%;
        border: 5px solid #fff;
        border-color: #fff transparent #fff transparent;
        -webkit-animation: spinner-dual-ring 1.2s linear infinite;
        animation: spinner-dual-ring 1.2s linear infinite;
    }

.pop-container {
    display: block;
    width: auto;
    max-width: 95vw;
    max-height: 95%;
    border-radius: 30px;
    text-align: center;
    background-color: #f4f4f4;
    overflow: auto;
    position: relative;
}

.pop-container__close {
    position: absolute;
    top: 0;
    right: .2em;
    font-size: 5rem;
    font-weight: bold;
    border: 0;
    text-shadow: 0 2px 5px #000;
    background-color: transparent;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.pop-container__logo {
    max-width: 50%;
    margin: 1em auto;
}

.pop-container__block-pop--ukbasedtemp .pop-container__logo {
    max-width: 46%;
}

.pop-container__logo-img {
    max-height: 9vh;
}

.pop-container__block-pop--ukbasedtemp .pop-container__logo h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 1.5em;
    padding-top: 0.5em;
}

.pop-container__intro-text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.pop-container__block-pop--ukbasedtemp .pop-container__intro-text {
    padding: 0 0 1em;
    width: 90%;
    line-height: 1.3;
}

@media screen and (max-width: 670px) {
    .pop-container__block-pop--ukbasedtemp .pop-container__intro-text {
        padding: 0 1em 1em;
        font-size: 1.15em;
    }
}

.pop-container__carousel {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pop-container--not-found,
.pop-container--custom-error {
    width: 100vw;
    min-height: 60vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page {
    overflow: auto;
}

.page-wrapper {
    height: 100vh;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.maintenance-container {
    position: relative;
}

.maintenance-container__pop {
    max-width: 600px;
    right: 0;
    left: 0;
    width: 600px;
    margin: 10% auto;
    font-family: 'Trebuchet MS';
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
    z-index: 999999;
}

    .maintenance-container__pop h1 {
        font-size: 35px;
        max-width: 600px;
        font-weight: 700;
    }

    .maintenance-container__pop p {
        margin: 0 auto;
        max-width: 500px;
    }

    .maintenance-container__pop img,
    .maintenance-container__pop a img {
        max-width: 100%;
        height: auto;
        border: none;
    }

.maintenance-container .vector {
    text-align: center;
    padding-top: 40px;
}

.maintenance-container .content {
    max-width: 300px;
    margin: 0 auto;
}

.maintenance-container p {
    font-family: 'Open Sans';
    font-size: 16px;
    max-width: 350px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.maintenance-container ul {
    list-style-type: none;
    max-width: 163px;
    padding-bottom: 70px;
    margin: 0 auto;
}

.maintenance-container li {
    float: left;
    margin: 5px;
}

#closePop {
    color: #FFF;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 20px;
    font-size: 20px;
}

#maintenance_time {
    font-size: 22px;
    position: relative;
}

#notify {
    font-size: 22px;
    position: relative;
    color: #fff;
}

.unsupported-browser {
    position: relative;
    max-width: 440px;
    right: 0;
    left: 0;
    width: 100%;
    margin: 10% auto;
    text-align: center;
    color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1.25em;
    padding: 34px 1em;
}

    .unsupported-browser .pop-container__close {
        position: absolute;
        top: .2em;
        right: 0.125em;
        color: #454545;
    }

.unsupported-browser__logo {
    max-width: 50%;
    margin: 0 auto 42px;
}

.unsupported-browser__logo-img {
    max-height: 9vh;
}

.unsupported-browser__heading,
.unsupported-browser__browsers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.unsupported-browser__heading {
    max-height: 38px;
    margin-bottom: 42px;
}

.unsupported-browser__heading-text {
    font-size: 1.25em;
    color: #454545;
}

.unsupported-browser__text {
    max-width: 85%;
    margin: 0 auto 42px;
    line-height: 24.5px;
    color: #333;
}

.unsupported-browser__browsers {
    margin-bottom: 34px;
}

.unsupported-browser__browser-icon {
    position: relative;
    cursor: pointer;
}

    .unsupported-browser__browser-icon::before {
        opacity: 0;
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: -15%;
        width: 20%;
        height: 100%;
        -webkit-transform: skewX(-35deg);
        -ms-transform: skewX(-35deg);
        transform: skewX(-35deg);
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        z-index: 2;
    }

    .unsupported-browser__browser-icon:hover::before {
        opacity: 1;
        -webkit-animation: shine .60s;
        animation: shine .60s;
    }

.unsupported-browser__browser-icon-img {
    max-height: 50px;
    margin-bottom: 14px;
}

.unsupported-browser__browser-name {
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.unsupported-browser:hover__browser:hover::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}

.unsupported-browser__action {
    margin-bottom: 22px;
}

    .unsupported-browser__action:last-child {
        margin-bottom: 0;
    }

/*------------------------------------*\
  COMING SOON POP - COMPACT
\*------------------------------------*/

.pop-container--coming-soon-compact {
    font-family: 'Segoe UI';
    max-width: 529px;
    max-height: 480px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding: 2em 1em;
    margin: 0 1em;
    font-size: 12px;
    border-radius: 15px;
    text-align: left;
    overflow-x: hidden;
}

    .pop-container--coming-soon-compact .pop-container__logo {
        width: 100%;
        margin: 0 auto 1em;
        text-align: center;
    }

    .pop-container--coming-soon-compact .pop-container__icon {
        width: 10%;
        margin-right: 1.25em;
    }

    .pop-container--coming-soon-compact .pop-container__intro-text,
    .pop-container--coming-soon-compact .pop-container__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 1.55em 1em;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: .875em;
    }

    .pop-container--coming-soon-compact .pop-container__intro-text {
        width: auto;
        margin-bottom: 1em;
        color: #fff;
        background-color: #E92150;
    }

    .pop-container--coming-soon-compact .pop-container__info {
        margin-bottom: -1em;
        background-color: rgba(25, 25, 25, 0.03);
        color: #676767;
    }

    .pop-container--coming-soon-compact .img-fluid {
        min-width: 10%;
    }

    .pop-container--coming-soon-compact .email-form {
        max-width: 100%;
        width: 100%;
    }

/*------------------------------------*\
  EMAIL FORM
\*------------------------------------*/

.email-form {
    position: relative;
    width: 80%;
    max-width: 301px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 2em;
    margin: auto;
    color: #828282;
}

.email-form__floating-placeholder-label {
    position: absolute;
    top: 20%;
    width: 100%;
    color: #929191;
    text-align: left;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    pointer-events: none;
}

.email-form__input,
.email-form__button {
    width: 100%;
}

.email-form__input {
    position: relative;
    top: 5px;
    height: 3em;
    margin-bottom: 0;
    border: none;
    /*font-size: 18px;*/
    border-bottom: 3px solid rgba(112, 112, 112, 0.52);
    background-color: transparent;
    font-family: "Segoe UI Semibold";
}

    .email-form__input:focus ~ .email-form__floating-placeholder-label,
    .email-form__input:not(:focus):valid ~ .email-form__floating-placeholder-label,
    .email-form__input:not([value=""]) ~ .email-form__floating-placeholder-label,
    .email-form__input[value=""]:focus ~ .email-form__floating-placeholder-label {
        top: 10%;
        font-family: "Segoe UI Semibold";
    }

.email-form__checkbox {
    padding: 1em 0;
}

.email-form__button {
    min-width: 119px;
    height: 55px;
    border: none;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    font-size: 15px;
    font-weight: bold;
    background-color: #8a8a8a;
    color: #fff;
    cursor: pointer;
}

.single_slide .email-form {
    padding: 2em 0;
}

/* Checkbox */

.checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

    .checkbox input:checked + label::before {
        border: none;
    }

    .checkbox input:checked + label::after {
        content: "";
        display: block;
        position: absolute;
        top: 33%;
        left: -1.35em;
        width: 4px;
        height: 10px;
        border: solid #979797;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.checkbox label {
    position: relative;
    max-width: 90%;
    left: 2em;
    /*font-size: 13px;*/
    cursor: pointer;
    padding-left: .5em;
}

    .checkbox label::before {
        content: "";
        -webkit-appearance: none;
        background-color: transparent;
        border: 1px solid #979797;
        padding: .8em;
        display: inline-block;
        position: absolute;
        left: -2em;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 5px;
        border-radius: 3px;
    }

.tick-icon::after {
    content: "";
    display: block;
    position: relative;
    top: -.2em;
    left: 48%;
    width: 8px;
    height: 20px;
    border: solid #fff;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.email-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

input:focus {
    outline: none;
}

.email-label-validation {
    position: absolute;
    top: 0;
    color: #e92150;
}

button[disabled] {
    cursor: not-allowed;
}

/* Thank you */

.thank-you-wrapper {
    text-align: center;
}

.thank-you-wrapper__heading {
    font-size: 1.3rem;
    line-height: 2.5;
    color: inherit;
}

.thank-you-wrapper__copy {
    font-size: inherit !important;
    color: #9b9b9b;
}

/* Error */

.form-error {
    position: absolute;
    width: 90%;
    top: 40%;
    padding: 0 1em;
    -webkit-box-shadow: 0 4px 11px rgba(0, 0, 0, 0.6);
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.6);
    border-radius: 3px;
    color: #fff;
    z-index: 9999;
}

    .form-error::after {
        position: absolute;
        width: .5px;
        height: 14px;
        top: -70%;
        right: 0;
        left: 0;
        margin: 0 auto;
        content: '';
        border-left: 8px solid transparent;
        border-bottom: 15px solid #3f4a74;
        border-right: 8px solid transparent;
        border-top: 15px solid transparent;
        border-radius: 3px;
        z-index: -1;
    }

/*.has-error {
    color: #e92150;
}*/

.hidden {
    display: none;
}

.form-error--hidden {
    display: none;
}

/*------------------------------------*\
  COMING SOON POP - COMPACT
\*------------------------------------*/

.pop-container--coming-soon-offer {
    font-family: 'Segoe UI';
    max-width: 529px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding: 2em 1em 4em;
    margin: 0 1em;
    font-size: 12px;
    border-radius: 15px;
    text-align: left;
    overflow-x: hidden;
    background-color: #fff;
}

[lang="ar"] .pop-container--coming-soon-offer {
    text-align: right;
}

    [lang="ar"] .pop-container--coming-soon-offer .pop-container__icon {
        margin-right: 0;
        margin-left: 1.25em;
    }

.pop-container--coming-soon-offer .pop-container__logo {
    width: 100%;
    margin: 0 auto 1em;
    text-align: center;
}

.pop-container--coming-soon-offer .pop-container__icon {
    width: 10%;
    margin-right: 1.25em;
}

.pop-container--coming-soon-offer .pop-container__icon--content {
    width: auto;
    margin-top: -1em;
    margin-bottom: 1em;
}

.pop-container--coming-soon-offer .pop-container__intro-text,
.pop-container--coming-soon-offer .pop-container__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.55em 1em;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: .875em;
}

.pop-container--coming-soon-offer .pop-container__intro-text {
    width: auto;
    margin-bottom: 1em;
    color: rgba(0, 0, 0, 0.5);
    background-color: #F8F8F8;
}

.pop-container--coming-soon-offer .pop-container__info {
    display: block;
    margin-bottom: -1em;
    text-align: center;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.pop-container--coming-soon-offer .img-fluid {
    min-width: 10%;
}

.pop-container--coming-soon-offer .email-form {
    max-width: 100%;
    width: 100%;
}

/*------------------------------------*\
  EMAIL FORM
\*------------------------------------*/

.email-form {
    position: relative;
    width: 80%;
    max-width: 301px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 2em;
    margin: auto;
    color: #828282;
}

.email-form__floating-placeholder-label {
    position: absolute;
    top: 20%;
    width: 100%;
    color: #929191;
    text-align: left;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    pointer-events: none;
}

.email-form__input,
.email-form__button {
    width: 100%;
}

.email-form__input {
    position: relative;
    top: 5px;
    height: 3em;
    margin-bottom: 0;
    border: none;
    /*font-size: 18px;*/
    border-bottom: 3px solid rgba(112, 112, 112, 0.52);
    background-color: transparent;
    font-family: "Segoe UI Semibold";
}

    .email-form__input:focus ~ .email-form__floating-placeholder-label,
    .email-form__input:not(:focus):valid ~ .email-form__floating-placeholder-label,
    .email-form__input:not([value=""]) ~ .email-form__floating-placeholder-label,
    .email-form__input[value=""]:focus ~ .email-form__floating-placeholder-label {
        top: 10%;
        font-family: "Segoe UI Semibold";
    }

.email-form__checkbox {
    padding: 1em 0;
}

.email-form__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 119px;
    height: 55px;
    border: none;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    font-size: 15px;
    font-weight: bold;
    background-color: #8a8a8a;
    color: #fff;
    cursor: pointer;
}

.single_slide .email-form {
    padding: 2em 0;
}

/* Checkbox */

.checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

    .checkbox input:checked + label::before {
        border: none;
    }

    .checkbox input:checked + label::after {
        content: "";
        display: block;
        position: absolute;
        top: 33%;
        left: -1.35em;
        width: 4px;
        height: 10px;
        border: solid #979797;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.checkbox label {
    position: relative;
    max-width: 90%;
    left: 2em;
    /*font-size: 13px;*/
    cursor: pointer;
    padding-left: .5em;
}

    .checkbox label::before {
        content: "";
        -webkit-appearance: none;
        background-color: transparent;
        border: 1px solid #979797;
        padding: .8em;
        display: inline-block;
        position: absolute;
        left: -2em;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 5px;
        border-radius: 3px;
    }

.tick-icon::after {
    content: "";
    display: block;
    position: relative;
    top: -.2em;
    left: 48%;
    width: 8px;
    height: 20px;
    border: solid #fff;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.email-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

input:focus {
    outline: none;
}

.email-label-validation {
    position: absolute;
    top: 0;
    color: #e92150;
}

button[disabled] {
    cursor: not-allowed;
}

/* Thank you */

.thank-you-wrapper {
    text-align: center;
}

.thank-you-wrapper__heading {
    font-size: 1.3rem;
    line-height: 2.5;
    color: inherit;
}

.thank-you-wrapper__copy {
    font-size: inherit !important;
    color: #9b9b9b;
}

/* Error */

.form-error {
    position: absolute;
    width: 90%;
    top: 40%;
    padding: 0 1em;
    -webkit-box-shadow: 0 4px 11px rgba(0, 0, 0, 0.6);
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.6);
    border-radius: 3px;
    color: #fff;
    z-index: 9999;
}

    .form-error::after {
        position: absolute;
        width: .5px;
        height: 14px;
        top: -70%;
        right: 0;
        left: 0;
        margin: 0 auto;
        content: '';
        border-left: 8px solid transparent;
        border-bottom: 15px solid #3f4a74;
        border-right: 8px solid transparent;
        border-top: 15px solid transparent;
        border-radius: 3px;
        z-index: -1;
    }

/*.has-error {
    color: #e92150;
}*/

.hidden {
    display: none;
}

.form-error--hidden {
    display: none;
}

/*------------------------------------*\
  COMING SOON POP - COUNTDOWN
\*------------------------------------*/

.pop-container--coming-soon-countdown {
    width: 85%;
    padding: 2em 1em;
    border-radius: 5px;
    border: 1px solid #777;
    font-family: "Roboto", sans-serif;
    background-color: #0d0d10;
    color: #fff;
    overflow-x: hidden;
}

    .pop-container--coming-soon-countdown a {
        display: inline-block;
        color: #f7a503;
    }

    .pop-container--coming-soon-countdown .live-chat__link {
        min-width: auto;
        padding: 0;
        background: none;
        font-weight: normal;
        text-decoration: underline;
    }

    .pop-container--coming-soon-countdown .pop-container__close {
        top: 1em;
        right: 1em;
        font-size: small;
    }

.coming-soon-countdown__heading {
    margin-bottom: 1em;
    font-size: 1.875rem;
    font-weight: inherit;
}

.coming-soon-countdown__timer {
    position: relative;
    text-align: center;
}

.coming-soon-countdown__timer-img {
    position: relative;
}

.coming-soon-countdown__timer-wrapper {
    position: absolute;
    min-width: 50%;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.coming-soon-countdown__timer-unit {
    max-width: 19%;
    min-width: 19%;
}

.coming-soon-countdown__timer-value,
.coming-soon-countdown__timer-divider {
    font-size: 7vmin;
    font-weight: 900;
    text-shadow: 0 0 6px #ff00e0, 0 0 10px #ff00e0, 0 0 10px #fff;
}

.coming-soon-countdown__timer-divider {
    margin: 0 .2em;
    text-shadow: none;
}

.coming-soon-countdown__timer-label {
    font-size: .625rem;
}

.coming-soon-countdown__subheading {
    margin-bottom: 1em;
    font-size: 1.5rem;
}

.coming-soon-countdown__text {
    line-height: 1.5;
}

html, body {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

.site-wrapper #popContainer.pop-container__block-pop--banner {
    border-radius: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    font-family: Roboto, sans-serif;
}

    .site-wrapper #popContainer.pop-container__block-pop--banner .banner-container {
        display: none;
        flex-wrap: wrap;
        line-height: 22px;
        font-size: 12px;
        height: 50px;
        align-items: center;
        justify-content: center;
        width: 100%;
        background-color: #fff;
        color: #606060;
    }

        .site-wrapper #popContainer.pop-container__block-pop--banner .banner-container .banner__description {
            margin-right: 16px;
        }

        .site-wrapper #popContainer.pop-container__block-pop--banner .banner-container p.banner__description, .site-wrapper #popContainer.pop-container__block-pop--banner .banner-container .banner__cta, .site-wrapper #popContainer.pop-container__block-pop--banner .banner-container .banner__close {
            color: inherit;
        }

        .site-wrapper #popContainer.pop-container__block-pop--banner .banner-container .select2-container::before {
            content: url(/assets/img/loc.svg);
            display: block;
            width: 12px;
            position: absolute;
            top: 7px;
            left: 8px;
        }

        .site-wrapper #popContainer.pop-container__block-pop--banner .banner-container .select2-container.select2-container--default {
            pointer-events: none;
            min-width: 120px;
        }

            .site-wrapper #popContainer.pop-container__block-pop--banner .banner-container .select2-container.select2-container--default .select2-selection--single {
                background-color: #efefef;
                border: none;
                border-radius: 4px 0 0 4px;
                height: 31px;
            }

                .site-wrapper #popContainer.pop-container__block-pop--banner .banner-container .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
                    line-height: 32px;
                    text-align: left;
                    padding-left: 30px;
                }

                .site-wrapper #popContainer.pop-container__block-pop--banner .banner-container .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
                    height: 100%;
                    display: none;
                }

        .site-wrapper #popContainer.pop-container__block-pop--banner .banner-container .banner__options {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-appearance: none;
            -moz-appearance: none;
            border: none;
            min-width: 148px;
            padding: 0.5rem 0.785rem;
            background: #ebebeb;
            border-radius: 4px;
            background-image: linear-gradient(45deg, transparent 50%, #606060 50%), linear-gradient(135deg, #606060 50%, transparent 50%);
            background-position: calc(100% - 20px) 1em, calc(100% - 15px) 1em, 100% 0;
            background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
            background-repeat: no-repeat;
            margin: 0 12px 0 0;
        }

        .site-wrapper #popContainer.pop-container__block-pop--banner .banner-container .banner__cta {
            padding: 0 20px;
            color: #fff;
            background-color: #e81658;
            box-sizing: border-box;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            cursor: pointer;
            outline: 0;
            border: none;
            -webkit-tap-highlight-color: transparent;
            white-space: nowrap;
            text-decoration: none;
            vertical-align: baseline;
            text-align: center;
            line-height: 31px;
            border-radius: 0 4px 4px 0;
            overflow: visible;
            transform: translate3d(0, 0, 0);
        }

    .site-wrapper #popContainer.pop-container__block-pop--banner .banner__close {
        width: 24px;
        border: none;
        position: absolute;
        right: 16px;
        top: 0;
        background: none;
        height: 100%;
        cursor: pointer;
        font-size: 32px;
        color: #333;
    }

@media screen and (max-width: 768px) {
    .site-wrapper #popContainer.pop-container__block-pop--banner .banner-container {
        height: auto;
        padding: 0.5rem 1rem;
        justify-content: flex-start;
    }

        .site-wrapper #popContainer.pop-container__block-pop--banner .banner-container .banner__description {
            font-size: 10px;
            margin-right: 32px;
            width: 100%;
            text-align: left;
            padding-bottom: 0.5em;
            line-height: 1.2;
        }

        .site-wrapper #popContainer.pop-container__block-pop--banner .banner-container .banner__options {
            min-width: 45%;
            background-position: calc(100% - 20px) 0.9em, calc(100% - 15px) 0.9em, 100% 0;
        }

        .site-wrapper #popContainer.pop-container__block-pop--banner .banner-container .banner__cta {
            min-width: 25%;
        }

        .site-wrapper #popContainer.pop-container__block-pop--banner .banner-container .banner__close {
            height: auto;
        }
}


.coming-soon-countdown__cta {
    width: 40%;
    display: block;
    margin: 1.5em auto;
    padding: .5em;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 5px;
    background-color: #f7a503;
    color: #fff;
    text-decoration: none;
}

a.coming-soon-countdown__cta {
    color: #fff;
}

.page__title {
    margin-bottom: .2em;
    font-size: 4rem;
    font-weight: 800;
}

.page__subtitle {
    margin-bottom: .5em;
    font-size: 1.5rem;
    font-weight: bold;
}

.page__status {
    margin-bottom: 3em;
}

.page__copy {
    margin-bottom: 1em;
    font-weight: bold;
}

.page-wrapper--splash {
    display: block;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Roboto", sans-serif;
}

.splash {
    padding: 1em;
    background-color: #202020;
    color: #fff;
}

.splash__title {
    font-size: 1.5rem;
    line-height: 2rem;
}

.splash__promo-list li {
    display: inline-block;
    padding: .5em 0;
}

    .splash__promo-list li::before {
        content: "\2022";
        padding: 1em;
    }

    .splash__promo-list li:first-child::before {
        content: "";
    }

.splash__icon {
    margin: -5em;
}

.splash__img {
    width: 80vw;
    padding: 1em 2em .5em;
}

.splash__text {
    padding: .5em 0 1em;
    line-height: 1.5;
}

.splash__bg-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5em 1em;
    margin: 0 2em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #323232;
    text-align: left;
}

.splash a {
    display: inline-block;
    color: #de5c5c;
    text-decoration: none;
}

    .splash a:hover {
        text-decoration: underline;
    }

    .splash a.splash__link {
        color: inherit;
    }

.splash--fr a {
    color: #f23677;
}

.splash--it a {
    color: #ac9156;
}

.splash--ca a {
    color: #0099CC;
}

.steps-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.step {
    width: 60%;
    margin: 1em auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5em 1em;
    border-radius: 5px;
    background-color: #323232;
    text-align: left;
}

.step__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: .5rem;
    height: .5rem;
    padding: .55rem;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    background-color: #5b5b5b;
}

.step__instructions {
    margin-left: 1em;
    word-wrap: anywhere;
}

/*------------------------------------*\
  COMING SOON POP - COMPACT
\*------------------------------------*/

@font-face {
    font-family: "omnes-pro";
    src: url("https://use.typekit.net/af/6e84fe/00000000000000003b9b1e46/27/l?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/6e84fe/00000000000000003b9b1e46/27/d?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/6e84fe/00000000000000003b9b1e46/27/a?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n4&v=3") format("opentype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "omnes-pro";
    src: url("https://use.typekit.net/af/491a7f/00000000000000003b9b1e4c/27/l?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/491a7f/00000000000000003b9b1e4c/27/d?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/491a7f/00000000000000003b9b1e4c/27/a?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n7&v=3") format("opentype");
    font-style: normal;
    font-weight: 700;
}

.pop-container__wrapper {
    height: 100%;
    width: 90vw;
    margin: -.5em 0 -1em;
    padding: 2rem 1rem 2rem;
    overflow-y: auto;
}

.pop-container _:-ms-lang(x),
.pop-container__wrapper {
    overflow: hidden;
}

.pop-container--special-offer-pop {
    font-family: 'omnes-pro', 'Segoe UI';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 90%;
    max-width: 22em;
    margin: auto;
    padding: 1em .5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    font-size: 2.5rem;
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    background: #fff;
    background-clip: padding-box;
    border: solid 5px transparent;
    border-radius: 1em;
}

    .pop-container--special-offer-pop:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: -5px;
        border-radius: inherit;
        z-index: -1;
    }

    .pop-container--special-offer-pop .pop-container__intro-text,
    .pop-container--special-offer-pop .pop-container__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pop-container--special-offer-pop .pop-container__intro-text {
        padding-bottom: .5rem;
        font-size: 2rem;
    }

    .pop-container--special-offer-pop .pop-container__offer-text {
        font-size: 1.5rem;
    }

    .pop-container--special-offer-pop .pop-container__cta-link {
        display: inline-block;
        min-width: 20%;
        padding: .5em 1em;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: bold;
        text-decoration: none;
        color: #868686;
        background-color: #888;
        -webkit-transition: -webkit-transform .4s ease;
        transition: -webkit-transform .4s ease;
        -o-transition: transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease;
        color: white;
        text-align: center;
        border-radius: .5em;
        text-transform: uppercase;
        margin: 5vw auto 0 auto;
        will-change: transform;
        -webkit-transition: -webkit-transform 1s cubic-bezier(0.22, 0.68, 0, 1);
        transition: -webkit-transform 1s cubic-bezier(0.22, 0.68, 0, 1);
        -o-transition: transform 1s cubic-bezier(0.22, 0.68, 0, 1);
        transition: transform 1s cubic-bezier(0.22, 0.68, 0, 1);
        transition: transform 1s cubic-bezier(0.22, 0.68, 0, 1), -webkit-transform 1s cubic-bezier(0.22, 0.68, 0, 1);
        cursor: pointer;
    }

        .pop-container--special-offer-pop .pop-container__cta-link:hover {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

.xsell-container {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    direction: LTR;
}

    .xsell-container a {
        cursor: pointer;
        color: inherit;
    }

    .xsell-container .xsell-wrapper {
        display: flex;
        justify-content: center;
        height: 680px;
        overflow-x: hidden;
        box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
    }

        .xsell-container .xsell-wrapper .xsell-divider {
            width: 70px;
            height: 100%;
            background-image: url(/assets/img/bg-Arrow.svg);
        }

        .xsell-container .xsell-wrapper .xsell-left, .xsell-container .xsell-wrapper .xsell-right {
            width: 50%;
            height: 100%;
            min-width: 375px;
            max-width: 750px;
            display: flex;
            flex-direction: column;
            position: relative;
        }

        .xsell-container .xsell-wrapper .xsell-tag {
            position: absolute;
            top: 2rem;
            background-color: #fff;
            color: #2f2f2f;
            padding: 5px 10px;
            text-transform: uppercase;
            font-size: 0.85rem;
            letter-spacing: 0.5px;
            font-weight: bold;
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25), 1px 1px 2px rgba(0, 0, 0, 0.2);
        }

        .xsell-container .xsell-wrapper .xsell-logo {
            margin: 20px 0 70px;
            height: 80px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .xsell-container .xsell-wrapper .xsell-content {
            flex-grow: 1;
            text-align: left;
        }

            .xsell-container .xsell-wrapper .xsell-content h1 {
                font-size: 34px;
                font-weight: 500;
            }

            .xsell-container .xsell-wrapper .xsell-content h2 {
                margin-bottom: 20px;
                font-size: 24px;
            }

            .xsell-container .xsell-wrapper .xsell-content p {
                font-size: 1rem;
                line-height: 24px;
                color: rgba(0, 0, 0, 0.7);
                margin-bottom: 1rem;
            }

        .xsell-container .xsell-wrapper .xsell-left {
            color: #303030;
            background-color: #fff;
            border-radius: 5px 0 0 5px;
            padding: 50px 46px 50px 80px;
        }

            .xsell-container .xsell-wrapper .xsell-left .xsell-tag {
                left: 0;
                border-radius: 0 3px 3px 0;
            }

            .xsell-container .xsell-wrapper .xsell-left .xsell-logo img {
                height: 100%;
                max-height: 100%;
            }

            .xsell-container .xsell-wrapper .xsell-left .xsell-footer {
                text-align: left;
            }

        .xsell-container .xsell-wrapper .xsell-right {
            color: #fff;
            border-radius: 0 5px 5px 0;
            background-size: contain;
            padding: 50px 80px 50px 46px;
        }

            .xsell-container .xsell-wrapper .xsell-right .xsell-tag {
                right: 0;
                border-radius: 3px 0 0 3px;
            }
            /*.xsell-container .xsell-wrapper .xsell-right .xsell-logo img {
        height: 80px; }*/
            .xsell-container .xsell-wrapper .xsell-right p:not(.xsell-footer p) a {
                font-weight: bold;
            }

            .xsell-container .xsell-wrapper .xsell-right .xsell-content p {
                color: rgba(255, 255, 255, 0.8);
            }

            .xsell-container .xsell-wrapper .xsell-right .xsell-content button {
                margin: 4em auto 5em;
                display: block;
                padding: 1em 3em;
                font-size: 1em;
                color: #fff;
                box-sizing: border-box;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                cursor: pointer;
                outline: 0;
                border: none;
                -webkit-tap-highlight-color: transparent;
                white-space: nowrap;
                text-decoration: none;
                vertical-align: baseline;
                text-align: center;
                border-radius: 4px;
                overflow: visible;
                transform: translate3d(0, 0, 0);
            }

        .xsell-container .xsell-wrapper .xsell-footer {
            font-size: 1.1rem;
        }

            .xsell-container .xsell-wrapper .xsell-footer a {
                text-decoration: underline;
            }

@media (orientation: landscape) and (max-height: 730px) {
    .xsell-wrapper {
        align-items: flex-start;
        overflow-y: auto;
    }
}

@media screen and (max-width: 768px) {
    .xsell-container .xsell-wrapper {
        padding: 0.5rem;
        height: 100%;
        overflow-y: auto;
        flex-direction: column;
        justify-content: flex-start;
    }

        .xsell-container .xsell-wrapper .xsell-left, .xsell-container .xsell-wrapper .xsell-right {
            width: 100%;
            min-width: 100%;
            padding: 1rem;
            flex-direction: column;
        }

        .xsell-container .xsell-wrapper .xsell-tag {
            top: 1rem;
            padding: 3px 5px;
            font-size: 0.75rem;
            letter-spacing: 0.25px;
        }

        .xsell-container .xsell-wrapper .xsell-logo {
            margin-bottom: 16px;
            height: 60px;
        }

        .xsell-container .xsell-wrapper .xsell-content {
            padding-bottom: 1rem;
        }

            .xsell-container .xsell-wrapper .xsell-content h1 {
                margin-bottom: 1rem;
                font-size: 1.6rem;
            }

            .xsell-container .xsell-wrapper .xsell-content p {
                font-size: 1rem;
                margin-bottom: 0.75rem;
            }

        .xsell-container .xsell-wrapper .xsell-left {
            border-radius: 5px 5px 0 0;
            flex-shrink: 2;
        }

        .xsell-container .xsell-wrapper .xsell-right {
            border-radius: 0 0 5px 5px;
        }

            .xsell-container .xsell-wrapper .xsell-right .xsell-logo img {
                height: 100%;
            }

            .xsell-container .xsell-wrapper .xsell-right .xsell-content button {
                margin: 2.5rem auto 2rem;
                display: block;
                padding: 1.2rem 3rem;
                font-size: 1.2rem;
                min-width: 80%;
            }

        .xsell-container .xsell-wrapper .xsell-divider {
            width: 100%;
            height: auto;
            padding-bottom: 11%;
            background-image: url(/assets/img/bg-Arrow_mobile.svg);
            background-size: 100%;
            background-position: top;
            background-repeat: no-repeat;
            margin-top: -1px;
        }

    .xsell-container .xsell-footer {
        font-size: 14px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1330px) {

    .xsell-container .xsell-wrapper .xsell-left, .xsell-container .xsell-wrapper .xsell-right {
        width: 50%;
        min-height: 580px;
    }

    .xsell-container .xsell-wrapper .xsell-left {
        padding: 50px 46px 50px 50px;
    }

    .xsell-container .xsell-wrapper .xsell-right {
        padding: 50px 50px 50px 46px;
    }

    .xsell-wrapper .xsell-divider {
        display: none;
    }

    .xsell-container .xsell-wrapper .xsell-content h1 {
        font-size: 1.53rem;
    }

    .xsell-container .xsell-wrapper .xsell-right .xsell-content button {
        min-width: 90%;
    }

    .xsell-container .xsell-wrapper .xsell-content p {
        font-size: 0.9rem;
    }

    .xsell-container .xsell-wrapper .xsell-footer {
        font-size: 1rem;
    }

    .xsell-container .xsell-wrapper .xsell-logo {
        margin: 20px 0 40px;
    }

    .xsell-container .xsell-wrapper {
        padding: 0.5rem;
        height: 100%;
        overflow-y: auto;
        justify-content: flex-start;
    }
}

.pop-container--special-offer-pop .animation-wrapper {
    position: relative;
    top: 0;
    left: -15%;
    width: 100%;
}

.pop-container--special-offer-pop .animation__container {
    position: relative;
    left: inherit;
    max-width: 50vw;
}

.pop-container--special-offer-pop .animation__dom-container {
    display: none;
}

/*------------------------------------*\
  OVERRIDES - SLICK CAROUSEL
\*------------------------------------*/

.slick-initialized .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 40vw;
    padding: 1em 0 3em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body.lang.gb .slick-initialized .slick-track,
body.lang.uk .slick-initialized .slick-track {
    padding: 1em 0 1.2em;
}


.slick-initialized .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pop-container__block-pop--ukbasedtemp .slick-initialized .slick-slide {
    overflow: hidden
}

.slick-initialized .slick-active.slick-current {
    max-width: 240px !important;
    max-height: 100%;
    margin: 0 -8em;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 2;
}

.pop-container__block-pop--ukbasedtemp .slick-initialized .slick-active.slick-current {
    max-width: 298px !important;
    padding-bottom: 40px;
}

.slick-initialized .slick-active.slick-current .carousel-slider__logo {
    width: 100%;
    max-height: 70px;
    margin: 0 auto;
}

.pop-container__block-pop--ukbasedtemp .slick-initialized .slick-active.slick-current .carousel-slider__logo {
    width: 114%;
    max-height: 160px;
    margin: -7%;
    position: relative
}

.slick-initialized .slick-active.slick-current .carousel-slider__logo-img {
    width: fit-content;
    height: auto;
}

.slick-initialized .slick-active.slick-current .carousel-slider__list {
    height: auto;
}

.slick-initialized .slick-active.slick-current .carousel-slider__cta {
    margin-top: 0;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

/*------------------------------------*\
  TEMPLATES
\*------------------------------------*/

.pop-container__block-pop--match-offer {
    border-radius: 5px;
    border: 1px solid #777;
    background-color: #0d0d10;
    color: #fff;
    font-family: "Roboto", sans-serif;
}

    .pop-container__block-pop--match-offer .location-icon {
        position: relative;
        bottom: -1.5em;
    }

    .pop-container__block-pop--match-offer a {
        display: inline-block;
        color: #f7a503;
    }

    .pop-container__block-pop--match-offer .live-chat__link {
        min-width: auto;
        padding: 0;
        background: none;
        font-weight: normal;
        text-decoration: underline;
    }

    .pop-container__block-pop--match-offer .pop-container__close {
        top: 1em;
        right: 1em;
        font-size: small;
    }

.pop-register {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 80%;
    padding: 2em 3em;
    margin: 0 auto 2em;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
}

.pop-register__instructions {
    padding-bottom: 1em;
}

.pop-register__percentage {
    font-size: 2rem;
    font-weight: bold;
}

.pop-register__cta {
    min-width: 50%;
    display: block;
    margin: 1em auto 0;
    padding: .5em;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 5px;
    background-color: #f7a503;
    color: #fff;
    text-decoration: none;
}

a.pop-register__cta {
    color: #fff;
}

.pop-container__block-pop--login-registration {
    border-radius: 5px;
    border: 1px solid #777;
    background-color: #0d0d10;
    color: #fff;
    font-family: "Roboto", sans-serif;
}

    .pop-container__block-pop--login-registration .location-icon {
        position: absolute;
        top: -7em;
        -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
    }

    .pop-container__block-pop--login-registration .location-icon--shifted {
        left: 50%;
    }

    .pop-container__block-pop--login-registration a {
        display: inline-block;
    }

    .pop-container__block-pop--login-registration .live-chat__link {
        min-width: auto;
        padding: 0;
        background: none;
        font-weight: normal;
        text-decoration: underline;
        color: #f7a503;
    }

    .pop-container__block-pop--login-registration .pop-container__close {
        top: 1em;
        right: 1em;
        font-size: small;
    }

    .pop-container__block-pop--login-registration .pop-container__intro-text {
        padding-bottom: 0;
    }

.pop-container__login-registration {
    padding-bottom: 1em;
}

.pops-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pop-login-reg {
    position: relative;
    max-width: 270px;
    padding: 3em 1em 2em;
    margin: 5em 0 1em;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pop-login-reg-wrapper {
    min-height: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pop-login-reg__heading {
    font-size: 16px;
}

.pop-login-reg__instructions {
    font-size: 14px;
    letter-spacing: .15px;
    line-height: 22px;
}

.pop-login-reg__percentage {
    font-size: 2rem;
    font-weight: bold;
}

.pop-login-reg__cta {
    min-width: 50%;
    display: block;
    margin: 0 auto;
    padding: .5em;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 5px;
    background-color: #f7a503;
    color: #fff;
    text-decoration: none;
}

a.pop-login-reg__cta {
    color: #fff;
}

/* IE10+ specific styling */

.body--blue {
    background-color: #1c2974;
}

.pop-container--coming-soon-optin-mailer {
    width: 100%;
    padding: 2.5em 0 0;
    font-size: 1.875rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
    background: -o-linear-gradient(135deg, #0d0f45, #332e82, #3e83d3);
    background: linear-gradient(-45deg, #0d0f45, #332e82, #3e83d3);
    color: #fff;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    border-radius: 0;
}

.pop-container__optin-mailer {
    padding-bottom: 1em;
}

.optin-mailer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
}

.optin-mailer__logo {
    max-width: 50%;
    width: 100%;
    margin: 0 auto 2.5em;
}

.optin-mailer__logo-img {
    width: 80%;
}

.optin-mailer__text {
    padding: 0 2em;
    line-height: 1.625;
}

.optin-mailer__cta {
    display: inline-block;
    width: 100%;
    margin: 40px auto;
    padding: .9em;
    font-weight: bold;
    border-radius: 10px;
    background-color: #ff5593;
    color: #fff;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 200px;
    font-size: 16px;
    cursor: pointer;
}

    .optin-mailer__cta:hover {
        background-color: #ff6fa3;
    }

.optin-mailer__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 48px;
    height: 100vh;
    padding: 0 .5em;
    font-size: .875rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0c1558;
}

/*------------------------------------*\
  ANIMATIONS
\*------------------------------------*/

/*------------------------------------*\
  UTILITIES
\*------------------------------------*/

.img-fluid {
    max-width: 100%;
    height: auto;
}

.text-center {
    text-align: center;
}

.has-error,
.has-error label::before {
    color: #e92150;
    border-color: #e92150;
}

.mt-2 {
    margin-top: 2em;
}

.disallow-point-events {
    pointer-events: none;
}

/*------------------------------------*\
  ANIMATIONS
\*------------------------------------*/

@-webkit-keyframes shine {
    100% {
        left: 75%;
    }
}

@keyframes shine {
    100% {
        left: 75%;
    }
}

@-webkit-keyframes spinner-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

/*------------------------------------*\
  UTILS
\*------------------------------------*/

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*&--justify-center {
        justify-content: center;
    }*/
}

.flex__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 50%;
    flex: 0 50%;
}

/* Margin */

.m-0 {
    margin: 0;
}

.m-1 {
    margin: 1em;
}

.m-2 {
    margin: 2em;
}

.m-3 {
    margin: 3em;
}

.m-4 {
    margin: 4em;
}

.m-5 {
    margin: 5em;
}

.m-6 {
    margin: 6em;
}

/* Margin Bottom */

.mb-1 {
    margin-bottom: 1em;
}

.mb-2 {
    margin-bottom: 2em;
}

.mb-3 {
    margin-bottom: 3em;
}

.mb-4 {
    margin-bottom: 4em;
}

.mb-5 {
    margin-bottom: 5em;
}

.mb-6 {
    margin-bottom: 6em;
}

/* Margin Top */

.mt-1 {
    margin-top: 1em;
}

.mt-2 {
    margin-top: 2em;
}

.mt-3 {
    margin-top: 3em;
}

.mt-4 {
    margin-top: 4em;
}

.mt-5 {
    margin-top: 5em;
}

.mt-6 {
    margin-top: 6em;
}

/* Margin Horizontal */

.mx-1 {
    margin-left: 1em;
    margin-right: 1em;
}

.mx-2 {
    margin-left: 2em;
    margin-right: 2em;
}

.mx-3 {
    margin-left: 3em;
    margin-right: 3em;
}

.mx-4 {
    margin-left: 4em;
    margin-right: 3em;
}

.mx-5 {
    margin-left: 5em;
    margin-right: 5em;
}

.mx-6 {
    margin-left: 6em;
    margin-right: 6em;
}

.mxw-sm {
    max-width: 660px;
    width: 100%;
}

/* Spacing Utils */

.m-0 {
    margin: 0;
}

.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.p-0 {
    padding: 0;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.mt-0 {
    margin-top: 0;
}

.pt-0 {
    padding-top: 0;
}

.mr-0 {
    margin-right: 0;
}

.pr-0 {
    padding-right: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.ml-0 {
    margin-left: 0;
}

.pl-0 {
    padding-left: 0;
}

.m-1 {
    margin: 1em;
}

.mx-1 {
    margin-left: 1em;
    margin-right: 1em;
}

.my-1 {
    margin-top: 1em;
    margin-bottom: 1em;
}

.p-1 {
    padding: 1em;
}

.px-1 {
    padding-left: 1em;
    padding-right: 1em;
}

.py-1 {
    padding-top: 1em;
    padding-bottom: 1em;
}

.mt-1 {
    margin-top: 1em;
}

.pt-1 {
    padding-top: 1em;
}

.mr-1 {
    margin-right: 1em;
}

.pr-1 {
    padding-right: 1em;
}

.mb-1 {
    margin-bottom: 1em;
}

.pb-1 {
    padding-bottom: 1em;
}

.ml-1 {
    margin-left: 1em;
}

.pl-1 {
    padding-left: 1em;
}

.m-2 {
    margin: 2em;
}

.mx-2 {
    margin-left: 2em;
    margin-right: 2em;
}

.my-2 {
    margin-top: 2em;
    margin-bottom: 2em;
}

.p-2 {
    padding: 2em;
}

.px-2 {
    padding-left: 2em;
    padding-right: 2em;
}

.py-2 {
    padding-top: 2em;
    padding-bottom: 2em;
}

.mt-2 {
    margin-top: 2em;
}

.pt-2 {
    padding-top: 2em;
}

.mr-2 {
    margin-right: 2em;
}

.pr-2 {
    padding-right: 2em;
}

.mb-2 {
    margin-bottom: 2em;
}

.pb-2 {
    padding-bottom: 2em;
}

.ml-2 {
    margin-left: 2em;
}

.pl-2 {
    padding-left: 2em;
}

.m-3 {
    margin: 3em;
}

.mx-3 {
    margin-left: 3em;
    margin-right: 3em;
}

.my-3 {
    margin-top: 3em;
    margin-bottom: 3em;
}

.p-3 {
    padding: 3em;
}

.px-3 {
    padding-left: 3em;
    padding-right: 3em;
}

.py-3 {
    padding-top: 3em;
    padding-bottom: 3em;
}

.mt-3 {
    margin-top: 3em;
}

.pt-3 {
    padding-top: 3em;
}

.mr-3 {
    margin-right: 3em;
}

.pr-3 {
    padding-right: 3em;
}

.mb-3 {
    margin-bottom: 3em;
}

.pb-3 {
    padding-bottom: 3em;
}

.ml-3 {
    margin-left: 3em;
}

.pl-3 {
    padding-left: 3em;
}

.m-4 {
    margin: 4em;
}

.mx-4 {
    margin-left: 4em;
    margin-right: 4em;
}

.my-4 {
    margin-top: 4em;
    margin-bottom: 4em;
}

.p-4 {
    padding: 4em;
}

.px-4 {
    padding-left: 4em;
    padding-right: 4em;
}

.py-4 {
    padding-top: 4em;
    padding-bottom: 4em;
}

.mt-4 {
    margin-top: 4em;
}

.pt-4 {
    padding-top: 4em;
}

.mr-4 {
    margin-right: 4em;
}

.pr-4 {
    padding-right: 4em;
}

.mb-4 {
    margin-bottom: 4em;
}

.pb-4 {
    padding-bottom: 4em;
}

.ml-4 {
    margin-left: 4em;
}

.pl-4 {
    padding-left: 4em;
}

.m-5 {
    margin: 5em;
}

.mx-5 {
    margin-left: 5em;
    margin-right: 5em;
}

.my-5 {
    margin-top: 5em;
    margin-bottom: 5em;
}

.p-5 {
    padding: 5em;
}

.px-5 {
    padding-left: 5em;
    padding-right: 5em;
}

.py-5 {
    padding-top: 5em;
    padding-bottom: 5em;
}

.mt-5 {
    margin-top: 5em;
}

.pt-5 {
    padding-top: 5em;
}

.mr-5 {
    margin-right: 5em;
}

.pr-5 {
    padding-right: 5em;
}

.mb-5 {
    margin-bottom: 5em;
}

.pb-5 {
    padding-bottom: 5em;
}

.ml-5 {
    margin-left: 5em;
}

.pl-5 {
    padding-left: 5em;
}

.m-6 {
    margin: 6em;
}

.mx-6 {
    margin-left: 6em;
    margin-right: 6em;
}

.my-6 {
    margin-top: 6em;
    margin-bottom: 6em;
}

.p-6 {
    padding: 6em;
}

.px-6 {
    padding-left: 6em;
    padding-right: 6em;
}

.py-6 {
    padding-top: 6em;
    padding-bottom: 6em;
}

.mt-6 {
    margin-top: 6em;
}

.pt-6 {
    padding-top: 6em;
}

.mr-6 {
    margin-right: 6em;
}

.pr-6 {
    padding-right: 6em;
}

.mb-6 {
    margin-bottom: 6em;
}

.pb-6 {
    padding-bottom: 6em;
}

.ml-6 {
    margin-left: 6em;
}

.pl-6 {
    padding-left: 6em;
}

.m-7 {
    margin: 7em;
}

.mx-7 {
    margin-left: 7em;
    margin-right: 7em;
}

.my-7 {
    margin-top: 7em;
    margin-bottom: 7em;
}

.p-7 {
    padding: 7em;
}

.px-7 {
    padding-left: 7em;
    padding-right: 7em;
}

.py-7 {
    padding-top: 7em;
    padding-bottom: 7em;
}

.mt-7 {
    margin-top: 7em;
}

.pt-7 {
    padding-top: 7em;
}

.mr-7 {
    margin-right: 7em;
}

.pr-7 {
    padding-right: 7em;
}

.mb-7 {
    margin-bottom: 7em;
}

.pb-7 {
    padding-bottom: 7em;
}

.ml-7 {
    margin-left: 7em;
}

.pl-7 {
    padding-left: 7em;
}

.m-8 {
    margin: 8em;
}

.mx-8 {
    margin-left: 8em;
    margin-right: 8em;
}

.my-8 {
    margin-top: 8em;
    margin-bottom: 8em;
}

.p-8 {
    padding: 8em;
}

.px-8 {
    padding-left: 8em;
    padding-right: 8em;
}

.py-8 {
    padding-top: 8em;
    padding-bottom: 8em;
}

.mt-8 {
    margin-top: 8em;
}

.pt-8 {
    padding-top: 8em;
}

.mr-8 {
    margin-right: 8em;
}

.pr-8 {
    padding-right: 8em;
}

.mb-8 {
    margin-bottom: 8em;
}

.pb-8 {
    padding-bottom: 8em;
}

.ml-8 {
    margin-left: 8em;
}

.pl-8 {
    padding-left: 8em;
}

.m-9 {
    margin: 9em;
}

.mx-9 {
    margin-left: 9em;
    margin-right: 9em;
}

.my-9 {
    margin-top: 9em;
    margin-bottom: 9em;
}

.p-9 {
    padding: 9em;
}

.px-9 {
    padding-left: 9em;
    padding-right: 9em;
}

.py-9 {
    padding-top: 9em;
    padding-bottom: 9em;
}

.mt-9 {
    margin-top: 9em;
}

.pt-9 {
    padding-top: 9em;
}

.mr-9 {
    margin-right: 9em;
}

.pr-9 {
    padding-right: 9em;
}

.mb-9 {
    margin-bottom: 9em;
}

.pb-9 {
    padding-bottom: 9em;
}

.ml-9 {
    margin-left: 9em;
}

.pl-9 {
    padding-left: 9em;
}

.m-10 {
    margin: 10em;
}

.mx-10 {
    margin-left: 10em;
    margin-right: 10em;
}

.my-10 {
    margin-top: 10em;
    margin-bottom: 10em;
}

.p-10 {
    padding: 10em;
}

.px-10 {
    padding-left: 10em;
    padding-right: 10em;
}

.py-10 {
    padding-top: 10em;
    padding-bottom: 10em;
}

.mt-10 {
    margin-top: 10em;
}

.pt-10 {
    padding-top: 10em;
}

.mr-10 {
    margin-right: 10em;
}

.pr-10 {
    padding-right: 10em;
}

.mb-10 {
    margin-bottom: 10em;
}

.pb-10 {
    padding-bottom: 10em;
}

.ml-10 {
    margin-left: 10em;
}

.pl-10 {
    padding-left: 10em;
}

@media screen and (min-width: 320px) {
    html,
    body {
        font-size: calc(0.78125vw + 10px);
    }
}

@media screen and (min-width: 768px) {
    html,
    body {
        font-size: 16.4px;
    }

    .md-block {
        display: block;
    }

    .carousel-slider {
        min-width: 230px;
        max-width: 240px;
        width: 50%;
        margin: 0 -.5em;
        opacity: 1;
    }

    .carousel-slider__bonus-amount {
        font-size: 5vmin;
        line-height: 1;
    }

    .pop-container__block-pop--ukbasedtemp .carousel-slider__bonus-amount {
        font-size: 3vmin;
    }

    .carousel-slider__bonus-pre-text,
    .carousel-slider__bonus-welcome-text {
        font-size: 1.6vmin;
    }

    .pop-container__block-pop--ukbasedtemp .carousel-slider__bonus-pre-text {
        font-size: 2.5vmin;
    }

    .pop-container__block-pop--ukbasedtemp .carousel-slider__bonus-welcome-text {
        font-size: 1.1vmin;
    }

    .carousel-slider__list {
        font-size: .85rem;
        height: auto;
    }

    .carousel-slider-cta {
        top: 2.3em;
        margin: 0 auto -2.7em;
        padding-top: 4em;
    }

    .alert__title-lead,
    .alert__content-lead {
        font-size: large;
    }

    .pop-container {
        max-width: 980px;
        height: auto;
        padding: 0 0 1em;
    }

    .pop-container__close {
        top: 0em;
        right: .5em;
        position: fixed;
    }

    .pop-container__intro-text {
        padding: 0em 0em .5em;
        width: 85%;
        margin: 0 auto;
    }

    .pop-container__carousel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pop-container--single {
        max-width: 440px;
    }

        .pop-container--single .slick-initialized .slick-track {
            min-width: 440px;
        }

    .pop-container--coming-soon-compact {
        max-width: 529px;
        width: 100%;
        height: 100vh;
        font-size: 14px;
        height: auto;
        padding: 2em 2em 3em;
        border-radius: 15px;
    }

        .pop-container--coming-soon-compact .pop-container__intro-text,
        .pop-container--coming-soon-compact .pop-container__info {
            padding: 2em;
        }

        .pop-container--coming-soon-compact .pop-container__info {
            margin-bottom: 1em;
        }

    .email-form__input {
        top: -5px;
        height: 4em;
    }

        .email-form__input:focus ~ .email-form__floating-placeholder-label,
        .email-form__input:not(:focus):valid ~ .email-form__floating-placeholder-label,
        .email-form__input:not([value=""]) ~ .email-form__floating-placeholder-label,
        .email-form__input[value=""]:focus ~ .email-form__floating-placeholder-label {
            top: 5%;
        }

    .pop-container--coming-soon-offer {
        max-width: 529px;
        width: 100%;
        height: 100vh;
        font-size: 14px;
        height: auto;
        padding: 2em 2em 4em;
        border-radius: 15px;
    }

        .pop-container--coming-soon-offer .pop-container__intro-text,
        .pop-container--coming-soon-offer .pop-container__info {
            padding: 2em;
        }

        .pop-container--coming-soon-offer .pop-container__info {
            margin-bottom: 1em;
        }

    .email-form__input {
        top: -5px;
        height: 4em;
    }

        .email-form__input:focus ~ .email-form__floating-placeholder-label,
        .email-form__input:not(:focus):valid ~ .email-form__floating-placeholder-label,
        .email-form__input:not([value=""]) ~ .email-form__floating-placeholder-label,
        .email-form__input[value=""]:focus ~ .email-form__floating-placeholder-label {
            top: 5%;
        }

    .pop-container--coming-soon-countdown {
        max-width: 710px;
        width: 100%;
        padding: 2em 1em;
    }

        .pop-container--coming-soon-countdown .pop-container__close {
            position: absolute;
        }

    .coming-soon-countdown__timer-value,
    .coming-soon-countdown__timer-divider {
        font-size: 3.5rem;
    }

    .page__title {
        font-size: 7rem;
    }

    .page__subtitle {
        max-width: 25vw;
        font-size: 2rem;
        padding-right: 1em;
    }

    .page-wrapper--splash {
        max-width: 1024px;
        margin: 0 auto;
        display: flex;
    }

    .splash__icon {
        margin: -2em;
    }

    .splash__img {
        max-width: 262px;
    }

    .splash__text--condensed {
        margin-right: 6em;
        margin-left: 6em;
    }

    .steps-wrapper {
        margin-bottom: 1em;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .step {
        max-width: 300px;
        width: 100%;
        margin: 0 .5em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pop-container--special-offer-pop {
        max-width: 1200px;
        width: 100%;
        height: 70vh;
        font-size: 3rem;
        padding: .5em 1em 0;
        border-radius: 15px;
    }

        .pop-container--special-offer-pop .animation-wrapper {
            top: -5%;
            left: 0;
            width: auto;
            height: auto;
            /*height: 12vw;*/
            max-height: 45%;
            -webkit-transform: scale(0.5);
            -ms-transform: scale(0.5);
            transform: scale(0.5);
        }

        .pop-container--special-offer-pop .animation__container {
            position: relative;
            left: -17vw;
            max-width: 50vw;
        }

    .pop-container__wrapper {
        height: 100%;
        width: 100%;
        padding: 0;
    }

    .slick-initialized .slick-track {
        min-width: 100vw;
        min-height: 100%;
        height: auto;
        padding: 1em 0 2.5em 0;
    }

    .slick-initialized .slick-active.slick-current {
        max-width: 280px !important;
    }

    .pop-container__block-pop--match-offer .pop-container__close {
        position: absolute;
    }

    .pop-container--single.pop-container__block-pop--match-offer {
        max-width: 480px;
    }

    .pop-container__block-pop--login-registration .pop-container__close {
        position: absolute;
    }

    .pop-container__block-pop--login-registration .pop-container__intro-text {
        padding-bottom: 2em;
    }

    .pop-container__block-pop--login-registration .location-icon {
        top: -6em;
    }

    .pop-container--single.pop-container__block-pop--login-registration {
        max-width: 700px;
        width: 100%;
    }

    .pops-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .pop-login-reg {
        margin: 3em 1em 1em;
    }

    .pop-container--single.pop-container--coming-soon-optin-mailer {
        max-width: 720px;
        padding: 2.5em 0 0;
        border-radius: 25px;
        overflow: hidden;
    }

    .optin-mailer__logo-img {
        width: 50%;
    }

    .optin-mailer__cta {
        max-width: 330px;
        padding: .55em;
        font-size: 1.875rem;
    }

    .flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .md__flex--justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (min-width: 768px) and (orientation: landscape) and (orientation: landscape) {
    .pop-container--special-offer-pop.pop-container .animation-wrapper {
        left: 0;
    }
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), screen and (-ms-high-contrast: none) and (min-width: 768px) {
    .pops-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media screen and (min-width: 840px) {
    .carousel-slider {
        margin: 0 1em;
    }

    .slick-initialized .slick-track {
        min-width: 480px;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }
}

@media (orientation: landscape) {
    .pop-container__wrapper {
        margin-bottom: 0;
    }

    .pop-container--special-offer-pop .animation-wrapper {
        left: -5%;
    }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .pops-wrapper {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .pop-login-reg {
        width: 100%;
    }

    .pop-container__block-pop--login-registration .location-icon {
        left: 50%;
    }

    .pop-container__block-pop--login-registration .location-icon--shifted {
        left: 50%;
    }

    .pop-login-reg__instructions {
        padding: 10% 0 20%;
    }
}

p.coming-soon-countdown__text.px-2.pb-1.nl-text.gb, p.coming-soon-countdown__text.px-2.pb-1.nl-text.uk, p.coming-soon-countdown__text.px-2.pb-1.nl-text {
    font-size: 12px;
    line-height: 14px;
    padding-top: 6px;
}
