@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@300;400;600;700&display=swap');
*,
::after,
::before {
    box-sizing: border-box;
}

html,
body,
#__next,
.dkoXT {
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
button,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
menu,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

#__next {
    display: flex;
    flex-direction: column;
}

.dkoXT {
    /* height: 100vh; */
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.hRWntv {
    width: 100%;
    height: 100%;
    position: absolute;
}

.hRWntv video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jGxNrY {
    color: rgb(248, 248, 248);
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 998;
}

.jGxNrY .modal-container {
    background-color: rgb(30, 30, 30);
    background-size: cover;
    padding: 8em 2.4em 4.8em;
    max-width: 1440px;
    display: none;
}

.jGxNrY .modal-container h1 {
    font-size: 3.5em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1em;
}

.jGxNrY .modal-container .next {
    cursor: pointer;
    background-image: url('../images/next-button.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    color: rgb(0, 0, 0);
    text-align: center;
    height: 136px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 2.4em;
}

.dkoXT .logo-container {
    position: absolute;
    top: 2.4em;
    left: 3.2em;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.dkoXT .logo-container span {
    font-size: 28px;
    color: #ffff;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgb(255, 65, 239), -1px -1px 0 rgb(255, 65, 239);
    margin-right: 0.5em;
}

.dkoXT .profile-infos {
    position: absolute;
    bottom: 2em;
    left: 5em;
    color: rgb(255, 255, 255);
    font-size: 1.6em;
    font-weight: 300;
}

.dkoXT .profile-infos .titstok-name {
    margin-bottom: 0.6em;
}

.dkoXT .profile-infos .tags {
    margin-bottom: 0.6em;
}

.dkoXT .profile-infos .music {
    display: flex;
}

.dkoXT .profile-infos .music svg {
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
}

.dkoXT .left-options {
    position: absolute;
    right: 5.8em;
    top: 0px;
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 1001;
}

.dkoXT .left-options .profile-thumb {
    width: 4em;
    position: relative;
    cursor: pointer;
    margin-bottom: 4.8em;
}

.dkoXT .left-options .profile-thumb img {
    border: 3px solid rgb(255, 255, 255);
    border-radius: 50%;
    width: 100%;
}

.dkoXT .left-options .profile-thumb .profile-plus {
    position: absolute;
    width: 1.25em;
    height: 1.25em;
    border-radius: 50%;
    background-color: red;
    left: 1.25em;
    bottom: -0.25em;
    color: rgb(255, 255, 255);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 1.6em;
}

.dkoXT .left-options .left-option {
    cursor: pointer;
}

.dkoXT .left-options .left-option img {
    margin-bottom: 1.6em;
}

.dkoXT .left-options .left-option .left-option-text {
    text-align: center;
    color: rgb(255, 255, 255);
    margin-bottom: 3em;
    font-size: 1.6em;
}

.dkoXT .vinyl-container {
    position: absolute;
    bottom: 3.2em;
    right: 3em;
    width: 8em;
    height: 8em;
}

.dkoXT .vinyl-container .vinyl {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    animation: 3s linear 0s infinite normal none running rotation;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.dkoXT .vinyl-container .vinyl .vinyl-image {
    width: 100%;
    height: 100%;
    position: absolute;
}

.dkoXT .vinyl-container .vinyl .thumb {
    width: 4em;
    height: 4em;
}

.dkoXT .vinyl-container .music-note {
    position: absolute;
}

.dkoXT .vinyl-container .music-note.first {
    top: 3em;
    left: -1.5em;
    animation: 2s linear 0s infinite normal none running first-note-4k;
}

@keyframes first-note-4k {
    0% {
        top: 3em;
        left: -1em;
        opacity: 1.5;
    }
    100% {
        top: -1em;
        left: -4.5em;
        opacity: 0;
    }
}

.dkoXT .vinyl-container .music-note svg {
    width: 24px;
}

.dkoXT .vinyl-container .music-note svg path {
    fill: rgb(255, 255, 255);
}

.dkoXT .vinyl-container .music-note.second {
    top: 5em;
    left: 0em;
    animation: 2.5s linear 0s infinite normal none running second-note-4k;
}

@keyframes second-note-4k {
    0% {
        top: 5em;
        left: 0;
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        top: 7em;
        left: -4em;
        opacity: 0;
    }
}

.dkoXT .swipe-up {
    display: flex;
    align-items: flex-end;
    -webkit-box-pack: center;
    justify-content: center;
    height: 90px;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 4em;
    z-index: 1000;
}

.dkoXT .swipe-up img {
    width: 5em;
}

.dkoXT .progress-bar {
    height: 9.6px;
    width: 0;
    background: linear-gradient(270deg, rgb(255, 65, 239) 0%, rgb(63, 187, 254) 100%);
    position: relative;
    bottom: 9.6px;
    transition: width 1s ease 0s;
}

.swipe-up.swipe-up2 {
    flex-direction: column;
    align-items: center;
    bottom: 5rem;
}

.swipe-up.swipe-up2 .swipe_up_text {
    font-family: 'Bebas Neue', cursive;
    font-size: 27px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
}

.fMiqls {
    background-color: rgb(30, 30, 30);
    color: rgb(255, 255, 255);
}

.fMiqls .container {
    display: flex;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0.8em 0px;
}

.fMiqls .pages {
    text-align: center;
    display: flex;
    justify-content: space-evenly;
}

.fMiqls .container>div {
    width: 100%;
}

.fMiqls .pages span {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.4em;
    font-weight: bold;
    letter-spacing: 0px;
    padding: 12px 0px;
    width: 80px;
}

.fMiqls .pages .currentStep {
    background-color: rgb(255, 255, 255);
    color: rgb(30, 30, 30);
    border-radius: 8px;
    border-right: 6.4px solid rgb(63, 187, 254);
    border-left: 6.4px solid rgb(255, 65, 239);
}

.fMiqls .mark {
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.fMiqls .mark p {
    font-family: 'Montserrat', sans-serif;
    color: rgb(248, 248, 248);
    font-size: 1.35em;
    letter-spacing: 0px;
    line-height: 32px;
    padding: 0px 16px 0px 0px;
}

.fMiqls .mark svg {
    height: 52.8px;
    width: 177.6px;
    align-self: center;
    margin: 0px 0px 16px;
}

.modal-container.last {
    background-image: url('../images/bg-final-popup.png');
    background-size: cover;
    padding: 8em 3.2em;
    position: relative;
    max-width: 750px;
}

.last a.cta,
#smsSubmitBtn {
    background-image: url('../images/cta-background.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    height: 144px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 1em;
    font-weight: bold;
    font-size: 2.4em;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

#smsSubmitBtn {
    background-color: transparent;
    width: 100%;
    color: #fff;
}

.group {
    display: inline-block;
}

/*----------------------------------------------------------------------*/

@media (max-width: 2599px) {
    .jGxNrY .modal-container {
        max-width: 900px;
        padding: 4em 1.5em 3em;
    }
    .jGxNrY .modal-container h1 {
        font-size: 2.2em;
    }
    .jGxNrY .modal-container .next {
        font-size: 1.4em;
        height: 85px;
    }
    .dkoXT .logo-container span {
        width: 12em;
    }
    .dkoXT .profile-infos {
        font-size: 1em;
    }
    .dkoXT .left-options {
        right: 3em;
    }
    .dkoXT .left-options .profile-thumb .profile-plus {
        font-size: 1em;
    }
    .dkoXT .left-options .left-option img {
        margin-bottom: 1em;
    }
    .dkoXT .left-options .left-option .left-option-text {
        font-size: 1em;
    }
    .dkoXT .left-options .left-option .left-option-text {
        font-size: 1em;
    }
    .dkoXT .vinyl-container {
        width: 5em;
        height: 5em;
        bottom: 2em;
    }
    .dkoXT .vinyl-container .vinyl .thumb {
        width: 2.5em;
        height: 2.5em;
    }
    .dkoXT .vinyl-container .music-note.first {
        top: 2em;
        left: -1em;
        animation: 2s linear 0s infinite normal none running first-note;
    }
    @keyframes first-note {
        0% {
            top: 2em;
            left: -1em;
            opacity: 1;
        }
        100% {
            top: 0em;
            left: -4em;
            opacity: 0;
        }
    }
    .dkoXT .vinyl-container .music-note svg {
        width: 15px;
    }
    .dkoXT .progress-bar {
        height: 6px;
        bottom: 6px;
    }
    .fMiqls .container {
        padding: 0.5em 0px;
    }
    .fMiqls .pages span {
        font-size: 1.5em;
        padding: 8px 0px;
        width: 50px;
    }
    .fMiqls .pages .currentStep {
        border-radius: 5px;
        border-right: 4px solid rgb(63, 187, 254);
        border-left: 4px solid rgb(255, 65, 239);
    }
    .fMiqls .container>div {
        width: 100%;
    }
    .fMiqls .mark p {
        font-size: 0.85em;
        line-height: 20px;
        padding: 0px 10px 0px 0px;
    }
    .fMiqls .mark svg {
        height: 33px;
        width: 111px;
        margin: 0px 0px 10px;
    }
    .last a.cta,
    #smsSubmitBtn {
        height: 65px;
        font-size: 1.4em;
    }
}

@media (max-width: 1199px) {
    .jGxNrY .modal-container {
        max-width: 750px;
        font-size: 0.9em;
    }
    .dkoXT .logo-container span {
        width: 10em;
    }
    .dkoXT .profile-infos {
        left: 2em;
    }
}

@media (max-width: 991px) {
    .jGxNrY .modal-container {
        max-width: 550px;
        padding: 3em 1em 2em;
        font-size: 0.8em;
    }
    .jGxNrY .modal-container h1 {
        font-size: 1.8em;
    }
    .dkoXT .logo-container span {
        width: 8em;
    }
    .dkoXT .profile-infos .titstok-name {
        margin-bottom: 0.5em;
    }
    .dkoXT .profile-infos .tags {
        margin-bottom: 0.5em;
    }
    .dkoXT .left-options .profile-thumb {
        width: 3em;
    }
    .dkoXT .left-options .profile-thumb .profile-plus {
        left: 1.1em;
        width: 1em;
        height: 1em;
        font-size: 0.9em;
    }
    .dkoXT .left-options .left-option .left-option-text {
        margin-bottom: 2em;
        font-size: 0.9em;
    }
    a.cta,
    #smsSubmitBtn {
        height: 90px;
        margin-top: 1em;
    }
}

@media (min-width: 768px) {
    .dkoXT .swipe-up {
        display: none;
    }
}

@media (max-width: 767px) {
    .jGxNrY .modal-container {
        width: 70%;
        padding: 2em 1em 1.5em;
        font-size: 1em;
    }
    .jGxNrY .modal-container h1 {
        font-size: 1.1em;
        margin-bottom: 0px;
    }
    .dkoXT .logo-container {
        left: 1em;
        top: 0.75em;
    }
    .dkoXT .profile-infos {
        left: 1.5em;
        bottom: 1em;
        font-size: 0.8em;
    }
    .dkoXT .profile-infos .tags {
        max-width: 225px;
    }
    .dkoXT .left-options {
        right: 0.75em;
        height: auto;
        bottom: 4em;
        display: block;
        top: auto;
    }
    .dkoXT .left-options .profile-thumb {
        width: 2em;
        margin: 0px auto 1.25em;
    }
    .dkoXT .left-options .profile-thumb img {
        border-width: 2px;
    }
    .dkoXT .left-options .left-option {
        text-align: center;
    }
    .dkoXT .left-options .left-option img {
        width: 2em;
        margin-bottom: 0px;
    }
    .dkoXT .left-options .left-option .left-option-text {
        margin-bottom: 1.75em;
        font-size: 0.6em;
    }
    .dkoXT .vinyl-container {
        right: 0.75em;
        bottom: 1em;
        width: 2.5em;
        height: 2.5em;
    }
    .dkoXT .vinyl-container .vinyl .thumb {
        width: 1em;
        height: 1em;
    }
    .dkoXT .vinyl-container .music-note.first {
        animation: 2s linear 0s infinite normal none running first-note-mobile;
        top: 0.5em;
    }
    @keyframes first-note-mobile {
        0% {
            top: 0.5em;
            left: 0em;
            opacity: 0;
        }
        30% {
            opacity: 1;
        }
        100% {
            top: -0.5em;
            left: -3em;
            opacity: 0;
        }
    }
    .dkoXT .vinyl-container .music-note svg {
        width: 8px;
    }
    .dkoXT .vinyl-container .music-note.second {
        top: 0.75em;
        animation: 2.5s linear 0s infinite normal none running second-note-mobile;
    }
    @keyframes second-note-mobile {
        0% {
            top: 0.75em;
            left: 0;
            opacity: 0;
        }
        20% {
            opacity: 1;
        }
        100% {
            top: 2em;
            left: -4em;
            opacity: 0;
        }
    }
    .dkoXT .progress-bar {
        bottom: 4px;
        height: 4px;
    }
    .fMiqls .container {
        flex-wrap: wrap;
        position: relative;
        padding: 0px;
    }
    .fMiqls .pages {
        order: 1;
        margin: 0.75em 0px 0.25em;
    }
    .fMiqls .mark {
        order: 3;
    }
    .fMiqls .mark p {
        font-size: 0.7em;
        padding-right: 0.5em;
    }
    .fMiqls .mark svg {
        width: 100px;
    }
    a.cta,
    #smsSubmitBtn {
        height: 55px;
        margin-top: 0.9em;
    }
    .last a.cta {
        background-size: cover;
        border-radius: 50px;
    }
}

@media (min-width: 480px) {
    html {
        font-size: 18px;
    }
}

.iAOfEo {
    animation: 0.5s linear 0s infinite normal none running animate;
}

@keyframes animate {
    0%,
    100% {
        text-shadow: rgb(0 255 255) -1.5px -1.5px 0px, rgb(255 0 0) 1.5px 1.5px 0px;
    }
    25% {
        text-shadow: rgb(0 255 255) 1.5px 1.5px 0px, rgb(255 0 0) -1.5px -1.5px 0px;
    }
    50% {
        text-shadow: rgb(0 255 255) 1.5px -1.5px 0px, rgb(255 0 0) -1.5px 1.5px 0px;
    }
    75% {
        text-shadow: rgb(0 255 255) -1.5px 1.5px 0px, rgb(255 0 0) 1.5px -1.5px 0px;
    }
}

@keyframes second-note {
    0% {
        top: 3em;
        left: 0;
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        top: 5em;
        left: -4em;
        opacity: 0;
    }
}

/* SMS Chat email step START */

#mailing>div.inputHolder>label {
    display: block;
    font-weight: bold;
    margin-bottom: 30px;
}

#smsChatEmail {
    display: block;
    margin: auto;
    width: 90%;
    max-width: 550px;
    font-size: 18px;
    padding: 7px 10px;
}

/* Unsubscribe */

.unsubscribe {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 5px;
    z-index: 10;
}

.unsubscribe a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}

.unsubscribe a:hover {
    text-decoration: underline;
}

/* RTL */

.lang-he {
    direction: rtl;
}

.lang-he .dkoXT .profile-infos {
    text-align: left;
}

/* Style in other langs */

.lang-el .swipe-up.swipe-up2 .swipe_up_text,
.lang-he .swipe-up.swipe-up2 .swipe_up_text,
.lang-ru .swipe-up.swipe-up2 .swipe_up_text {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
}

/* Large height mobile size: Iphone XS/8 Plus/7 Plus/6s Plus, Gallaxy S8/S9 */

@media (max-width: 479px) and (max-height: 650px) {
    .jGxNrY {
        padding-bottom: 8vh;
    }
    .multilang .jGxNrY {
        padding-bottom: 10vh;
    }
}

/* Iphone 8/7/6S, Galaxy S5/S6/S7 */

@media (max-width: 400px) and (max-height: 570px) {}

/* Iphone SE */

@media (max-width: 400px) and (max-height: 460px) {
    .jGxNrY {
        padding-bottom: 12vh;
    }
    .multilang .jGxNrY {
        padding-bottom: 14vh;
    }
    .dkoXT .swipe-up {
        bottom: 4.5rem;
    }
    .dkoXT .swipe-up.swipe-up2 {
        bottom: 4.7rem;
    }
    .dkoXT .swipe-up img {
        width: 4em;
    }
    .jGxNrY .modal-container {
        padding: 1em;
    }
    .jGxNrY .modal-container h1 {
        font-size: 1em;
    }
}