/**********************************************/


/* Name: Author: Vasily Loban
/**********************************************/

@font-face {
    font-family: "HelveticaWorld-Bold";
    src: url(./fonts/HelveticaWorld-Bold.eot), url(./fonts/HelveticaWorld-Bold.svg) format("svg"), url(./fonts/HelveticaWorld-Bold.ttf) format("ttf"), url(./fonts/HelveticaWorld-Bold.woff) format("woff"), url(./fonts/HelveticaWorld-Bold.woff2) format("woff2");
}

@font-face {
    font-family: "HelveticaWorld-Regular";
    src: url(./fonts/HelveticaWorld-Regular.eot), url(./fonts/HelveticaWorld-Regular.svg) format("svg"), url(./fonts/HelveticaWorld-Regular.ttf) format("ttf"), url(./fonts/HelveticaWorld-Regular.woff) format("woff"), url(./fonts/HelveticaWorld-Regular.woff2) format("woff2");
}

@font-face {
    font-family: "NespressoLucas-Regular";
    src: url(./fonts/NespressoLucas-Regular.eot), url(./fonts/NespressoLucas-Regular.svg) format("svg"), url(./fonts/NespressoLucas-Regular.ttf) format("ttf"), url(./fonts/NespressoLucas-Regular.woff) format("woff"), url(./fonts/NespressoLucas-Regular.woff2) format("woff2");
}

@font-face {
    font-family: "NespressoLucas-Bold";
    src: url(./fonts/NespressoLucas-Bold.eot), url(./fonts/NespressoLucas-Bold.svg) format("svg"), url(./fonts/NespressoLucas-Bold.ttf) format("ttf"), url(./fonts/NespressoLucas-Bold.woff) format("woff"), url(./fonts/NespressoLucas-Bold.woff2) format("woff2");
}

@font-face {
    font-family: "HelveticaHebrew-Bold";
    font-style: normal;
    font-weight: 700;
    src: url("./fonts/HelveticaHebrew-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "HelveticaHebrew-Regular";
    font-style: normal;
    font-weight: 700;
    src: url("./fonts/HelveticaHebrew-Regular.ttf") format("truetype");
}

.only_desktop {
    display: block !important;
}

.mobile .only_desktop {
    display: none !important;
}

.only_mobile {
    display: none !important;
}

.mobile .only_mobile {
    display: block !important;
}

:root {
    --bg: #f8f8f8;
    --black: #000000;
    --typeofTier: #b9c9c4;
    --expert: #b4b593;
    --green-func: #518426;
    --grey-1: #f6f6f6;
    --grey-3: #e1e1e1;
    --new-connoiss: #b4b593;
    --new-dark: #142429;
    --quick-silver: #a4a4a4;
    --white: #ffffff;
    --font-size-l: 16px;
    --font-size-m: 14px;
    --font-size-s: 10px;
    --font-size-xl: 18px;
    --font-size-xxl: 25px;
    --font-size-xxxl: 35px;
    --font-size-xxxxl: 50.7px;
    --font-family-helvetica_world-bold: "Helvetica World-Bold", Helvetica;
    --font-family-helvetica_world-regular: "Helvetica World-Regular", Helvetica;
    --font-family-nespresso_lucas-bold: "Nespresso Lucas-Bold", Helvetica;
    --font-family-nespresso_lucas-xtrabd: "Nespresso Lucas-XtraBd", Helvetica;
}

.helveticaworld-regular-normal-black-14px {
    color: var(--black);
    font-family: var(--font-family-helvetica_world-regular);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 400;
}

.helveticaworld-bold-black-25px {
    color: var(--black);
    font-family: var(--font-family-helvetica_world-bold);
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
}

.moreGiftsMorePointsTitle {}

.mobile .moreGiftsMorePointsTitle {
    padding-bottom: 10px;
}

.soonTitle {
    font-size: 1.807665vw;
}

.mobile .soonTitle {
    font-size: 3.38165vw;
}

.textFieldContainer {
    display: inline-block;
    vertical-align: middle;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    padding-bottom: 0;
}

.mobile .textFieldContainer {
    /* padding-right: 20px;
    padding-left: 20px; */
    background: #f9f9f9;
    display: block;
    position: static;
    padding-bottom: 20px;
}

.input_user {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    border-bottom: 0.05vw solid;
    width: 100%;
    height: 50%;
    border: none;
    outline: none;
    /* border-bottom: 0.05vw solid; */
    position: relative;
    top: 1.9vw;
    font-size: 20px;
    background: #f9f9f9;
    padding-left: 1vw;
    padding-right: 1vw;
}

.mobile .input_user {
    top: 6vw;
    height: 46%;
    font-size: 20px;
    background: #f9f9f9;
    border: 0;
    padding-right: 2vw;
    padding-left: 2vw;
}

.bl_wrapperContent {
    background: #f9f9f9;
}

.beforeLogin.how-to-get-points .helveticaworld-bold-black-25px {
    color: var(--black);
    font-family: var(--font-family-helvetica_world-bold);
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
}

.alert {
    opacity: 0;
    position: absolute;
    left: 0vw;
    font-size: 0.7vw;
    color: red;
}

.alert {
    opacity: 0;
    position: absolute;
    left: 0vw;
    font-size: 0.7vw;
    color: red;
}

.alert.checkbox.warn {
    display: block;
    opacity: 1;
    color: red;
    margin-left: 1vw;
    font-family: "HelveticaHebrew-Regular";
}

.alert.checkbox {
    position: absolute;
    left: -6vw;
    top: 3.2vw;
    color: #e31937;
    font-family: "Assistant";
    opacity: 0;
    right: 12.7vw;
    width: 7vw;
}

.alert.warn {
    opacity: 1;
    font-size: 12px;
}

.mobile .alert.warn {
    font-size: 3.5vw;
    /* top: 14.5vw; */
}

.textFieldBottomTitle {}

.mobile .textFieldBottomTitle {
    text-align: right;
    font-size: 12px;
    padding-top: 3vw;
}

.joinFacebookGroup a {
    text-decoration: underline;
    color: black;
}

.footerContainer {
    padding-bottom: 3vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.mobile .footerContainer {
    background-color: white;
    /* width: 100vw;
    width: 428px; */
    text-align: center;
    padding-bottom: 5vw;
    display: block;
    background: #f9f9f9;
}

.footerContainer .followNesspresso {
    text-align: center;
    display: inline-block;
    font-size: 1.01892vw;
    vertical-align: middle;
    padding-left: 1.0917vw;
}

.mobile .footerContainer .followNesspresso {
    display: inline-block;
    vertical-align: middle;
    font-size: 3.38165vw;
}

.footerContainer .nesspresso_adress {
    text-align: center;
    display: inline-block;
    font-size: 0.87336vw;
    color: gray;
    vertical-align: middle;
    font-family: "NespressoLucas-Bold";
}

.mobile .footerContainer .nesspresso_adress {
    display: inline-block;
    /* vertical-align: middle; */
    font-size: 2.89855vw;
    color: gray;
    padding-left: 1.2077vw;
    font-family: "NespressoLucas-Bold";
}

.footerTop {
    display: inline-block;
    vertical-align: middle;
    /* padding-left: 18vw; */
}

.mobile .footerTop {
    padding-top: 12.0774vw;
    padding-bottom: 2.4155vw;
    padding-left: 0;
}

.footerBottom {
    display: inline-block;
    vertical-align: middle;
}

.mobile .footerBottom {}

.shareIconsContainer {
    display: inline-block;
    vertical-align: middle;
}

.mobile .shareIconsContainer {
    display: inline-block;
    vertical-align: middle;
}

.startAndFollowByMailTitle {
    font-size: 25px;
}

.mobile .startAndFollowByMailTitle {
    font-size: 6.03865vw;
    padding-top: 10px;
}

.joinFacebookGroup {
    margin: 0 auto !important;
    width: 36.531vw;
    padding-top: 1vw;
    text-align: center;
}

.mobile .joinFacebookGroup {
    width: 100%;
    /* margin: 0 auto; */
    padding-top: 2.4155vw;
    text-align: right;
}

.joinFacebookGroup img {
    display: inline-block;
    vertical-align: middle;
    width: 2.438vw;
    height: 2.438vw;
}

.mobile .joinFacebookGroup img {
    display: inline-block;
    vertical-align: middle;
    width: 10.145vw;
    padding-left: 2.4155vw;
    height: 8.456vw;
}

.joinFacebookGroup p {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.041665vw;
    color: black;
    padding-right: 0.5vw;
}

.mobile .joinFacebookGroup p {
    display: inline-block;
    vertical-align: middle;
    font-size: 4.83093vw;
    width: 72vw;
    color: black;
    padding-right: 0vw;
}

.shareIcon {
    width: 1.893vw;
    height: 1.893vw;
    vertical-align: middle;
}

.mobile .shareIcon {
    width: 8.696vw;
    height: 8.696vw;
    /* padding-left: 2.4155vw; */
}

.accesabilityAndPrivacyContainer {
    display: inline-block;
    /* padding-left: 17vw; */
}

.mobile .accesabilityAndPrivacyContainer {
    display: block;
    padding-bottom: 4.831vw;
    vertical-align: middle;
    padding-left: 0;
}

.accesabilityAndPrivacyContainer a {
    font-size: 1.01892vw;
    color: black;
    text-decoration: underline;
    padding-left: 1vw;
}

.mobile .accesabilityAndPrivacyContainer a {
    color: black;
    padding-left: 3.6232vw;
    text-decoration: underline;
    font-size: 3.38165vw;
}

.helveticaworld-bold-white-14px {
    color: var(--white);
    font-family: var(--font-family-helvetica_world-bold);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 700;
}

.helveticaworld-bold-black-14px {
    color: var(--black);
    font-family: var(--font-family-helvetica_world-bold);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 700;
}

.helveticaworld-regular-normal-black-10px {
    color: var(--black);
    font-family: var(--font-family-helvetica_world-regular);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 400;
}

.helveticaworld-regular-normal-black-18px {
    color: var(--black);
    font-family: var(--font-family-helvetica_world-regular);
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 400;
}

.helveticaworld-regular-normal-quick-silver-14px {
    color: var(--quick-silver);
    font-family: var(--font-family-helvetica_world-regular);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 400;
}

.helveticaworld-regular-normal-black-25px {
    color: var(--black);
    font-family: var(--font-family-helvetica_world-regular);
    font-size: var(--font-size-xxl);
    font-style: normal;
    font-weight: 400;
}

.bl_body {
    margin: 0;
    padding: 0;
}

.beforeLogin.how-to-get-points *,
.bl_main * {
    font-family: "HelveticaHebrew-Regular", serif;
    direction: rtl;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    scroll-behavior: smooth;
    text-decoration: none;
    box-sizing: border-box;
    margin: 0;
    /* padding: 0; */
}

.bl_contactPopup {
    position: fixed;
    top: 140px;
    right: 0;
    width: 317px;
    height: 133px;
    background-color: #000;
}

.beforeLogin.how-to-get-points .bl_contactPopup.inPopup {
    position: relative;
    width: inherit;
    height: inherit;
    background-color: inherit;
    top: -25px;
    right: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.beforeLogin.how-to-get-points .bl_contactPopup.inPopup h5 {
    color: #000;
}

.beforeLogin.how-to-get-points .bl_contactPopup.inPopup p {
    color: #000;
}

.bl_wrapperContactPopup {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.beforeLogin.how-to-get-points .bl_wrapperContactPopup {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.bl_contactPopup h5 {
    font-size: 25px;
    line-height: 10px;
    color: #fff;
    text-align: center;
}

.bl_contactPopup p {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    padding-top: 12px;
}

.beforeLogin.how-to-get-points .bl_contactPopup p {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    padding-top: 12px;
}

.bl_contactButton {
    width: 100%;
    height: 41px;
    background-color: #518426;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 17px;
}

.beforeLogin.how-to-get-points .inPopup .bl_contactButton {
    width: 250px;
    height: 41px;
    background-color: #518426;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.bl_contactButton span {
    font-size: 14px;
    line-height: 14px;
    font-family: "HelveticaWorld-Bold";
    padding-bottom: 3px;
}

.bl_main .headerNoPoints {
    height: 448px;
}

.bl_main .headerNoPoints img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bl_main .noPointContainer {
    width: 1140px;
    margin: 60px auto 0px;
}

.bl_main .txtTopBeforeLogin p {
    font-size: 25px;
    line-height: 1.1;
    text-align: center;
}

.mobile .bl_main .txtTopBeforeLogin p {
    font-size: 3.38165vw;
    line-height: 16px;
    text-align: center;
}

.bl_main .txtTopBeforeLogin p span {
    /* font-family: "HelveticaWorld-Bold"; */
}

.bl_main .logoNoPointsImage {
    text-align: center;
    padding-bottom: 1.4461vw;
}

.mobile .bl_main .logoNoPointsImage {
    text-align: center;
}

.bl_main .logoNoPointsImage img {
    width: 21.114vw;
    height: 1.953vw;
}

.mobile .bl_main .logoNoPointsImage img {
    width: 70.535vw;
    height: 6.525vw;
}

.bl_main .howItWorks {
    text-align: center;
    margin-top: 6vw;
    display: none;
}

.mobile .bl_main .howItWorks {
    text-align: center;
    margin-top: 19vw;
}

.bl_main .howItWorks h3 {
    font-family: "HelveticaWorld-Bold";
    font-size: 25px;
    font-size: 1.807665vw;
    padding-bottom: 1.4461vw;
    font-size: 25px;
}

.mobile .bl_main .howItWorks h3 {
    font-family: "HelveticaWorld-Bold";
    font-size: 6.03865vw;
}

.bl_main .stepsWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    /* width: 50vw; */
}

.mobile .bl_main .stepsWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-top: 20px; */
    width: 100%;
}

.bl_main .step-1 img {
    width: 88px;
}

.bl_main .step-2 img {
    width: 80px;
}

.bl_main .step-3 img {
    width: 92px;
}

.bl_main .step-1 .number {
    color: #b9c9c4;
    margin-right: 5px;
}

.bl_main .step-2 .number {
    color: #b4b593;
    margin-right: 8px;
}

.bl_main .step-3 .number {
    color: #e6bca6;
    margin-right: -3px;
}

.bl_main .step {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 2vw;
}

.bl_main .number {
    font-size: 100px;
    line-height: 100px;
    font-family: "NespressoLucas-Bold";
    padding-left: 0;
    padding-right: 0;
    padding-top: 1vw;
}

.mobile .bl_main .number {
    font-size: 100px;
    line-height: 100px;
    font-family: "NespressoLucas-Bold";
    padding-left: 3vw;
    padding-right: 2vw;
    padding-top: 2.2vw;
}

.bl_main .bl_txtStep p {
    font-size: 25px;
    line-height: 28px;
    width: 150px;
    text-align: right;
    margin-right: 5px;
}

.bl_main .step-2 .bl_txtStep p {
    /* width: 140px; */
}

.bl_main .step-3 .bl_txtStep p {
    width: 145px;
}

.bl_main .bl_txtStep img {
    width: 21px;
    position: relative;
    top: 15px;
    right: -10px;
    cursor: pointer;
}

.bl_main .WaitingForYou {
    padding-bottom: 3.639vw;
    text-align: center;
}

.mobile .bl_main .WaitingForYou {
    padding-bottom: 3.639vw;
    text-align: center;
}

.bl_main .WaitingForYou h3 {
    font-family: "HelveticaWorld-Bold";
    font-size: 25px;
    padding-top: 3.6153vw;
}

.mobile .bl_main .WaitingForYou h3 {
    font-family: "HelveticaWorld-Bold";
    font-size: 6.03865vw;
    line-height: 25px;
    padding-top: 3.6153vw;
}

.bl_main .bl_txtStep {
    /* display: flex; */
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.bl_main .waitingFrames {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bl_main .waitingFrames img {
    /* width: 22.994vw;
    height: 23.428vw; */
    /* padding-left: 1.5184vw; */
    padding-left: 0.5184vw;
}

.mobile .bl_main .waitingFrames img {
    width: 100%;
    height: 100%;
    padding-left: 0;
}

.bl_main .wrapperButtonStore {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bl_main .buttonStore {
    width: 232px;
    height: 55px;
    background: #518426;
    box-shadow: 0px 5px 25px rgb(0 0 0 / 15%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.bl_main .buttonStore p {
    font-size: 20px;
    line-height: 28px;
}

.bl_main .vidoeBeforeLogin {
    position: relative;
    max-width: 996px;
    height: 456px;
    margin-top: 45px;
}

.bl_main .imageOver {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bl_main .imageVideo {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bl_main .imageOver.active .play,
.bl_main .imageOver.active .imageVideo {
    animation: 1s fadeOut ease-in-out;
    animation-fill-mode: forwards;
}

.bl_main .imageOver.active iframe {
    animation: 1s fadeIn ease-in-out;
    animation-fill-mode: forwards;
    display: block;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.bl_main .play {
    width: 62px;
    height: 62px;
    object-fit: contain;
    object-position: center;
    position: relative;
    cursor: pointer;
}

.bl_main iframe {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}


/* screen - how-to-get-points */

.beforeLogin.how-to-get-points {
    border: 1px none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000000b5;
    z-index: 1;
    display: none;
    z-index: 20;
    direction: ltr;
}

.beforeLogin.how-to-get-points * {
    direction: ltr;
}

.beforeLogin.how-to-get-points .how-to-get-points-2 {
    align-items: flex-start;
    background-color: var(--bg);
    border: 1px none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 960px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: 0.6s moveDown ease;
    animation-fill-mode: forwards;
}

.open .beforeLogin.how-to-get-points .how-to-get-points-2 {
    top: 1400px;
    animation: 0.6s moveUp ease;
    animation-fill-mode: forwards;
    animation-delay: 0.6s;
}

@keyframes moveUp {
    100% {
        top: 50%;
    }
}

@keyframes moveDown {
    100% {
        top: 1400px;
    }
}

.beforeLogin.how-to-get-points .img {
    align-self: stretch;
    background-image: url(./images/img-1@1x.jpg);
    background-position: 50% 50%;
    background-size: cover;
    height: 250px;
    min-width: 960px;
    position: relative;
    top: -3px;
}

.beforeLogin.how-to-get-points .content-1 {
    align-items: flex-start;
    align-self: stretch;
    border: 1px none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0px 20px 20px;
}

.beforeLogin.how-to-get-points .points-3 {
    align-items: flex-start;
    align-self: stretch;
    border: 1px none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.beforeLogin.how-to-get-points .points-item {
    align-items: flex-start;
    align-self: stretch;
    border: 1px none;
    display: flex;
    gap: 20px;
}

.beforeLogin.how-to-get-points .how-to-get-points-1 {
    align-items: flex-end;
    background-color: var(--white);
    border: 1px solid;
    border-color: var(--grey-1);
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 20px;
    padding: 25px;
}

.beforeLogin.how-to-get-points .content {
    align-items: flex-end;
    border: 1px none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: -21px;
    width: fit-content;
}

.beforeLogin.how-to-get-points .icons-how-to-get-points {
    align-items: center;
    background-color: var(--connoisseur);
    border: 0.81px none;
    border-radius: 81.25px;
    display: flex;
    flex-direction: column;
    gap: 8.12px;
    height: 65px;
    justify-content: center;
    padding: 1.62px;
    width: 65px;
    background: #b9c9c4;
}

.beforeLogin.how-to-get-points .overlap-group {
    height: 29px;
    position: relative;
    top: -1px;
    width: 43px;
}

.beforeLogin.how-to-get-points .name {
    align-items: center;
    border: 1px none;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    width: 186px;
}

.beforeLogin.how-to-get-points .vertuo {
    direction: rtl;
    height: 40px;
    letter-spacing: 0;
    line-height: 19px;
    margin-top: -1px;
    width: fit-content;
}

.beforeLogin.how-to-get-points .points {
    align-items: center;
    border: 1px none;
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    width: 186px;
}

.beforeLogin.how-to-get-points .monogram-logo {
    background-position: 50% 50%;
    background-size: cover;
    border: 1px none;
    height: 18px;
    min-width: 18px;
}

.beforeLogin.how-to-get-points .points-1 {
    align-items: flex-end;
    border: 1px none;
    display: flex;
    gap: 2px;
    height: 18px;
    justify-content: flex-end;
    width: fit-content;
}

.beforeLogin.how-to-get-points .points-1 img {
    object-fit: contain;
    object-position: center;
    width: 113px;
    height: 17px;
    margin-left: 4px;
}

.beforeLogin.how-to-get-points .number {
    letter-spacing: 0;
    line-height: 16px;
    margin-top: -5px;
    text-align: right;
    white-space: nowrap;
    width: fit-content;
}

.beforeLogin.how-to-get-points .points-2 {
    letter-spacing: 0;
    line-height: 10px;
    text-align: right;
    white-space: nowrap;
    width: fit-content;
}

.beforeLogin.how-to-get-points .buttons {
    align-items: center;
    align-self: stretch;
    background-color: var(--green-func);
    border: 1px none;
    display: flex;
    gap: 5px;
    height: 35px;
    justify-content: center;
    padding: 7px 25px;
}

.beforeLogin.how-to-get-points .txt {
    align-items: flex-start;
    border: 1px none;
    display: flex;
    gap: 10px;
    height: 18px;
    padding: 0px 0px 4px;
    width: fit-content;
}

.beforeLogin.how-to-get-points .text_label {
    direction: rtl;
    letter-spacing: 0;
    line-height: 19px;
    margin-top: -1px;
    text-align: center;
    white-space: nowrap;
    width: fit-content;
}

.beforeLogin.how-to-get-points .icons-how-to-get-points-1 {
    height: 65px;
    min-width: 65px;
}

.beforeLogin.how-to-get-points .txt-1 {
    align-items: flex-start;
    border: 1px none;
    display: flex;
    gap: 10px;
    height: 18px;
    padding: 0px 0px 4px;
    width: fit-content;
}

.beforeLogin.how-to-get-points .number-1 {
    letter-spacing: 0;
    line-height: 15px;
    margin-top: -5px;
    text-align: right;
    white-space: nowrap;
    width: fit-content;
}

.beforeLogin.how-to-get-points .txt-2 {
    align-items: flex-start;
    border: 1px none;
    display: flex;
    gap: 10px;
    height: 18px;
    padding: 0px 0px 4px;
    width: fit-content;
}

.beforeLogin.how-to-get-points .how-to-get-points-3 {
    align-items: flex-end;
    background-color: var(--white);
    border: 1px solid;
    border-color: var(--grey-1);
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 20px;
    padding: 25px;
}

.beforeLogin.how-to-get-points .number-2 {
    letter-spacing: 0;
    line-height: 16px;
    margin-top: -5px;
    text-align: right;
    white-space: nowrap;
    width: fit-content;
}

.beforeLogin.how-to-get-points .icons-soical {
    align-self: stretch;
    height: 35px;
}

.beforeLogin.how-to-get-points .monogram-black_0-1 {
    height: 5px;
    left: 0;
    mix-blend-mode: screen;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 7px;
}

.beforeLogin.how-to-get-points .txt-3 {
    align-items: flex-start;
    border: 1px none;
    display: flex;
    gap: 10px;
    height: 18px;
    padding: 0px 0px 4px;
    width: fit-content;
}

.beforeLogin.how-to-get-points .txt-4 {
    align-items: flex-start;
    border: 1px none;
    display: flex;
    gap: 10px;
    height: 18px;
    padding: 0px 0px 4px;
    width: fit-content;
}

.beforeLogin.how-to-get-points .txt-5 {
    align-items: flex-start;
    border: 1px none;
    display: flex;
    gap: 10px;
    height: 18px;
    padding: 0px 0px 4px;
    width: fit-content;
}

.beforeLogin.how-to-get-points .benefit-txt {
    align-items: center;
    border: 1px none;
    cursor: pointer;
    display: flex;
    gap: 5px;
    left: 14px;
    position: absolute;
    top: 14px;
    width: fit-content;
}

.beforeLogin.how-to-get-points .icon_ui {
    height: 16px;
    min-width: 16px;
}

.beforeLogin.how-to-get-points .subline {
    right: 63px;
    position: absolute;
    top: 86px;
}

.beforeLogin.how-to-get-points .address {
    color: var(--white);
    direction: rtl;
    font-family: var(--font-family-helvetica_world-bold);
    font-size: 54px;
    font-weight: 700;
}

.beforeLogin.how-to-get-points .desPoints {
    align-items: center;
    border: 1px none;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    width: 186px;
}

.beforeLogin.how-to-get-points .desPoints p {
    direction: rtl;
    height: 47px;
    letter-spacing: 0;
    line-height: 16px;
    margin-top: -14px;
    width: 186px;
    font-size: 14px;
    font-family: var(--font-family-helvetica_world-regular);
}

.beforeLogin.how-to-get-points .terms {
    width: 100%;
    padding: 0px 20px 10px;
    margin-top: -49px;
    text-align: center;
}

.beforeLogin.how-to-get-points .terms a {
    color: inherit;
    display: block;
    text-decoration: underline;
    width: fit-content;
    margin: 0 auto;
}

.beforeLogin.how-to-get-points .terms p {
    line-height: 16px;
    font-size: 14px;
    font-family: var(--font-family-helvetica_world-regular);
}

.ending_p {
    text-align: center;
    font-size: 2vw;
}

.mobile .ending_p {
    text-align: center;
    font-size: 4vw;
}

.ending_p span {
    font-family: "HelveticaWorld-Bold";
    font-size: 2.5vw;
}

.mobile .ending_p span {
    font-family: "HelveticaWorld-Bold";
    font-size: 6.5vw;
}

.txtTopBeforeLogin {
    padding-bottom: 1.9vw;
    display: none;
}

.mobile .txtTopBeforeLogin {
    padding-bottom: 0;
}

.weWelcomeYouTitleContainer {
    /* padding-bottom: 1.901vw; */
}

.mobile .weWelcomeYouTitleContainer {
    /* width: 72vw; */
    text-align: center;
    margin: 0 auto;
    padding-bottom: 0;
}

.weWelcomeYouTitle {
    font-size: 1.3vw;
    font-family: "HelveticaHebrew-Bold", serif;
}

.mobile .weWelcomeYouTitle {
    font-family: "HelveticaHebrew-Bold", serif;
    font-size: 3.38165vw;
}

.lineSeperator {
    display: none;
}

.mobile .lineSeperator {
    height: 2px;
    width: 93vw;
    background-color: #f9f9f9;
    position: relative;
    right: 3.5vw;
    top: -2vw;
}

.logoAndAdressContainer {}

.mobile .logoAndAdressContainer {
    /* padding-bottom: 22.2465vw; */
}

.nesspresso_logo {
    display: inline-block;
    width: 6.769vw;
    height: 1.238vw;
    vertical-align: middle;
}

.mobile .nesspresso_logo {
    /* vertical-align: middle; */
    width: 22.465vw;
    height: 4.11vw;
    vertical-align: text-top;
}

.popup {
    position: fixed;
    background-color: white;
    width: 28.239vw;
    height: 20.452vw;
    left: 37vw;
    top: 100vh;
    z-index: 20;
}

.mobile .popup {
    position: fixed;
    width: 93.72vw;
    height: 65.945vw;
    left: 3vw;
    top: 150vh;
    z-index: 20;
    background-color: white;
}

.notActivePopup {
    position: fixed;
    background-color: white;
    width: 28.239vw;
    height: 20.452vw;
    left: 37vw;
    top: 100vh;
    z-index: 30;
}

.mobile .notActivePopup {
    position: fixed;
    width: 93.72vw;
    height: 65.945vw;
    left: 3vw;
    top: 150vh;
    /* top: 35vh; */
    z-index: 30;
    background-color: white;
}

.activeNoEmailPopup {
    position: fixed;
    background-color: white;
    width: 28.239vw;
    height: 20.452vw;
    left: 37vw;
    top: 100vh;
    z-index: 30;
}

.mobile .activeNoEmailPopup {
    position: fixed;
    width: 93.72vw;
    height: 65.945vw;
    left: 3vw;
    top: 150vh;
    /* top: 35vh; */
    z-index: 30;
    background-color: white;
}

.Comm_ChannelPopup {
    position: fixed;
    background-color: white;
    width: 28.239vw;
    height: 20.452vw;
    left: 37vw;
    top: 100vh;
    z-index: 30;
}

.mobile .Comm_ChannelPopup {
    position: fixed;
    width: 93.72vw;
    height: 65.945vw;
    left: 3vw;
    top: 150vh;
    /* top: 35vh; */
    z-index: 30;
    background-color: white;
}

.show_popup_container {
    opacity: 1;
    transform: translateY(-70vh);
    transition: opacity 800ms, transform 800ms;
    /* overflow: hidden; */
    z-index: 30;
}

.mobile .show_popup_container {
    opacity: 1;
    transform: translateY(-120vh);
    transition: opacity 800ms, transform 800ms;
    /* overflow: hidden; */
    z-index: 30;
}

.hide_popup_container {
    transform: translateY(60vw);
    transition: opacity 800ms, transform 800ms;
}

.mobile .hide_popup_container {
    transform: translateY(5vw);
    transition: opacity 800ms, transform 800ms;
}

.xIcon {
    width: 0.874vw;
    height: 0.874vw;
    position: absolute;
    top: 1.601165vw;
    left: 1.601165vw;
    cursor: pointer;
}

.mobile .xIcon {
    position: absolute;
    left: 5.314vw;
    top: 5.314vw;
    width: 2.9vw;
    height: 2.9vw;
}

.xIconPopup {
    width: 0.874vw;
    height: 0.874vw;
    position: absolute;
    top: 1.601165vw;
    left: 1.601165vw;
    cursor: pointer;
}

.mobile .xIconPopup {
    position: absolute;
    left: 5.314vw;
    top: 5.314vw;
    width: 2.9vw;
    height: 2.9vw;
}

.xIconPopupNoEmail {
    width: 0.874vw;
    height: 0.874vw;
    position: absolute;
    top: 1.601165vw;
    left: 1.601165vw;
    cursor: pointer;
}

.mobile .xIconPopupNoEmail {
    position: absolute;
    left: 5.314vw;
    top: 5.314vw;
    width: 2.9vw;
    height: 2.9vw;
}

.popupTitle {
    font-size: 1.819505vw;
    position: absolute;
    top: 2.6201vw;
    width: 100%;
    text-align: center;
}

.mobile .popupTitle {
    position: absolute;
    top: 12vw;
    right: 14vw;
    text-align: center;
    font-size: 6.03865vw;
    width: auto;
}

.NotActivepopupTitle {
    font-size: 1.2vw;
    position: absolute;
    top: 5.6201vw;
    width: 100%;
    text-align: center;
}

.mobile .NotActivepopupTitle {
    position: absolute;
    top: 20vw;
    right: 0;
    text-align: center;
    font-size: 4.03865vw;
    width: auto;
}

.activeNoEmailpopupTitle {
    font-size: 1.2vw;
    position: absolute;
    top: 8.6201vw;
    width: 100%;
    text-align: center;
}

.mobile .activeNoEmailpopupTitle {
    position: absolute;
    top: 29vw;
    right: 6vw;
    text-align: center;
    font-size: 4.03865vw;
    width: auto;
}

.NotActivepopupTitle span {
    font-family: "NespressoLucas-Regular";
}

.mobile .NotActivepopupTitle .span {
    font-family: "NespressoLucas-Regular";
}

.signToTheClub {
    width: 25.328vw;
    height: 4.003vw;
    background: #518426;
    margin: 0 auto;
    position: absolute;
    top: 9.607vw;
    left: 1.5vw;
    cursor: pointer;
}

.mobile .signToTheClub {
    position: absolute;
    top: 30vw;
    width: 84.058vw;
    background: #518426;
    left: 4.8vw;
    height: 13.286vw;
}

.signToTheClub p {
    color: white;
    font-size: 1.455605vw;
    position: absolute;
    top: 1vw;
    left: 8.5vw;
}

.mobile .signToTheClub p {
    color: white;
    font-size: 4vw;
    position: absolute;
    top: 4vw;
    left: 32vw;
}

.toNesSite {
    top: 12vw;
}

.mobile .toNesSite {
    top: 42vw;
}

.toNesSite p {
    left: 7vw;
}

.mobile .toNesSite p {
    top: 4.5vw;
    left: 27vw;
}

.toNesSiteActiveNoEmail {
    top: 12vw;
}

.mobile .toNesSiteActiveNoEmail {
    top: 42vw;
}

.toNesSiteActiveNoEmail p {
    left: 7vw;
}

.mobile .toNesSiteActiveNoEmail p {
    top: 4.5vw;
    left: 27vw;
}

.enterNumberAgain {
    width: 25.328vw;
    height: 4.003vw;
    background: white;
    margin: 0 auto;
    position: absolute;
    top: 14.607vw;
    left: 1.5vw;
    cursor: pointer;
    border: 0.2vw solid #518426;
}

.mobile .enterNumberAgain {
    position: absolute;
    top: 46vw;
    width: 84.058vw;
    background: white;
    left: 4.8vw;
    height: 13.286vw;
    border: 0.2vw solid #518426;
}

.enterNumberAgain p {
    color: white;
    font-size: 1.455605vw;
    position: absolute;
    top: 0.9vw;
    left: 7.6vw;
    color: #518426;
}

.mobile .enterNumberAgain p {
    color: #518426;
    font-size: 4vw;
    position: absolute;
    top: 4vw;
    left: 29.5vw;
}

.changeColor {
    color: #8a724d;
}

.slideAnimation {
    animation: SlideUp 0.5s both;
}

input:focus {}

.fullNameAlert {
    top: 4.2vw;
    right: 0vw;
    font-size: 1vw;
}

.mobile .fullNameAlert {
    top: 11vw;
    left: 2vw;
    right: 1vw;
}

.mailingAlert {
    right: 0;
    bottom: 1.95vw;
    font-size: 1vw;
}

.mobile .mailingAlert {
    top: 7.5vw;
    right: 0.5vw;
    height: 4vw;
}

.checkBoxAndAgreementP {
    padding-bottom: 1.9vw;
}

.mobile .checkBoxAndAgreementP {
    padding-bottom: 4.76045vw;
}

.hide {
    display: none !important;
}

.textCenter {
    text-align: center;
}

.moveRight {
    right: 10.5vw !important;
    /* top: 1vw !important; */
}

@keyframes SlideUp {
    0% {
        transform: translateY(0) scale(1) translateX(0);
    }
    100% {
        /* transform: translateY(-1.5vw) scale(0.8) translateX(3vw); */
        transform: translateY(-1vw) scale(0.8) translateX(2vw);
    }
}

.userInput {
    font-size: 1.426025vw;
}

.mobile .userInput {}

.participation {
    position: relative;
    width: 40.5vw;
    margin: 0 auto;
    display: none;
}

.mobile .participation {
    position: relative;
    width: 95vw;
    /* background: red; */
}

.agreementContainer {
    margin: 0 auto;
    /* width: 35.99vw; */
    /* height: 3.572vw; */
    position: relative;
}

.mobile .agreementContainer {
    padding-left: 20px;
    /* padding-right: 20px; */
    padding-top: 0;
    padding-bottom: 20px;
    background: #f9f9f9;
    height: auto;
    width: auto;
}

.agreementContainer p {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    /* padding-right: 0.76045vw; */
}

.mobile .agreementContainer p {
    display: inline-block;
    vertical-align: middle;
    font-size: 3.2vw;
}

.agreementContainer .textFieldBottomTitle {
    display: block;
    font-size: 14px;
    padding-right: 0;
    /* padding-top: 2vw; */
}

.mobile .agreementContainer .textFieldBottomTitle {
    font-size: 3.2vw;
    padding-right: 0;
    display: block;
    padding-top: 0;
}

.checkBox {
    display: inline-block;
    vertical-align: middle;
}


/* .mobile .checkBox {
    display: inline-block;
    vertical-align: middle;
} */

.wantToParicipate {
    font-size: 20px;
    height: 4.259vw;
    background: #518426;
    width: 20vw;
}

.mobile .wantToParicipate {
    width: 100%;
    height: 13.286vw;
    background: #518426;
    color: white;
    text-align: center;
    margin: 0 auto;
}

.wantToParicipate p {
    text-align: center;
    vertical-align: middle;
    line-height: 4.2vw;
    color: white;
    font-size: 1.3vw;
    cursor: pointer;
}

.mobile .wantToParicipate p {
    text-align: center;
    vertical-align: middle;
    line-height: 55px;
    font-size: 4.83092vw;
}

.textFieldAndAgreementContainer {
    /* padding-top: 1.90114vw; */
    padding-bottom: 0.4vw;
}

.mobile .textFieldAndAgreementContainer {}

.customerNumAndBetaButton {}

.NjoyTitle {
    color: #b9c9c4;
    font-family: "NespressoLucas-Bold";
}

.mobile .NjoyTitle {
    color: #b9c9c4;
    font-family: "NespressoLucas-Bold";
}

.NPointsTitle {
    color: #b4b593;
    font-family: "NespressoLucas-Bold";
}

.mobile .NPointsTitle {
    color: #b4b593;
    font-family: "NespressoLucas-Bold";
}

.NGiftsTitle {
    color: #e6bca6;
    font-family: "NespressoLucas-Bold";
}

.mobile .NGiftsTitle {
    color: #e6bca6;
    font-family: "NespressoLucas-Bold";
}

.input_fields {
    position: relative;
    height: 4.259vw;
    border: 1px solid lightgray;
    width: 22.13vw;
}

.mobile .input_fields {
    height: 16vw;
    border: 1px solid lightgray;
    width: auto;
}

.mobile .label {
    font-size: 5.2vw;
    z-index: 10;
}

.label {
    font-size: 1vw;
    position: absolute;
    left: 11vw;
    z-index: 20;
    width: 10vw;
    top: 0.8vw;
}

.mobile .label {
    position: absolute;
    font-size: 4.5vw;
    top: 1.5vw;
    left: 71vw;
    width: auto;
}

.popup_backdrop {
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 20;
}

.mobile .popup_backdrop {
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 20;
}

.takanon {
    color: black;
    text-decoration: underline;
}

.mobile .takanon {
    color: black;
    text-decoration: underline;
}

.paricipateContainer {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    /* left: -22vw; */
    right: 22vw;
}

.mobile .paricipateContainer {
    display: block;
    position: static;
}

.thankYouAfterParicipateContainer {
    padding-top: 0vw;
}

.mobile .thankYouAfterParicipateContainer {
    padding-top: 0vw;
}

.thankYouAfterParicipateTitleContainer {
    margin: 0 auto;
    width: 36.531vw;
    background: black;
    height: 3.879vw;
}

.mobile .thankYouAfterParicipateTitleContainer {
    width: 100%;
    height: 55px;
    background: black;
    color: white;
    text-align: center;
    margin: 0 auto;
}

.thankYouAfterParicipateTitleContainer p {
    /* text-align: center;
    vertical-align: middle;
    line-height: 4vw;
    font-size: 1.90404vw;
    color: white; */
    text-align: center;
    vertical-align: middle;
    line-height: 3.4vw;
    font-size: 1.90404vw;
    color: white;
    font-family: "HelveticaWorld-Bold";
}

.mobile .thankYouAfterParicipateTitleContainer p {
    text-align: center;
    vertical-align: middle;
    line-height: 55px;
    font-size: 4.83092vw;
    font-family: "HelveticaWorld-Bold";
}

.weWelcomeYouTitle span {
    font-family: "NespressoLucas-Bold";
}

.mobile .weWelcomeYouTitle span {
    font-family: "NespressoLucas-Bold";
}

.wantToParicipate span {
    font-family: "NespressoLucas-Bold";
}

.mobile .wantToParicipate span {
    font-family: "NespressoLucas-Bold";
}

.thankYouAfterParicipateTitleContainer span {
    font-family: "NespressoLucas-Bold";
}

.mobile .thankYouAfterParicipateTitleContainer span {
    font-family: "NespressoLucas-Bold";
}


/* Media Query Media Query Media Query*/


/* Media Query Media Query Media Query*/


/* Media Query Media Query Media Query*/

@media only screen and (max-width: 1540px) {
    .beforeLogin.how-to-get-points .how-to-get-points-2 {
        display: inherit;
        overflow-y: scroll;
        overflow-x: hidden;
        width: 1100px;
        height: 600px;
    }
    .beforeLogin.how-to-get-points .subline {
        width: 1100px;
    }
    .beforeLogin.how-to-get-points .bl_contactPopup.inPopup {
        height: 140px;
    }
    .beforeLogin.how-to-get-points .terms {
        margin-top: -40px;
        position: relative;
    }
}

@media screen and (max-width: 1100px) {
    .bl_contactPopup {
        top: unset;
        bottom: 0;
    }
}

@media screen and (max-width: 981px) {
    .bl_main .noPointContainer {
        width: 100%;
        margin: 25px auto 0px;
    }
    .bl_main .stepsWrapper {
        flex-direction: column;
        align-items: flex-start;
        width: 300px;
        margin: 0px auto 0;
    }
    .bl_main .waitingFrames {
        flex-direction: column;
        margin: 0;
    }
    .bl_main .waitingFrames img {
        margin-top: 20px;
    }
    .bl_main .step {
        margin-top: 20px;
    }
    .bl_main .headerNoPoints {
        height: 330px;
    }
    .bl_contactPopup {
        width: 100%;
        border-radius: 18px 18px 0 0;
    }
    .bl_wrapperContactPopup {
        align-items: center;
    }
    .bl_contactButton {
        width: 300px;
    }
    .bl_main .wrapperButtonStore {
        margin-bottom: 150px;
    }
    .beforeLogin.how-to-get-points .how-to-get-points-2 {
        width: 100%;
    }
    .beforeLogin.how-to-get-points .points-item {
        width: 460px;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .beforeLogin.how-to-get-points .points-3 {
        margin-top: 20px;
    }
    .beforeLogin.how-to-get-points .img {
        min-width: inherit;
    }
    .beforeLogin.how-to-get-points .subline {
        width: 100%;
        right: 0;
        top: 80px;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .bl_main .headerNoPoints {
        height: 100%;
    }
    .bl_main .vidoeBeforeLogin {
        height: 210px;
    }
    .bl_main .play {
        width: 27px;
        height: 27px;
    }
    .bl_main .wrapperButtonStore,
    .bl_main .WaitingForYou,
    .bl_main .howItWorks,
    .bl_main .txtTopBeforeLogin {
        padding: 0 20px;
        padding-bottom: 25px;
        background: #f9f9f9;
        /* margin-top: 65px; */
    }
    .beforeLogin.how-to-get-points .how-to-get-points-1 {
        padding: 10px;
    }
    .beforeLogin.how-to-get-points .points-1 img {
        width: 85px;
        height: 14px;
        margin-left: 4px;
        position: relative;
        top: -2px;
    }
    .helveticaworld-bold-black-25px {
        font-size: 15px;
    }
    .beforeLogin.how-to-get-points .helveticaworld-bold-black-25px {
        font-size: 15px;
        line-height: 16px;
    }
}

@media screen and (max-width: 600px) {
    .beforeLogin.how-to-get-points .address {
        font-size: 25px;
        line-height: 1;
    }
    .beforeLogin.how-to-get-points .points-item {
        width: 360px;
    }
    .beforeLogin.how-to-get-points .how-to-get-points-3,
    .beforeLogin.how-to-get-points .how-to-get-points-1 {
        width: 150px;
        padding: 10px;
    }
    .beforeLogin.how-to-get-points .name {
        width: 100%;
    }
    .beforeLogin.how-to-get-points .content {
        width: 100%;
    }
    .beforeLogin.how-to-get-points .desPoints {
        width: 100%;
        height: 50px;
        align-items: flex-start;
        margin-top: 10px;
    }
    .beforeLogin.how-to-get-points .icons-soical {
        height: 25px;
    }
    .beforeLogin.how-to-get-points .desPoints p {
        width: 100%;
    }
    .beforeLogin.how-to-get-points .img {
        background-image: url(./images/img-1@1xM.jpg);
    }
}

@media screen and (max-width: 481px) {
    .bl_main .bl_txtStep p {
        font-size: 22px;
    }
    .bl_main .WaitingForYou h3 {
        font-size: 22px;
    }
    .bl_main .waitingFrames img {
        width: 100%;
    }
    .beforeLogin.how-to-get-points .icons-soical {
        height: 25px;
    }
    .beforeLogin.how-to-get-points .content-1 {
        gap: 10px;
        padding: 0px 10px 30px;
    }
}

@media only screen and (max-width: 380px) {
    .beforeLogin.how-to-get-points .content-1 {
        gap: 10px;
        padding: 0px 10px 30px;
    }
    .beforeLogin.how-to-get-points .points-item {
        width: 300px;
        gap: 10px;
    }
    .beforeLogin.how-to-get-points .how-to-get-points-3,
    .beforeLogin.how-to-get-points .how-to-get-points-1 {
        width: 130px;
        padding: 10px;
    }
}


/* The container */

.container {
    /* display: block; */
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    left: 0.5vw;
    bottom: 0.2vw;
}

.mobile .container {
    /* display: block; */
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.mobile .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border: 1px solid #cccccc;
}

.mobile .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border: 1px solid #cccccc;
}


/* On mouse-over, add a grey background color */

.container:hover input~.checkmark {
    background-color: white;
}

.mobile .container:hover input~.checkmark {
    background-color: white;
}


/* When the checkbox is checked, add a blue background */

.container input:checked~.checkmark {
    background-color: white;
}

.mobile .container input:checked~.checkmark {
    background-color: white;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.mobile .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.container input:checked~.checkmark:after {
    display: block;
}

.mobile .container input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.container .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid green;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile .container .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid green;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkBox_container {
    display: inline-block;
}

.mobile .checkBox_container {
    display: inline-block;
}

.stepsWrapperContainer {
    display: flex;
    justify-content: center;
}

.mobile .stepsWrapperContainer {}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    .mobile .mailingAlert {
        top: 8vw;
        right: 0vw;
        height: 4vw;
    }
    .mobile .container {
        display: block;
        position: relative;
        padding-left: 27px;
        margin-bottom: 19px;
        cursor: pointer;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .bl_main .howItWorks {
        text-align: center;
        margin-top: 23vw;
    }
}

@supports not (-webkit-touch-callout: none) {
    /* CSS for other than iOS devices */
}