﻿:root {
    --svg-ch084: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M10.1602 8.44004L16.098 2.50224H16.0978C16.3292 2.27884 16.4611 1.97157 16.4639 1.64992C16.4668 1.32811 16.3403 1.01887 16.1127 0.791252C15.8851 0.563637 15.5758 0.437144 15.254 0.439988C14.9324 0.442833 14.6251 0.574703 14.4017 0.806148L8.46389 6.74394L2.5261 0.806148C2.22152 0.511782 1.78426 0.400159 1.3756 0.512116C0.967098 0.624073 0.647983 0.943184 0.535996 1.35172C0.424039 1.76039 0.535661 2.19766 0.830028 2.50222L6.76782 8.44001L0.830028 14.3778H0.830195C0.598754 14.6012 0.466881 14.9085 0.464036 15.2301C0.461191 15.5519 0.587705 15.8612 0.815299 16.0888C1.04289 16.3164 1.35214 16.4429 1.67397 16.4401C1.99561 16.4372 2.30288 16.3054 2.52629 16.0739L8.46409 10.1361L14.4019 16.0739V16.0737C14.7065 16.3681 15.1437 16.4797 15.5524 16.3678C15.9609 16.2558 16.28 15.9367 16.392 15.5282C16.5039 15.1195 16.3923 14.6822 16.098 14.3777L10.1602 8.44004Z' fill='black'/%3E%3C/svg%3E");
}

.newsAmends_confirm {
    max-width: 285px;
}

.newsAmends_confirm-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    margin: 0 0 20px;
    color: #333333;
}

.newsAmends_confirm-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    color: #333333;
    margin: 0 0 20px;
}

.newsAmends_confirm-copy {
    display: flex;
    margin: 0 0 20px;
}

.newsAmends_confirm-value {
    border: 1px solid #bdbdbd;
    padding: 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    color: #000000;
    width: 177px;
}

.newsAmends_confirm-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    padding: 12px 14px;
    color: #fefefe;
    background: #000000;
    cursor: pointer;
    width: 103px;
    margin-left: -1px;
}

.newsAmends_confirm-close {
    display: block;
    width: 100% !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    text-align: center;
    text-decoration: underline !important;
    color: #333333 !important;
}

@media (min-width: 992px) {
    .SignUpPopUp {
        background-image: none !important;
        max-width: 879px;
        width: 100%;
        min-height: 580px;
        margin: 0 !important;
        transform: translate(-50%, -50%);
    }

        .SignUpPopUp .SignUpClose {
            width: 16px;
            height: 16px;
            background-image: var(--svg-ch084);
            top: 20px;
            right: 20px;
            z-index: 2;
        }

            .SignUpPopUp .SignUpClose img {
                display: none;
            }

   

    .newsAmends_confirm-step .SignUpInfo {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 502px;
        width: 100%;
        padding: 32px 28px 32px 42px;
        height: 100%;
    }

        .newsAmends_confirm-step .SignUpInfo .Newsletter_btn {
            display: none !important;
        }


    .SignUpInfo form {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 502px;
        width: 100%;
        padding: 32px 28px 32px 42px;
    }

        .SignUpInfo form select,
        .SignUpInfo form button,
        .SignUpInfo form div,
        .SignUpInfo form input {
            position: static !important;
            width: 100% !important;
        }

            .SignUpInfo form select:focus-visible,
            .SignUpInfo form button:focus-visible,
            .SignUpInfo form div:focus-visible,
            .SignUpInfo form input:focus-visible {
                outline: none;
            }

        .SignUpInfo form br {
            display: none;
        }

        .SignUpInfo form div {
            color: #808080;
            font-size: 10px;
            font-weight: 500;
            line-height: 12.68px;
        }

            .SignUpInfo form div .Black {
                color: #808080 !important;
            }

        .SignUpInfo form .Newsletter_btn {
            height: auto !important;
            order: 1;
            width: 285px !important;
            padding: 11px 0px;
            border-radius: 8px;
            background-color: #4aae30 !important;
            background: #4aae30 !important;
            margin-top: 10px;
            font-size: 14px;
            font-weight: 500;
            line-height: 17px;
        }

        .SignUpInfo form select,
        .SignUpInfo form input {
            max-width: 285px;
            height: 36px;
            border: 1px solid #000000;
            margin-bottom: 10px;
        }

        .SignUpInfo form input {
            padding: 7px;
        }

    .newsAmends_top-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
        color: #333333;
        text-transform: uppercase;
        margin: 0;
    }

        .newsAmends_top-title span, .newsAmends_top-title strong {
            color: #e20612;
            font-weight: 700;
        }

    .newsAmends_top-text {
        font-size: 12px;
        font-style: italic;
        font-weight: 300;
        line-height: 14px;
        text-align: center;
        margin: 7px 0 20px;
    }

    .newsAmends_top-subtitle {
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        letter-spacing: 0em;
        text-align: center;
        margin-bottom: 20px;
        color: #333333;
    }

    .newsAmends_input-title {
        max-width: 285px;
        margin: 0;
        width: 100%;
        font-size: 12px;
        font-weight: 600;
        line-height: 15px;
        text-align: left;
        color: #808080;
        margin-bottom: 2px;
    }

    .SignUpInfo .newsAmends_confirm-close {
        display: block;
        width: 100% !important;
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        text-align: center;
        text-decoration: underline;
        color: #333333;
    }
}

@media (max-width: 768px) {
    .mobileNewsPU_sticky-block {
        padding: 20px;
    }

        .mobileNewsPU_sticky-block h4,
        .mobileNewsPU_sticky-block h3,
        .mobileNewsPU_sticky-block p {
            display: none;
        }

        .mobileNewsPU_sticky-block .mobileNewsPU_sticky-form {
            flex-wrap: wrap;
            margin: 0;
        }

            .mobileNewsPU_sticky-block .mobileNewsPU_sticky-form:before {
                display: block;
                width: 100%;
                font-size: 12px;
                font-weight: 600;
                line-height: 15px;
                color: #808080;
                content: "Email*";
            }

            .mobileNewsPU_sticky-block .mobileNewsPU_sticky-form .mobileNewsPU_sticky-open-form {
                font-size: 14px;
                font-weight: 500;
                line-height: 17px;
                letter-spacing: 0em;
                text-align: center;
                text-transform: uppercase;
                width: 105px;
                background: #4aae30;
            }

            .mobileNewsPU_sticky-block .mobileNewsPU_sticky-form input {
                border: 1px solid #bdbdbd;
            }

    .mobileNewsPU_modal-wrapper .mobileNewsPU_modal-content {
        max-width: 285px;
        margin: 0 auto;
        padding: 55px 0 10px;
    }

    .mobileNewsPU_modal-wrapper select,
    .mobileNewsPU_modal-wrapper input {
        width: 100% !important;
        max-width: 100% !important;
        border: 1px solid #000000 !important;
        margin-bottom: 10px;
    }

    .mobileNewsPU_modal-wrapper .body {
        padding-bottom: 0;
    }

        .mobileNewsPU_modal-wrapper .body label {
            font-size: 12px !important;
            font-weight: 600 !important;
            line-height: 15px !important;
            color: #808080 !important;
            margin-top: 0;
        }

    .mobileNewsPU_modal-wrapper .mobileNewsPU_select-arrow {
        left: auto !important;
        right: 13px !important;
        top: 31px !important;
    }

    .mobileNewsPU_modal-wrapper .mobileNewsPU_modal-close {
        width: 20px;
        height: 20px;
        top: 20px;
        right: -25px;
        background-image: var(--svg-ch084);
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 2;
    }

        .mobileNewsPU_modal-wrapper .mobileNewsPU_modal-close svg {
            display: none;
        }

    .mobileNewsPU_modal-wrapper form {
        display: flex;
        flex-direction: column;
    }

    .mobileNewsPU_modal-wrapper .mobileNewsPU_Newsletter_btn {
        order: 1;
        width: 230px;
        font-size: 14px;
        font-weight: 500;
        line-height: 17px;
        text-align: center;
        text-transform: uppercase;
        margin: 0 auto;
        padding: 11px;
        color: #FEFEFE;
        background: #4AAE30;
        border-radius: 8px;
    }

    .newsAmends_modal-title,
    .newsAmends_discount-title {
        max-width: 240px;
        margin: 0 auto;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: center;
        color: #333333;
        text-transform: uppercase;
    }

        .newsAmends_modal-title span,
        .newsAmends_discount-title span,
        .newsAmends_modal-title strong,
        .newsAmends_discount-title strong {
            color: #e20612;
            font-weight:700;
        }

    .newsAmends_modal-subtitle,
    .newsAmends_discount-subtitle {
        font-size: 11px;
        font-style: italic;
        font-weight: 300;
        line-height: 13px;
        letter-spacing: 0em;
        text-align: center;
        color: #808080;
        margin: 10px 0 20px;
    }

    .newsAmends_modal-subtitle {
        margin: 10px 0;
    }

    .newsAmends_modal-text {
        font-size: 11px;
        font-weight: 400;
        line-height: 13px;
        letter-spacing: 0em;
        text-align: center;
        color: #333333;
        margin-bottom: 40px;
    }

    .newsAmends_privacy {
        font-size: 10px;
        font-weight: 500;
        line-height: 12px;
        text-align: center;
        color: #808080;
        margin: 10px 0 36px;
    }

        .newsAmends_privacy a {
            color: #808080;
        }

    .mobileNewsPU_signed-success {
        overflow: auto !important;
    }

        .mobileNewsPU_signed-success .mobileNewsPU_modal-wrapper.__show {
            transform: none;
            height: auto;
            top: auto;
            bottom: 0;
            min-height: auto;
        }

            .mobileNewsPU_signed-success .mobileNewsPU_modal-wrapper.__show .mobileNewsPU_modal-content {
                padding: 42px 0 32px;
                min-height: auto;
            }
}
