/*#region Native*/
/*desktop -css*/
.ivbsGeneral * {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.divVideoStep a:hover {
    color: inherit;
}

.divVideoStep a {
    text-decoration: none !important;
}

.divVideoStep * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ivDescPara {
    display: none;
}
    .ivDescPara.active {
        display: block;
    }

.ivTitlePara {
    display: none;
}
    .ivTitlePara.active {
        display: block;
    }

.ivContainer img {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
}

.ivTrigger {
    background: url(//static.r66net.net/Content/Images/arrow-down.png) right 5px no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
    font-size: 8px;
    line-height: 16px;
    padding-right: 14px;
    cursor: pointer;
    font-weight: 600;
    word-spacing: 2px;
    color: #333;
    float: right;
    min-height: 15px;
}

    .ivTrigger.active {
        background: url(//static.r66net.net/Content/Images/arrow-up.png) right 5px no-repeat;
    }

        .ivTrigger.active + .ivDropDown {
            display: block;
        }

.ivContainer .ivPicto img {
    float: right;
    margin-right: 4px;
    margin-top: 2px;
}

.ivDropDown {
    background: #fff;
    display: none;
    position: absolute;
    z-index: 99999999;
    right: 0;
    top: 15px;
    cursor: pointer;
    padding: 0;
    text-align: right;
}

    .ivDropDown a, .ivDropDown span {
        padding: 5px 10px;
        color: #333 !important;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        line-height: 10px;
        display: block !important;
        cursor: pointer;
        border-bottom: 1px solid #eee;
        outline: 0 none;
        text-decoration: none !important;
        background: #fff;
    }

.ivContainer .ivDropDown a:hover,
.ivContainer .ivDropDown span:hover {
    text-decoration: underline !important;
    background: #fff !important;
}

.ivContainer .ivCookieInfo {
    display: none;
    border: none;
}

    .ivContainer .ivCookieInfo.active {
        display: block;
        position: absolute;
        z-index: 99999;
        top: 0;
        right: 104%;
        padding-right: 10px;
        width: 100%;
        text-align: left;
        width: 200px;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    @media all and (max-width: 800px){
        .ivContainer .ivCookieInfo.active {
            right: 73%;
        }
    }

    .ivAmp.ivContainer .ivCookieInfo.active {
        right: 52%;
    }
    .ivForgetDialog.ivCookieInfo.active {
        top: 20px;
    }
    .ivConfirmCookiesDeleteDialog.ivCookieInfo.active {
        top: 20px;
    }

    .ivThankYouForgetDialog.ivCookieInfo.active {
        top: 20px;
    }

    .ivCookiesDeletedDialog.ivCookieInfo.active {
        top: 20px;
    }

    .ivContainer .ivCookieInfo > div {
        background: #fff;
        padding: 10px;
        width: 200px;
        margin: 0 auto;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #eee;
    }

    .ivContainer .ivCookieInfo img {
        position: absolute;
        top: 5px;
        right: -8px;
        z-index: 99999;
        width: 8px;
        display: block;
    }

    .ivContainer .ivCookieInfo p {
        font-size: 10px !important;
        line-height: 14px !important;
        font-family: Arial, helvetica, sans-serif !important;
        margin: 0 0 4px !important;
        padding: 0 !important;
    }

    .ivContainer .ivCookieInfo a {
        font-size: 10px !important;
        line-height: 12px !important;
        font-family: Arial, helvetica, sans-serif !important;
        text-decoration: none !important;
        color: #f46c0f !important;
        display: block;
        margin-bottom: 2px !important;
        padding: 0;
        border: 0;
    }

        .ivContainer .ivCookieInfo a:hover {
            text-decoration: underline !important;
        }

.ivCookies {
    position: relative;
}

.ivThumbContainer * {
    box-sizing: border-box;
}

.ivThumbContainer {
    overflow: hidden;
    text-align: center;
    border: 1px solid #e6e8eb;
    position: relative;
    margin: 0 auto;
    padding: 0;
    clear: both;
    background: #fff;
    cursor: pointer;
}
.ivbsThumbWrapper{
    position: relative;
    cursor: pointer;
}
.ivVisiInTransition {
    z-index: 1999;
    position: relative;
}

.ivVisiActive {
    z-index: 1999;
    position: relative;
}


.ivStuckBottom {
    position: fixed;
    bottom: 5px;
}

.ivStuckTop {
    position: fixed;
    top: 5px;
}

.ivSticky {
    z-index: 999999;
    width: 100%;
    margin: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.ivAnimTrans {
    -webkit-transition: all 2s ease-out;
    transition: all 1s ease-in-out;
}

.ivStickyClose {
    background: url(//static.r66net.net/Content/Images/btnClose.png);
    background-position: top right;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 5px;
    right: 5px;
    display: none;
}

.ivStuckBottom.ivCanClose .ivStickyClose,.ivStuckTop.ivCanClose .ivStickyClose {
    display: block;
}

.ivStickyCloseTime {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 5px;
    right: 5px;
    display: none;
    color: #fff;
    background: rgba(0,0,0,.33);
    border-radius: 50%;
    justify-content: center;
    text-align: center;
    align-content: center;
    align-items: center;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.ivStuckBottom .ivStickyCloseTime,.ivStuckTop .ivStickyCloseTime {
    display: flex;
}

.ivCanClose .ivStickyCloseTime {
    display: none;
}

#sewebContainer {
    width: 100%;
    height: 100%;
    border: none;
    margin: 0px;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    background-image: url(//static.r66net.net/Content/Images/loading-black.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.ivbsAnchor:hover,
.ivbsAnchor {
    text-decoration: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    position: static !important;
    border: 0 !important;
    opacity: 1 !important;
}

.ivbsAdOptions {
    position: relative;

    font-size: 10px;
    color: black;
    margin: 0 auto;
    line-height: normal;
}

.ivNative .ivbsAdOptions {
    display: none;
}

.ivbsIdentity img {
    height: 16px!important;
    margin-right: 0!important;
    margin-top: 0!important;
    float:right!important;
    margin-left: 3px!important;
    width: auto!important;
}

.ivAmp.tablet-responsive {
    max-width: 350px;
    margin: 0 auto;
    width: 100%;
}

/*mobile css*/
@media screen and (max-width: 760px) {

    .divVideoStep {
        position: relative;
        margin: 10px auto;
        max-width: 1200px !important;
        width: 100% !important;
        clear: both;
    }

        .divVideoStep.tablet-responsive {
            max-width: 480px !important;
        }

    .ivContainer .ivNative img {
        margin: 0;
        border: 0;
        width: 100% !important;
        display: block;
    }

    .divVideoStep #exitVideoAd {
        position: fixed;
        top: 0;
        right: 0;
        background: none;
        width: 100%;
        height: 25%;
        border: 0;
        padding: 0;
        z-index: 999999;
    }

        .divVideoStep #exitVideoAd img {
            width: 7% !important;
            height: auto !important;
            margin: 1%;
            position: absolute;
            top: 0;
            right: 0;
        }

    .divVideoStep #ivbsImageWrap {
        position: relative;
        z-index: 99;
        height: auto;
        background: #fff;
        width: 100%;
    }

        .divVideoStep #ivbsImageWrap.ivbsyt {
            pointer-events: none;
        }

    .divVideoStep #ivbsYtWrapper {
        position: absolute;
        top: 3%;
        left: 1%;
        height: 94%;
        width: 98%;
    }

        .divVideoStep #ivbsYtWrapper.active {
            height: 100%;
            width: 100%;
        }

    .divVideoStep #choices {
        outline: 1px dashed lightgrey;
        padding: 10px 0 10px 10px;
    }

    .divVideoStep iframe {
        z-index: 9999909;
        width: 100% !important;
        height: 100% !important;
    }

    .divVideoStep #map img {
        width: auto !important;
    }


    .ivThumbContainer {
        overflow: hidden;
        text-align: center;
        border: 1px solid #e6e8eb;
        position: relative;
        margin: 0 auto;
        padding: 0;
        clear: both;
        background: #fff;
        cursor: pointer;
    }

    /*=== For the PUBLICITE Menu ===*/
    .ivContainer .ivCookieInfo {
        display: none;
        position: absolute;
        z-index: 99999;
        top: 20px;
        right: 70%;
    }

    .ivCookieInfo.active {
        top: 0;
    }

    .ivContainer .ivCookieInfo.active {
        display: block;
        right: 70%;
        padding-right: 0;
    }

    .ivContainer .ivCookieInfo > div {
        background: #fff;
        padding: 10px;
        width: 190px;
        text-align: left;
        margin: 0 auto;
        position: relative;
        z-index: 9999;
    }

    .ivContainer .ivCookieInfo img {
        position: absolute;
        top: 5px;
        right: -11px;
        z-index: 99999;
        width: 8px;
        display: block;
        width: auto !important;
    }

    .ivContainer .ivCookieInfo p {
        font-size: 10px;
        line-height: 14px;
        font-family: Arial, helvetica, sans-serif !important;
        margin: 0 0 4px !important;
    }

    .ivContainer .ivDropDown .ivCookieInfo a {
        border: 0;
        padding: 0;
        font-size: 10px;
        line-height: 12px;
        font-family: Arial, helvetica, sans-serif !important;
        text-decoration: none;
        color: #f46c0f !important;
        display: block;
    }

    .ivDropDown .ivCookieInfo a + a {
        padding-top: 5px;
    }

    .ivTrigger {
        width: auto !important;
        float: right;
        padding: 4px 14px 4px 0;
        cursor: pointer;
        text-transform: uppercase;
        font-family: Arial, helvetica, sans-serif !important;
        font-size: 8px;
        line-height: 10px;
        font-weight: 600;
        background: url(//static.r66net.net/Content/Images/arrow-down.png) right 6px no-repeat;
        color: #333;
        min-height: 15px;
    }

        .ivTrigger.active {
            background: url(//static.r66net.net/Content/Images/arrow-up.png) right 6px no-repeat;
        }

        .ivTrigger + .ivDropDown {
            background: #fff;
            display: none;
            position: absolute;
            z-index: 999;
            right: 0;
            top: 18px;
            cursor: pointer;
            padding: 0;
            text-align: right;
            min-width: 170px;
        }

    .ivDropDown a, .ivDropDown span {
        padding: 5px 10px;
        color: #333 !important;
        font-family: Arial, helvetica, sans-serif !important;
        font-weight: 400 !important;
        font-size: 10px;
        line-height: 10px;
        display: block !important;
        cursor: pointer;
        border-bottom: 1px solid #eee;
        outline: 0 none;
        text-decoration: none !important;
    }

    .divVideoStep .ivbsAdOptions {
        height: 16px;
        font-size: 10px;
        color: black;
        position: relative;
        float: right;
        margin-bottom: 2px;
    }

    .divVideoStep .ivPicto {
        margin: 3px 4px 0 0;
        float: left;
    }

        .divVideoStep .ivPicto img {
            width: auto !important;
        }

    .ivbsIdentity img {
        width: auto !important;
        display: inline-block !important;
    }
}

/*#endregion Native*/

/* #region ProductsAMP*/

.ivInfeed .ivbsAdOptions {
    display: block;
}

.ivbsGeneral{
    max-width: 530px;
    margin: 0 auto;
}

/* zoom */
#ivbsToggleSound {
    width: 38px !important;
    height: 38px !important;
    z-index: 1000;
    position: absolute;
    right: 5px;
}

    #ivbsToggleSound.ivbsToggleMute {
        background-image: url('//bvt.r66net.net/vi/muted_w.svg');
    }

    #ivbsToggleSound.ivbsToggleUnmute {
        background-image: url('//bvt.r66net.net/vi/unmuted_w.svg');
    }

.ivStuckTop #ivbsToggleSound, .ivStuckBottom #ivbsToggleSound {
    display: none;
}

.ivPlay {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 55%;
    height: 100%;
    transition: all 1s ease-out;
    background-color: #000;
    position: absolute;
    box-sizing: border-box;
}

/* reveal */
.cd-image-container {
    position: relative;
    width: 100.4%;
    margin: 0;
}

    .cd-image-container img {
        display: block;
        width: 100%;
    }

.cd-image-label {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    padding: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}

    .cd-image-label.is-hidden {
        visibility: hidden;
    }

.cd-image-label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-right: 3px solid rgba(255,255,255,0.9);
}

    .cd-resize-img img {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        height: 100% !important;
        width: auto !important;
        max-width: none !important;
    }

    .cd-resize-img .cd-image-label {
        right: auto;
        left: 0;
    }

.cd-resize-img {
    width: 50%;
    -webkit-animation: cd-bounce-in 0.7s;
    -moz-animation: cd-bounce-in 0.7s;
    animation: cd-bounce-in 0.7s;
}

.cd-handle {
    position: absolute;
    height: 44px;
    width: 44px;
    left: 50%;
    top: 50%;
    margin-left: -24px;
    margin-top: -22px;
    border-radius: 50%;
    background: #fff url("//bvt.r66net.net/reveal/cd-arrows-black.png") no-repeat center center;
    cursor: move;
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -moz-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    -o-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
}

    .cd-handle.draggable {
        background-color: #f6f6f6;
    }

.cd-handle {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}
#c {
    max-height: 400px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

#c #mainImg {
    width: 100%;
}

/* STORIES */

.iv-stories .iv-swiper-pagination-bullet{
    height: 5px;
    flex-grow: 1;
    width: auto;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 11px;
    position: relative;
    overflow: hidden;
    opacity: 1;
  }
  .iv-stories .iv-swiper-pagination-bullet span{
  position:absolute;
  left: 0;
  top: 0;
  background: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: transform 0ms linear;
   transform: translateX(-100%);
  color: rgba(255,255,255,0);
  }
  .iv-stories .swiper-pagination{
  width:100%!important;
  }
  .iv-stories .iv-swiper-container-horizontal>.iv-swiper-pagination-bullets,.iv-stories .iv-swiper-pagination-custom,.iv-stories .iv-swiper-pagination-fraction{
    line-height: 16px!important;
    top: 5px;
    left: 0;
    width: 100%;
    display: flex;
    text-align: left;
    padding: 10px;
    height: 16px;
  }
  
  .iv-stories .iv-swiper-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .iv-stories .iv-swiper-container { 
    width: 100%!important; 
    height: 100%!important; 
  } 
  .iv-stories .iv-swiper-slide {
    width: 100%!important;
    height: 100%!important;
    overflow: hidden;
    position: relative;
  }
  
  .iv-stories .video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    overflow: hidden;
    z-index: 11;
  }
  .iv-stories .video-container video {
    position: absolute;
     top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: auto;
    min-width: 100%; 
    min-height: 100%; 
  }
  
  @supports (object-fit: cover) {
    .iv-stories .video-container video {
      top: 0; 
      left: 0;
      width: 100%; 
      height: 100%;
      min-width: initial; 
      min-height: initial;
      transform: initial;
      object-fit: cover;
    }
  }
  
  .iv-stories .iv-swiper-slide{
    visibility: hidden;
  }
  .iv-stories .iv-swiper-slide-active{
    visibility: visible;
  }
  .iv-stories .iv-swiper-lazy-preloader{
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite;
  }
  .iv-stories .iv-swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(//bvt.r66net.net/sliders/load.svg);
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  @keyframes swiper-preloader-spin{
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  #ivSwipeWrap.iv-stories {
    background: #000000d1;
    min-height: -webkit-fill-available;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
	z-index: -22;
    background: none;
    visibility: hidden;
    object-fit: cover;
    opacity: 0;
}
.ivbs-story-open #ivSwipeWrap.iv-stories{
	z-index: 99999999;
    background: #000000d1;
    visibility: visible;
    opacity: 1;
}
  
  #ivSwipeContent {
    position: fixed;
    height: 100vh;
    width: 100vw;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 999999999999999;
  }	
  
  .iv-top-dropshadow{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 999999999999999;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0) 100%); 
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 1%,rgba(0,0,0,0) 100%); 
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 1%,rgba(0,0,0,0) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 ); 
  }
  
  .iv-stories .iv-close-btn{
    position: absolute;
    color: #fff;
    top: 25px;
    right: 5px;
    padding: 15px;
    width: 50px;
    height: 50px;
    z-index: 999;
    opacity: 0.7;
  }
  
  	
.iv-stories #swipe-up-container, 	
.iv-stories .swipe-up-container{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    height: 100px;
    left: 0;
    z-index: 999;
    background: linear-gradient(45deg, #00000052, transparent);
    background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#656565',GradientType=0 );
  }
  	
.iv-stories .swipe-up-btn{
    color: #fff;
    font-size: 16px;
    padding-right: 35px;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 500;
    white-space: nowrap;
  }
  
  	
.iv-stories .swipe-up-arrow, 	
.iv-stories  .swipe-up-arrow:before, 	
.iv-stories .swipe-up-arrow:after{
    position: absolute;
    width: 20px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: rgba(0,0,0,0);
    }
 	
.iv-stories .swipe-up-arrow {
      position: absolute;
      top: 50%;
      right: 0;
      display: block;
      margin-top: -2px;
      margin-left: -15px;
    }
 	
.iv-stories .swipe-up-arrow:after, 	
.iv-stories .swipe-up-arrow:before{
      display: block;
      content: "";
      background-color: rgba(255,255,255,1);
    }
    
    	
.iv-stories .swipe-up-arrow:before {
      transform: rotate(-45deg);
      left: -6px;
    }
    
 	
.iv-stories   .swipe-up-arrow:after {
      transform: rotate(45deg);
      right: -7px;
    }
    .active .swipe-up-arrow:before {
      transform: translate3d(-2px,1px,0) rotate(45deg) scaleX(.7);
    } 
    
    .active .swipe-up-arrow:after {
      transform: translate3d(-3px, -2px,0) rotate(-45deg) scaleX(1.2);
    } 
  
    .ivStoriesStopped .iv-hide{
      opacity: 0;
      transition: opacity 0.5s ease-out;
    }
    .noselect {
      -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none;-ms-user-select: none;
    }
    .iv-stories .ivbsToggleSound {
      width: 35px!important;
      height: 35px!important;
      z-index: 1000;
      position: absolute;
      right: 60px;
      top: 33px;
      opacity: 0.7;
  }
  
  .iv-swiper-desktop{
    display: none;
  }
  .iv-stories .iv-swiper-button-prev,
  .iv-stories .iv-swiper-button-next{
      width: 50%;
      height: 90%;
      position: absolute;
      top: 10%;
      z-index: 1;
      margin: 0;
      background: none;
      -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
  .iv-stories .iv-swiper-button-prev{
      left: 0;
        }
      .iv-stories .iv-swiper-button-next{
      right: 0;
      }
      
  
  @media all and (min-width: 800px){
    .iv-swiper-mobile{
      display: none;
    }
     #ivSwipeContent {
      width: 35vw;
  }
  
  .iv-stories .iv-swiper-button-prev,
  .iv-stories .iv-swiper-button-next{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin: -20px;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
  .iv-stories .iv-swiper-button-prev{
    left: calc(50% - 16.5vw - 55px);
    background: url(//bvt.r66net.net/sliders/left-arrow-w.svg) no-repeat center;
    background-size: cover;
    }
    .iv-stories .iv-swiper-button-next{
    right: calc(50% - 16.5vw - 55px);
    background: url(//bvt.r66net.net/sliders/right-arrow-w.svg) no-repeat center;
    background-size: cover;
    } 
        
  .iv-swiper-desktop{
    display: inline-block;
  }
    span.swipe-up-btn:hover {
      background: #00000030;
  }
  span.swipe-up-btn:active {
      background: #00000055;
  }
  .swipe-up-btn {
      font-size: 17px;
      padding: 3px 10px;
      padding-right: 35px;
      border-radius: 5px;
  }
  .swipe-up-arrow {
      margin-top: -2px;
      margin-right: 11px;
      transform: rotate(90deg);
  }
  
  .swipe-up-arrow, .swipe-up-arrow:before, .swipe-up-arrow:after{
      width: 15px;
  }
  .swipe-up-arrow:before{
      left: -4px;
  }
  .swipe-up-arrow:after{
      right: -5px;
  }
  .active .swipe-up-arrow:before {
      transform: translate3d(7px,3px,0) rotate(-45deg) scaleX(.8);
  }
  .active .swipe-up-arrow:after {
      transform: translate3d(-6px, -9px,0) rotate(45deg) scaleX(1.7);
  }
  }
  @media all and (min-width: 1500px){
    .swipe-up-btn {
      font-size: 23px;
  }
  #ivSwipeContent {
        width: 30vw;
  }
  .iv-swiper-button-prev{
    left: calc(50% - 15vw - 55px);
    }
  .iv-swiper-button-next{
    right: calc(50% - 15vw - 55px);
    } 
  }
  .iv-story-container{
      display: flex;
      width: 100%;
      height: 100%;
      position: absolute;
  }
  .iv-story-infeed{
    position: relative;
    flex-grow: 1;
    border-radius: 12px;
    background-color: #ccc;
    border: 1px solid #eee;
    overflow: hidden;
  }
  .iv-story-infeed-img{
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
  }
  .iv-story-infeed:after{
      content: "";
      position: absolute;
      right: 15px;
      bottom: 15px;
      width: 20px;
      height: 20px;
      background: url(//bvt.r66net.net/sliders/expand-w.svg) no-repeat center;
      z-index: 1;
  }
  .iv-story-infeed .swipe-up-container{
    border-radius: 8px;
    z-index: 1;
  }
  .iv-story-infeed:hover,.iv-story-infeed:hover .swipe-up-container{
    opacity: 0.8;
    border-radius: 0;
   transition: all 0.3s ease-out;
  }
  .iv-story-infeed:hover .iv-story-infeed-img{
     transform: scale(1.05);
    transition: all 0.3s ease-out;
  }
  .iv-story-infeed + .iv-story-infeed{
    margin-left: 10px;
  }
  
  .isInView .iv-story-infeed-img{
   animation: zoom 0.6s ease-out; 
  }
  .isInView .iv-story-infeed{
   animation: border 0.6s ease-out;
   animation-delay: 0.5s;
  }
  
  .isInView .iv-story-infeed + .iv-story-infeed{
    animation-delay: 0.65s;
  }
  
  @keyframes zoom{
    0%{  transform: scale(1);border-radius:0}
    50%{  transform: scale(1.05); border-radius: 8px;}
    100%{  transform: scale(1);border-radius:0}
  }
  @keyframes border{
    0%{  border-radius: 12px;}
    50%{   border-radius: 0px;}
    100%{   border-radius: 12px;}
  }
  .iv-fixed-temp{
    position: fixed!important; 
    overflow: hidden!important; 
    height:100vh;
}
    .iv-fixed-html{
    height:100vh;
    }

  .iv-fixed-temp .ivbsThumbWrapper{
    z-index: 1;
}
  
  .iv-fixed-temp .ivbs-story-open .ivbsThumbWrapper, .iv-fixed-temp .ivbsBoxOpen .ivbsThumbWrapper{
      z-index: 99999999999999999999999;
  }
  
  .video-container.iv-landscape video{
    width: 100%!important;
    height: auto!important;
    transform: translateY(-50%)!important;
    top: 50%!important;
    min-height: auto!important;
    min-width: auto!important;
    object-fit: initial!important;
  }

@media all and (max-width: 760px) {
    .iv-story-container {
        position: absolute;
    }

    .iv-story-infeed + .iv-story-infeed + .iv-story-infeed {
        display: none;
    }
}

.ivbsInnerContainer .ivbsSidebar{
    z-index: 2!important;
}

.right-para{
    z-index: 3!important;
}
.left-para{
    z-index: 2!important;
}

.ivOrangeText {
    color: #f46c0f !important;
}

.ivTextOnInput {
    position: relative;
    margin-top: 7px;
}

.ivTextOnInput label {
    position: absolute;
    top: -5px;
    left: 8px;
    z-index: 1;
    font-size: 8px;
}

.ivTextOnInput label:after {
    content: " ";
    background-color: #fff;
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.ivFormControl {
    box-shadow: none !important;
    height: 1.4rem;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ivTextOnInput input::-webkit-outer-spin-button,
.ivTextOnInput input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ivTextOnInput input[type=number] {
    -moz-appearance: textfield;
}

.ivInvalidUserForm {
    border-color: red !important;
    border: 2px solid;
}

/* Video Seekbar */
.ivbs-seekbar, .ivbs-seekbar > * {
	padding:0;
	margin:0;
}
.ivbs-seekbar {
  overflow: visible;
  background: transparent;
  width: 100%;
  height: 3px;
  position: relative;
  z-index: 2;
}

.ivbs-ignore-area{
  width: 100%;
  height: 15px;
  background: none;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  top: initial;
  right: initial;
  z-index: 999999999999999999999;
}

.ivbs-progress-dot{
    left: 0;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999999999999999999;
    background: #f44336;
    overflow: hidden;
  }

.ivbs-seekbar .ivbs-progress {
  -webkit-appearance: none;
   appearance: none;
	cursor:pointer;
	display:block;
	width:100%;
	height:100%;
	border:none;
	overflow:hidden;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	color:#f44336; /* Internet Explorer uses this value as the progress bar's value colour */
	background-color: #eee;
}

.ivbs-seekbar .ivbs-progress::-moz-progress-bar {
	background-color:#f44336;
}
.ivbs-seekbar .ivbs-progress::-webkit-progress-value {
	background-color:#f44336;
}
.ivbs-seekbar .ivbs-progress::-webkit-progress-bar {
  background-color: #eee;
}

/* video view counter */
span.ivbsViewCountPlaceholder {
    position: absolute;
    bottom: 0;
    left: initial;
    right: 0;
    background: #00000063;
    height: auto;
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    z-index: 2;
    color: #fff;
    border-radius: 3px;
    font-family: 'Open Sans',sans-serif;
    font-size: 10px;
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
    line-height: normal;
    text-align: center;
    border-top-left-radius: 10px;
  }
  
  span.ivbsViewCountText {
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-size: 10px;
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
    line-height: 1em;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    padding: 0;
    margin: 0;
    background: none;
  }


@media screen and (max-width: 760px) {
    
    .divVideoStep img {
        margin: 0;
        border: 0;
        width: 100% !important;
        display: block;
    }

    #ivbsFooter a img {
        height: 16px !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
        float: right !important;
        margin-left: 3px !important;
        width: auto !important;
    }

    .ivbsVideoWrapper {
        clear: both;
    }

    .divVideoStep .ivbsLoader {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        background: url('//static.r66net.net/Content/mobile/loader.gif') 50% 50% no-repeat rgba(255, 255, 255, 0.8);
    }

    .divVideoStep .ivbsVideoWrapper {
        -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 1px 4px rgba(0, 0, 0, .1);
        -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 1px 4px rgba(0, 0, 0, .1);
        box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 1px 4px rgba(0, 0, 0, .1);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        clear: both;
    }

    .divVideoStep .ivbsThumbWrapper {
        position: relative;
        cursor: pointer;
    }

        .divVideoStep .ivbsThumbWrapper > img {
            margin: 0 auto;
            width: 100%;
            display: block;
        }

    .divVideoStep .vsPlayBtn {
        position: absolute;
        left: 10px;
        bottom: 10px;
        display: block;
        width: 61px;
        height: 61px;
        background: url(//bvt.r66net.net/sliders/white_play_button.png) 0 0 no-repeat;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
    }

    @media all and (orientation: landscape) {
        .divVideoStep #exitVideoAd {
            height: 15%;
        }

            .divVideoStep #exitVideoAd img {
                width: 4% !important;
            }

        #btnClosePopupHtmlVideostep {
            height: 4.259%;
            margin: 1.443%;
        }

        .landscapePopup {
            display: block !important;
        }

        .portraitPopup {
            display: none !important;
        }
    }

    @media all and (orientation: portrait) {
        .landscapePopup {
            display: none !important;
        }

        .portraitPopup {
            display: block !important;
        }
    }

    div.ivbsVisual {
        position: relative;
        clear: both;
    }

    .ivCookieInfo {
        display: none;
        position: absolute;
        z-index: 99999;
        top: 0px;
        right: 76%;
        border: 1px solid #eee;
    }

    .ivCookieInfoO.ivCookieInfo, .ivForgetDialog.ivCookieInfo {
        top: 20px;
    }

    @media all and (max-width: 359px) {
        .ivCookieInfo > div {
            width: 155px;
        }
    }

    .iv-stories .video-container > video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    /* 1. No object-fit support: */
    @media (min-aspect-ratio: 16/9) {
        .iv-stories .video-container > video {
            height: 300%;
            top: -100%;
        }
    }

    @media (max-aspect-ratio: 16/9) {
        .iv-stories .video-container > video {
            width: 300%;
            left: -100%;
        }
    }
    /* 2. If supporting object-fit, overriding (1): */
    @supports (object-fit: cover) {
        .iv-stories .video-container > video {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}

/* VideoBlur */
.ivbsCanvasBg, .ivbsCanvasOverlay{
    width: 100%;
    height: 100%;
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
  }
   
  @media screen and (-webkit-min-device-pixel-ratio:0) { 
   .ivbs-ios.ivbsCanvasBg{
      filter: blur(var(--videoBlur));
      scale: var(--scaleBlur);
    }
  }

  /* text truncation */
  
  .ivbsTextTruncate {
    display: -webkit-box;
    -webkit-line-clamp: var(--iv-line-clamp, 1);
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

/* scroll block / video optimizer */

.iv-scroll-block {
    height: 100%;
    overflow: hidden;
}

.iv-booster-disclaimer {
    align-items: center;
    animation: showDisclaimer .5s forwards 1 ease;
    backdrop-filter: blur(8px);
    background: linear-gradient(45deg, hsl(0deg 86% 45% / 90%), hsl(19deg 100% 50% / 90%));
    border-radius: 12px;
    display: flex;
    gap: 10px;
    height: auto;
    left: 50%;
    opacity: 0;
    padding: 12px 40px 12px 16px;
    position: absolute;
    top: 0;
    transform: translate(-50%, -40px);
    width: max-content;
    z-index: 99999;
}

.iv-prepare-unblock .iv-booster-disclaimer {
    animation: hideDisclaimer 1s forwards 1 ease-in;
}

@keyframes showDisclaimer {
    from {
        opacity: 0;
        transform: translate(-50%, -40px) scale(.95);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -14px) scale(1);
    }
}

@keyframes hideDisclaimer {
    0%,
    50% {
        opacity: 1;
        transform: translate(-50%, -14px) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -40px) scale(.95);
    }
}

/* scroll block timer */

.iv-disclaimer-timer-container {
    --border-width: 2px;
    --radius: 8px;

    align-items: center;
    border: var(--border-width) solid transparent;
    border-radius: var(--radius);
    display: flex;
    height: 24px;
    justify-content: center;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
}

.iv-disclaimer-timer-container::before {
    animation: animateBorder var(--block-time) linear 1 forwards;
    background-image: conic-gradient(from 0deg, hsl(0 0% 100% / 25%), hsl(0 0% 100% / 25%) var(--pcg, 0%), hsl(0 0% 100% / 100%) var(--pcg, 0%), hsl(0 0% 100% / 100%) 100%);
    background-origin: border-box;
    border: inherit;
    border-radius: inherit;
    content: " ";
    inset: calc(var(--border-width) * -1);
    mask: linear-gradient(black, black),
        linear-gradient(black, black);
    -webkit-mask: linear-gradient(black, black),
        linear-gradient(black, black);
    mask-clip: content-box, border-box;
    -webkit-mask-clip: content-box, border-box;
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    position: absolute;
    z-index: -1;
}

@property --pcg {
    syntax: "<percentage>";
    inherits: true;
    initial-value: 0%;
}

@keyframes animateBorder {
    from {
        --pcg: 0%;
    }

    to {
        --pcg: 100%;
    }
}

/* AutoScale feature */

@media screen and (max-width: 420px) {
  .ivbsGeneral.ivbsAutoScale {
    margin: 0 auto;
  }
}

.ivbsGeneral.ivbsAutoScale .ivThumbContainer {
  border: none;
  height: auto;
  visibility: hidden;
}

.ivbsGeneral.ivbsAutoScale .ivSticky {
  height: var(--iv-sticky-height, 245px);
  transition: none;
}

.ivbsGeneral.ivbsAutoScale .ivPlay {
  background-color: #fff;
  height: var(--iv-sticky-height, auto);
}

.ivbsGeneral.ivbsAutoScale .videoWrap {
  height: var(--iv-sticky-height, auto);
}

.ivbsGeneral.ivbsAutoScale .ivbsDescription {
  border: 1px solid #eee;
}

/* #endregion ProductsAMP */
