@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;900&display=swap');
:root{
    --color-blue : #22276D;
    --color-light-blue : #024EA1;
    --color-red : #EF463E;
}
*{
    box-sizing: border-box;
}
/* typography */
body, .h1-3tandai, .h2-3tandai, .h3-3tandai, .h4-3tandai, .h5-3tandai, .h6-3tandai,
[class*="button-cta"] > div:first-of-type{
    font-family: 'Manrope', sans-serif;
}

a{
    color: #130101;
    font-size: 16px;
    line-height: 22px;
}
.h1-3tandai{
    letter-spacing: -0.8px;
    line-height: 60px;
    font-weight:bold;
}
.h1-3tandai strong{
    font-weight: 900;
}
.regular{
    font-weight: normal;
}
.h2-3tandai {
    font-weight: bold;
    font-size: 31px;
    line-height: 46px;
    margin-bottom: 17px;
    letter-spacing: -0.62px;
}
.h3-3tandai{
    font-size:20px;line-height: 30px;
}

.h3-3tandai.increased{
    font-size:24px;
    line-height: 40px;
    font-weight: bold;
}
[class*="button-cta"] > div:first-of-type{
    font-size: 18px;
    line-height: 24px;
}

/* fixes */
#am-i-eligible,
.locale-toggle span {
    font-weight: 600;
}
.arrow_blue{
    height:11px;margin-left:9px
}
.col img{
    max-width: 100%;
}
.width-auto{
    width:auto
}
.lh37{
    line-height: 37px !important;
}
#app-marketing .h3-3tandai,
#app-marketing .h1-3tandai{
    max-width: none;
}
#app-marketing .h1-3tandai{
    font-weight:normal
}

.app-text {
    max-width: calc(511px + 30px);
}
[class*="button-cta"]{
    padding-left: 19px;
    padding-right: 14px;
    height: 54px;
    border-radius: 27px;
}
[class*="button-cta"] > div:last-of-type{
    height:27px;width:27px;
}
#app-marketing{
    padding-top:88px;
    padding-bottom:98px
}
.p-font{
    font-size: 20px;
    line-height: 30px;
}
.p-font.lh37.semibold {
    color: var(--color-blue);
}
.greycolor{
    color: #130101 !important
}
.semibold{
    font-weight: 500 !important;
}
.products .text.left{
    justify-content: flex-start;
}
.products .text div {
    width: auto;
    max-width: none;
    display: block;
    text-align: center;
}


nav .container,
nav .navbar-brand {
    display: flex;
    flex: 1;
}
nav .navbar-brand {
    justify-content: center;
}
nav .navbar-brand .logo:first-of-type {
    margin-right: 12px;

}
nav .navbar-brand .logo:last-of-type {
    padding-left: 12px;
    width: 97px;
    border-left: 2px solid #E5E5E5;
    height: auto;
}

/* colors */
nav.navbar.navbar-light.bg-darkblue.static-top, .no-cost{
    background-color: white;
}
.h1-3tandai, .h2-3tandai, .h3-3tandai, .h4-3tandai, .h5-3tandai, .h6-3tandai{
    color : var(--color-blue);
}
.button-wrapper .button-cta-go
{
    background-color: var(--color-light-blue);
}
.button-wrapper .button-cta-go div:last-of-type{
    background-color:#fff;

} 
#app-marketing{
    background-color: #F8F7F7;
}

/* structure */
section:not(.no_gap) {
    padding-top: 82px;
    padding-bottom: 92px;
}
section.less-bottom-gap{
    padding-bottom:65px
}
/* section.moregapbottom { */
    /* padding-top: 82px; */
    /* padding-bottom: 100px; */
/* } */




.flex-space-between {
    justify-content: space-between;
}
.text-right{
    text-align: right;
}

.text-center{
    text-align: center;
}


.d-flex {
    display: flex;
    flex-direction: column;
}
.d-inline-block{
    display:inline-block;
}

.sec_inner {
    /* width:100% */
    max-width: 1072px;
    /* max-width: 78%; */
    width: 100%;
    margin: 0 auto;
}
.row{
    display:flex !important;
    flex-direction: row;
}
.col, .flex-1{
    flex:1
}
.flex-2{
    flex: 2
}
.flex-3{
    flex:3
}
.flex-column{
    flex-direction: column
}
.main_row{
    margin-top:30px;
}
.main_row > .col, .main_row.is_slider .slick-slide,
.main_row.is_slider_hod .slick-slide  
{
    padding-left: 11px;
    padding-right: 11px;
} 


/* .main_row.is_slider .slick-slide.slick-current.slick-active > div > .col , */
.main_row > .col:first-child

{
    padding-left:0;
}
/* .main_row.is_slider .slick-slide.slick-active:last-of-type > div > .col , */
.main_row > .col:last-child
{
    padding-right:0;
}
.pl-50{
    padding-left:50px;
}
.pr-50{
    padding-right:50px !important
}
.mt-10{
    margin-top: 10px;
}
.pb-0{
    padding-bottom: 0 !important;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.pb-50{
    padding-bottom:53px;
}
.pr-20{
    padding-right: 20px;
}
.pl-20{
    padding-left: 20px;
}
.mb-13{
    margin-bottom: 13px;
}
.link-primary {
    line-height: 37.5px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    color: #130101;
} 
.link-primary.dark_link{
    color: var(--color-blue);
    font-weight: bold;
}
.link-primary.dark_link.link-with-icon {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.flyer_box {
    border: 2px solid #EDEBEB;
    border-radius: 30px;
    background: #fff;
    padding: 33px;
    padding-bottom: 0;
}
.flyer_box:hover{
    box-shadow: 0px 50px 99px #00000014;
}
.flyer_box img {
    width: 100%;
    position: relative;
    vertical-align: middle;
} 

.flyer_box .h3-3tandai {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

.pill {
    font-size: 16px;
    background: #024EA1;
    display: inline-block;
    height: 29px;
    border-radius: 30px;
    line-height: 29px;
    color: #fff;
    padding-left: 26px;text-decoration: none;;
    padding-right: 26px;
}
.ibox .pill {
    padding-left: 10px;
    padding-right: 10px;
}

.shadow_hover_card:hover, .shadow_hover_card.hoveredByDefault {
    box-shadow: 0px 50px 99px #7B7B7B1A;
}

.btn-primary {
    border: 2px solid var(--color-light-blue);
    display: inline-block;
    height: 52px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 27px;
    line-height: 48px;
    font-weight: 500;
    color: var(--color-light-blue);
    text-decoration: none;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
}
.btn-primary:not(.no-hover-effect):hover{
    color:#fff;
    background-color: var(--color-light-blue);
}
.btn-primary.has_icon{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.btn-primary.has_icon.has_alt_icon .alt-icon{
    display:none;
}

.btn-primary.has_icon.has_alt_icon:hover .main-icon{
    display:none;
}
.btn-primary.has_icon.has_alt_icon:hover .alt-icon{
    display:block;
}

ul.pointers {
    margin-bottom: 62px;
    padding:0;
    list-style: none;
    margin:0
}
.text-red{
    color:var(--color-red)
}
ul.pointers li {
    color: #130101;
    font-size: 20px;
    line-height: 30px;margin-bottom:15px;
    background:url('../virgin-pulse-en_files/vp_images/checkmark.svg') top 9px left no-repeat;
    background-size: 15px;
  
    padding-left:30px;
}

ul.pointers li.no-tick{
    background-image: url('../virgin-pulse-en_files/vp_images/times.png');
}

.sec_divider {
    border-top: 1px solid #E2E4E6;
    border-left: 1px solid #E2E4E6;
    margin-top: 24px;
    margin-bottom: 24px;opacity:0.5;
}
.sec_divider.dark{
    border-top: 1px solid var(--color-blue);
    /* opacity: 1; */
}
.sec_divider_horizontal {
    border-left: 1px solid var(--color-blue);
    border-top: 1px solid var(--color-blue);
    opacity: 0.5;
    /* border-left: 0; */
    opacity: 0.3;
    margin-left:60px;
    margin-right:60px;
}

.fda_icon{
    height:52px;
    width:auto;
    margin-left:6px;
}
.program_icon{
    height:66px;
    width:66px;
}
span.plus {
    width: 55px;
    display: flex;
}

span.plus img {
    width: 13px;
}
.ibox .ibox_img{
    position: relative;
    margin-bottom:13px;
    display: inline-block;
}
.ibox img{width:100%;height:auto;vertical-align: middle;    border-radius: 15px;}
/* .ibox .h3-3tandai{padding-left:5px} */
.ibox .h3-3tandai{
    color: #130101;
}


.has_video_popup:after{
    background: url('../virgin-pulse-en_files/vp_images/play_icon.png') center no-repeat;
    width: 70px;
    height: 40px;
    background-size: contain;
    position: absolute;
    left: calc(50% - 35px);
    content: ' ';
    top: calc(50% - 20px);

}

/* sliders */
.slick-list{
    overflow: visible;
}
.slick-arrow {
    top: -78px;
    right: 0;
    left: auto;
    /* height: 45px; */
    /* width: 45px; */
    /* border: 1px solid black; */
    /* text-indent: -999999px; */
    /* border-radius: 30px; */
    /* background: url('./vp_images/right-arrow.png') center no-repeat; */
    /* background-size:contain; */
} 
.slick-arrow span.arrow_animation.rotated_icon {
    transform: rotate(180deg) !important;
}

span.arrow_animation.rotated_icon span:after, span.arrow_animation.rotated_icon span:before {
    margin-bottom: 2px;
}

.slick-next span, .slick-prev span {
    position: relative !important;
    animation:none !important;
}


.slick-next span:first-child, .slick-prev span:last-child,
.slick-next span:last-child, .slick-prev span:first-child {
    transform: none !important;
    display: inline-block;
    position: relative;
}
.slick-prev.slick-arrow {
    right: 128px;
    /* background-image: url('./vp_images/left-arrow.png'); */

}.row.main_row.is_slider > .slick-list {
    flex: 1;
}


.is_slider_4_1 > .col{
    min-width:25%;
}

.slick-list.draggable {
    margin-left: -13px;
    margin-right: -13px;
}

/* animations */
.circle_ripple {
    height:170px;
    width:170px;
    border-radius:50%;
    
    
    position:relative;
   
    -webkit-transition:height .25s ease, width .25s ease;
    transition:height .25s ease, width .25s ease;
    
    /* -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%); */
  }
   
  
  .circle_ripple:before,
  .circle_ripple:after {
    content:'';
    display:block;
    position:absolute;
    top:0; right:0; bottom:0; left:0;
    border-radius:50%;
    border:1px solid rgba(77, 133, 255, 0.3);
  }
  .circle_ripple_1:after,
  .circle_ripple_1:before{
    border:1px solid rgba(77, 133, 255, 0.5);

  }
  .circle_ripple_extras.circle_ripple {
    position: absolute;
    top: 0;
    opacity:0.3;
}
  
  .circle_ripple:before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
  }
  .circle_ripple:after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
  }

  .circle_ripple_2:before {
    -webkit-animation: ripple_2 2s linear infinite;
    animation: ripple_2 2s linear infinite;
  }
  .circle_ripple_2:after {
    -webkit-animation: ripple_2 2s linear 1s infinite;
    animation: ripple_2 2s linear 1s infinite;
  }

  .circle_ripple_3:before {
    -webkit-animation: ripple_3 2s linear infinite;
    animation: ripple_3 2s linear infinite;
  }
  .circle_ripple_3:after {
    -webkit-animation: ripple_3 2s linear 1s infinite;
    animation: ripple_3 2s linear 1s infinite;
  }
   
  .circle_ripple_4:before {
    -webkit-animation: ripple_4 2s linear infinite;
    animation: ripple_4 2s linear infinite;
  }
  .circle_ripple_4:after {
    -webkit-animation: ripple_4 2s linear 1s infinite;
    animation: ripple_4 2s linear 1s infinite;
  }
   
   
  .circle_ripple_5:before {
    -webkit-animation: ripple_5 2s linear infinite;
    animation: ripple_5 2s linear infinite;
  }
  .circle_ripple_5:after {
    -webkit-animation: ripple_5 2s linear 1s infinite;
    animation: ripple_5 2s linear 1s infinite;
  }
   
  
  @-webkit-keyframes ripple{
    0% {transform:scale(1);opacity: 0; }
    75% {transform:scale(1.40); opacity:0.5;}
    100% {transform:scale(1.50); opacity:0.5;}
  }
  
  @keyframes ripple{
    0% {transform:scale(1);opacity: 0; }
    75% {transform:scale(1.40); opacity:0.5;}
    100% {transform:scale(1.50); opacity:0.5;}
  }

  @-webkit-keyframes ripple_2{
    0% {-webkit-transform:scale(1.50);}
    75% {-webkit-transform:scale(1.90); }
    100% {-webkit-transform:scale(2); }
  }
  
  @keyframes ripple_2{
    0% {-webkit-transform:scale(1.50);}
    75% {-webkit-transform:scale(1.90); }
    100% {-webkit-transform:scale(2); }
  }

  @-webkit-keyframes ripple_3{
    0% {-webkit-transform:scale(2);}
    75% {-webkit-transform:scale(2.40); }
    100% {-webkit-transform:scale(2.50); }
  }
  
  @keyframes ripple_3{
    0% {-webkit-transform:scale(2);}
    75% {-webkit-transform:scale(2.40); }
    100% {-webkit-transform:scale(2.50); }
  }

  @-webkit-keyframes ripple_4{
    0% {-webkit-transform:scale(2.50);}
    75% {-webkit-transform:scale(2.90); }
    100% {-webkit-transform:scale(3); }
  }
  
  @keyframes ripple_4{
    0% {-webkit-transform:scale(2.50);}
    75% {-webkit-transform:scale(2.90); }
    100% {-webkit-transform:scale(3); }
  }

  @-webkit-keyframes ripple_5{
    0% {-webkit-transform:scale(3);}
    75% {-webkit-transform:scale(3.40); }
    100% {-webkit-transform:scale(4); opacity:0;}
  }
  
  @keyframes ripple_5{
    0% {-webkit-transform:scale(3);}
    75% {-webkit-transform:scale(3.40); }
    100% {-webkit-transform:scale(3.50); opacity:0;}
  }

/* programs */

.programs {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.program {
    padding: 39px 30px;
    box-sizing: border-box;
    border-radius: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.program:first-child {
    margin-right: 25px;
}

.program:last-child {
    margin-left: 25px;
}
.program ul.pointers{margin-bottom:70px}
 

/* health card */
section#health_card .sec_inner {
    background: #F7F7F8;
    padding: 39px 30px;
    border-radius: 15px;
    box-sizing: border-box;
}
#health_card .col:first-child ul.pointers {
    padding-right: 50px !important;
}#health_card .col ul.pointers {
    padding-right: 30px !important;
}
.brandname {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: var(--color-blue);
    letter-spacing: -0.48px
}

/* flyer */
section#flyers {
    background: #F7F7F8;
}
.flyer_img_wrap {
    margin-left: -5px;
    margin-right: -5px;
}
/* optimized for */
.optimized_img {
    width:66px;height:66px;margin-bottom:19px;
}

/* sec badge */
#trust_badge .main_row.logo_sec .semibold {
    color: #130101;
    font-weight: 600 !important;
}
#trust_badge .main_row.logo_sec .col{
    padding-left: 50px;
    padding-right: 50px;
}
#trust_badge .main_row.logo_sec .col .sec_divider{
    max-width: calc(100% - 27px) !important
}
.sec_badge{
    max-width:109px;
}
#trust_badge .main_row.logo_sec .col:first-child{
    padding-left: 0px;
}
#trust_badge .main_row.logo_sec .col:last-child{

    padding-right: 0;
}

.blue_tick_img{
    width : 19px;margin-right:10px;
}
.logo_sec img{
    margin-bottom:19px
}
.logo_sec_row{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


/* white paper */
section#white_paper {
    background: #F7F7F8;
}
/* reviews */
section#reviews{
    background: #F7F7F8;
}
img.badge{
    max-width: 258px;
}
img.stars{
    max-width: 248px;
}


/* optimised for */
.ico_box {
    border-radius: 15px;
    opacity: 1;
    padding:44px 35px;
    text-align: center;
    background: #F7F7F8;
    flex: 1;
    height: 100%;
}
.ico_box p{margin:0;}
.ico_box .h3-3tandai{font-weight: bold;}
.ico_box_rows .col{
    padding-left:25px;
    padding-right:25px;
}

/* arrow animation */
span.arrow_animation span {
    float: left;
}

span.arrow_animation span:after, span.arrow_animation span:before {
    content: ' ';
    background: url('../virgin-pulse-en_files/vp_images/ch-light-blue.svg');
    width: 7px;
    height: 11px;
    display: inline-block;
    -webkit-animation: moveRight 2s linear infinite;
    animation: moveRight 2s linear infinite;
}

span.arrow_animation.blue span:after, span.arrow_animation.blue span:before {
    background: url('../virgin-pulse-en_files/vp_images/ch-blue.svg');

}

span.arrow_animation span:first-child:after, span.arrow_animation span:first-child:before {
 
    -webkit-animation: moveRightModified 2s linear infinite;
    animation: moveRightModified 2s linear infinite;
}

span.arrow_animation span:nth-child(2):before {
    opacity: 0.7;
}
span.arrow_animation span:nth-child(2):after {
    opacity:0.5
}
 
span.arrow_animation span:last-child:before {
    opacity: 0.4;
    
}
span.arrow_animation span:last-child:after {
    opacity:0.2;
    -webkit-animation: moveRightModifiedRev 2s linear infinite;
    animation: moveRightModifiedRev 2s linear infinite;
}
 


@-webkit-keyframes moveRightModifiedRev{
    0% {-webkit-transform:translate(0px, 0);opacity:0.5}
    50% {-webkit-transform:translate(7px, 0);opacity:0.3}
    100% {-webkit-transform:translate(14px, 0);opacity:0}
  }
  
  @keyframes moveRightModifiedRev{
    0% {-webkit-transform:translate(0px, 0);opacity:0.5}
    50% {-webkit-transform:translate(7px, 0);opacity:0.3}
    100% {-webkit-transform:translate(14px, 0);opacity:0}
  }

@-webkit-keyframes moveRightModified{
    0% {-webkit-transform:translate(0px, 0);opacity:0}
    50% {-webkit-transform:translate(7px, 0);opacity:1}
    100% {-webkit-transform:translate(14px, 0);}
  }
  
  @keyframes moveRightModified{
    0% {-webkit-transform:translate(0px, 0);opacity:0}
    50% {-webkit-transform:translate(7px, 0);opacity:1}
    100% {-webkit-transform:translate(14px, 0);}
  }

  @-webkit-keyframes moveRight{
    0% {-webkit-transform:translate(0px, 0);}
    50% {-webkit-transform:translate(7px, 0);}
    100% {-webkit-transform:translate(14px, 0);}
  }
  
  @keyframes moveRight{
    0% {-webkit-transform:translate(0px, 0);}
    50% {-webkit-transform:translate(7px, 0);}
    100% {-webkit-transform:translate(14px, 0);}
  }


/* humans of digbi */
section#humans_of_digbi {overflow: hidden;}
section#humans_of_digbi .sec_inner {
    position: relative;
}
.circle_ripple.circle_ripple_1 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hod_media {
    width: 100%;
    margin-bottom: 19px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 248px;
    position: relative;
    cursor: pointer;
}

img.hod_image {
    display: inline-block;
    /* display: none; */
    margin-bottom: 0 !important;
    object-fit: cover !important;
    width: 100%;
}

.hod_media:after {
    position: absolute;
    background: url(https://cdn.shopify.com/s/files/1/2078/0145/t/27/assets/btn_play_vid.png);
    content: ' ';
    left: 81px;
    top: 101px;
    height: 46px;
    width: 86px;
    background-size: 100%;
    border-radius: 23px;
}

button.volumne_btn {
    position: absolute;
    bottom: 5px;
    z-index: 11;
    right: 10px;
    width: 30px;
    border: 0;
    height: 30px;
    background: url(https://cdn.shopify.com/s/files/1/2078/0145/t/27/assets/unvol.svg);
    filter: invert(1);
    background-repeat: no-repeat;
    display: none;
}

button.volumne_btn.active {
    background: url(https://cdn.shopify.com/s/files/1/2078/0145/t/27/assets/vol.svg);
    background-repeat: no-repeat;
}

video.hod_video {
    width: 100%;height: 100%;
    display: none;
}
video.hod_video.fix_video_blacks{
    transform: scale(1.1);
}

.hod_media:hover img.hod_image {
    display: none;
}

.hod_media:hover video {
    display: block;
}

.hod_media:hover button.volumne_btn {
    display: block;
}
.hod_media:hover:after {
    content: none;
    display: none;
}



@media screen and (min-width: 1163px){

    .flyer_img_wrap {
        margin-bottom: -20px;
    }

    .flyer_box {
        overflow: hidden;
    }

}
section#optimised_for {
    padding-bottom: 0 !important;
}
@media screen and (max-width: 1162px){
    .pl-50{
        padding-left:0;
    }
    .mb_mb-50{
        margin-bottom: 50px;
    }
    .mb_mb-30{
        margin-bottom: 30px;
    }
    .programs {
        flex-direction: column;
        align-items: center;
    }
    .flyer_box{
        border: 0;
    }
    .mb_justify_center {
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .mb_d-flex{
        display: flex;
        flex-direction: column;
    }
    .mb-text-center{
        text-align: center;
    }.mb-text-left{
        text-align: left !important;
    }section#reviews .flex-3 {
        padding: 0 !important;
    }
    section#reviews .col.pr-20,section#reviews .col.pl-20{
        padding-left:0;padding-right:0
    }
    
    .program:first-child {
        margin: 0;
    }
    
    section {
        padding-left: 26px;
        padding-right: 26px;
    }
    
    section:not(.no_gap) {
        padding-bottom: 60px;
        padding-top: 57px;
    }
    /* .slider_sec_2_video .ibox, section#brand_assets .ibox, .hod_media, */
    .slider_sec_2_video .ibox, section#brand_assets .col:last-child .ibox, .hod_media {
        margin-bottom: 0;
    }
    
    .row:not(.no-stack) {
        flex-direction: column;
    }
    
    .program:last-child {
        margin: 0;
    }
    
    ul.pointers li, .p-font {
        font-size: 16px;
        line-height: 26px;
    }.slick-list.draggable {
        margin-left: 0;
        margin-right: 0;
    }
    
    .h1-3tandai{

        font-size: 36px;
        line-height: 48px;
    }
    .h2-3tandai {
        font-size: 28px;
        line-height: 42px;
    }
    .h3-3tandai{
        font-size: 18px;
    }
    
     
    
    .main_row > .col, .main_row.is_slider .slick-slide {
        padding: 0;
    }
    
    .flyer_box {

        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 30px;
        display: flex;
        flex-direction: row-reverse;
    }
    
    .flyer_box > div, .flyer_box > img {
        flex: 1;
        width: 50%;
        min-width: 50%;
        margin: 0 !important;
    }
    
    .ibox {

        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 30px;
        text-align: center;
    }
    
    .ibox .h3-3tandai:not(.no-center) {
        padding: 0;
        text-align: center;
    }
    
    .ibox .row {
        flex-direction: row;
    }
    
    .program {
        box-shadow: 0px 30px 99px #7B7B7B1A;
        max-width: 500px;
        margin:0 auto
    }
    section#health_card .sec_inner{
        max-width: 500px;
        margin:0 auto
    }
    .products .text.left{
        justify-content: center;
    }
    .videos .text{
        justify-content: flex-start;
    }
    
    a.btn-primary:not(.no-hover-effect) {
        background: var(--color-light-blue);
        color: #fff;
    }
    button.slick-arrow {
        top: auto;
        bottom: -56px;
        width: 36px;
        /* right: calc(50% - 45px) !important; */
        height: 36px;
    }
    button.slick-prev.slick-arrow{
        left: calc(50% - 45px) !important;
        right: auto  !important
    }
    button.slick-next.slick-arrow{
        right: calc(50% - 45px) !important;
        left: auto  !important
    }
     
    .hod_media:after {
        left: calc(50% - 43px);
        top: calc(50% - 23px);
    }


    .hod_box video {
        position: absolute;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
    }
    .hod_box.active .hod_media:after{
        display:none;
         content:'';
      }
    .hod_box.active button.volume_btn {
        display: block;
    }

    .flyer_box >div:first-child {
        padding-left: 11px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    }

    section#optimised_for {
        padding-bottom: 0 !important;
    }
    
    .flyer_box {
        padding-top: 12px;
        padding-left:28px;
        padding-right:28px
    }

    
    .flyer_box .pill {
        /* margin-top: calc(64px - 12px); */
        margin-bottom: 13px;
    }
    .flyer_img_wrap img{
        height: 100%;
        object-fit: contain;
        object-position: bottom;
    }
    
    .flyer_box .h3-3tandai {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 30px;
    } 
    
    .flyer_box >div:first-child {
        padding-left: 18px;
    }
    
    #app-marketing {
        padding-bottom: 60px;
        padding-top: 46px;
        padding-left:26px;
        padding-right:26px;
    }
    section#optimised_for {
        padding-bottom: 0 !important;
    }
    
    .flyer_box .h3-3tandai {
        text-overflow: initial;
        overflow: visible;
        white-space: break-spaces;
    }
    .sec_divider_horizontal {
        margin-left:0;
        margin-right:0;
        margin-top:30px;
        margin-bottom:30px;
    }
    
    .flyer_box > div:last-child {
        display: flex;
        flex: 1;
    }
    .app-store-video {
        aspect-ratio: 4 / 3; 
        height: 214px;
    }
    .app-store-video iframe {border-radius: 10px;}

    section#white_paper .flyer_box {

        background:#fff;
        /* margin-left: 10px; */
        margin: auto;
    }
    .h3-3tandai.increased{
        line-height: 30px;
    }
    .is_hod_row{
        padding:12px
    }
    .row.main_row.is_slider.is_slider_4_2.noArrows.slider_sec_2_video {
        margin: 0;
    }
    .link-primary.download_arrow:after {
        content: ' ';
        width: 20px;
        height: 20px;
        background: url(../virgin-pulse-en_files/vp_images/link_arrow.png);
        display: inline-block;
        background-size: contain;
        vertical-align: middle;
        margin-left: 7px;
    }

    .row.ico_box_rows.main_row > .col:first-child {
        margin-bottom: 20px;
    }
    
    section#trust_badge .main_row.reverse_mobile {
        flex-direction: column-reverse;
    }
    
    section#trust_badge .col {
        text-align: center;
    }
    
    .logo_sec_row {
        justify-content: center;
    }
    
    .row.main_row.logo_sec .col {
        padding-left: 30px !important;
        padding-right: 30px !important;
        margin-bottom: 40px !important;
    }
    .row.main_row.logo_sec .col:last-child,
    .row.main_row.logo_sec .col:last-child .logo_sec_row img{

        margin-bottom: 0px !important;
    }
    .slick-initialized.slick-slider:not(.noArrows) {
        padding-top: 50px !important;
        position: relative;
    }
    
    
    .slick-arrow {
        top: 0 !important;
        right: 0 !important;
    }
    
    .slick-arrow.slick-prev {
        left: 20px !important;
        right: auto !important;
    }
    .slick-list {
        overflow: hidden;
    }
    .col:last-child .flyer_box {
        margin-bottom: 0;
    }
    
    .slick-arrow.slick-next {
        right: 20px !important;
        left: auto !important;
    }
    img.badge {
        margin-bottom: 27px;
    }
    
    img.stars {
        margin-bottom: 13px;
    }
    
    .brandname, .plus {
        margin-bottom: 23px;
    }
    /* section#flyers {
        padding-top: 30px;
    } */
    ul.pointers li{
        background-position: top 7px left;
    }
    section#brand_assets h3 {
        color: #130101;
        font-weight: 500;
    }
    #reviews h3.h1-3tandai.regular {
        margin-top: 23px;
        margin-bottom: 13px;
    }
    .flyer_box{
        border-radius:15px
    }
    

    
}



/* video popup */

.videopopupjs{
    background-color:#000;
    background-color:rgba(0,0,0,0.6);
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:99999;
    text-align: start!important;
}
.videopopupjs--hide{
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: videoPopupJsHide;
    animation-name: videoPopupJsHide;
}
.videopopupjs__close{
    width:30px;
    height:30px;
    cursor:pointer;
    display:block;
    margin-bottom:10px;
    color:rgba(255, 255, 255, 0.59);
}
.videopopupjs__close:after{
    width:30px;
    height:30px;
    display:block;
    text-align:center;
    content:'X';
    font-family:'Verdana';
    border-radius:50%;
    background:#333;
    line-height:2.2;
    font-size:13px;
}
.videopopupjs__close:hover{
    opacity:0.5;
}
.videopopupjs--animation{
    opacity: 0;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: videoPopupJs;
    animation-name: videoPopupJs;
}
.videopopupjs__content{
    margin:0 auto;
    height:100%;
    height:500px;
    width:100%;
    margin-top:5%;
}
.videopopupjs__content iframe{
    width:100%;
    height:100%;
}
.videopopupjs__block--notfound{
    position:absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width:100%;
    height:500px;
    background-color:#fff;
    text-align:center;
    vertical-align: middle;
    line-height: 500px;
    font-family:'Arial';
    font-size:20px;
}
@media(max-width: 768px){
    .videopopupjs__content{
        max-width:90%!important;
    }
}
@-webkit-keyframes videoPopupJs{
    0%{
        opacity: 0;
    }

    100%{
        opacity: 1;
    }
}

@keyframes videoPopupJs{
    0%{
        opacity: 0;
    }

    100%{
        opacity: 1;
    }
}

@-webkit-keyframes videoPopupJsHide{
    0%{
        opacity: 1;
    }

    100%{
        opacity: 0;
    }
}

@keyframes videoPopupJsHide{
    0%{
        opacity: 1;
    }

    100%{
        opacity: 0;
    }
}