@import "/css/CCC/global.css?v=1.7";
@import "/css/CCC/landing.css?v=1.7";
@import "/css/CCC/landing-responsive.css?v=1.7";

@font-face {
    font-family: LexendDeca;
    src: url(/fonts/LexendDeca-Regular.ttf);
    font-display: swap;
}

.Lexenda-font {
    font-family: "LexendDeca", "Lato", "arial";
}

.font-48 {
    font-size: 48px;
}

.gradient-strip {
    height: 20px;
    width: 100%;
    display: block;
    background: rgb(93,206,206);
    background: -moz-linear-gradient(100deg, rgba(93,206,206,1) 0%, rgba(1,219,194,1) 69%, rgba(4,244,156,1) 90%);
    background: -webkit-linear-gradient(100deg, rgba(93,206,206,1) 0%, rgba(1,219,194,1) 69%, rgba(4,244,156,1) 90%);
    background: linear-gradient(100deg, rgba(93,206,206,1) 0%, rgba(1,219,194,1) 69%, rgba(4,244,156,1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5dcece",endColorstr="#04f49c",GradientType=1);
}

.section3 .sectitle, .wrap-what-to-expect .section-title, .wrap-rtgs .sectitle,
.wrap-wocs .sectitle, .mme-msi-title .sec-title, .section10 .sectitle {
    font-family: "LexendDeca", "Lato", "arial";
}

.home.v4 .section1 {
    min-height: 860px;
}

.home.v4 .section1 {
    background: #005454;
    background: -moz-linear-gradient(167deg, #005454 0%,#0ad7d6 70%,#0ad7d6 60%,#49ffaf 100%);
    background: -webkit-linear-gradient(167deg, #005454 0%,#0ad7d6 70%,#0ad7d6 60%,#49ffaf 100%);
    background: linear-gradient(167deg, #005454 0%,#0ad7d6 70%,#0ad7d6 60%,#49ffaf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005454', endColorstr='#04fb8f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.home.v4 .wrap-banner-slogan h1 {
    font-size: 60px;
    font-weight: 100;
    margin-top: 70px;
}

.home.v4 .wrap-product-box {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 355px;
    height: 272px;
    padding: 0;
    display: table;
}

    .home.v4 .wrap-product-box.box-container-flip {
        -webkit-perspective: 600;
        perspective: 600;
        display: block;
        position: relative;
    }

        .home.v4 .wrap-product-box.box-container-flip .inner-flip-box {
            width: 100%;
            height: 100%;
            transform-style: preserve-3d;
            -ms-transform-style: preserve-3d;
            -webkit-transform-style: preserve-3d;
            transition: all 1s ease-in-out;
            position: relative;
            display: block;
        }

            .home.v4 .wrap-product-box.box-container-flip .inner-flip-box.is-flipped {
                transform: rotateY(180deg);
                -ms-transform: rotateY(180deg);
                -webkit-transform: rotateY(180deg);
                -o-transform: rotateY(180deg);
            }

            .home.v4 .wrap-product-box.box-container-flip .inner-flip-box:after {
                content: "";
                display: block;
                position: absolute;
                bottom: -60px;
                left: 0;
                width: 350px;
                height: 50px;
                background: url(/images/freestyle/ABF_Shadow.png) no-repeat;
                background-size: 100%;
            }

        .home.v4 .wrap-product-box.box-container-flip .box-face {
            position: absolute;
            width: 100%;
            height: 100%;
            -webkit-perspective: 0;
            -webkit-backface-visibility: hidden;
            -webkit-transform: translate3d(0,0,0);
            visibility: visible;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            z-index: 200;
            border-radius: 6px;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            display: table;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
        }

            .home.v4 .wrap-product-box.box-container-flip .box-face.box-about-front {
                background: rgba(0, 109, 107, .8);
            }

            .home.v4 .wrap-product-box.box-container-flip .box-face.box-about-back {
                transform: rotateY(180deg);
                -ms-transform: rotateY(180deg);
                -webkit-transform: rotateY(180deg);
                background: #fff;
            }

.wrap-btn-back-flip {
    position: absolute;
    display: block;
    bottom: 13px;
    left: 50%;
    margin-left: -37px;
}

.home.v4 .wrap-product-box .inner-container {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.home.v4 .wrap-product-box .box-about-back .inner-container {
    padding-left: 75px;
    padding-right: 15px;
    text-align: left;
    padding-bottom: 40px;
}

    .home.v4 .wrap-product-box .box-about-back .inner-container ul {
        padding-left: 15px;
        margin-bottom: 25px;
    }

        .home.v4 .wrap-product-box .box-about-back .inner-container ul li {
            font-size: 14px;
            margin-bottom: 8px;
        }

    .home.v4 .wrap-product-box .box-about-back .inner-container .btn-large {
        width: 135px;
        font-size: 16px;
        padding: 12px;
    }

.home.v4 .wrap-product-box .svg__logo {
    width: 255px;
    margin-bottom: 35px;
}

.wrap-product-box .card-header {
    position: absolute;
    width: 273px;
    left: -31%;
    top: 40%;
    text-align: center;
    transform: rotateZ(-90deg);
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom: none;
    height: 54px;
}

    .wrap-product-box .card-header.pl {
        background: #00B6B5 url(/images/freestyle/card_header_PL.png) no-repeat;
        background-size: 100%;
    }

    .wrap-product-box .card-header.fs {
        background: #00B6B5 url(/images/freestyle/card_header_FS.png) no-repeat;
        background-size: 100%;
    }

.home.v4 .wrap-product-box .svg__logo2 {
    width: 260px;
    margin-bottom: 35px;
    margin-top: -24px;
}

.home.v4 .wrap-product-box .btn-large {
    width: 235px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: inherit;
}

.home.v4 .wrap-product-box.left {
    float: right;
}

.wrap-flip-icon {
    max-width: 90px;
    position: absolute;
    top: 20px;
    right: -43px;
    z-index: 300;
    height: 90px;
    width: 90px;
    cursor: pointer;
}

.about-flip-icon {
    /*position: absolute;
    top: 20px;
    right: -35px;
    max-width: 75px;*/
    transition: all 2s linear;
    z-index: -1;
    position: relative;
}

.front.about-flip-icon {
    /*max-width: 47px;
    right: -23px;
    top: 29px;*/
    display: none;
}

.is-flipped + .wrap-flip-icon .front.about-flip-icon {
    display: block;
    max-width: 60px;
    position: relative;
    right: -18px;
    top: 10px;
    z-index:-1;
}

.is-flipped + .wrap-flip-icon .back.about-flip-icon {
    display: none;
}

/*flip*/
.home.v4 .section2 {
    padding-top: 54px;
    padding-bottom: 45px;
}

/*why flip box*/
.wrap-why-flip-box {
    -webkit-perspective: 600;
    perspective: 600;
    height: 250px;
    position: relative;
}

.inner-why-flip-box {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: all 1s ease-in-out;
    position: relative;
}

.is-flipped.inner-why-flip-box {
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}


.why-box-face {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    visibility: visible;
    backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    display: table;
    -webkit-box-shadow: 0px 0px 9px 1px rgba(1,61,61,0.22);
    -moz-box-shadow: 0px 0px 9px 1px rgba(1,61,61,0.22);
    box-shadow: 0px 0px 9px 1px rgba(1,61,61,0.22);
    cursor: pointer;
    padding: 0 15px;
}

    .why-box-face.box-why-back {
        transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        background: #006766;
    }

.why-inner-box-content {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

    .why-inner-box-content .sectlabel.margin-none {
        margin-bottom: 0;
    }

.wrap-section-content .why-icon-box {
    margin-bottom: 15px;
}

.section3 .about-flip-icon {
    right: 0;
}

.section3 .back.about-flip-icon {
    display: none;
}

.section3 .front.about-flip-icon {
    display: block;
    right: -15px;
    max-width: 60px;
    top: 10px;
}

.section3 .is-flipped + .wrap-flip-icon .front.about-flip-icon {
    display: none;
}

.section3 .is-flipped + .wrap-flip-icon .back.about-flip-icon {
    display: block;
}

/*-----*/

.wrap-what-to-expect {
    padding-top: 99px;
    padding-bottom: 58px;
    background: #01cfcd;
}

    .wrap-what-to-expect .section-title {
        margin-bottom: 86px;
    }

.wrap-item-expect {
    padding-left: 120px;
    position: relative;
    margin-bottom: 60px;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    opacity: 0;
    -webkit-transform: translateX(-90px);
    -moz-transform: translateX(-90px);
    -ms-transform: translateX(-90px);
    -o-transform: translateX(-90px);
    transform: translateX(-90px);
}

    .wrap-item-expect.visible {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        z-index: 400;
        position: relative;
    }

    .wrap-item-expect svg {
        max-width: 83px;
        position: absolute;
        top: 0px;
        left: 0;
        opacity: .4;
    }

.wrap-expect-img {
    position: absolute;
    top: 98px;
    left: 50px;
}

    .wrap-expect-img img {
        width: 487px;
        max-width: 100%;
    }


.home.v4 .section7 {
    padding-top: 35px;
}

    .home.v4 .section7 .sectitle {
        font-size: 32px;
        color: #777;
    }

.chart-two.animate svg .circle-foreground {
    -webkit-animation: inherit;
    animation: inherit;
}

.chart-two.animate svg path {
    stroke-dasharray: 30.845px 320.25px;
    -webkit-transition: all 3s ease-out;
    -moz-transition: all 2.3s ease-out;
    -ms-transition: all 2.3s ease-out;
    -o-transition: all 2.3s ease-out;
    transition: all 2.3s ease-out;
}

.chart-two.animate.visible svg path {
    -webkit-animation: offset 3s ease-in-out forwards;
    animation: offset 3s ease-in-out forwards;
    stroke-dasharray: 350.845px 320.25px;
}

.chart-two.animate figcaption:after {
    -webkit-animation: inherit;
    animation: inherit;
}

.chart-two.animate.visible figcaption:after {
    -webkit-animation: chart-two-label 2s steps(98) forwards;
    animation: chart-two-label 2s steps(98) forwards;
}

.home.v4 .section10 {
    margin-top: 0;
}

.wrap-app-dl-section {
    padding-top: 90px;
    padding-bottom: 96px;
    background: #f2f2f2;
}

.wrap-link-mobile {
    text-align: center;
}

.wrap-app-dl-section .section-title {
    margin-bottom: 37px;
}

.wrap-rtgs {
    padding-top: 71px;
    padding-bottom: 100px;
    background: url(/images/freestyle/bg-fs-rtgs.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

    .wrap-rtgs .sectitle {
        font-size: 48px;
        margin-bottom: 35px;
    }

.home.v4 .wrap-rtgs .wrap-product-box.box-container-flip .box-face {
    /*background: #006f6d;*/
}

.mme-msi-title {
    padding-top: 60px;
    padding-bottom: 55px;
}

.wrap-mme-si .row {
    margin: 0;
}

.promo-box {
    position: relative;
    padding: 0;
}

    .promo-box > img {
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
    }

    .promo-box:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.77) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.77) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.77) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c4000000',GradientType=0 ); /* IE6-9 */
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.6s ease-out;
        -moz-transition: all 0.6s ease-out;
        -ms-transition: all 0.6s ease-out;
        -o-transition: all 0.6s ease-out;
        transition: all 0.6s ease-out;
        z-index: 100;
    }

    .promo-box:hover img {
        -webkit-filter: inherit;
        filter: inherit;
    }

.promo-box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 25px;
    z-index: 200;
    width: 100%;
}

    .promo-box-content .promo-title {
        font-size: 28px;
    }

.wrap-wocs {
    min-height: 600px;
    display: block;
    background: #00d1d0;
    background: -moz-linear-gradient(167deg, #00d1d0 0%,#0ad7d6 70%,#0ad7d6 60%,#49ffaf 100%);
    background: -webkit-linear-gradient(167deg, #00d1d0 0%,#0ad7d6 70%,#0ad7d6 60%,#49ffaf 100%);
    background: linear-gradient(167deg, #00d1d0 0%,#0ad7d6 70%,#0ad7d6 60%,#49ffaf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d1d0', endColorstr='#04fb8f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding-top: 70px;
    padding-bottom: 0;
    position: relative;
}

.text-review-box {
    background: #fff;
    position: relative;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 20px 20px 20px 20px;
    min-height: 213px;
    display: table;
    margin-bottom: 10px;
    opacity: 1
}

.slick-active + .slick-active[aria-hidden="false"] {
    opacity: .8;
}

.slick-active + .slick-active ~ .slick-slide[aria-hidden="false"] {
    opacity: .5;
}

.slick-active + .slick-active + .slick-active ~ .slick-slide[aria-hidden="false"] {
    opacity: .2;
}


.text-review-box p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 14px;
}

    .text-review-box p.name {
        font-weight: bold;
        color: #000;
        font-size: 14px;
        line-height: 16px;
    }

    .text-review-box p.copy {
        color: #000;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .text-review-box p.review {
        margin-bottom: 10px;
    }

.text-review-box .review-inner-container {
    padding-left: 60px;
    position: relative;
    vertical-align: middle;
    display: table-cell;
}

.text-review-box p.rating {
    padding-left: 70px;
    position: relative;
}

.text-review-box svg.star {
    max-width: 65px;
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 1px;
}


.text-review-box .review-inner-container .urser-icon {
    max-width: 40px;
    position: absolute;
    top: 0px;
    left: -50px;
}

.review-wrap-text-msg {
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

    .review-wrap-text-msg.visible {
        opacity: 1;
        transition-delay: .4s;
        padding-top: 5px;
    }

.rating-score {
    font-size: 85px;
    font-weight: 300;
    margin-bottom: 0;
}

    .rating-score .rating-over {
        font-size: 24px;
        font-weight: 400;
    }

.wrap-wocs .sectitle {
    font-size: 48px;
    margin-bottom: 75px;
}

.wrap-wocs .spacer-white {
    width: 100%;
    height: 60px;
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.wrap-wocs .rating-star-svg {
    max-width: 300px;
}

.wrap-wocs .rating-logo-svg {
    max-width: 282px;
    margin-left: 12px;
    margin-top: 10px;
}

/* necessary plugin styles */
.ellip {
    display: block;
    height: 100%;
}

.ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.ellip,
.ellip-line {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.home.v4 .wrap-rtgs .wrap-product-box.box-container-flip .box-face.box-about-back {
    border: 1px solid #eee;
}

.wrap-rtgs .wrap-product-box .card-header {
    left: -32%;
}

.like_icon_msg {
    max-width: 15px;
    margin-top: -6px;
}

.wrap-rtgs .first-column.col-lg-6 {
    padding-right: 35px;
}

.wrap-rtgs .second-column.col-lg-6 {
    padding-left: 35px;
}

.wrap-apple-footer {
    padding-top: 40px;
    margin-bottom: -30px;
}

/*--apple pay section--*/
.wrap-apple-banner {
    background: #005454;
    background: -moz-linear-gradient(115deg, #005454 0%,#0ad7d6 60%,#0ad7d6 50%,#49ffaf 100%);
    background: -webkit-linear-gradient(115deg, #005454 0%,#0ad7d6 60%,#0ad7d6 50%,#49ffaf 100%);
    background: linear-gradient(115deg, #005454 0%,#0ad7d6 60%,#0ad7d6 50%,#49ffaf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005454', endColorstr='#04fb8f',GradientType=1 );
}

    .wrap-apple-banner .banner-AP-logo {
        max-width: 400px;
        margin-top: 70px;
    }

    .wrap-apple-banner .wrap-banner-content {
        background: url(/images/freestyle/freedom-bg-texture-4.png) no-repeat;
        padding: 80px 0;
        background-position-y: -100px;
        background-size: cover;
        margin-bottom: 0;
    }

    .wrap-apple-banner h2 {
        font-size: 58px;
    }

    .wrap-apple-banner .apple_pay_phone img {
        max-width: 100%;
    }

    .wrap-apple-banner .banner-AP-logo {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .wrap-apple-banner .ap-banner-text {
        padding-top: 35px;
    }

    .wrap-apple-banner .ap-banner-link {
        padding: 10px 50px 15px 50px;
        color: #fff;
        font-size: 22px;
        border: 2px solid #fff;
        border-radius: 10px;
        margin-top: 25px;
        display: block;
        width: 220px;
        text-align: center;
        max-width: 100%;
    }


/*----responsive----*/

.fees-iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 715px;
}

.fees-responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border:inherit;
}

@media (max-width:1199px) {
    .home.v4 .section1 {
        min-height: 788px;
    }

    .home.v4 .wrap-banner-slogan h1 {
        font-size: 50px;
        margin-top: 35px;
        line-height: 70px;
    }

    .section10 .font-20 {
        font-size: 16px;
    }

    .section10 {
        padding-top: 46px;
        padding-bottom: 55px;
    }

        .section10 .sectitle {
            margin-bottom: 23px;
        }

    .wrap-wcmme.section3 {
        padding-bottom: 100px;
    }

    .promo-box-content .promo-title {
        font-size: 24px;
    }

    .promo-description.font-20 {
        font-size: 16px;
    }

    .wrap-apple-banner h2 {
        font-size: 48px;
    }

    .fees-iframe-container {
        padding-top:985px;
    }
}

@media (max-width:991px) {

    .home.v4 .wrap-banner-slogan h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .wrap-banner-slogan p.sub-title {
        font-size: 26px;
    }

    .wrap-wcmme .col-md-6:first-child {
        margin-bottom: 30px;
    }

    .wrap-expect-img {
        left: 0;
    }

        .wrap-expect-img img {
            width: 320px;
        }

    .text-review-box {
        min-height: 233px;
    }

    .promo-box-content .promo-title {
        font-size: 20px;
    }

    .promo-box-content .promo-description {
        font-size: 14px;
    }

    .wrap-apple-banner h2 {
        font-size: 40px;
    }

    .wrap-apple-banner .banner-AP-logo {
        max-width: 300px;
    }

    .wrap-apple-banner .ap-banner-link {
        padding: 8px 0 13px 0;
        width: 185px;
        font-size: 20px;
    }

    .fees-iframe-container {
        padding-top:995px;
    }
}

@media (max-width:767px) {

    .wrap-rtgs .first-column.col-lg-6 {
        padding-right: 15px;
    }

    .wrap-rtgs .second-column.col-lg-6 {
        padding-left: 15px;
    }

    .header .col-lg-9 > a svg {
        max-width: 130px !important;
        margin-top: 4px;
    }

    .home.v4 .wrap-product-box, .home.v4 .wrap-product-box.left {
        float: none;
        margin: 0 auto 10px auto;
    }

    .home.v4 .wrap-banner-slogan h1 {
        font-size: 30px;
        line-height: 35px;
        margin-top: 20px;
    }

    .home.v4 .wrap-product-box {
        width: 280px;
        height: 220px;
    }

        .home.v4 .wrap-product-box .svg__logo {
            width: 70%;
        }


        .home.v4 .wrap-product-box .svg__logo2 {
            width: 190px;
        }

        .home.v4 .wrap-product-box.box-container-flip .inner-flip-box:after {
            bottom: -47px;
            left: 0;
            width: 260px;
            height: 42px;
        }

    .home.v4 .no-shadow.wrap-product-box.box-container-flip .inner-flip-box:after {
        display: none;
    }

    .wrap-wcmme .col-md-6:first-child {
        margin-bottom: 0;
    }

    .wrap-section-content {
        width: 280px;
        margin: 0 auto 30px auto;
    }

    .wrap-wcmme.section3 {
        padding-bottom: 50px;
    }

    .wrap-what-to-expect {
        padding-top: 64px;
        padding-bottom: 40px;
    }

        .wrap-what-to-expect .section-title {
            font-size: 36px;
        }

    .wrap-item-expect .sectlabel {
        margin-bottom: 5px;
    }

    .wrap-item-expect svg {
        max-width: 67px;
        left: 30px;
        opacity: .4;
    }

    .wrap-what-to-expect .section-title {
        margin-bottom: 40px;
    }

    .wrap-item-expect {
        margin-bottom: 35px;
    }

    .wrap-item-expect {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        cursor: pointer;
        z-index: 400;
        position: relative;
    }

    .wrap-rtgs {
        background-size: 400%;
        background-position: bottom center;
        padding-top: 56px;
        padding-bottom: 62px;
    }

        .wrap-rtgs .sectitle {
            font-size: 36px;
            margin-bottom: 25px;
        }

    .text-review-box {
        min-height: 293px;
    }

    .wrap-wocs {
        padding-top: 59px;
    }

        .wrap-wocs .sectitle {
            font-size: 36px;
            margin-bottom: 34px;
        }

    .review-wrap-text-msg {
        padding-left: 30px;
        padding-right: 30px;
    }

    .outer-container-rating-score {
        text-align: center;
        margin-bottom: 30px;
    }

        .outer-container-rating-score #Layer_star {
            max-width: 100%;
            width: 235px;
        }

    .home.v4 .section7 {
        padding-top: 0;
    }

    .wrap-app-dl-section .section-title {
        font-size: 32px;
    }

    .wrap-link-mobile svg {
        width: 125px !important;
    }

        .wrap-link-mobile svg.gplay-icon {
            width: 139px !important;
        }

    .mme-msi-title, .wrap-mme-si {
        display: none;
    }

    .home.v4 .section7 .sectitle {
        font-size: 20px;
    }

    .home.v4 .wrap-product-box .box-about-back .inner-container .btn-large {
        width: 110px !important;
        font-size: 14px;
        padding: 8px;
        height: inherit;
    }

    .home.v4 .wrap-product-box .box-about-back .inner-container ul li {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .wrap-product-box .card-header {
        width: 221px;
        left: -35%;
        top: 42%;
        height: 34px;
        margin-top: 1px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .box-face .inner-container > .font-20 {
        margin-left: 15px;
        font-size: 16px;
    }

    .home.v4 .wrap-product-box .box-about-back .inner-container ul {
        padding-left: 28px;
    }

    .home.v4 .wrap-product-box .box-about-back .inner-container {
        padding-left: 27px;
        padding-bottom: 20px;
    }

    .wrap-product-box .card-header.fs svg {
        width: 76px !important;
        margin-top: -8px !important;
    }

    .section4 .sectitle, .section3 .sectitle, .section5 .sectitle, .section6 .sectitle {
        font-size: 36px;
    }

    .rating-score {
        font-size: 65px;
    }

    .home.v4 .section1 {
        min-height: inherit;
    }

    .wrap-banner-slogan p.sub-title {
        font-size: 16px;
        margin-bottom: -15px;
    }

    .wrap-product-box .card-header.pl .font-20 {
        font-size: 16px;
        margin-top: -7px;
        font-weight: 700;
    }

    .wrap-product-box .card-header.fs svg {
        margin-top: -8px !important;
    }


    .wrap-banner-product .first-column, .wrap-banner-product .second-column {
        margin-bottom: 13px;
    }

    .why-inner-box-content .font-20 {
        font-size: 20px;
    }

    .wrap-apple-banner .wrap-banner-content {
        padding: 40px 0;
    }

    .wrap-apple-banner .ap-banner-text {
        padding-top: 0;
    }

    .wrap-apple-banner h2 {
        font-size: 30px;
        text-align: center;
    }

    .wrap-apple-banner .apple_pay_phone img {
        max-width: 216px;
        margin: 25px auto 35px auto;
        display: block;
    }

    .wrap-apple-banner .banner-AP-logo {
        position: relative;
        margin: 15px auto;
        text-align: center;
        max-width: 100%;
        width: 250px;
    }

    .wrap-apple-banner .ap-banner-link {
        margin: 25px auto 0;
    }

    .wrap-apple-banner .wrap-banner-content {
        background: url(/images/freedom/freedom-bg-texture-3.png) no-repeat;
        background-position-y: -100px;
        background-size: 300%;
    }

    .wrap-apple-banner {
        background: #005454;
        background: -moz-linear-gradient(150deg, #005454 0%, #0aeceb 40%,#05a9a9 65%,#05a9a9 87%, #05a9a9 70%,#49ffaf 100%);
        background: -webkit-linear-gradient(150deg, #005454 0%, #0aeceb 40%,#05a9a9 65%,#05a9a9 87%, #05a9a9 70%,#49ffaf 100%);
        background: linear-gradient(150deg, #005454 0%, #0aeceb 40%,#05a9a9 65%,#05a9a9 87%, #05a9a9 70%,#49ffaf 100%);
    }

    .wrap-apple-footer {
        margin-bottom: 0;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .wrap-warning-footer {
        border-top: 1px solid #ddd;
        padding: 10px 0;
    }

    .fees-iframe-container {
        padding-top: 417.25%;
    }
}

@media (max-width:380px) {

    .home.v4 .wrap-product-box {
        height: 195px;
    }

        .home.v4 .wrap-product-box .svg__logo {
            width: 66%;
            margin-bottom: 25px;
        }

        .home.v4 .wrap-product-box .svg__logo2 {
            width: 169px;
            margin-bottom: 25px;
        }

    .wrap-product-box .card-header {
        width: 196px;
        left: -31%;
        top: 41%;
        height: 34px;
    }

        .wrap-product-box .card-header.fs, .wrap-product-box .card-header.pl {
            background-size: 121%;
            background-position: center;
        }

    .box-face .inner-container > .font-20 {
        margin-bottom: 5px;
    }

    .home.v4 .wrap-product-box .box-about-back .inner-container ul {
        margin-bottom: 13px;
    }

    .wrap-rtgs .col-lg-6.first-column {
        margin-bottom: 15px;
    }

    .wrap-btn-back-flip {
        bottom: 8px;
    }

    .home.v4 .wrap-product-box .box-about-back .inner-container {
        padding-bottom: 33px;
    }

    .fees-iframe-container {
        padding-top: 469.25%;
    }
}
