/* tpl-thank-you */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('wp-content/themes/twentytwentythree/assets/fonts/poppins/poppins-medium-webfont.woff2') format('woff2'),
    url('wp-content/themes/twentytwentythree/assets/fonts/poppins/poppins-medium-webfont.woff') format('woff');
}

body.tpl_thank_you {
    background: #ECEFF4;
    font-family: "Montserrat";
    font-size: 14px;
    color: #000000;
    position: relative;
    min-height: 100vh;
    overflow-y: hidden;
}

.tpl_thank_you a {
    text-decoration: none;
}

.tpl_thank_you .col-10 {
    max-width: 83.3%;
}

.tpl_thank_you .col-9 {
    max-width: 74.97%;
}

.tpl_thank_you .col-2 {
    max-width: 16.66%;
}

.tpl_thank_you .col-3 {
    max-width: 24.99%;
}

.tpl_thank_you .header__container {
    display: flex;
    justify-content: space-between;
    height: 94px;
    padding: 24px 0 24px 0;
}

.tpl_thank_you .content-block {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.tpl_thank_you .main-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin-top: -100px;
}

.tpl_thank_you .content-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
}

.tpl_thank_you .success-img {
    max-width: 120px;
    height: 120px;
    display: flex;
    margin-bottom: 30px;
}

.tpl_thank_you .success-text {
    font-family: "Montserrat";
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    text-align: center;
    margin-bottom: 30px;
}

.tpl_thank_you .success-btn-wrap {
    display: flex;
    justify-content: space-between;
    column-gap: 15px;
}

.tpl_thank_you .return-home {
    display: flex;
    width: 360px;
    height: 56px;
    padding: 0px 24px 0px 24px;
    border-radius: 50px;
    background: #0061AF;
    color: #fff;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    align-items: center;
    justify-content: center;
    transition: all 100ms ease-in-out;
}

.tpl_thank_you .return-home:hover {
    background: #014e8c;
}

.tpl_thank_you .return-home img {
    margin-right: 8px;
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}

.tpl_thank_you #mount_button_1 {
    width: 360px;
    height: 56px;
    padding: 0px 24px 0px 24px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tpl_thank_you #mount_button_1 span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
}

.tpl_thank_you #mount_button_1 img {
    margin-right: 10px;
}

@media (max-width: 1024px) {
    .tpl_thank_you .success-btn-wrap {
        display: flex;
        flex-direction: column;
        row-gap: 15px;
        justify-content: center;
        align-items: center;
    }
    .tpl_thank_you #mount_button_1 {
        max-width: 360px;
        width: 360px;
        padding: 0 !important;
        margin: 0 !important;
        height: 56px !important;
        font-size: 18px !important;
        font-weight: 500;
        line-height: 24px;
        text-align: center;
    }
    .tpl_thank_you .success-text {
        font-family: "Montserrat";
        font-size: 20px;
        font-weight: 600;
        line-height: 26px;
        text-align: center;
    }
    .tpl_thank_you .success-img {
        width: 100px;
        height: 100px;
    }
    .header__logo {
        display: none;
    }
}

@media (min-width: 768px) {

}

@media (max-width: 1024px) and (min-width: 768px) {

}

.warning-message {
    display: flex;
    padding: 12px;
    border: 1px solid #F2A000;
    background: #FFF4E2;
    border-radius: 8px;
    margin-bottom: 10px;
}

.warning-message__wrap {
    margin-left: 10px;
}

.warning-message__title {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 18.2px;
    margin-bottom: 5px;
}

.warning-message__text {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
}