@font-face {
    font-family: "Gilroy-Regular";
    src: url("/wp-content/themes/vantage/register-investing/font/Gilroy-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gilroy-SemiBold";
    src: url("/wp-content/themes/vantage/register-investing/font/Gilroy-SemiBold.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gilroy-Medium";
    src: url("/wp-content/themes/vantage/register-investing/font/Gilroy-Medium.ttf");
    font-weight: normal;
    font-style: normal;
}
.signup.app-store.orange-button::after{width: 1.8em;}

.success_banner_inner {
    margin-left: 25%;
    margin-top: 18%;
}

.success_banner_img {
    height: 4rem;
}

.success_banner_inner_txt {
    color: #000;
    text-align: center;
    font-family: Gilroy-SemiBold;
    font-size: 0.48rem;
    font-style: normal;
    line-height: 120%;
    width: 5.45rem;
}

.access_high_copy {
    color: #000;
    text-align: center;
    font-family: Gilroy-Medium;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1.32rem;
}

.scan_img_box {
    text-align: center;
    margin-bottom: .26rem;
}

.scan_down {
    color: rgba(0, 0, 0, 0.60);
    text-align: center;
    font-family: Gilroy-Medium;
    font-size: .32rem;
    font-style: normal;
    line-height: normal;
}

.scan_img {
    width: 2.31rem;
}

.success_contents {
    width: 50%;
    align-items: center;
}

.main .container .box.contents .content_container.success_container {
    padding-top: 0;
}

@media screen and (max-width: 1200px) {
    .success_contents {
        width: auto;

    }
    
    .main .container .box.contents.success_contents {
        align-items: baseline;
    }

    .success_banner_inner {
        margin: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: .44rem;
    }

    .success_banner_img {
        height: 1.56rem;
        margin-bottom: .44rem;
    }

    .success_banner_inner_txt {
        width: 4.24rem;
        text-align: center;
        color: #000;
        text-align: center;
        font-family: Gilroy-SemiBold;
        font-size: .32rem;
        font-style: normal;
        /* font-weight: 600; */
        line-height: normal;
    }

    .access_high_copy {
        color: #000;
        text-align: center;
        font-family: Inter;
        font-size: .36rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .scan_img {
        width: 2.6rem;
    }
    
    .scan_down {
        font-size: .36rem;
    }
}
