body {
    position: relative;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    color: #373737;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    min-height: 100vh;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #06051f;
    line-height: 1.3;
    margin-bottom: 15px;
}
a {
    color: #01a0c6;
}
a:hover {
    color: #028fb1;
    text-decoration: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
p {
    margin-bottom: 15px;
}
strong,b {
    font-weight: 700;
}
.separator {
    height: 15px;
}
.separator.half {
    height: 2px;
}
.embed-responsive-4by5::before {
    padding-top: 125%;
}
.embed-responsive-9by16::before {
    padding-top: 178%;
}
.embed-responsive-custom::before {
    padding-top: 64.75%;
}
.embed-responsive-custom.vid_step3::before,
.embed-responsive-custom.vid_step4::before{
    padding-top: 56%;
}

/*! Wrapper */
.wrapper {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

/*! Site Header */
.countdown {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 3px 0;
    flex-direction: row;
    justify-content: center;
    height: 46px;
}
.countdown > div {
    width: 100%;
    text-align: center;
    position: relative;
    height: 46px;
    padding: 6px 15px;
}
.countdown > div span {
    display: none;
    line-height: 1;
    font-size: 18px;
}
.countdown iframe {
    position: relative;
    transform: scale(0.65);
    left: 6px;
    top: -19px;
}
.notice {
    background: #dc3232;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}
.notice a {
    background: #fff;
    color: #04041f;
    padding: 20px 20px;
    border-radius: 4px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    width: 130px;
    text-align: center;
    margin: 0 10px 0 0px;
}
.notice .close {
    text-shadow: none;
    position: absolute;
    top: 2px;
    right: 0px;
    cursor: pointer;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
}
/* Site Hero */
.site-header {
    position: relative;
    color: #fff;
    background: #04041f url('../images/header-bg.png') center bottom no-repeat;
    background-size: 100%;
}
.site-hero {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 60px;
}
.site-title {
    color: #fff;
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 1.2;
    padding: 0 40px;
}
.site-tagline {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}
.site-hero .igVid-wrapper {
    width: 80%;
    margin: 30px auto;
    position: relative;
    padding: 0;
}
.site-header .igVid-wrapper .embed-responsive {
    border-radius: 4px;
    overflow: visible;
}
.site-header .igVid-wrapper .embed-responsive::after {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    border: 1px solid #32323a;
    border-radius: 4px;
}
button.btn-modal {
    position: absolute;
    border: none;
    background: none;
    color: #9a9ab9;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    padding: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -55px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
button.btn-modal::before {
    content: '';
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #9a9ab9;
    border-radius: 50%;
    top: 2px;
    float: left;
    margin-right: 8px;
}
button.btn-modal::after {
    content: '';
    position: absolute;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #9a9ab9;
    left: 17px;
    top: 16px;
}
.modal-content .close {
    position: absolute;
    right: -24px;
    top: 4px;
}
.modal-content .close span {
    color: #fff;
    text-shadow: none;
    font-weight: 400;
}
.site-header a.cta {
    background: #8cfe9c;
    color: #067616;
    font-weight: 700;
    -webkit-box-shadow: 4px 24px 24px #001303;
    box-shadow: 4px 24px 24px #001303;
    width: calc(75% + 20px);
    margin-bottom: 15px;
}
.site-header a.cta:hover {
    background: #1fc16b;
    color: #fff;
}
.site-header a.cta+p.small {
    display: block;
    text-align: center;
}
a.cta {
    color: #fff;
    background: #1fc16b;
    padding: 22px 30px;
    border-radius: 4px;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    min-width: 260px;
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 290px;
}

section .cta a {
    border: none;
    box-shadow: none;
    padding: 20px 20px;
    margin-bottom: 10px;
}
ul.check + .cta a {
    margin-bottom: 0;
}
#how-to-redeem .cta a {
    margin-bottom: 10px;
}
.cta + p {
    margin-bottom: 0;
    font-size: 13px;
    letter-spacing: 0.05px;
}

/*!
 * Section
 */
section {
    position: relative;
    padding-top: 24px;
    padding-bottom: 26px;
    background: #ffffff;
    text-align: center;
    overflow: hidden;
}
.gray {
    background: #f5f5f5;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.dark {
    background: #04041f;
    color: #fff;
}
.section-title h3,
.container > h3 {
    font-size: 24px;
    letter-spacing: -1px;
    position: relative;
    margin-bottom: 5px;
}
.section-title h4 {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 16px;
}
.dark h3,
.dark h4 {
    color: #fff;
}
.section-title .badge {
    font-size: 15px;
    font-weight: 400;
    background: #01a0c6;
    color: #ffffff;
    padding: 8px 10px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-style: normal;
}

/*! Brands Strip */
.brand-strip {
    margin-left: -15px;
    margin-right: -15px;
}
.swiper-wrapper{
    -webkit-transition-timing-function:linear!important;
    -o-transition-timing-function:linear!important;
    transition-timing-function:linear!important;
}
.swiper-slide {
    width: auto !important;
    padding: 0 10px;
}
.brands-strip {
    padding: 20px 0 0;
}
.brand-strip .logo-brand {
    background: url('../images/brands.svg') no-repeat;
    height: 38px;
    background-size: 208px 418px;
}
.brand-strip .disney {
    width: 91px;
    background-position: 0% 0%;
}
.brand-strip .disney:hover {
    background-position: -104px 0%;
}
.brand-strip .redbull {
    width: 104px;
    background-position: 0 20%;
}
.brand-strip .redbull:hover {
    background-position: -104px 20%;
}
.brand-strip .marvel {
    width: 69px;
    background-position: 0% 10%;
}
.brand-strip .marvel:hover {
    background-position: -104px 10%;
}
.brand-strip .loreal {
    width: 92px;
    background-position: 0 40%;
}
.brand-strip .loreal:hover {
    background-position: -104px 40%;
}
.brand-strip .twitter {
    width: 92px;
    background-position: 0 30%;
}
.brand-strip .twitter:hover {
    background-position: -104px 30%;
}
.brand-strip .lego {
    width: 62px;
    background-position: 0 70%;
}
.brand-strip .lego:hover {
    background-position: -104px 70%
}
.brand-strip .warnerbros {
    width: 104px;
    background-position: 0 80%;
}
.brand-strip .warnerbros:hover {
    background-position: -104px 80%;
}
.brand-strip .seattle {
    width: 103px;
    background-position: 0 50%;
}
.brand-strip .seattle:hover {
    background-position: -104px 50%;
}
.brand-strip .americanexpress {
    width: 81px;
    background-position: 0 60%;
}
.brand-strip .americanexpress:hover {
    background-position: -104px 60%;
}
.vidWrapper.shadow {
    box-shadow: 0 20px 40px rgb(0 0 0 / 8%) !important;
}
ul.check {
    padding: 0;
    margin-bottom: 16px;
}
ul.check li {
    position: relative;
    text-align: left;
    padding-left: 28px;
    padding-bottom: 10px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
}
ul.check li:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
ul.check li::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 8px;
    border-bottom: 3px solid #01a0c6;
    border-left: 3px solid #01a0c6;
    left: 0px;
    transform: rotate(-45deg);
    top: 6px;
}
.video-showcase {
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0px 15px 20px;
}
.video-showcase-innerwrapper {
    display: grid;
    flex-direction: row;
    width: 190%;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.vidWrapper {
    border-radius: 6px;
    overflow: hidden;
}
.tiktok-showcase .video-showcase {
    margin-bottom: 0;
}
.video-showcase-innerwrapper {
    display: grid;
    flex-direction: row;
    width: 140%;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding-right: 15px;
}
.vidWrapper {
    border-radius: 6px;
    overflow: hidden;
}
.vidWrapper.border {
    border-color: #eee !important;
    border-width: 2px !important;
}
.flatform-fixscroll {
    text-align: center;
    margin-bottom: 15px;
}
.flatform-fixscroll > div {
    display: grid;
    flex-direction: row;
    grid-template-columns: 24px auto;
    align-items: center;
    gap: 6px;
    width: max-content;
}
.colored-social-logo {
    width: 24px;
    height: 24px;
    background: url('../images/standard/colored-social-logo.svg') no-repeat;
    background-position: 0 0;
    background-size: cover;
    margin: 0 auto;
}
.linkedin-showcase .colored-social-logo {
    background-position: 0 25%;
}
.facebook-showcase .colored-social-logo {
    background-position: 0 50%;
}
.tiktok-showcase .colored-social-logo {
    background-position: 0 75%;
}
.flatform-fixscroll span {
    font-size: 14px;
    font-weight: 600;
}
.bonus-section h5 {
    font-size: 20px;
    margin-bottom: 5px;
}
.bonus-section span.badge {
    padding: 8px 12px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 40px;
    background: #c2f3ff;
    margin-bottom: 15px;
    color: #089ec4;
    line-height: 1;
    display: inline-block;
    border: 1px solid #089ec4;
    font-weight: 600;
    font-size: 12px;
}
.bc_review {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    width: 1200%;
    text-align: left;
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.review_col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    align-items: start;
}
.cust_review {
    position: relative;
}
.review_wrapper {
    border: 1px solid #eee;
    padding: 16px 16px 16px;
    background: #fff;
}
.review_meta {
    display: grid;
    grid-template-columns: 48px auto;
    align-items: center;
    gap: 10px;
    min-height: 46px;
}
.reviewer_avatar {
    display: block;
    width: 46px;
    height: 46px;
    background: url('../images/standard/reviewer.png') no-repeat;
    border-radius: 50%;
    background-position: 0 0;
}
.review_col:nth-child(1) .cust_review:nth-child(2) .reviewer_avatar {
    background-position: 0% 10%;
}
.review_col:nth-child(1) .cust_review:nth-child(3) .reviewer_avatar {
    background-position: 0% 20%;
}
.review_col:nth-child(2) .cust_review:nth-child(1) .reviewer_avatar {
    background-position: 0% 30%;
}
.review_col:nth-child(2) .cust_review:nth-child(2) .reviewer_avatar {
    background-position: 0% 40%;
}
.review_col:nth-child(2) .cust_review:nth-child(3) .reviewer_avatar {
    background-position: 0% 50%;
}
.review_col:nth-child(3) .cust_review:nth-child(1) .reviewer_avatar {
    background-position: 0% 60%;
}
.review_col:nth-child(3) .cust_review:nth-child(2) .reviewer_avatar {
    background-position: 0% 70%;
}
.review_col:nth-child(3) .cust_review:nth-child(3) .reviewer_avatar {
    background-position: 0% 80%;
}
.review_col:nth-child(4) .cust_review:nth-child(1) .reviewer_avatar {
    background-position: 0% 90%;
}
.review_col:nth-child(4) .cust_review:nth-child(2) .reviewer_avatar {
    background-position: 0% 100%;
}
.review_col:nth-child(4) .cust_review:nth-child(3) .reviewer_avatar {
    background-position: 100% 0%;
}
.review_col:nth-child(5) .cust_review:nth-child(1) .reviewer_avatar {
    background-position: 100% 10%;
}
.review_col:nth-child(5) .cust_review:nth-child(2) .reviewer_avatar {
    background-position: 100% 20%;
}
.review_col:nth-child(5) .cust_review:nth-child(3) .reviewer_avatar {
    background-position: 100% 30%;
}
.reviewer_name {
    font-weight: 600;
    font-size: 15px;
    display: block;
    line-height: 1;
}
.reviewe_date {
    font-size: 13px;
    display: block;
    line-height: 1;
}
.reviewe_title {
    font-weight: 600;
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.3;
}
.reviewe_details {
    font-size: 15px;
    display: block;
    overflow: hidden;
}
.collapsed .reviewe_details {
    max-height: 118px;
}
.review_outerwrapper {
    padding-bottom: 20px;
}
.os-scrollbar {
    left: 15px !important;
    right: 15px !important;
    background: #0796ba54 !important;
    border-radius: 10px;
    padding: 0 !important;
}
.os-scrollbar-handle {
    background: #0796ba !important;
}
span.more {
    display: block;
    height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}
span.more::before {
    content: 'Less...';    
    font-size: 14px;
    color: #0796ba;
}
.collapsed span.more::before {
    content: 'More...';
}
.faq h4 {
    position: relative;
    cursor: pointer;
    padding: 10px 40px 10px 0;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.4;
    display: block;
}
.faqs {
    text-align: left;
    margin-bottom: 10px;
}
.faq {
    border-bottom: 1px dashed #eee;
    text-align: left;
}
.faq_toggle {
    right: 6px;
    height: 11px;
    position: absolute;
    width: 11px;
    top: 50%;
    margin-top: -6px;
}
.faq_toggle:before {
    background: #0796ba;
    content: " ";
    height: 11px;
    position: absolute;
    right: 4px;
    top: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    width: 3px;
}
.faq_toggle:after {
    background: #0796ba;
    content: " ";
    height: 3px;
    position: absolute;
    right: 0;
    top: 4px;
    width: 11px;
}
.faq_toggle.opened:before {
    content: " ";
    height: 11px;
    position: absolute;
    right: 4px;
    top: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    width: 3px;
}
.answer {
    display: none;
    padding-bottom: 10px;
}
.answer p {
    margin-bottom: 15px;
}
.answer p:last-of-type {
    margin-bottom: 0;
}
.faqs + p {
    margin-bottom: 0;
}
.faqs + p small {
    color: #373737 !important;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 300 !important;
    display: block;
}

/*! Footer*/
.site-footer {
    background: #04041f;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(52%,#04041f),to(#19053b));
    background: -o-linear-gradient(top,#04041f 52%,#19053b 100%);
    background: linear-gradient(180deg,#04041f 52%,#19053b 100%);
    color: #fff;
    text-align: center;
    padding: 30px 0 36px
}
.widget,p.grid {
    text-align: left
}
/*! Site Footer */
.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px
}
.site-footer a {
    color: #fff;
}
.widget {
    margin-bottom: 20px;
    font-size: 14px
}
.widget ul li {
    margin: 0 0 5px
}
.widget ul li:last-child {
    margin-bottom: 0;
}
.social-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}
.widget h4 {
    font-size: 15px;
    color: #fff;
}
.social-widget a svg {
    width: 20px;
    margin: 0 6px 0 0
}
.social-widget a svg path {
    fill: #ffff
}
.social-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center
}
.widget .social-widget li {
    margin-bottom: 0;
}
.site-footer .copyright ul li {
    display: inline-block;
    margin: 0 3px
}
hr.footer-line {
    margin: 0 0 16px;
    border-top: 1px dashed #1b1b43
}
.site-footer p:not(.grid) {
    font-size: 14px;
    margin-bottom: 0;
}
.site-footer .copyright ul {
    margin-bottom: 15px
}

span.highlight {
    background: #ff0;
    border-radius: 2px;
    padding: 0 2px;
}

.showcase {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/*!
 * Steps
 */
.flow-step {
    position: relative;
    margin-bottom: 15px;
}
.step-title h5 {
    font-size: 18px;
    margin-bottom: 5px;
    letter-spacing: -0.5px;
}
.step-title .number {
    display: block;
    width: max-content;
    background: #d7d7d7;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    margin: 10px auto 10px;
    font-weight: 400;
    padding: 8px 10px;
    font-size: 14px;
}
.illustration {
    line-height: 1;
    -webkit-box-shadow: 10px 10px 30px rgb(0 0 0 / 10%);
    box-shadow: 10px 10px 30px rgb(0 0 0 / 10%);
    border-radius: 10px;
    overflow: hidden;
}
.ratingstar {
    display: block;
    width: max-content;
    height: 20px;
    margin: 5px auto 10px;
    text-align: center;
}
.star {
    margin: 5px 2px;
    position: relative;
    display: block;
    color: #e2bd04;
    width: 0px;
    height: 0px;
    border-right: 12px solid transparent;
    border-bottom: 9px solid #e2bd04;
    border-left: 12px solid transparent;
    transform: rotate(35deg);
    float: left;
}
.star:before {
    border-bottom: 10px solid #e2bd04;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    height: 0;
    width: 0;
    top: -6px;
    left: -9px;
    display: block;
    content: '';
    transform: rotate(-35deg);
}
.star:after {
    position: absolute;
    display: block;
    color: #e2bd04;
    top: 1px;
    left: -13px;
    width: 0px;
    height: 0px;
    border-right: 12px solid transparent;
    border-bottom: 9px solid #e2bd04;
    border-left: 12px solid transparent;
    transform: rotate(-70deg);
    content: '';
}
.client-logo {
    max-width: 150px;
}

.cta + p {
    margin-bottom: 0;
    font-size: 13px;
    letter-spacing: 0.05px;
}

/*! Media Queries */
@media (max-width: 767px){
.d-small-none {
    display: none !important;
}
}

@media (min-width:768px) {
.site-title {
    padding: 0;
    font-size: 28px;
    padding-right: 60px;
}
.countdown {
    gap: 0;
}
.countdown iframe {
    transform: scale(0.65) translateY(-50%);
    position: absolute;
    left: 240px;
    top: 9px;
    transform-origin: left;
}
.countdown a {
    margin-left: 20px;
    padding: 14px;
}
.countdown a:hover {
    background: #f1a5a5;
}
.countdown > div {
    width: 430px;
    display: flex;
    text-align: left;
    gap: 0 10px;
    text-align: center;
    align-items: center;
    padding: 0;
    justify-content: flex-start;
    height: 46px;
}
.pre-headline {
    flex-direction: row;
    justify-content: center;
    gap: 0 10px;
}
.showcase {
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.four-video-grid .showcase {
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}
.step-title {
    position: relative;
    font-weight: 700;
}
.step-title .number {
    width: max-content;
    padding: 10px 14px;
    border-radius: 4px;
    line-height: 1;
    height: auto;
    font-size: 16px;
    margin-left: 0;
    margin-bottom: 15px;
    background: #efefef;
    margin-top: 0;
}
.countdown > div span {
    font-size: 20px;
    display: block;
}
.review_col {
    grid-template-columns: repeat(4, 1fr);
}
.site-header .cta a {
    min-width: auto !important;
}
.site-hero {
    text-align: left;
    padding-top: 60px;
    padding-bottom: 120px;
}
.site-hero .igVid-wrapper {
    position: absolute;
    top: 24px;
    right: -60%;
    width: 50%;
    margin: 0;
}
.site-header a.cta {
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 10px;
}
.site-header a.cta+p.small {
    width: 290px;
    text-align: center;
}
.video-showcase-innerwrapper {
    width: 100%;
}
}

@media (min-width: 992px){
.site-hero .igVid-wrapper {
    right: -60%;
    width: 42%;
    top: 10px;
}
.notice {
    top: 0;
    bottom: auto;
    padding: 0;
}
.notice .close {
    display: none;
}
.countdown a {
    margin-left: 20px;
}
.countdown span.text-left {
    line-height: 1.2;
}
.countdown span span:nth-child(2) {
    font-size: 75%;
    line-height: 1.1;
    color: #fff;
}
.wrapper {
    padding-bottom: 0;
}
.site-hero {
    padding: 60px 0 120px;
}
.pre-headline {
    margin-bottom: 15px;
}
section,
.site-footer {
    padding-top: 48px;
    padding-bottom: 30px;
}
.section-title h4 {
    margin-bottom: 40px;
    line-height: 1.6;
}
.bc_review {
    width: 200%;
}
.review_col {
    display: flex;
    flex-direction: column;
}
.brands-strip {
    padding: 24px 0;
}
.bonus-section .section-title {
    text-align: left;
}
.bonus-section .cta a {
    margin: 0 0 16px;
}
.bonus-section {
    text-align: left;
    padding-right: 80px;
}
.bonus-section img {
    position: absolute;
    height: auto;
    top: 0;
    right: -100%;
    top: 50%;
    transform: translateY(-50%);
}
.bonus-caption img {
    max-width: 90%;
    right: -95%;
}
.d-lg-grid {
    display: grid;
    align-content: space-between;
}
ul.check {
    margin-top: 0;
}
.separator {
    height: 30px;
}
.site-header .cta a {
    padding-top: 24px;
    padding-bottom: 24px;
}
.site-header .cta span {
    display: inline;
}
}

@media (min-width: 1200px){
body {
    line-height: 1.8;
    font-size: 17px;
}
.container {
    max-width: 1180px;
}
.brands-strip .container {
    max-width: 100%
}
p {
    font-size: 17px;
    margin-bottom: 20px;
}
.site-hero h1 {
    padding-top: 5px;
    font-size: 60px;
    line-height: 1.1;
    padding: 0;
    margin-bottom: 15px;
}
.pre-headline {
    gap: 0 15px;
}
.pre-headline span {
    font-size: 18px;
}
.site-hero h2 {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 2;
}
.site-hero h2 + span {
    margin-bottom: 30px;
}
.site-hero {
    padding: 80px 0 200px;
}
section {
    padding-top: 60px;
    padding-bottom: 70px;
}
section.equal-padding {
    padding-top: 70px;
}
.section-title .badge {
    margin-bottom: 20px;
}
.section-title h3 {
    margin-bottom: 10px;
    font-size: 36px;
}
.section-title h4 {
    font-size: 18px;
    margin-bottom: 50px;
}
.faq h4 {
    font-size: 22px;
    padding: 20px 80px 15px 0;
}
.faq_toggle {
    height: 16px;
    width: 16px;
    margin-top: -6px;
}
.faq_toggle:before {
    height: 16px;
    right: 6px;
    top: 0;
    width: 4px;
}
.faq_toggle:after {
    height: 4px;
    top: 6px;
    width: 16px;
}
.faq_toggle.opened:before {
    height: 16px;
    right: 6px;
    width: 4px;
}
.social-widget a svg {
    width: 24px
}
.site-footer {
    padding: 80px 0;
}
.site-footer p:not(.grid) {
    font-size: 14px;
    margin: 0
}
.site-footer ul li {
    margin: 0 0 10px
}
.site-footer .copyright ul {
    float: right;
    margin-bottom: 0;
    padding: 0
}
.site-footer .copyright ul li {
    margin: 0 0 0 30px
}
.widget h4 {
    margin-bottom: 20px;
    color: #fff;
}
.widget,.widget ul {
    margin-bottom: 0
}
hr.footer-line {
    margin: 30px 0;
    border-top-color: #0d0d32
}
.swiper-slide {
    width: auto !important;
    padding: 0 20px;
}
.copyright {
    text-align: left;
}
.colored-social-logo {
    width: 48px;
    height: 48px;
}
.flatform-fixscroll > div {
    grid-template-columns: 48px auto;
    gap: 10px;
}
.flatform-fixscroll span {
    font-size: 18px;
}
.video-showcase {
    margin-bottom: 40px;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.video-showcase-innerwrapper {
    gap: 30px;
}
.flatform-fixscroll {
    margin-bottom: 20px;
}
.video-showcase.tiktok-showcase {
    margin-bottom: 0;
}
ul.check {
    font-size: 17px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 24px;
}
ul.check li {
    padding-bottom: 10px;
}
ul.check li::before {
    top: 9px;
}
ul.check + .cta a {
    margin-bottom: 0;
}
.review_outerwrapper {
    padding-bottom: 40px;
}
span.more {
    display: none;
}
span.reviewe_details {
    max-height: max-content !important;
}
.review_wrapper {
    padding: 30px;
}
span.reviewe_title {
    margin-top: 20px;
    font-size: 17px;
    margin-bottom: 10px;
}
.review_col {
    gap: 20px;
}
.bc_review {
    gap: 20px;
    padding-left: 80px;
    padding-right: 80px;
}
.review_outerwrapper .os-scrollbar {
    left: 80px !important;
    right: 80px !important;
}
.faq {
    padding-bottom: 10px;
}
.faqs {
    margin-bottom: 40px;
}
.brands-strip {
    padding: 40px 0 0;
}
.cta + p {
    font-size: 15px;
}
.bonus-section h5 {
    font-size: 26px;
}
.flow-step {
    padding-right: 40px;
}
.flow-step h5 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.4;
    margin-bottom: 5px;
}
.step-one,
.step-two {
    height: 146px;
    margin-bottom: 0;
}
.step-three,
.step-four {
    height: 110px;
}
.ratingstar {
    margin-bottom: 24px;
}
.separator {
    height: 50px;
}
.cta a {
    padding-left: 30px;
    padding-right: 30px;
}
.cta + p {
    font-size: 15px;
}
.site-hero .igVid-wrapper {
    width: 60%;
    right: -90%;
    top: 20px;
}
}

/*!
 * Retina Background image
 */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
.reviewer_avatar {
    background-image: url('../images/retina/reviewer.png');
    background-size: 92px 507px;
}
}

/*! FakeBeacon */
.js-beacon,.js-beacon button {
    height: 60px;
    z-index: 999;
    cursor: pointer
}
.js-beacon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px
}
.js-beacon button,.lds-dual-ring {
    appearance: none;
    bottom: 0;
    display: block;
    margin: 0;
    outline: 0;
    padding: 0;
    position: relative;
    user-select: none;
    color: #fff;
    min-width: 60px;
    transition: transform .2s linear;
    -webkit-tap-highlight-color: transparent;
    background-color: #05a0c7;
    transform-origin: calc(100% - 30px) center;
    animation-duration: 250ms;
    animation-fill-mode: forwards;
    backface-visibility: hidden
}
.js-beacon button {
    -webkit-box-align: center;
    align-items: center;
    border-radius: 200px;
    -webkit-box-pack: center;
    justify-content: center;
    border: none
}
.js-beacon button:hover {
    background-color: #0098bf;
    box-shadow: rgb(0 0 0 / 6%) 0 0 0 30px inset
}
.lds-dual-ring {
    width: 60px;
    height: 60px;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 200px;
    justify-content: center;
    border: none
}
.lds-dual-ring:after {
    content: " ";
    position: absolute;
    top: 15px;
    left: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-color: #fff transparent;
    animation: 1.2s linear infinite lds-dual-ring
}
.hsds-beacon .fbuCts {
    bottom: 20px !important;
}
.hsds-beacon .cXSNAR.BeaconContainer-enter-done {
    transform: translateY(-5px);
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}
#cd {
    width: max-content;
    margin: 0 auto;
}
#cd span {
    display: flex;
    flex-direction: row;
    gap: 0 10px;
}
#cd span span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
span.countdown-amount {
    font-size: 26px !important;
}
span.countdown-period {
    font-size: 8px !important;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.3px;
    opacity: 0.9;
}
.faq a:hover {
    text-decoration: underline;
}
/* Tab */
.tabcontent {
    display: none;
}
.tabcontent.active {
    display: block;
}
.bc-tab > ul {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #f5f5f5;
    border-radius: 16px;
    padding: 5px;
}
.bc-tab > ul li a {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 13px;    
    transition: all 0.3s ease-in-out;
}
.bc-tab > ul li a h4{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}
.bc-tab > ul li a p{
    margin-bottom: 0;
    font-size: 14px;
    color: #06051f;
}
.bc-tab > ul li a.active {
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
}
.one__col > * {
    grid-column: auto/span 12;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.ratio {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}
.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ratio > * {
    border-radius: 16px;
}
.square {
    border-radius: 0 !important;
}
.how__steps {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
}
.how__steps .step {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #eee;    
}
.pre__headline, .step__number {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    border-radius: 40px;
    border: 1px solid #ECECEC;
    background: #FFF;
    -webkit-box-shadow: 0 1px 4px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 4px -3px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}
.step__number {
    margin: 0;
    color: #000;
}
.pre__headline::before, .step__number::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #00b82c;
    border-radius: 50%;
}
.step:nth-of-type(2) .arrow__icon {
    transform: scale(0.6) scaleX(-1) rotate(3deg);
    bottom: -90px;
    right: -50px;
}
.bc-tab > ul {
    margin-bottom: 30px;
}
@media(min-width:768px){
    .bc-tab > ul li a:hover{
        background: #fff;        
    }
    .bc__grid {
        max-width: 700px;
    }
    .comparison__slide, .how__itworks_inner {
        max-width: 540px;
    }
    .arrow__icon {
        width: 120px;
        height: 120px;
        background: url('../images/sprite-lightbg.svg') no-repeat;
        background-position: -480px -480px;
        background-size: 960px 2400px;
        position: absolute;
        -webkit-transform: scale(0.8) rotate(-3deg);
        -ms-transform: scale(0.8) rotate(-3deg);
        transform: scale(0.8) rotate(-3deg);
        display: none;
    }
}
@media(min-width:992px){
    .bc__grid {
        max-width: 920px;
    }
    .bc-tab > ul {
        margin-bottom: 40px;
    }
}
@media(min-width:1200px){
    .bc-tab > ul{
        margin-bottom: 50px;
    }    
    /* AI Video Maker Tab */
    #ai-video-maker {
        margin-top: 30px;
    }
    .bc__grid {
        max-width: 1180px;
        --bc-gap-h: 40px;
        --bc-gap-v: 40px;
    }
    .how__itworks_inner {
        max-width: 480px;
        position: relative;
    }
    .ratio > * {
        border-radius: 26px;
    }
    .how__steps .step {
        background: #fff;
        position: absolute;
        top: 0;
        gap: 16px;
        padding: 16px;        
    }
    .how__steps .step:first-of-type {
        right: -40px;
        transform: translateX(100%) rotate(-1.5deg);
        max-width: 332px;
        top: -30px;
    }
    .step .arrow__icon {
        display: block;
    }
    .step:first-of-type .arrow__icon {
        transform: scale(0.6) translateY(100%) rotate(10deg);
        bottom: -16px;
        left: -60px;
    }
    .how__steps .step:nth-of-type(2) {
        right: calc(100% + 50px);
        width: 272px;
        transform: rotate(-3deg);
        top: 40px;        
    }
    .how__steps .step:last-of-type {
        top: auto;
        bottom: 0px;
        width: 294px;
        transform: translateX(100%) rotate(2deg);
        right: -50px;
    }
    .step:last-of-type .arrow__icon {
        transform: scale(0.6) rotate(250deg);
        left: -67px;
        top: -91px;
    }
}
@media(max-width:991px){
    .bc-tab > ul {        
        gap: 10px;
    }
    .bc-tab > ul li a {
        padding: 10px 15px;
    }
}
@media(max-width:767px){
    /* .bc-tab > ul { 
        flex-direction: column;
    } */
    .bc-tab > ul li, .bc-tab > ul li a {
        width: 100%;
    }
}
@media(max-width:480px){
    .bc-tab > ul {
        gap: 8px;
    }
    .bc-tab > ul li a h4 { 
        font-size: 16px;        
    }
    .bc-tab > ul li a p { 
        font-size: 13px;        
    }
    .bc-tab > ul li a {
        padding: 10px 10px;
    }
}
@media(max-width:425px){
    .bc-tab > ul {
        padding: 4px;
    }
    .bc-tab > ul li a {
        padding: 10px 6px;
    }
    .bc-tab > ul li a h4 { 
        font-size: 15px;        
    }
    .bc-tab > ul li a p {                 
        line-height: normal;
    }
    .bc-tab > ul {
        gap: 5px;
    }
}