body {
    margin: 0;
    background-color: #fff !important;
}

/* .wpage-parent {
    width: 1062px;
    margin: auto;
} */

.wpage-main-container {
    height: auto;
    margin: auto;
}

.wpage-hero-container {
    position: relative;
    margin: auto;
    padding: 50px 0 0;
    background-image: linear-gradient(to bottom, #1067ff -10%, #3994ff 61%, #00e1b0 154%) !important;
}

.wpage-logo-container {
    align-items: center;
    text-align: center;
    margin-bottom: 80px;
}

.wpage-logo-container img {
    width: 252px;
    height: 50.8px;
    object-fit: contain;
}

.wpage-content-container {
    /* margin-top: 0px; */
    display: flex;
    padding: 0 0 0 150px;
    margin-bottom: 90px;
}

.wpage-content-container .wpage-left-content {
    display: flex;
    flex-direction: column;
    /* background: lightblue; */
    height: auto;
    width: 50%;
}

.wpage-content-container .wpage-right-content {
    display: flex;
    /* background: lightcyan; */
    height: auto;
    width: 50%;
    justify-content: start;
    align-items: center;
}

.wpage-content-container .wpage-left-content h1 {
    font-family: Rubik;
    font-size: 45px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: -1.75px;
    color: #fff;
    margin-top: 0px;
    width: 524px;
    height: 114px;
    margin-bottom: 71px;
}

.offer-button {
    display: block;
    border-style: none;
    border-radius: 6px;
    width: 251px;
    padding: 18px 30px;
    background: #fff;
    box-shadow: none;
    text-shadow: none;
    color: #000;
    font-size: 20px;
    line-height: normal;
    font-weight: bold;
    font-family: Rubik;
    font-style: normal;
    text-align: center;
    background-repeat: no-repeat;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: -0.33px;
}

.wpage-autoplaying-video {
    /* width: 562px;
    height: 273px; */
    width: 500px;
    height: 285px;
    justify-content: center;
    background-color: black;
    align-content: center;
}

.wpage-triangle {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.wpage-triangle .wpage-triangle-down {
    width: 0px;
    border-left: 50px solid #fff;
    border-right: 50px solid #fff;
    border-top: 30px solid transparent;
}

.wpage-triangle .wpage-white-placeholder {
    background-color: #fff;
    width: 100%;
    height: auto;
}

.arrow {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    margin: 0px;
    position: absolute;
    left: 49.65%;
    bottom: 20px;
}

.down-arrow-img {
    position: absolute;
    left: 49.4%;
    bottom: 17px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/* .wpage-arrow-section {
    width: 100%;

}

.arrow-down {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
} */

.wpage-post-container {
    display: flex;
    flex-direction: column;
    padding: 80px 180px;
}

.wpage-post-container .wpage-post-title {
    margin: 0 0 12px;
    font-family: Rubik;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -1.56px;
    color: #353e44;
}

.wpage-post-container .wpage-post-subtitle {
    margin: 0 0 32px;
    font-family: Rubik;
    font-size: 26px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #353e44;
}

.wpage-post-container .wpage-post-content {
    font-family: Rubik;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.03px;
    color: #353e44;
}


.wpage-flags-app-container {
    background-image: linear-gradient(to bottom, #1067ff -10%, #3994ff -10%, #00e1b0 154%);
    height: 622px;
    display: flex;
    flex-direction: column;
}

.wpage-app-container {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    /* flex-wrap: wrap; */
}

.wpage-app-container .wpage-app-left {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 0 0 0 180px;
    justify-content: center;
}

.wpage-app-container .wpage-app-right {
    display: flex;
    flex-direction: row;
    width: 50%;
    align-items: end;
    justify-content: end;
}

.download-app-title {
    margin: 0 0 28px 0px;
    font-family: Rubik;
    font-size: 45px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: -1.75px;
    color: #fff;
}

.download-app-subtitle {
    margin: 0 0 30px 0;
    font-family: Rubik;
    font-size: 26px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #fff;
    width: 451px;
}

.download-stores-icons {
    display: flex;
    column-gap: 15px;
    flex-wrap: wrap;
}

.download-stores-icons img {
    height: 60px;
    width: auto;
}

.wpage-app-right img {
    height: 446px;
    width: auto;
}


.wpage-flags-container {
    flex-wrap: wrap;
    display: flex;
    row-gap: 15px;
    column-gap: 40px;
    justify-content: center;
    padding: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.single-flag img {
    border-style: solid;
    border-width: 2px;
    border-color: #e4e5e7;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 0;
    object-fit: cover;
}

.single-flag .fix-position {
    object-position: -5px;
}

.single-flag a:hover {
    text-decoration: underline !important;
}

.wpage-brand-review-container {
    display: flex;
    flex-direction: column;
    background-color: #efefef;
}

.wpage-reviews-container {
    position: relative;
    overflow: hidden;
    padding: 60px 180px;
}

/* .wpage-all-reviews {
    max-width: calc(100vw - 180px);
    width: 100%;
} */

.single-review {
    display: flex;
    flex-direction: row;
    column-gap: 30px;
    /* flex-shrink: 1 !important; */
}

.single-review img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
}

.single-review .review-content {
    font-family: Rubik;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.03px;
    color: #353e44;
}

.review-content p {
    margin: 0 0 20px;
}

.swiper-button-prev {
    left: 80px !important;
    color: #353e44 !important;
}

.swiper-button-next {
    right: 80px !important;
    color: #353e44 !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 25px !important;
    font-weight: bolder !important;
}

.swiper-slide-active {
    opacity: 1;
}

.swiper-slide-prev,
.swiper-slide-next {
    opacity: 0;
}

.swiper-button-next::after {
    content: "\f054" !important;
    font-family: 'Font Awesome\ 5 Free' !important;
}

.swiper-button-prev::after {
    content: "\f053" !important;
    font-family: 'Font Awesome\ 5 Free' !important;
}

.wpage-footer-container {
    padding: 80px 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
}

.wpage-footer-container .wpage-footer {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    font-family: Rubik;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: -0.02px;
    color: #3994ff;
    padding: 0 10px;
}

.wpage-footer .footer-line {
    color: #353e44;
    text-align: center;
}

.footer-links {
    display: flex;
    column-gap: 40px;
    justify-content: center;
}

.footer-links a {
    text-decoration: none;
    color: #3994ff !important;
}


.wpage-brands-container {
    height: auto;
    padding: 30px 50px 50px;
    display: flex;
    flex-direction: column;
    row-gap: 35px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.wpage-brands-container .as-seen-on {
    font-family: Rubik;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #353e44;
}

.wpage-brands-container .brands-row {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    column-gap: 50px;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
}

.wpage-brands-container img {
    height: 50px;
    width: auto;
}

.wpage-brands-container .gizmodo {
    height: 35px;
}


@media only screen and (max-width: 600px) {
    .wpage-main-container {
        width: auto;
    }

    .wpage-hero-container {
        position: relative;
        width: auto;
        margin: auto;
        padding: 30px 0 0;
    }

    .wpage-logo-container {
        margin-bottom: 50px;
    }

    .wpage-logo-container img {
        width: 150px;
        height: 30px;
    }

    .wpage-content-container {
        /* margin-top: 0px; */
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px;
    }

    .wpage-content-container .wpage-left-content {
        width: auto;
    }

    .wpage-content-container .wpage-right-content {
        width: auto;
        justify-content: center;
        align-items: center;
    }

    .wpage-content-container .wpage-left-content h1 {
        font-size: 28px;
        text-align: center;
        margin-bottom: 25px;
        width: 100vw;
        height: auto;
    }

    .offer-button {
        margin: auto;
        font-size: 18px;
        padding: 16px 28px;
    }

    .wpage-content-container .wpage-right-content {
        height: auto;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-top: 35px;
    }

    .arrow {
        left: 48.65%;
    }

    .down-arrow-img {
        left: 47.4%;
    }

    .wpage-app-container {
        flex-direction: column;
    }

    .wpage-app-container .wpage-app-left {
        padding: 0;
    }

    .wpage-app-container .wpage-app-right {
        width: auto;
        padding: 10px 0 0 25px;
    }

    .wpage-app-right img {
        height: auto;
        width: 100%;
    }

    .wpage-post-container {
        padding: 50px 20px
    }

    .wpage-post-container .wpage-post-title {
        font-size: 30px;
    }

    .wpage-flags-app-container {
        height: auto;
    }

    .wpage-app-container .wpage-app-left {
        width: auto;
        padding: 20px;
    }

    .download-app-title {
        font-size: 35px;
        text-align: center;
        margin: 0 0 18px 0px;
    }

    .wpage-post-container .wpage-post-subtitle {
        font-size: 20px;
        margin: 0 0 10px;
    }

    .wpage-post-container .wpage-post-content {
        font-size: 16px;
    }

    .download-app-subtitle {
        width: auto;
        text-align: center;
        font-size: 20px;
    }

    .download-stores-icons {
        justify-content: center;
        row-gap: 5px;
    }

    .download-stores-icons img {
        width: 200px;
        height: auto;
    }


    .wpage-reviews-container {
        padding: 30px 40px;
    }

    /* .wpage-all-reviews {
        max-width: calc(100vw - 180px);
        width: 100%;
    } */

    .single-review {
        flex-direction: column;
        row-gap: 25px;
        justify-content: center;
        align-items: center;
        /* flex-shrink: 1 !important; */
    }

    .single-review img {
        width: 100px;
        height: 100px;
    }

    .single-review .review-content {
        font-size: 17px;
        text-align: center;
    }

    .review-content p {
        margin: 0 0 15px;
    }

    .swiper-button-prev {
        left: 15px !important;
        color: #353e44 !important;
    }

    .swiper-button-next {
        right: 15px !important;
        color: #353e44 !important;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 15px !important;
    }



    .wpage-autoplaying-video {
        width: 320px;
        height: 180px;
        justify-content: center;
        background-color: black;
        align-content: center;
    }

    .wpage-flags-container {
        column-gap: 10px;
        padding: 10px;
    }

    .single-flag img {
        border-width: 1px;
        width: 25px;
        height: 25px;
    }

    .single-flag .fix-position {
        object-position: -3px;
    }

    .wpage-offerings-container {
        flex-direction: column;
        row-gap: 20px;
        padding: 30px;
        justify-content: center;
    }

    .wpage-offerings-container .inner-boxes {
        padding: 15px;
        column-gap: 15px;
    }

    .free-trial-box {
        width: auto;
    }

    .money-back-box {
        width: auto;
    }

    .secure-payment-box {
        width: auto;
    }

    .inner-boxes .inner-img {
        width: 32px;
        height: 32px;
    }

    .inner-boxes .img-icon {
        width: 32px;
        height: auto;
    }

    .free-trial-box .inner-content {
        width: auto;
    }

    .money-back-box .inner-boxes {
        width: auto;
    }

    .secure-payment-box .inner-boxes {
        width: auto;
    }

    .inner-boxes .inner-content .inner-title {
        font-size: 18px;
    }

    .inner-boxes .inner-content .inner-text {
        margin-top: 3px;
        font-size: 16px;
    }

    .wpage-brands-container {
        padding: 20px 30px 30px;
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }

    .wpage-brands-container .as-seen-on {
        font-size: 18px;
    }

    .wpage-brands-container .brands-row {
        flex-direction: row;
        column-gap: 20px;
        row-gap: 10px;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .wpage-brands-container img {
        height: 25px;
        width: auto;
    }

    .wpage-brands-container .gizmodo {
        height: 15px;
    }

    .wpage-coupons-container {
        flex-direction: column;
        padding: 60px 25px;
        row-gap: 20px;
        align-items: center;
        justify-content: center;
    }

    .wpage-coupons-container .coupon-content-left {
        width: auto;
        row-gap: 10px;
        text-align: center;
    }

    .coupon-content-left .coupon-content-title {
        font-size: 18px;
    }

    .coupon-content-left .coupon-content-text {
        font-size: 16px;
    }

    .wpage-coupons-container .coupon-image-right {
        width: auto;
        display: flex;
        align-items: center;
    }

    .wpage-coupons-container .coupon-image-right img {
        width: 250px;
        height: auto;
    }
}