.thankyou-main img.thankyou-img {
    max-width: 260px;
    margin-bottom: 50px;
}
.thankyou-main .normal-text {
    margin-bottom: 30px;
}
.thankyou-main .normal-text span {
    color: rgba(255, 255, 255, 0.66);
    font-size: 1.26rem;
    line-height: 2rem;
}
.thankyou-main .contact-info-holder {
    display: inline-block;
    border-radius: 8px;
    margin-bottom: 20px;
}
.thankyou-main .contact-info-holder a {
    padding: 12px 25px;
}
.contact-info > a {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.25;
    color: #151515;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#e22851), color-stop(50%, #e22851), color-stop(50%, #fff));
    background: -o-linear-gradient(left, #e22851, #e22851 50%, #fff 50%);
    background: linear-gradient(to right, #e22851, #e22851 50%, #fff 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: background-position 0.7s ease;
    -o-transition: background-position 0.7s ease;
    transition: background-position 0.7s ease;
}
.contact-info > a:hover {
    color: #e42450;
    background-position: 0 100%;
}
.thankyou-main .contact-info-holder .contact-info:hover a {
    color: #e22851;
}
.thankyou-main .slg-text {
    margin-bottom: 40px;
}
.thankyou-main .slg-text span {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
}
.modal-wrapper.open .form-main-wrapper {
    position: relative;
}
.modal-wrapper.open.thankyou div#thankyou-msg .thankyou-main,
.cm-main-block .thankyou-main {
    margin: 0 auto;
    max-width: 880px;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.thankyou-main .lg-text span {
    color: #e22851;
    font-family: Ade-Display;
    font-weight: 400;
    font-size: 80px;
    line-height: 1.25;
    text-transform: uppercase;
    margin: 0 0 40px;
}
.thankyou-main .normal-text span {
    color: rgb(255 255 255 / 66%);
}
.thankyou-main .contact-info-holder .contact-info a {
    color: #2b2d42;
}
.form-main-wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.cm-main-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
}
.cm-main-block #thank-you-msg {
    background: #fff;
    width: 100%;
    height: 100%;
}
.modal-wrapper.open.thankyou div#thankyou-msg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    background: #fff;
}
.modal-wrapper.open.thankyou .cm-main-block {
    height: auto;
}
.modal-wrapper.open.thankyou #fs-form-wrap {
    overflow: inherit;
}
@media (max-width: 1440px) {
    .thankyou-main img.thankyou-img {
        max-width: 220px;
        margin-bottom: 30px;
    }
    .thankyou-main {
        padding: 0 30px;
    }
    .thankyou-main .normal-text {
        margin-bottom: 20px;
    }
    .thankyou-main .normal-text span {
        font-size: 1rem;
        line-height: 1rem;
    }
    .thankyou-main .contact-info-holder {
        border-radius: 8px;
        margin-bottom: 15px;
    }
    .thankyou-main .contact-info-holder a {
        padding: 8px 20px;
    }
    .thankyou-main .contact-info-holder .contact-info a {
        font-size: 14px;
    }
    .thankyou-main .slg-text {
        margin-bottom: 30px;
    }
    .thankyou-main .slg-text span {
        font-size: 16px;
        line-height: 1.5;
    }
}
@media (max-width: 767px) {
    .thankyou-main img.thankyou-img {
        max-width: 160px;
    }
    .thankyou-main {
        padding: 0 10px;
    }
    .thankyou-main .normal-text {
        margin-bottom: 20px;
    }
    .thankyou-main .normal-text span {
        font-size: 0.9rem;
        line-height: 1rem;
    }
    .thankyou-main .contact-info-holder {
        margin-bottom: 15px;
    }
    .thankyou-main .contact-info-holder a {
        padding: 6px 15px;
    }
    .thankyou-main .contact-info-holder .contact-info a {
        font-size: 13px;
    }
    .thankyou-main .slg-text {
        margin-bottom: 25px;
    }
    .thankyou-main .slg-text span {
        font-size: 14px;
        line-height: 1.5;
    }
}