@charset "UTF-8";

@font-face {
    font-family: "Korolev-Light";
    src: url("../fonts/Korolev/eot/Korolev Light.eot"),
        url("../fonts/Korolev/woff2/Korolev Light.woff2") format("woff2"),
        url("../fonts/Korolev/woff/Korolev-Light.woff") format("woff"),
        url("../fonts/Korolev/ttf/Korolev Light.ttf") format("truetype"),
        url("../fonts/Korolev/svg/Korolev-Light.svg#Korolev") format("svg");
}

@font-face {
    font-family: "Korolev-Medium";
    src: url("../fonts/Korolev/eot/Korolev Medium.eot"),
        url("../fonts/Korolev/woff2/Korolev Medium.woff2") format("woff2"),
        url("../fonts/Korolev/woff/Korolev-Medium.woff") format("woff"),
        url("../fonts/Korolev/ttf/Korolev Medium.ttf") format("truetype"),
        url("../fonts/Korolev/svg/Korolev-Medium.svg#Korolev") format("svg");
}

@font-face {
    font-family: "Korolev-Bold";
    src: url("../fonts/Korolev/eot/Korolev Bold.eot"),
        url("../fonts/Korolev/woff2/Korolev Bold.woff2") format("woff2"),
        url("../fonts/Korolev/woff/Korolev-Bold.woff") format("woff"),
        url("../fonts/Korolev/ttf/Korolev Bold.ttf") format("truetype"),
        url("../fonts/Korolev/svg/Korolev-Bold.svg#Korolev") format("svg");
}

body {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
}

:root {
    --gray-light: #FAFAFA;
    --orange: #E96006;
    --gray: #65686A;
    --gray-medium: #4B565C;
    --gray-dark: #30373B;
    --dark: #1B2022;
    --black: #0F1315;
    --white: #ffffff;

    --txt-title: 5vw;
    --p-title: 3.8vw;
    --large: 40px;
    --xmedium: 24px;
    --medium: 20px;
    --small: 14px;

    --lateral-padding-desk: 70px;
    --lateral-padding-mobile: 25px;
}

.txt-title {
    font-size: var(--txt-title);
}

.txt-p-title {
    font-size: var(--p-title);
}

.txt-large {
    font-size: var(--large);
}

.txt-xmedium {
    font-size: var(--xmedium);
}

.txt-medium {
    font-size: var(--medium);
}

.txt-small {
    font-size: var(--small);
}

.color-gray-light {
    color: var(--gray-light);
}

.color-orange {
    color: var(--orange);
}

.color-gray {
    color: var(--gray);
}

.color-gray-medium {
    color: var(--gray-medium);
}

.color-gray-dark {
    color: var(--gray-dark);
}

.color-dark {
    color: var(--gray-light);
}

.color-black {
    color: var(--black);
}

.color-white {
    color: var(--white);
}

body {
    margin: 0;
    padding: 0;
    font-family: "Korolev-Medium";
    /* --letter-spacing: 0.34px; */
}

.center {
    text-align: center;
}

#master-container {
    background-image: url(../images/N-desk.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
    position: relative;
    background-attachment: fixed;
}

#top-h100-background {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    justify-content: space-between;
    flex-direction: column;
}

.top-h100-top-bar,
#top-h100-bottom-bar,
.top-h100-body {
    padding: 0 var(--lateral-padding-desk);
}

.top-h100-top-bar,
#top-h100-bottom-bar {
    background-color: var(--black);
}

.top-h100-top-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    z-index: 2;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 140px;
    padding-right: 140px;

    img {
        width: auto;
        height: 61px;
    }
}

#top-h100-bottom-bar {
    /*flex-wrap: nowrap;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;*/
    border-top: 1px solid var(--gray);
    border-bottom: 1px solid var(--gray);
}

.top-h100-body div#info {
    margin: auto 20px;
    margin-top: 25px;
    right: 70px;
    position: absolute;
    top: 0;
    z-index: 10;
}

.top-h100-body {
    line-height: 1;
    display: block;
    /* background-color: var(--dark); */
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-around;
    align-content: space-between;
    align-items: center;
    background-image: url(../images/background1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
    padding: 20px;
}

.txt-bonus {
    /* padding: 5% 0 8% 0; */
    width: 40%;
    /* position: relative; */
    margin: 0 auto;
    /* height: 100%; */
    margin: auto 0;
}

.txt-bonus div {
    margin: 0;
}

.msg .txt-small.color-gray-light {
    font-family: 'Korolev-Light';
}

.button {
    min-width: 250px;
    max-width: 350px;
    /* height: 100%; */
    max-height: 60px;
    min-height: 50px;
    color: #1B2022;
    background-color: #E96006;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 0;
    font-family: "Korolev-Bold";
    letter-spacing: 1.62px;
    font-size: 16px;
    cursor: pointer;
}

.color-gray b {
    color: var(--white);
}

form#form {
    width: auto;
    /* position: absolute; */
    position: relative;
    /* bottom: 0; */
    margin-top: 50px;
    text-align: center;
}

form#form div {
    text-align: center;
    margin-bottom: 15px;
}

.bottom-step {
    position: relative;
    bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-around;
    width: 80%;
    margin: auto;
    align-items: center;
}

.step {
    max-width: 300px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.num-step {
    margin-right: 5px;
    text-align: right;
    font-size: 72px;
}

.step-detail {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1vw;
    padding-right: 4vw;
}

.step-detail .gioca {
    font-size: 68px;
}

.sub {
    padding-left: 0;
    font-family: "Korolev-Light";
    font-size: 13px;
}

.arrow img {
    height: 1.5VW;
    width: auto;
}

#elemento {
    width: auto;
    position: relative;
    text-align: center;
}

#elemento img {
    width: auto;
    height: 100%;
    position: relative;
    /* left: 0; */
    /* right: 0; */
    margin: auto;
    max-height: 500px;
}

/*carousel*/
.header-slot {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 25px 0 25px 0;
    padding-left: 0;
    height: 80px;
}

.owl-carousel {
    padding-bottom: 25px;
}

.carousel {
    /**/
    padding: 0 0 0 var(--lateral-padding-desk);
    background-color: transparent;
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.blocco-txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

/**/

.owl-item .lslide img {
    border-radius: 10px;
}

.custom-carousel.owl-carousel.owl-theme .owl-nav {
    margin-top: 0px !important;
    position: absolute;
    top: -50px;
    right: 5px;
    height: 22px;
}

.custom-carousel.owl-carousel .owl-nav {
    margin-right: var(--lateral-padding-desk);
    display: block;
    height: 0px;
}

.custom-carousel.owl-carousel .owl-item>div {
    cursor: pointer;
    margin: 9%;
    transition: margin 0.4s ease;
}

.custom-carousel.owl-carousel .owl-item.firstactiveitem>div {
    cursor: auto;
    margin: 0;
}


.custom-carousel.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
}

/*
    .custom-carousel.owl-carousel .owl-item {
        margin-top: 20px;
    }
    */
.owl-item .lslide img {
    /**/
    max-width: 350px;
}

.owl-carousel .owl-stage {
    /**/
    height: 550px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
}

/**/

.phone {
    width: 50%;
    padding: 0;
}

.phone img {
    width: 100%;
    height: auto;
    max-width: 800px;
    bottom: -5px;
    position: relative;
    z-index: 1;
}

.download-app {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    background-color: var(--dark);
}

.msg-download-app {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 60%;
    padding: 36px var(--lateral-padding-mobile);
    flex-wrap: nowrap;
}

.msg-download-app .txt-xmedium {
    text-align: left;
    margin-bottom: 16px;
}

.msg-download-app div {
    padding: 20px 0px 5px 0px;
}

.msg-download-app img {
    max-width: 200px;
}

.device-download-app {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.device-download-app div {
    margin: 20px;
}

/*modal*/
.modal #logo {
    padding-left: 15px;
}

.blocker {
    padding: 0px !important;
    z-index: 1000 !important;
    height: 100vh !important;
    background: #000000B3;
}

body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.modal {
    width: 100vw !important;
    max-width: 50vw !important;
    height: 100vh !important;
    max-height: 100vh !important;
    overflow: hidden;
    padding: 0 !important;
    background-color: #070809 !important;
    box-shadow: 0 -12px 24px #0000005A;
    position: fixed;
    top: 0;
    left: 0;
}

@media screen and (min-width: 300px) and (max-width: 1300px) {
    .modal {
        max-width: 100vw !important;
    }
}


.modal-container {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    background-color: #1C2022;
    border-radius: 7px 7px 0 0;
}

.bFix.header-modal {
    z-index: 100;
    background-color: #070809;
}

.bFix p.txt-medium.color-gray-light {
    position: absolute;

    text-align: center;
    font-size: 1.6rem;
    letter-spacing: .06em;
    line-height: 1.125;
    text-transform: uppercase;
    font-weight: 500;
}

#frame {
    width: 100%;
    height: 100%;
    overflow: hidden;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

#frame iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/*x di chiusura */
.modal a.close-modal {
    display: none !important;
}

.modal a.close-cross {
    cursor: pointer;
}

.close-cross {
    top: 54px;
    right: 40px;
    display: block;
    width: 30px;
    height: 30px;
}

.close-cross:before,
.close-cross:after {
    position: absolute;
    content: ' ';
    width: 2px;
}

#modal-tec .close-cross:before,
#modal-tec .close-cross:after {
    background-color: #fff;
    height: 20px;
}

.close-cross:before {
    transform: rotate(45deg);
}

.close-cross:after {
    transform: rotate(-45deg);
}

/*open modal*/
.iconButton {
    border-radius: 2.6rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.0rem;
    height: 2vw;
    text-align: center;
    width: 2vw;
    border: 1.5px solid #e96105;
    position: relative;
}

.iconButton span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transition: all 0.3s;
    width: 0;
}

.iconButton:hover span {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 2.6rem;
    margin: -1.2rem;
}

.iconInfo {
    fill: #ffffff;
    height: 13.5px;
}

.iconButton:hover .iconInfo {
    z-index: 999;
}

.iconCollapse {
    position: absolute;
    top: 0.5%;
    right: 1%;
    fill: #e96105;
    width: 22px;
    height: auto;
    cursor: pointer;
    display: block;
}

.info span {
    background-color: #e96105;
}

/**/

footer {
    text-align: center;
    padding: 36px var(--lateral-padding-mobile);
    background-color: #0F1315;
}

footer .txt-small.color-gray-light {
    font-family: "Korolev-Light";
}

#pay-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    display: flex;
    justify-content: center;
    padding-left: 10px;
}

#pay-container::-webkit-scrollbar {
    display: none;
}

#pay {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 25px var(--lateral-padding-desk);
    flex-wrap: nowrap;
    width: max-content;
    scroll-snap-type: x mandatory;
}

#pay div:first-child {
    margin-left: 10px;
}

#pay div:last-child {
    margin-right: 10px;
}

#pay div {
    flex: 0 0 auto;
    margin-right: 50px;
    scroll-snap-align: start;
}

#pay img {
    width: auto;
    height: 30px;
    object-fit: contain;
}


.registration2 {
    padding: 50px 0 0 0;
    border-bottom: 1px solid var(--gray);
    position: relative;
    background-color: transparent;
}

.body-bottom {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
}

/*
.msg-var-device{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
    */
.body-bottom .txt-bonus div {
    margin: 0;
}

.body-bottom .txt-bonus {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    width: auto;
}

.body-bottom form#form {
    margin-top: 5%;
}

.msg-var-device .txt-p-title.color-gray-light {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

#txt3 {
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--orange);
    line-height: 0.9;
    margin-left: 15px;
}

.msg-var-device .txt-medium.color-gray-light {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

div#info {
    margin: auto 20px;
    margin-top: 12px;
}

.msg-download-app .txt-medium {
    width: 55%;
}

.txt-large-app {
    font-size: var(--large);
    font-size: 2.5vw;
    width: 40%;
    text-align: left !important;
}

.txt-medium-app {
    font-size: 1.4vw;
    width: 75%;
    text-align: start;
    letter-spacing: 1.05px;
}

@media screen and (min-width: 1921px) {
    #elemento img {
        max-height: 800px;
    }

    form#form {
        width: auto;
    }
}

@media screen and (width: 1920px) {
    #elemento img {
        max-height: 600px;
    }
}

@media screen and (width: 1680px) {
    #elemento img {
        max-height: 550px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1280px) {
    #elemento img {
        max-height: 400px;
    }

    .bottom-step {
        width: 100%;
    }
}

@media screen and (width: 1024px) {
    form div {
        font-size: var(--xmedium) !important;
    }

    #button {
        font-size: var(--xmedium) !important;
    }

    div#info {
        margin-top: 5px;
    }

    .bottom-step {
        width: 100%;
    }

    #pay {
        padding: 25px 0;
        width: 100%;
    }

    .phone {
        width: 60%;
    }

    .msg-download-app img {
        max-width: 100px;
    }

    .msg-download-app {
        width: 40%;
        padding: 0 var(--lateral-padding-desk) 0 50px;
    }

    .msg-download-app .txt-medium {
        width: 100%;
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    form#form {
        text-align: center;
    }

    #elemento img {
        max-height: 400px;
    }

    .top-h100-top-bar {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .top-h100-top-bar {
        img {
            width: auto;
            height: 30px;
        }
    }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .top-h100-body {
        height: calc(100% - 83px) !important;
    }

    .step-detail .gioca {
        font-size: 48px;
    }

    :root {
        --lateral-padding-mobile: 35px;
    }
}

/* ------- mobile ---------*/
@media only screen and (max-width: 912px) {
    :root {
        --txt-title: 6.3vh;
        --p-title: 4.8vh;
    }

    #master-container {
        background-image: url(../images/N-mobile.jpg);
    }

    .txt-title {
        text-wrap: wrap;
    }

    #top-h100-background {
        height: auto;
    }

    #top-h100-bottom-bar {
        flex-wrap: wrap;
        position: relative;
        padding: 25px;
    }

    .top-h100-top-bar img {
        width: auto;
        height: 33px;
    }

    .top-h100-body {
        line-height: 0.9;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        padding: 0 var(--lateral-padding-mobile);
        height: calc(100vh - 83px);
        justify-content: center;
        align-items: center;
        background-image: url(../images/backgroundMobile1.jpg);
    }

    .top-h100-body div#info {
        display: none;
    }

    .body-bottom {
        line-height: 0.9;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        padding: 0px var(--lateral-padding-mobile);
        width: auto;
        position: relative;
        align-items: center;
    }

    .body-bottom .txt-bonus {
        width: 100%;
    }

    .body-bottom form#form {
        margin: 15% 0 83px 0;
    }

    form#form {
        width: 100%;
        position: relative;
    }

    form#form div {
        margin: 15px 0;
    }

    .txt-bonus {
        height: 60%;
        flex-wrap: nowrap;
        width: 100%;
        padding: 1% 0 8% 0;
    }

    .txt-bonus div {
        text-align: center;
    }

    #elemento {
        text-align: center;
        height: 40%;
        margin-top: 10px;
    }

    #elemento img {
        position: relative;
        margin: auto;
        /*max-height: 288px;*/
    }

    .top-h100-top-bar,
    #top-h100-bottom-bar {
        padding: 25px var(--lateral-padding-mobile);
    }

    .carousel {
        /**/
        padding: 0 0 0 var(--lateral-padding-mobile);
        height: 500px;
    }

    .owl-item .lslide img {
        /**/
        max-width: 250px;
    }

    .owl-carousel .owl-stage {
        /**/
        height: 500px;
        /*display: block;*/
    }

    #top-h100-bottom-bar {
        overflow: hidden;
        width: auto;
        position: relative;
        height: 50px;
    }

    .bottom-step {
        width: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 25px 0;
    }

    .animate-right {
        position: relative;
        animation: animateright 0.4s
    }

    @keyframes animateright {
        from {
            right: -100%;
            opacity: 0
        }

        to {
            right: 0;
            opacity: 1
        }
    }

    .step {
        width: 100vw;
        position: relative;
        align-items: center;
        height: 50px;
        max-width: 100%;
        margin: 0;
    }

    .num-step.color-orange.txt-title {
        font-size: 80px;
    }

    .sub {
        padding-left: 0px;
    }

    div#blo1 {
        padding-right: 0;
    }

    .custom-carousel.owl-carousel .owl-nav {
        display: none !important;
    }

    .phone {
        width: 100%;
        padding-left: 0;
        margin-bottom: -5px;
    }

    .phone img {
        bottom: 0px;
    }

    .download-app {
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column-reverse;
        position: relative;
    }

    .msg-download-app .txt-medium {
        width: 100%;
        padding-top: 25px;
        text-align: center;
    }

    .msg-download-app {
        width: auto;
        padding: 0;
        flex-wrap: wrap;
        align-items: center;
    }

    .msg-download-app .txt-xmedium {
        text-align: center;
        margin-bottom: 50px;
    }

    .device-download-app {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        width: 100%;
    }

    .device-download-app div {
        margin: 0px;
    }

    #qrcode {
        display: none;
    }

    .body-bottom .msg-var-device .msg-var-device .txt-p-title.color-gray-light {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .body-bottom .msg-var-device .color-gray-light div {
        font-size: var(--txt-title);
    }

    .body-bottom .txt-bonus .body-bottom-title {
        margin: 7px 0;
    }

    .msg-var-device .txt-p-title.color-gray-light {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .body-bottom div#info {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: var(--black);
        margin: auto;
        border-top: 1px solid var(--gray);
    }

    #info a {
        margin: 20px auto;
    }

    #txt3 {
        width: auto;
        display: block;
        justify-content: center;
        align-items: center;
        line-height: 0.9;
        margin-left: 0;
        margin-top: 10px;
    }

    .msg-var-device {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .msg-var-device .txt-medium.color-gray-light {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .msg-var-device div span {
        margin-left: 0 !important;
    }

    footer.txt-small.color-gray-light {
        text-align: center;
    }

    .txt-large-app {
        font-size: 8vw;
        width: 80%;
        text-align: center !important;
    }

    .txt-medium-app {
        font-size: 4vw;
        width: 100%;
        text-align: center;
        letter-spacing: 1.05px;
    }
}

@media only screen and (max-width: 912px) and (min-height: 741px) {
    #top-h100-background {
        height: 100vh;
    }

    .top-h100-body {
        height: calc(100vh - 183px) !important;
    }

    #elemento {
        height: auto;
    }

    #top-h100-background {
        justify-content: flex-start !important;
    }

    .txt-bonus {
        height: auto !important;
        padding: 0;
    }

    .txt-bonus div {
        margin-top: 10px;
    }

    #elemento img {
        padding: 0px;
        max-height: 250px !important;
    }
}

@media only screen and (max-width: 912px) and (min-height: 1024px) {
    #elemento img {
        max-height: 400px !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 412px) {
    .custom-carousel.owl-carousel .owl-item.firstactiveitem>div {
        margin-right: 5px;
    }
}

@media only screen and (width: 320px) {
    #elemento img {
        position: relative;
        margin: auto;
        top: 10px;
        max-height: 200px;
    }

    .txt-title {
        font-size: 42px;
    }
}

#titolo {
    font-family: 'Korolev-Bold';
    font-size: 4vw;
}

.bonus-inline-info {
    display: flex;
    align-items: center;
}

.info-n {
    padding-left: 20px;
    position: absolute;
    right: 6vw;
}

#fino-a {
    font-family: 'Korolev-Light';
    font-size: 4vw;
    color: white;
    letter-spacing: 1px;
}

#bonus {
    font-family: 'Korolev-Bold';
    font-size: 6vw;
    color: #e96006;
}

#offerta {
    font-size: 1vw;
    letter-spacing: 1.82px;
}

#apice {
    font-family: 'Korolev-Medium';
    font-size: 3vw;
    color:
        white;
    margin: 10px;
}

#txt-light {
    font-family: 'Korolev-Light';
    color: #aaaaaa;
}

#bonus-money {
    font-family: 'Korolev-Bold';
}

#cash-b {
    font-family: 'Korolev-Bold';
    color: #e96006;
}

.container {
    position: absolute;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    transform: translateX(-3vw);
    margin-bottom: 0px !important;
    left: 0;
    padding-top: 1vw;
    padding-bottom: 1vw;
}

.distanza-b {
    padding-top: 7vw;
}

.ruota {
    display: flex;
    align-items: center;
}

.wheel {
    width: 6.5vw;
    height: auto;
    margin-right: 10px;
    transition: transform 0.2s linear;
    z-index: 10;
}

.tracciato {
    position: absolute;
    width: 1.2vw;
    padding-left: 5vw;
    z-index: 11;
}

.testo {
    position: absolute;
    left: -100px;
    opacity: 0;
    font-size: 1.5vw;
    font-weight: bold;
    color: white;
    color: white;
    margin-bottom: 0px !important;
}

@keyframes fadeSlide {
    0% {
        left: -600vw;
        opacity: 0;
    }

    5% {
        left: 10vw;
        opacity: 1;
    }

    50% {
        left: 10vw;
        opacity: 1;
    }

    90% {
        left: -3000vw;
        opacity: 0;
    }

    100% {
        left: -3000vw;
        opacity: 0;
    }
}

.testo {
    animation: fadeSlide 10s ease-in-out infinite;
}

.primo-giro {
    letter-spacing: 1.82px;
    font-family: korolev-bold;
}

.secondo-giro {
    animation-delay: 5s;
    letter-spacing: 1.82px;
    font-family: korolev-bold;
    display: flex !important;
    flex-direction: row;
}

#s-giro {
    letter-spacing: 1.82px;
    font-family: korolev-bold;
    color: #e96006;
}


.testo-wrapper {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.459), rgba(50, 50, 50, 0));
    padding: 2vw 30vw;
    position: absolute;
    text-align: center;
    display: flex;
    align-items: center;
}

#step-t {
    font-size: 36px;
}

#light-b {
    font-size: 15px;
    color: #aaaaaa;
}

#app.t {
    font-size: 65px;
    max-width: 35rem;
}

#app-p {
    font-size: 30px;
    color: #aaaaaa;
    max-width: 45rem;
}

#bonus-ground {
    padding-bottom: 5vw;
    padding-top: 5vw;
}

#ground-inline {
    font-size: 93px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ground-b {
    margin-right: 20px;
}

#ground-bo {
    font-family: korolev-bold;
    color: #e96006;
}

#info-n {
    padding: 0.5vw;
}

#ground-bb {
    font-size: 3vw;
    color: white;
    max-width: 45rem;
    font-family: korolev-light;
}

.bb {
    margin: 0;
}

#ground-bbb {
    font-size: 4vw;
    color: white;
    max-width: 45rem;
    font-family: korolev-medium;
    padding-left: 1.2vw;

}

#ground-bd {
    display: flex;
    align-self: start;
    justify-content: left;
    align-items: normal;
    font-size: 2vw;
    color: #e96006;
    text-align: left !important;
    padding-left: 1%;
}

#ground-bob {
    padding-left: 1%;
    font-size: 4vw;
    color: #e96006;
}

#super {
    position: absolute;
    font-size: 2vw;
}

.play-bonus {
    text-align: justify;
    width: 57%;
    margin: 0 auto;
    font-size: 1vw;
}

#form-b {
    margin: 0 auto;
    padding-top: 30px;

}

#button-info {
    left: 1px;
}

.no-desk-2 {
    display: none !important;
}

@media only screen and (max-width: 912px) and (min-height: 340px) {

    #titolo {
        font-family: 'Korolev-Bold';
        font-size: 8vw;
    }

    .bonus-inline-info {
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
    }

    .info-n {
        padding: 20px;
    }

    #fino-a {
        font-family: 'Korolev-Light';
        font-size: 6vw;
        color: white;
        letter-spacing: 1px;
    }

    #bonus {
        font-family: 'Korolev-Bold';
        font-size: 16vw;
        color: #e96006;
        margin-left: 10vw;
    }

    #offerta {
        font-size: 4vw;
        letter-spacing: 1.82px;
    }

    #apice {
        font-family: 'Korolev-Medium';
        font-size: 8vw;
        color: white;
        margin: 0;
    }

    #txt-light {
        font-family: 'Korolev-Light';
        color: #aaaaaa;
    }

    #bonus-money {
        font-family: 'Korolev-Bold';
    }

    #cash-b {
        font-family: 'Korolev-Bold';
        color: #e96006;
    }

    .container {
        position: absolute;
        width: 112vw;
        height: auto;
        overflow: hidden;
        display: flex;
        align-items: center;
        transform: translateX(-12vw);
        margin-bottom: 0px !important;
        left: 0;
        padding-top: 3vw;
        padding-bottom: 3vw;
    }

    .distanza-b {
        padding-top: 25vw;
        display: flex;
        text-align: center;
        margin-top: 15px;
        align-items: center;
        flex-direction: column;
        align-content: center;
        flex-wrap: nowrap;
    }

    .ruota {
        display: flex;
        align-items: center;
    }

    .wheel {
        width: 22vw;
        height: auto;
        margin-right: 10px;
        transition: transform 0.2s linear;
        z-index: 10;
    }

    .tracciato {
        position: absolute;
        width: 4vw;
        padding-left: 17vw;
        z-index: 11;
    }

    .testo {
        position: absolute;
        left: -100px;
        opacity: 0;
        font-size: 4vw;
        font-weight: bold;
        color: white;
        color: white;
        margin-bottom: 0px !important;
    }

    @keyframes fadeSlide {
        0% {
            left: -6000vw;
            opacity: 0;
        }

        5% {
            left: 30vw;
            opacity: 1;
        }

        50% {
            left: 30vw;
            opacity: 1;
        }

        90% {
            left: -30000vw;
            opacity: 0;
        }

        100% {
            left: -30000vw;
            opacity: 0;
        }
    }

    .testo {
        animation: fadeSlide 10s ease-in-out infinite;
    }

    .flex-p {
        position: relative;
        left: 0vw;
        width: 75vw;
        display: flex;
        flex-direction: column;
    }

    .primo-giro {
        letter-spacing: 1.82px;
        font-family: korolev-bold;
    }

    .secondo-giro {
        animation-delay: 5s;
        letter-spacing: 1.82px;
        font-family: korolev-bold;
        display: flex;
        flex-direction: column;
    }

    #s-giro {
        letter-spacing: 1.82px;
        font-family: korolev-bold;
        color: #e96006;
    }


    .testo-wrapper {
        background: linear-gradient(to right, rgba(0, 0, 0, 0.459), rgba(50, 50, 50, 0));
        padding: 7vw 51vw;
        position: absolute;
        text-align: center;
        display: flex;
        left: 6vw;
        align-items: center;
    }

    #step-t {
        font-size: 36px;
    }

    #light-b {
        font-size: 15px;
        color: #aaaaaa;
    }

    #app-t {
        font-size: 10vw;
        max-width: 35rem;
        text-align: center;
    }

    #app-p {
        font-size: 5vw;
        color: #aaaaaa;
        max-width: 45rem;
    }

    #bonus-ground {
        padding-bottom: 1vw;
        padding-top: 10vw;
    }

    #ground-inline {
        font-size: 7vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #ground-b {
        margin-right: 10px;
    }

    #ground-bo {
        font-family: korolev-bold;
        color: #e96006;
    }

    .info-n {
        padding-left: 20px;
        position: relative;
        right: 0px;
    }

    #ground-bb {
        font-size: 6vw;
        color: white;
        max-width: 45rem;
    }

    #ground-bbb {
        font-size: 6vw;
    }

    #form-b {
        margin: 0 auto;
        padding-top: 30px;

    }

    #button-info {
        left: 1px;
    }

    #no-mobile {
        display: none !important;
    }

    .no-mobile {
        display: none !important;
    }

    #no-desk {
        display: block !important;
    }

    .no-desk {
        display: flex !important;
        justify-content: center;
        align-items: center;
        position: static;
    }

    .no-desk-2 {
        display: block !important;
    }

    .pre {
        display: none;
    }

    #pre {
        display: none;
    }

    .iconButton {
        width: 8vw;
        height: 8vw;

    }

    .iconInfo {
        height: 3vw;
    }

    #plus {
        font-size: 10vw;
        position: absolute;
        left: -2vw;
        top: -1vw;
    }

    .flex {
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .msg-download-app {
        width: 86%;
        padding: 0;
        flex-wrap: wrap;
    }

    form#form {
        width: auto !important;
        /* position: absolute; */
        position: relative;
        /* bottom: 0; */
        margin-top: 50px;
        text-align: center;
    }

    .txt-bonus div {
        margin: 0 0 5px 0;
    }

    .t-mobile {
        font-size: 10vw;
    }

    #informativa {
        padding: 15px 26px 40px 26px !important;
        font-size: 4vw !important;
    }

    #button {
        font-size: 22px;
        min-height: 65px;
    }

    #pay-container {
        justify-content: flex-start;
    }

    #pay img {
        width: 130px;
        height: auto;
    }

    .arrow img {
        height: 35px;
        width: auto;
        padding-left: 0px;
    }

    .no-mobile-2 {
        display: none;
    }

}

.no-mobile {
    display: block;
}

#no-mobile {
    display: block;
}

#no-desk {
    display: none !important;
}

.no-desk {
    display: none;
}

.flex {
    display: flex;
    align-items: flex-end;
}

#informativa {
    padding: 25px 36px 50px 36px;
    font-size: 1vw;
}

.testo-benvenuto {
    font-size: 2.2vw !important;
    font-family: "Korolev-Light";
    text-transform: uppercase;
    padding-bottom: 10px;
}

.titolo-bonus {
    font-family: "Korolev-Bold" !important
}




@media screen and (min-width: 1921px) and (max-width: 2560px) {
    @keyframes fadeSlide {
        0% {
            left: -600vw;
            opacity: 0;
        }

        5% {
            left: 10.5vw;
            /* Leggermente più lontano per bilanciare la grandezza */
            opacity: 1;
        }

        50% {
            left: 10.5vw;
            opacity: 1;
        }

        90% {
            left: -3000vw;
            opacity: 0;
        }

        100% {
            left: -3000vw;
            opacity: 0;
        }
    }
}

@media screen and (max-width: 1600px) {
    @keyframes fadeSlide {
        0% {
            left: -500vw;
            opacity: 0;
        }

        5% {
            left: 10vw;
            opacity: 1;
        }

        50% {
            left: 10vw;
            opacity: 1;
        }

        90% {
            left: -2500vw;
            opacity: 0;
        }

        100% {
            left: -2500vw;
            opacity: 0;
        }
    }

    .top-h100-top-bar {
        padding-left: 20px;
        padding-right: 20px;
    }

    .step-detail {
        padding-left: 1vw;
        padding-right: 2.5vw;
    }

    #pay img {
        width: auto;
        height: 23px;
        object-fit: contain;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .flex-p {
        width: 81vw;
    }

    .testo-benvenuto {
        font-size: 5vw !important
    }

    .top-h100-top-bar {
        padding-left: 50px;
        padding-right: 50px;
    }

    #pay img {
        width: auto;
        height: 23px;
        object-fit: contain;
    }

    @keyframes fadeSlide {
        0% {
            left: -500vw;
            opacity: 0;
        }

        5% {
            left: 20vw;
            opacity: 1;
        }

        50% {
            left: 20vw;
            opacity: 1;
        }

        90% {
            left: -2500vw;
            opacity: 0;
        }

        100% {
            left: -2500vw;
            opacity: 0;
        }
    }


}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
    @keyframes fadeSlide {
        0% {
            left: -500vw;
            opacity: 0;
        }

        5% {
            left: 11vw;
            opacity: 1;
        }

        50% {
            left: 11vw;
            opacity: 1;
        }

        90% {
            left: -2500vw;
            opacity: 0;
        }

        100% {
            left: -2500vw;
            opacity: 0;
        }
    }

    .msg {
        display: flex;
        align-items: start;
        flex-direction: column;
        margin-top: 0px !important;
    }

    .top-h100-top-bar {
        padding-left: 7%;
        padding-right: 7%;

    }

    .step-detail {
        padding-left: 1vw;
        padding-right: 3vw;
    }

    #pay img {
        width: auto;
        height: 23px;
        object-fit: contain;
    }
}

.bonus-footer {
    font-size: 40px !important
}

@media only screen and (max-width: 768px) {

    .bonus-footer {
        font-size: 6vw !important;
        font-family: "Korolev-Light";
    }

    .span-mobile {
        font-family: "Korolev-Medium" !important;
    }

    @keyframes fadeSlide {
        0% {
            left: -500vw;
            opacity: 0;
        }

        5% {
            left: 20vw;
            opacity: 1;
        }

        50% {
            left: 20vw;
            opacity: 1;
        }

        90% {
            left: -2500vw;
            opacity: 0;
        }

        100% {
            left: -2500vw;
            opacity: 0;
        }
    }

    .testo-benvenuto {
        font-size: 7vw !important
    }
}

.pdfViewer {
    width: 100%;
}