.cf24-popup-open {
    overflow: hidden;
}

.cf24-exit-popup-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 16px;
    z-index: 999999;
    display: none;
}

.cf24-popup-open .cf24-exit-popup-container{
    display: flex;
}

.cf24-exit-popup-container button {
    cursor: pointer;
}

.cf24-exit-popup-container .cf24-exit-popup-cta-mob{
    display: none;
}

.cf24-exit-popup {
    border-radius: 5px;
    border: 3px solid #FFF;
    /*background: linear-gradient(180deg, #2C2A29 75.14%, #F9BF2A 99.8%);*/
    background: #2C2A29;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 797px;
    padding: 50px 64px 47px 103px;
}

.cf24-exit-popup-inner {
    color: #000;
    text-align: center;
    font-style: normal;
    line-height: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    width: 100%;
}

.cf24-exit-popup-close-button {
    position: absolute;
    top: 10px;
    right: 9px;
    background: none;
    border: none;
    padding: 0;
}

.cf24-exit-popup-title {
    color: #F9BF2A;
    font-size: 4.04762em;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 36.38% 1.011905rem 30.29%;
}

.cf24-exit-popup-description {
    color: #FFF;
    text-align: center;
    font-size: 1.964283em;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 0.515153em;
}

.cf24-exit-popup-text {
    color: #FFF;
    font-size: 0.95238em;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    max-width: 630px;
    margin: 0 0 4.52381rem;
}

.cf24-exit-popup-cta {
    border: 1px solid #FFF;
    background: #2C2A29;
    color: #FFF;
    font-size: 0.833331em;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    padding: 0.642859em 0;
    width: 100%;
    max-width: 237px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.467em;
}

.cf24-exit-popup-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(44, 42, 41, 0.40);
    z-index: -1;
}

@media (max-width: 990px) {
    .cf24-exit-popup {
        padding: 69px 31px 47px 30px;
    }

    .cf24-exit-popup-close-button {
        top: 7px;
        right: 8px;
    }

    .cf24-exit-popup-title {
        font-size: 2.25em;
        margin: 0 30.44% 1.3125rem;
    }

    .cf24-exit-popup-description {
        font-size: 1.375em;
        margin: 0 0 0.4545453em;
    }

    .cf24-exit-popup-text {
        font-size: 0.875em;
        margin: 0 0 2.5625rem;
    }

    .cf24-exit-popup-cta {
        font-size: 0.875em;
        padding: 0.5625em 0;
    }

    .cf24-exit-popup-container .cf24-exit-popup-cta-mob{
        display: flex;
    }

    .cf24-exit-popup-container .cf24-exit-popup-cta-desk{
        display: none;
    }
}