#csnewslettermodal .display-2 {
    letter-spacing: -1.44px;
    line-height: 1.01 !important
}

#csnewslettermodal .success-icon-wrapper svg {
    fill: #fff;
    width: 100%
}

#csnewslettermodal,
#csnewslettermodal .success-message {
    border-radius: 10px
}

#csnewslettermodal .inner-wrapper {
    border-radius: 10px;
    margin: auto;
    max-width: 600px
}

.ys-layer {
    background-color: #000;
    opacity: .3;
    z-index: 1000
}

.ys-container,
.ys-layer {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.ys-container {
    background-color: rgba(0, 0, 0, .3);
    min-height: 10%;
    z-index: 9999
}

.ys-container.visible,
.ys-layer.visible {
    display: block
}

.ys-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 25px 100px 0 hsla(0, 0%, 7%, .08);
    height: 0;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: height .2s ease-in-out;
    width: 0
}

.popup_bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ys-popup-close {
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    height: 0;
    position: absolute;
    right: 30px;
    text-align: center;
    text-decoration: none;
    text-indent: -5000px;
    top: 30px;
    transform: translateX(50%) translateY(-50%);
    transition: .2s ease-in-out;
    -webkit-user-select: none;
    user-select: none;
    width: 0
}

.ys-container.finished .ys-popup-close {
    height: 40px;
    text-indent: 0;
    width: 40px
}

.ys-popup-content {
    border-radius: 10px;
    display: none
}

.ys-container.finished .ys-popup-content {
    display: block
}

.ys-popup-close:hover {
    color: red;
    text-decoration: none
}