body {
  --familyLeague: "League Spartan", Arial, "Microsoft Yahei", sans-serif; }

.to_more {
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
  color: #006CFF;
  font: 400 18px/1.2 var(--familyLeague);
  text-decoration: underline; }
  .to_more:hover {
    color: #025fe1; }

.setting_title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  font: bold 32px/1.5 var(--familyLeague);
  color: #1F1E24; }

.setting_man::before, .setting_man::after {
  position: absolute;
  left: 0;
  right: 0;
  top: -128px;
  width: 128px;
  height: 128px;
  margin: 0px auto; }
.setting_man::before {
  background: url(../../xmasvpnsale/tree01.png) center center no-repeat; }
.setting_man::after {
  display: none; }

.time_cont:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -20px;
  width: 47px;
  height: 51px;
  background: url(../clock.png) center center no-repeat;
  animation: 3s clock_swing 1.5s ease infinite; }
@keyframes clock_swing {
  5% {
    transform: rotate(15deg); }
  10% {
    transform: rotate(-10deg); }
  15% {
    transform: rotate(5deg); }
  20% {
    transform: rotate(-5deg); }
  25% {
    transform: rotate(0); }
  35% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  45% {
    transform: rotate(5deg); }
  50% {
    transform: rotate(-5deg); }
  55% {
    transform: rotate(0); }
  100% {
    transform: rotate(0); } }
.time_countdown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 6px;
  padding-top: 4px;
  height: 42px;
  background: #FFC2C2;
  width: 100%;
  font: 400 16px/1.5 var(--familyLeague);
  color: #000; }
  .time_countdown b,
  .time_countdown span {
    display: inline-block;
    font: 700 16px/1.5 var(--familyLeague);
    color: #CE0000;
    font-variant-numeric: tabular-nums; }
  .time_countdown .t_mi {
    min-width: 30px; }
  .time_countdown.time_absolute {
    position: absolute;
    top: -42px;
    left: 0;
    right: 0;
    z-index: 10; }
  .time_countdown .time_clock {
    display: block;
    flex-shrink: 0;
    margin-top: -8px;
    animation: 3s clock_swing 1.5s ease infinite; }

.off_tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2px 10px 0;
  height: 22px;
  width: fit-content;
  font: 500 16px/1.2 var(--familyLeague);
  color: #FFF;
  background: #00A51C;
  border-radius: 2px; }

.sale_main {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.unlock_point {
  --numberColor: #01B95D; }

.tag_only {
  top: -8px;
  right: -12px;
  font-style: italic;
  letter-spacing: 0.12px;
  background: none;
  border: none; }
  .tag_only::before {
    right: -12px;
    bottom: -18px;
    border: none;
    width: 131px;
    height: 46px;
    background: url(./tag_only.png) center center no-repeat; }
  .tag_only::after {
    display: none; }
  .tag_only em {
    display: inline-block;
    transform: translateX(-5px);
    position: relative;
    z-index: 1; }

.isrsummer-pop {
  position: fixed;
  width: 586px;
  height: 316px;
  left: 0;
  right: 0;
  top: -160px;
  bottom: 0;
  margin: auto;
  transform: scale(0);
  z-index: -999;
  transition: all .3s ease-out; }
  .isrsummer-pop.on {
    transform: scale(1);
    z-index: 10000;
    opacity: 1; }
  .isrsummer-pop h2 {
    position: relative;
    z-index: 999;
    margin-top: -32px;
    text-align: center;
    font: 600 32px/64px Pacifico;
    filter: drop-shadow(0px 0px 6px #DB250052) drop-shadow(0px 0px 0px #DB250052) drop-shadow(0px 0px 0px #DB250052) drop-shadow(0px 0px 0px #DB250052) drop-shadow(0px 0px 0px #DB250052); }
    .isrsummer-pop h2::after {
      content: attr(data-text);
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      z-index: -1;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke: 6px #FFF;
      text-shadow: none; }
    .isrsummer-pop h2::before {
      content: attr(data-text);
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      top: 0;
      z-index: 2;
      display: block;
      font: inherit;
      background: #FF2F6E;
      -webkit-background-clip: text;
      color: transparent;
      text-align: center; }
  .isrsummer-pop h3 {
    position: relative;
    z-index: 99;
    margin-top: 10px;
    text-align: center;
    font: normal normal 600 20px/22px League Spartan;
    color: #232323; }
  .isrsummer-pop p {
    text-align: center;
    color: #898989;
    font: normal normal normal 14px/16px League Spartan; }
  .isrsummer-pop > img {
    display: block;
    margin: 15px auto 0px; }
  .isrsummer-pop .xmas-close {
    display: block;
    position: absolute;
    width: 33px;
    height: 33px;
    right: -47px;
    z-index: 6;
    top: -26px;
    opacity: 0.6;
    cursor: pointer; }
  .isrsummer-pop .xmas-close:hover {
    opacity: 1; }
  .isrsummer-pop .pop_cont {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: block; }
    .isrsummer-pop .pop_cont p {
      padding-top: 150px; }
    .isrsummer-pop .pop_cont .text {
      position: absolute;
      color: #C80002;
      width: 100%;
      top: 60px;
      text-align: center;
      font: normal normal normal 30px/41px Oleo Script; }
      .isrsummer-pop .pop_cont .text span {
        display: inline-block;
        width: 130px; }
  .isrsummer-pop .off_number {
    display: block;
    position: absolute;
    left: 264px;
    top: 58px;
    color: #FF0003;
    font-weight: 700;
    font-size: 40px;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    text-align: center; }
  .isrsummer-pop .off_number div {
    color: inherit;
    font: inherit; }
  .isrsummer-pop .off_number_box.on {
    animation: zoomTop 3s forwards;
    animation-timing-function: ease-in;
    transform-origin: center center;
    transition: all 0.3s ease; }
@keyframes zoomTop {
  0% {
    transform: translateY(0px); }
  20% {
    transform: translateY(-56px); }
  40% {
    transform: translateY(-112px); }
  100% {
    transform: translateY(-168px); } }
  .isrsummer-pop .pop_pic {
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover; }
  .isrsummer-pop .off_number span {
    display: block;
    width: 70px;
    height: 56px;
    color: inherit;
    font: inherit;
    font-weight: bold; }
  .isrsummer-pop .buybtn.comm-popup-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 86px;
    z-index: 5;
    margin: 0 auto;
    min-width: 0;
    max-width: none;
    width: 282px;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
    outline: 4px solid #FF77002B;
    cursor: pointer;
    box-shadow: inset 7px 6px 20px #FF9900, 0px 5px 15px #FF9A4D;
    outline: 4px solid #FF77002B;
    background: transparent linear-gradient(101deg, #F60000 0%, #FF0090 100%) 0% 0% no-repeat padding-box;
    border-radius: 6px;
    border: none;
    color: #fff; }
    .isrsummer-pop .buybtn.comm-popup-btn:hover {
      background: #FF0090; }
  .isrsummer-pop .buybtn.comm-popup-btn em {
    display: inline-block;
    padding-left: 2px;
    font-style: normal; }
  .isrsummer-pop .comm-second {
    padding-left: 2px; }

.bfvpndeal .banner .message .box.active-box .box_main {
  height: 100%; }

.sale_feature .feature_screen.screen_man::before {
  width: 507px;
  height: 413px;
  top: -3px;
  left: -105px;
  background: url(heart_top.png); }
.sale_feature .feature_box.box_red::before {
  display: none; }
.sale_feature .fea_extra.red_extra {
  display: none;
  background: url(./extra_bg_red.png) center center/contain no-repeat; }
.sale_feature .fea_tag.red_tag::before {
  width: 58px;
  height: 73px;
  z-index: -1;
  left: -31px;
  background: url(./fea_gift_green.png) center center no-repeat; }
.sale_feature .fea_tag.red_tag {
  background: none; }
.sale_feature .fea_tag.red_tag b {
  font-size: 24px;
  font-family: Oleo Script;
  filter: drop-shadow(0px 0px 6px #DB250052) drop-shadow(0px 0px 0px #DB250052) drop-shadow(0px 0px 0px #DB250052) drop-shadow(0px 0px 0px #DB250052) drop-shadow(0px 0px 0px #DB250052); }
  .sale_feature .fea_tag.red_tag b::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    z-index: -1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 4px #FFF;
    text-shadow: none; }
  .sale_feature .fea_tag.red_tag b::before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: block;
    font: inherit;
    background-image: linear-gradient(180deg, #FA2D3B 0%, #B025E1 100%);
    -webkit-background-clip: text;
    color: transparent;
    text-align: center; }

.exp.bfvpndeal .banner .message .box.active-box .off_tag {
  justify-content: flex-end;
  padding-right: 26px; }

.bfvpnlow {
  background: url(./bottom_bg.jpg) center 90% no-repeat; }
  .bfvpnlow .review-tabs .tab_cnt ._tech .tech_tab,
  .bfvpnlow .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt {
    background: #FFF; }
  .bfvpnlow .box_sold {
    display: inline-block;
    padding: 0 2px; }
  .bfvpnlow .banner {
    height: 1062px;
    background: url(./banner_bg.jpg) center center no-repeat; }
    .bfvpnlow .banner .title {
      padding-top: 28px;
      position: relative; }
      .bfvpnlow .banner .title img {
        margin-top: -12px;
        margin-left: 0; }
      .bfvpnlow .banner .title h1 {
        position: relative;
        z-index: 1;
        margin-top: 2px;
        font-size: 20px; }
        .bfvpnlow .banner .title h1 span {
          color: #FFF700; }
      .bfvpnlow .banner .title::before {
        content: '';
        display: block;
        position: absolute;
        top: -15px;
        left: 8%;
        z-index: 0;
        width: 213px;
        height: 202px;
        background: url(../../xmasvpnsale/xmas_box.png) center center no-repeat; }
      .bfvpnlow .banner .title.sold::before {
        background: url(./sold_title.png) center center no-repeat; }
    .bfvpnlow .banner .message {
      margin-top: 60px;
      padding: 0;
      justify-content: center;
      gap: 30px; }
      .bfvpnlow .banner .message .box {
        background: #FBFBFB; }
        .bfvpnlow .banner .message .box.free {
          background: #FBFBFB; }
        .bfvpnlow .banner .message .box.active-box {
          width: 450px;
          height: 632px; }
          .bfvpnlow .banner .message .box.active-box h3 {
            padding-bottom: 52px; }
          .bfvpnlow .banner .message .box.active-box h4 strong {
            font-size: 44px; }
          .bfvpnlow .banner .message .box.active-box .box_main {
            padding-top: 60px; }
          .bfvpnlow .banner .message .box.active-box::after {
            width: 468px;
            height: 620px;
            bottom: -30px;
            left: -9px;
            background: #01B95D;
            box-shadow: 0px 8px 18px #B92427; }
          .bfvpnlow .banner .message .box.active-box .buybtn {
            margin-top: 36px; }
        .bfvpnlow .banner .message .box .ext_price.on {
          opacity: 0; }
        .bfvpnlow .banner .message .box .buybtn.ext::after {
          content: attr(data-text);
          padding: 0 6px;
          width: auto;
          color: #fff;
          background: #00B43C; }
  .bfvpnlow .feature {
    padding-top: 40px; }
  .bfvpnlow .table-box {
    padding-top: 130px; }
    .bfvpnlow .table-box .table_cont ul li span.grey-no {
      background: url(../../xmasvpnsale/b_no.png) center center no-repeat; }
    .bfvpnlow .table-box .table_cont ul li span.red-yes {
      background: url(../../xmasvpnsale/w_yes.png) center center no-repeat; }
    .bfvpnlow .table-box .table_cont .table_c {
      box-shadow: 0px 6px 10px #FFC9BF96;
      border-radius: 0 0 12px 12px; }
      .bfvpnlow .table-box .table_cont .table_c .li_title {
        color: #130000;
        background: #FFF4F2; }
      .bfvpnlow .table-box .table_cont .table_c ul {
        background: #FFF; }
        .bfvpnlow .table-box .table_cont .table_c ul li {
          border-color: rgba(220, 42, 46, 0.12);
          background: #FFF; }
    .bfvpnlow .table-box .table_cont .table_r {
      background: #FFF;
      box-shadow: 0px 10px 20px #FF6E5396;
      border-radius: 12px; }
      .bfvpnlow .table-box .table_cont .table_r ul {
        background: #FFF; }
        .bfvpnlow .table-box .table_cont .table_r ul li {
          border-color: rgba(220, 42, 46, 0.12);
          color: #DC2A2E;
          font-weight: 600;
          background: #FFF; }
  .bfvpnlow .footer {
    background: none; }
  .bfvpnlow .fea_free {
    top: 66px;
    left: 106px; }
  .bfvpnlow.soldout .fea_free {
    top: 76px;
    left: 86px; }
  .bfvpnlow .bottom-buy {
    padding: 0;
    margin: 0 auto;
    height: 156px;
    background: url(./float_bg.jpg) center center no-repeat; }
    .bfvpnlow .bottom-buy.on {
      z-index: 99; }
    .bfvpnlow .bottom-buy .off {
      position: relative; }
      .bfvpnlow .bottom-buy .off > img {
        margin-left: -36px;
        margin-top: 15px; }
      .bfvpnlow .bottom-buy .off .fea_extra {
        top: 12px;
        right: auto;
        left: -10px;
        transform: rotate(25deg); }
    .bfvpnlow .bottom-buy .bottom_tile {
      color: #000000; }
      .bfvpnlow .bottom-buy .bottom_tile b {
        color: #FF1D7D; }
    .bfvpnlow .bottom-buy h3 .progress_bar {
      background: #FAFAFA;
      border: 1px solid rgba(255, 255, 255, 0.18); }
      .bfvpnlow .bottom-buy h3 .progress_bar .progress_barbg {
        background: transparent linear-gradient(270deg, #FFCC00 0%, #E80005 100%) 0% 0% no-repeat padding-box; }
      .bfvpnlow .bottom-buy h3 .progress_bar p {
        color: #3A3A3A;
        font-weight: 500; }
      .bfvpnlow .bottom-buy h3 .progress_bar .pb_titme .countdown .scroll-tick strong,
      .bfvpnlow .bottom-buy h3 .progress_bar .pb_titme .countdown .scroll-tick span {
        color: #FF0000; }
    .bfvpnlow .bottom-buy .right-message .price del {
      position: relative;
      display: inline-block;
      color: #E8E3E3;
      text-decoration: none; }
      .bfvpnlow .bottom-buy .right-message .price del::after {
        display: block;
        position: absolute;
        top: -3px;
        left: 0px;
        width: 44px;
        height: 21px;
        background: url(../../xmasvpnsale/del_b.png) center center/cover no-repeat; }
    .bfvpnlow .bottom-buy .right-message .buybtn {
      margin-top: 5px;
      box-shadow: none;
      font: bold 16px/1.5 Lexend;
      letter-spacing: 0.32px;
      color: #FFF;
      background: transparent linear-gradient(102deg, #2FE536 0%, #0CB70C 100%) 0% 0% no-repeat padding-box;
      border: 2px solid #FFF; }
      .bfvpnlow .bottom-buy .right-message .buybtn:hover {
        color: #FFF;
        border: 2px solid #FFF;
        background: #2FE536;
        box-shadow: none; }

.vpn2 {
  padding-bottom: 0 !important; }
  .vpn2 .fea_free {
    top: 76px; }
  .vpn2.soldout .fea_free {
    left: 86px; }
  .vpn2.soldout .common-off.tag-off .off-inner strong {
    display: none; }
    .vpn2.soldout .common-off.tag-off .off-inner strong[data-type="sold"] {
      margin-top: 24px;
      display: block !important; }
  .vpn2 .ab-offer.offer-c .ab-item.ab-active .ab-head p {
    font: inherit;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 400; }
  .vpn2 .buybtn {
    outline: none !important; }
    .vpn2 .buybtn:hover {
      outline: none; }
  .vpn2 .price-billed span {
    position: relative;
    padding-left: 5px; }
    .vpn2 .price-billed span::after {
      content: "";
      position: absolute;
      display: block;
      width: 58px;
      height: 8px;
      background: url(../../bfvpnsale/banner_del.png) center no-repeat;
      left: 0px;
      top: 2px; }
  .vpn2 .banner .buybtn {
    min-width: 250px;
    border-radius: 0;
    font-size: 18px;
    color: #eba000;
    border: none;
    outline: 4px solid #ffcc5e !important; }
    .vpn2 .banner .buybtn:hover {
      border: none;
      outline: 4px solid #FF77002B !important; }
    .vpn2 .banner .buybtn.btn-red {
      color: #fff;
      background: transparent linear-gradient(90deg, #F60000 0%, #FF0060 100%) 0% 0% no-repeat padding-box;
      box-shadow: 0px 5px 15px #FF9A4D;
      outline: 4px solid #FF77002B !important; }
      .vpn2 .banner .buybtn.btn-red:hover {
        outline: 4px solid #FF77002B;
        border: none;
        background: transparent linear-gradient(99deg, #FF6A01 0%, #FF0060 100%) 0% 0% no-repeat padding-box;
        box-shadow: inset 7px 6px 20px #FFD704, 0px 5px 15px #FF9A4D; }
  .vpn2 .banner .title::before {
    display: none; }
  .vpn2 .banner .buybtn.ext {
    position: relative; }
    .vpn2 .banner .buybtn.ext::after {
      display: block;
      position: absolute;
      height: 16px;
      line-height: 19px;
      text-align: center;
      font-size: 12px;
      font-weight: 600;
      border: 1px solid transparent;
      border-radius: 5px 5px 0px 0px;
      right: 25px;
      top: -18px;
      content: attr(data-text);
      padding: 0 6px;
      width: auto;
      color: #fff;
      background: #00B43C; }
  .vpn2 .banner-bottom .offer-left {
    position: relative; }
    .vpn2 .banner-bottom .offer-left::after {
      content: '';
      display: block;
      position: absolute;
      left: 0px;
      top: 80px;
      z-index: 0;
      width: 38px;
      height: 78px;
      background: url(./crutch.png) center center no-repeat; }
  .vpn2 .ab-offer.offer-c .ab-item.ab-active .price-sale {
    font-size: 28px; }
    .vpn2 .ab-offer.offer-c .ab-item.ab-active .price-sale big {
      font-size: 56px; }
  .vpn2 .ab-offer.offer-c .ab-name {
    padding: 0px 0 26px; }
  .vpn2 .ab-offer.offer-c .ab-item.ab-active .ab-name {
    padding: 22px 0 10px; }
  .vpn2 .ab-offer.offer-c .ab-item.ab-active .price-billed {
    padding-top: 10px;
    padding-bottom: 28px; }
  .vpn2 .ab-offer.offer-c .price-billed {
    padding-top: 20px;
    padding-bottom: 28px; }
  .vpn2 .banner-bottom .offer-left .left-pic::before {
    top: -22px;
    left: 24px;
    width: 74px;
    height: 43px;
    background: url(../showman.png) no-repeat; }
  .vpn2 .banner-bottom .offer-left .left-pic::after {
    bottom: 22px;
    left: 90px;
    width: 54px;
    height: 59px;
    background: url(../fea_gift_green.png) no-repeat; }

.vpneaster .table-box h2::after,
.vpneaster .feature h2::after {
  display: none; }

.bfvpndeal.vpnbfspecial::after {
  width: 100%;
  height: 283px;
  background: url(../../bfvpndeal/pament_bg.png) top center no-repeat; }
.bfvpndeal.vpnbfspecial .banner .message .box .buybtn.ext:after {
  content: "5% DTO.";
  display: block;
  width: 70px;
  border-radius: 6px 6px 0 0;
  height: 12px;
  background-color: #00A51C;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 14px;
  position: absolute;
  top: -12px;
  right: 4px;
  left: auto; }
.bfvpndeal.vpnbfspecial .bottom-buy h3 {
  display: block; }
.bfvpndeal.vpnbfspecial .footer {
  padding-top: 0; }
.bfvpndeal.vpnbfspecial .table-box .table_cont .table_l ul li {
  text-align: left; }
.bfvpndeal.vpnbfspecial .table-box .table_cont .table_r .li_title {
  border-radius: 4px 4px 0px 0px;
  font-size: 20px;
  color: #fff;
  height: 111px;
  line-height: 50px;
  background: #E0041E; }
.bfvpndeal.vpnbfspecial .table-box .table_cont .table_r::before {
  content: "";
  display: block;
  width: 117px;
  height: 72px;
  background: url(../../bfvpndeal/vip-logo.png) center no-repeat;
  position: absolute;
  top: -52px;
  left: 0;
  right: 0;
  margin: 0px auto; }
.bfvpndeal.vpnbfspecial .banner {
  height: auto;
  padding-bottom: 90px;
  background: url(./banner_green_bg.jpg) center top no-repeat; }
  .bfvpndeal.vpnbfspecial .banner .title b {
    color: #FFCC00;
    font: inherit; }
  .bfvpndeal.vpnbfspecial .banner .title span {
    color: #fff !important;
    text-shadow: 0px 3px 6px #FF8383; }
  .bfvpndeal.vpnbfspecial .banner .title b {
    margin: 0 4px;
    position: relative;
    display: inline-block;
    position: relative;
    z-index: 0;
    text-align: center;
    font: 600 32px/1 Barlow;
    filter: drop-shadow(0px 0px 6px #DB250052) drop-shadow(0px 0px 0px #DB250052) drop-shadow(0px 0px 0px #DB250052) drop-shadow(0px 0px 0px #DB250052) drop-shadow(0px 0px 0px #DB250052); }
    .bfvpndeal.vpnbfspecial .banner .title b::after {
      content: attr(data-text);
      position: absolute;
      left: 0;
      z-index: -1;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke: 4px #FFF;
      text-shadow: none; }
    .bfvpndeal.vpnbfspecial .banner .title b::before {
      content: attr(data-text);
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2;
      display: block;
      font: inherit;
      background-image: linear-gradient(180deg, #FA2D3B 0%, #B025E1 100%);
      -webkit-background-clip: text;
      color: transparent;
      text-align: center; }
  .bfvpndeal.vpnbfspecial .banner .title h1 {
    color: #2C2C2C;
    background: none;
    height: auto; }
  .bfvpndeal.vpnbfspecial .banner .title::after {
    width: 114px;
    height: 114px;
    background: url(ied/heart.png) center center no-repeat;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    top: 3px; }
  .bfvpndeal.vpnbfspecial .banner .message .box.active-box .off_tag {
    position: relative;
    padding-left: 0px;
    justify-content: center; }
    .bfvpndeal.vpnbfspecial .banner .message .box.active-box .off_tag::after {
      content: '';
      display: block;
      position: absolute;
      left: -18px;
      top: -45px;
      width: 51px;
      height: 35px;
      z-index: 0;
      background: url(candy.png) center center no-repeat; }
  .bfvpndeal.vpnbfspecial .banner .banner_icons li p {
    font: 500 16px/1.5 var(--familyLeague);
    color: #FF0000; }
  .bfvpndeal.vpnbfspecial .banner .message .box {
    text-align: center; }
    .bfvpndeal.vpnbfspecial .banner .message .box.active-box .box_main {
      padding-top: 18px; }
    .bfvpndeal.vpnbfspecial .banner .message .box.active-box h3 {
      padding-bottom: 0;
      margin: 28px 0 33px;
      gap: 5px; }
    .bfvpndeal.vpnbfspecial .banner .message .box.active-box .off_tag {
      padding-left: 8px;
      padding-right: 8px; }
    .bfvpndeal.vpnbfspecial .banner .message .box.active-box .demarcation {
      background: none; }
      .bfvpndeal.vpnbfspecial .banner .message .box.active-box .demarcation .demarcation_line {
        background: #1B1C21; }
      .bfvpndeal.vpnbfspecial .banner .message .box.active-box .demarcation::after {
        border: none;
        background: #E19393; }
    .bfvpndeal.vpnbfspecial .banner .message .box .demarcation {
      margin-bottom: 44px;
      position: relative;
      width: auto;
      max-width: 100%;
      text-align: center;
      height: auto;
      background: none;
      border-radius: 0; }
      .bfvpndeal.vpnbfspecial .banner .message .box .demarcation .demarcation_line {
        position: relative;
        z-index: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0 30px;
        height: 26px;
        background: #8F8F8F;
        border-radius: 9999px;
        font: 500 16px/1.2 var(--familyLeague);
        color: #FFF; }
      .bfvpndeal.vpnbfspecial .banner .message .box .demarcation::after {
        content: '';
        display: block;
        position: absolute;
        margin: 0 auto;
        top: 50%;
        left: 0;
        border: none;
        background: #B1B1B1;
        transform: translateY(-50%);
        z-index: 0;
        width: 100%;
        height: 1px; }
.bfvpndeal.vpnbfspecial.soldout .banner .message {
  margin-top: 40px; }
.bfvpndeal.vpnbfspecial .table-box {
  padding-top: 90px; }
  .bfvpndeal.vpnbfspecial .table-box .table_cont .table_c {
    box-shadow: 0px 6px 10px #FFC9BF96;
    border-radius: 0 0 12px 12px; }
    .bfvpndeal.vpnbfspecial .table-box .table_cont .table_c .li_title {
      color: #130000;
      background: #FFF4F2; }
    .bfvpndeal.vpnbfspecial .table-box .table_cont .table_c ul {
      background: #FFF; }
      .bfvpndeal.vpnbfspecial .table-box .table_cont .table_c ul li {
        border-color: rgba(220, 42, 46, 0.12);
        background: #FFF; }
  .bfvpndeal.vpnbfspecial .table-box .table_cont .table_r {
    background: #FFF;
    box-shadow: 0px 10px 20px #FF6E5396;
    border-radius: 12px;
    padding: 0px; }
    .bfvpndeal.vpnbfspecial .table-box .table_cont .table_r ul {
      background: #BB2121; }
      .bfvpndeal.vpnbfspecial .table-box .table_cont .table_r ul li {
        border-color: #D56C6C;
        color: #FFF;
        font-weight: 600;
        background: #BB2121; }
.bfvpndeal.vpnbfspecial.soldout .bottom-buy .off > img {
  margin-left: 0px;
  margin-top: -8px; }
.bfvpndeal.vpnbfspecial.soldout .bottom-buy .off .fea_free {
  top: 56px;
  left: 145px; }
.bfvpndeal.vpnbfspecial .bottom-buy {
  padding: 15px 0 0;
  margin: 0 auto;
  height: 175px;
  background: url(./bottom.png) center center no-repeat; }
  .bfvpndeal.vpnbfspecial .bottom-buy .time_countdown {
    background: none;
    color: #000; }
    .bfvpndeal.vpnbfspecial .bottom-buy .time_countdown .time_clock path {
      fill: #FF1D7D !important; }
    .bfvpndeal.vpnbfspecial .bottom-buy .time_countdown b {
      color: #FF1717; }
    .bfvpndeal.vpnbfspecial .bottom-buy .time_countdown span {
      color: #FF1717 !important;
      font-size: 16px !important;
      background: none;
      padding-left: 0px;
      margin-left: 0px; }
  .bfvpndeal.vpnbfspecial .bottom-buy .off {
    position: relative; }
    .bfvpndeal.vpnbfspecial .bottom-buy .off > img {
      margin-left: 20px;
      margin-top: -10px; }
    .bfvpndeal.vpnbfspecial .bottom-buy .off .fea_extra {
      top: 12px;
      right: auto;
      left: 0px;
      transform: rotate(25deg); }
      .bfvpndeal.vpnbfspecial .bottom-buy .off .fea_extra b {
        padding-left: 4px; }
        .bfvpndeal.vpnbfspecial .bottom-buy .off .fea_extra b:last-child {
          padding-left: 8px; }
    .bfvpndeal.vpnbfspecial .bottom-buy .off .fea_free {
      top: 50px;
      left: 185px; }
      .bfvpndeal.vpnbfspecial .bottom-buy .off .fea_free b:after {
        -webkit-text-stroke: 8px #fff; }
      .bfvpndeal.vpnbfspecial .bottom-buy .off .fea_free b:before {
        background-image: linear-gradient(288deg, #B025E1 0%, #FF2E2E 100%); }
  .bfvpndeal.vpnbfspecial .bottom-buy .bottom_tile {
    color: #000000; }
    .bfvpndeal.vpnbfspecial .bottom-buy .bottom_tile b {
      color: #FF1D7D; }
  .bfvpndeal.vpnbfspecial .bottom-buy .right-message .price {
    color: #000; }
  .bfvpndeal.vpnbfspecial .bottom-buy .right-message .price del {
    position: relative;
    display: inline-block;
    color: #8D8D8D; }
  .bfvpndeal.vpnbfspecial .bottom-buy .right-message .buybtn {
    position: relative;
    margin-top: 5px;
    font: bold 18px/1.5 var(--familyLeague);
    letter-spacing: 0.32px;
    color: #FFF;
    background: #FF0000;
    box-shadow: 0px 5px 15px #FF9A4D;
    outline: solid rgba(255, 199, 0, 0.2) 4px;
    border-radius: 5px; }
    .bfvpndeal.vpnbfspecial .bottom-buy .right-message .buybtn:hover {
      color: #FFF;
      background: #FF4747 0% 0% no-repeat padding-box;
      box-shadow: 0px 5px 15px #FF9A4D; }

.bfvpnlowext .ext-pop {
  width: 627px;
  height: 431px;
  background: url(./ext_popbg.png) center center no-repeat; }
  .bfvpnlowext .ext-pop .pop_cont {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    margin-top: 0px;
    height: 100%; }
    .bfvpnlowext .ext-pop .pop_cont .title_info {
      height: auto;
      width: 100%;
      text-indent: 0px;
      background: none;
      margin-top: 15px; }
      .bfvpnlowext .ext-pop .pop_cont .title_info span {
        display: block;
        width: 100%;
        height: 87px;
        text-indent: -9999px;
        background: url(./pop_title.png) center center no-repeat; }
    .bfvpnlowext .ext-pop .pop_cont .title_text {
      max-width: 70%;
      margin: 0px auto 0;
      font: 700 16px/1.5 var(--familyLeague);
      letter-spacing: 0.32px;
      color: #FFF;
      text-shadow: 0px 0px 7px #00000094;
      text-align: center; }
      .bfvpnlowext .ext-pop .pop_cont .title_text b {
        font: inherit;
        letter-spacing: 0.32px;
        color: inherit; }
    .bfvpnlowext .ext-pop .pop_cont h4 {
      padding: 0px;
      width: auto;
      height: auto;
      text-align: center;
      background: none; }
      .bfvpnlowext .ext-pop .pop_cont h4 b {
        margin: 0;
        position: relative;
        display: inline-block;
        position: relative;
        z-index: 0;
        font-size: 28px;
        font-weight: 700;
        line-height: 1;
        color: #25B941;
        text-align: center;
        letter-spacing: 0.36px;
        font-family: "League Spartan", Arial, Helvetica, sans-serif;
        filter: drop-shadow(0px 3px 6px #C92D17); }
        .bfvpnlowext .ext-pop .pop_cont h4 b.big_text {
          margin-left: 4px;
          font-size: 36px; }
        .bfvpnlowext .ext-pop .pop_cont h4 b::after {
          content: attr(data-text);
          position: absolute;
          top: 0;
          left: 0;
          z-index: -1;
          font: inherit;
          letter-spacing: 0.36px;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          -webkit-text-stroke: 4px #FFF;
          text-shadow: none; }
    .bfvpnlowext .ext-pop .pop_cont .pop_desc {
      margin: 0 0 10px;
      font: 400 18px/1.5 var(--familyLeague);
      letter-spacing: 0px;
      color: #FFF6EC;
      text-align: center; }

/*# sourceMappingURL=vpnsale.css.map */
