* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

h1, h2, h3, p, ul {
  margin: 0;
}

a:focus {
  text-decoration: none;
}

@font-face {
  font-family: "Poppins";
  src: url("./fonts/Poppins/Poppins-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("./fonts/Poppins/Poppins-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #000000;
}

#go-top {
  z-index: 50;
}

@media (min-width: 1520px) {
  .container {
    width: 1440px;
    padding: 0;
  }
}

.main {
  position: relative;
  width: 100%;
  overflow: hidden;
  font-family: "Poppins";
}
.main::before {
  content: "";
}
@media ( max-width: 480px) {
  .main::before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: url("/special/black-friday/images/bg1-m.jpg") no-repeat center center;
    background-size: 100% auto;
    background-position: 0 0;
  }
}
@media (min-width: 1520px) {
  .main .container {
    width: 1400px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .main .container {
    position: relative;
    padding: 0;
  }
}

.bf-module {
  position: relative;
}
.bf-module::before {
  content: "";
}
@media ( max-width: 480px) {
  .bf-module::before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("/special/black-friday/images/bg2-m.png") no-repeat center center;
    background-size: 100% auto;
    background-position: center calc(50% - 572px);
  }
}

.footer-nav-widgets-wrapper {
  border-top: none !important;
}

.bf-title {
  display: inline-block;
  margin: 0 auto 30px;
  padding: 18px 30px;
  background: linear-gradient(90deg, #AE60FF 0%, #925CFF 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.3) inset;
  font-family: "Poppins-Bold";
  font-size: 38px;
  line-height: 42px;
  text-align: center;
  color: #ffffff;
}
@media ( max-width: 1200px) {
  .bf-title {
    padding: 9px 15px;
    font-size: 30px;
  }
}
@media ( max-width: 992px) {
  .bf-title {
    font-size: 26px;
    line-height: 28px;
    border-radius: 12px;
  }
}
@media ( max-width: 768px) {
  .bf-title {
    padding: 18px 20px;
    font-size: 20px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(90deg, #AE60FF 0%, #925CFF 100%);
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.3) inset;
  }
}
.bf-title span {
  color: #FFAE37;
}

.bf-bg {
  position: absolute;
  width: auto;
  height: 100%;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1921px) {
  .bf-bg {
    width: 100%;
  }
}
@media ( max-width: 480px) {
  .bf-bg {
    display: none;
  }
}

.bf-product-title {
  display: block;
  font-family: "Poppins-Bold";
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  text-align: left;
}
@media ( max-width: 992px) {
  .bf-product-title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media ( max-width: 768px) {
  .bf-product-title {
    text-align: center;
  }
}
@media ( max-width: 480px) {
  .bf-product-title {
    font-size: 18px;
  }
}

.bf-product-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-align: left;
}
@media ( max-width: 768px) {
  .bf-product-text {
    text-align: center;
  }
}
@media ( max-width: 480px) {
  .bf-product-text {
    font-size: 14px;
    line-height: 24px;
  }
}

.bf-license-title {
  font-family: "Poppins-Bold";
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
}
@media ( max-width: 992px) {
  .bf-license-title {
    font-size: 18px;
    line-height: 20px;
  }
}

.bf-license__list {
  margin: 10px auto 0;
  padding: 0;
  width: 168px;
}
.bf-license__list li {
  display: block;
  position: relative;
  list-style: none;
  margin-bottom: 10px;
  padding-right: 22px;
}
.bf-license__list li:last-of-type {
  margin-bottom: 0;
}
.bf-license__list li.error::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url("/special/black-friday/images/module1/fork-icon.png") no-repeat center center;
  background-size: 100% auto;
}
.bf-license__list li.success::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url("/special/black-friday/images/module1/collect-icon.png") no-repeat center center;
  background-size: 100% auto;
}

.bf-price {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1520px) {
  .bf-price {
    flex-direction: column;
  }
}
@media ( max-width: 768px) {
  .bf-price {
    flex-direction: row;
  }
}
.bf-price .current {
  font-size: 40px;
  line-height: 44px;
  font-family: "Poppins-Bold";
  color: #FFAE37;
  vertical-align: middle;
}
@media ( max-width: 768px) {
  .bf-price .current {
    font-size: 36px;
  }
}
.bf-price .org {
  margin-left: 20px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  text-decoration: line-through;
  vertical-align: middle;
}
@media (max-width: 1520px) {
  .bf-price .org {
    margin-left: 0;
  }
}
@media ( max-width: 768px) {
  .bf-price .org {
    margin-left: 16px;
    font-size: 18px;
  }
}

@media ( max-width: 1200px) {
  .bf-product-icon {
    width: 80px;
    height: auto;
  }
}
@media ( max-width: 480px) {
  .bf-product-icon {
    width: 60px;
    height: auto;
  }
}

.buy-btn-group {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  text-align: center;
}
@media ( max-width: 480px) {
  .buy-btn-group {
    position: relative;
    z-index: 4;
  }
}
.buy-btn-group.win .buy-win {
  order: 1;
}
.buy-btn-group.win .buy-mac {
  order: 2;
}
.buy-btn-group.mac .buy-win {
  order: 2;
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .buy-btn-group.mac .buy-win {
    order: 1;
  }
}
.buy-btn-group.mac .buy-mac {
  order: 1;
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .buy-btn-group.mac .buy-mac {
    order: 2;
  }
}
.buy-btn-group .buy-now {
  margin: 0 auto 15px;
  border-radius: 10px;
  width: 184px;
  height: 56px;
  font-size: 18px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  background: linear-gradient(90.32deg, #FFA54A -10.75%, #FF2683 114.6%);
  transition: all 0.3s;
}
@media (max-width: 1520px) {
  .buy-btn-group .buy-now {
    margin: 0 auto 10px;
  }
}
@media ( max-width: 480px) {
  .buy-btn-group .buy-now {
    margin: 5px auto;
    width: 180px;
    height: 50px;
    line-height: 50px;
  }
}
.buy-btn-group .buy-now:hover {
  text-decoration: none;
  color: #fff;
  transform: translateY(-3px);
}
.buy-btn-group .buy-now:focus {
  text-decoration: none;
  outline: none;
  color: #fff;
}
.buy-btn-group .buy-now::before {
  content: "";
  margin-top: -3px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
.buy-btn-group .buy-now.buy-win::before {
  background: url("/special/black-friday/images/win.png") no-repeat;
  background-size: 100% auto;
}
.buy-btn-group .buy-now.buy-mac::before {
  background: url("/special/black-friday/images/mac.png") no-repeat;
  background-size: auto 100%;
}
.buy-btn-group .text-btn {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.hide {
  display: none;
}

.bf-banner-nav {
  width: 100%;
  font-family: "Poppins";
  text-align: center;
  transition: all 0.3s;
}

.bf-banner {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 800px;
}
@media ( max-width: 1200px) {
  .bf-banner {
    min-height: auto;
  }
}

.bf-banner__title {
  margin: 0 auto;
  padding-top: 95px;
  width: 1203px;
  height: auto;
}
@media (max-width: 1300px) {
  .bf-banner__title {
    width: 95%;
  }
}
@media ( max-width: 1200px) {
  .bf-banner__title {
    width: 100%;
  }
}
@media ( max-width: 992px) {
  .bf-banner__title {
    padding-top: 8vw;
  }
}
@media ( max-width: 480px) {
  .bf-banner__title {
    padding-top: 0;
    margin-top: 40px;
    width: 100%;
    min-height: 40vw;
    background: url("/special/2025-black-friday/images/banner/banner-title-m.png") no-repeat center center;
    background-size: 100% auto;
  }
}
.bf-banner__title > img {
  width: 100%;
  height: 100%;
}
@media ( max-width: 480px) {
  .bf-banner__title > img {
    display: none;
  }
}

@keyframes lightning {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bf-banner__speaker {
  position: absolute;
  left: 0;
  top: 290px;
}
@media (max-width: 1830px) {
  .bf-banner__speaker {
    width: 12%;
  }
}
@media (max-width: 1520px) {
  .bf-banner__speaker {
    width: 9%;
  }
}
@media (max-width: 1420px) {
  .bf-banner__speaker {
    top: 43vw;
    left: -2px;
  }
}
@media ( max-width: 1200px) {
  .bf-banner__speaker {
    display: none;
  }
}
@media ( max-width: 768px) {
  .bf-banner__speaker {
    display: block;
    top: 41vw;
    width: 16%;
  }
}
@media ( max-width: 480px) {
  .bf-banner__speaker {
    display: none;
  }
}
.bf-banner__speaker .bf-banner__speaker-box {
  position: relative;
  width: 100%;
}
@media (max-width: 1830px) {
  .bf-banner__speaker .bf-banner__speaker-box .banner-spesker-icon {
    width: 100%;
  }
}
.bf-banner__speaker .bf-banner__speaker-box .banner-lightning-icon {
  position: absolute;
  right: -7px;
  top: -85px;
  animation: lightning 1s linear 1s infinite;
}
@media (max-width: 1830px) {
  .bf-banner__speaker .bf-banner__speaker-box .banner-lightning-icon {
    width: 37%;
  }
}
@media (max-width: 1200px) {
  .bf-banner__speaker .bf-banner__speaker-box .banner-lightning-icon {
    right: -25px;
    top: -21px;
  }
}
@media ( max-width: 768px) {
  .bf-banner__speaker .bf-banner__speaker-box .banner-lightning-icon {
    animation: none;
  }
}

@keyframes saleMove {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
.banner-sale-icon {
  position: absolute;
  left: 357px;
  bottom: 128.81px;
  animation: saleMove 2s ease-in-out infinite;
}
@media (min-width: 1921px) {
  .banner-sale-icon {
    left: calc(50% - 596px);
  }
}
@media (max-width: 1690px) {
  .banner-sale-icon {
    width: 190.5px;
    left: calc(50% - 464px);
    bottom: 175px;
  }
}
@media ( max-width: 992px) {
  .banner-sale-icon {
    left: 1vw;
    bottom: 7vw;
  }
}
@media ( max-width: 768px) {
  .banner-sale-icon {
    display: none;
  }
}

.banner-bag-icon {
  position: absolute;
  right: 293.1px;
  bottom: 75px;
}
@media (min-width: 1921px) {
  .banner-bag-icon {
    right: calc(50% - 682px);
  }
}
@media (max-width: 1830px) {
  .banner-bag-icon {
    width: 143.25px;
    right: calc(50% - 649px);
    bottom: 121px;
  }
}
@media ( max-width: 992px) {
  .banner-bag-icon {
    width: 12vw;
    right: 2vw;
    bottom: 13vw;
  }
}
@media ( max-width: 480px) {
  .banner-bag-icon {
    display: none;
  }
}

@keyframes percentage {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-20px, -20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.banner-percentage-icon {
  position: absolute;
  top: 164px;
  right: 109px;
  animation: percentage 2s ease-in-out infinite;
}
@media (min-width: 1921px) {
  .banner-percentage-icon {
    right: calc(50% - 900px);
  }
}
@media (max-width: 1830px) {
  .banner-percentage-icon {
    width: 10%;
    right: 2vw;
  }
}
@media (max-width: 1520px) {
  .banner-percentage-icon {
    width: 8%;
    right: 0;
  }
}
@media (max-width: 1420px) {
  .banner-percentage-icon {
    display: none;
  }
}

@keyframes freeScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.bf-banner-free {
  display: block;
  margin: 0 auto;
  width: 320px;
  height: 75px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(90deg, rgba(221, 0, 255, 0.5) 0%, rgba(0, 255, 225, 0.5) 100%);
  box-shadow: 0px 0px 8px 0px #6225C1, 0px 4px 4px 0px rgba(61, 0, 135, 0.25), 0px -4px 4px 0px rgba(255, 255, 255, 0.5) inset, 0px -2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 4px 0px rgba(255, 255, 255, 0.8) inset;
  text-align: center;
  cursor: pointer;
}
@media ( max-width: 768px) {
  .bf-banner-free {
    display: inline-block;
    padding: 12px 25px;
    width: auto;
    height: auto;
    border-radius: 10.345px;
    border: 0.517px solid rgba(255, 255, 255, 0.5);
    background: linear-gradient(90deg, rgba(221, 0, 255, 0.8) 0%, rgba(0, 255, 225, 0.8) 100%);
    box-shadow: 0px 0px 4.138px 0px #6225C1, 0px 2.069px 2.069px 0px rgba(61, 0, 135, 0.25), 0px -2.069px 2.069px 0px rgba(255, 255, 255, 0.5) inset, 0px -1.034px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 1.034px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 2.069px 2.069px 0px rgba(255, 255, 255, 0.8) inset;
  }
}
@media ( max-width: 480px) {
  .bf-banner-free {
    margin-top: 4px;
    padding: 8px 21px;
  }
}
.bf-banner-free:hover {
  text-decoration: none;
  background: linear-gradient(90deg, rgba(221, 0, 255, 0.8) 0%, rgba(0, 255, 225, 0.8) 100%);
}
.bf-banner-free span {
  display: block;
  font-size: 32px;
  line-height: 75px;
  color: #fff;
  font-weight: 600;
  animation: freeScale 1s ease-in-out infinite;
}
@media ( max-width: 768px) {
  .bf-banner-free span {
    animation: none;
    font-size: 22px;
    line-height: 23px;
  }
}
@media ( max-width: 480px) {
  .bf-banner-free span {
    font-size: 18px;
  }
}

.bf-countdown {
  margin: 65px auto 0;
}
@media ( max-width: 992px) {
  .bf-countdown {
    margin: 40px auto 0;
  }
}
@media ( max-width: 480px) {
  .bf-countdown {
    margin: 32px auto 0;
  }
}

.bf-banner-tips {
  margin: 0;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.8;
}
@media ( max-width: 768px) {
  .bf-banner-tips {
    font-size: 16px;
    line-height: 18px;
  }
}
@media ( max-width: 480px) {
  .bf-banner-tips {
    font-size: 12px;
    line-height: 10px;
  }
}

.license__countdown {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.license__countdown .countdown-item {
  position: relative;
  text-align: center;
  width: 166px;
  height: 110px;
  border-radius: 68px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%), rgba(102, 42, 218, 0.8);
  box-shadow: 0px -4px 4px 0px rgba(255, 255, 255, 0.5) inset, 0px -2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 2px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 4px 4px 0px rgba(255, 255, 255, 0.8) inset;
}
@media ( max-width: 992px) {
  .license__countdown .countdown-item {
    width: 128px;
    height: 82px;
  }
}
@media ( max-width: 768px) {
  .license__countdown .countdown-item {
    width: 90px;
    height: 62px;
    border-radius: 29px;
    border: 0.424px solid rgba(255, 255, 255, 0.6);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%), rgba(102, 42, 218, 0.8);
    box-shadow: 0px -1.695px 1.695px 0px rgba(255, 255, 255, 0.5) inset, 0px -0.848px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 0.848px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 1.695px 1.695px 0px rgba(255, 255, 255, 0.8) inset;
  }
}
@media ( max-width: 480px) {
  .license__countdown .countdown-item {
    width: 70.3px;
    height: 47px;
  }
}
.license__countdown .countdown-item:not(:last-child) {
  margin-right: 50px;
}
@media ( max-width: 992px) {
  .license__countdown .countdown-item:not(:last-child) {
    margin-right: 30px;
  }
}
@media ( max-width: 768px) {
  .license__countdown .countdown-item:not(:last-child) {
    margin-right: 22px;
  }
}
@media (max-width: 370px) {
  .license__countdown .countdown-item:not(:last-child) {
    margin-right: 11px;
  }
}
.license__countdown .countdown-item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 30px;
  background: url("/special/black-friday/images/banner/countdown-icon.png") no-repeat center center;
  background-size: 100% auto;
}
@media ( max-width: 992px) {
  .license__countdown .countdown-item:not(:last-child)::after {
    right: -23px;
  }
}
@media ( max-width: 768px) {
  .license__countdown .countdown-item:not(:last-child)::after {
    width: 4.24px;
    height: 13px;
    right: -15px;
  }
}
@media (max-width: 370px) {
  .license__countdown .countdown-item:not(:last-child)::after {
    right: -9px;
  }
}
.license__countdown .countdown-item .value {
  position: relative;
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
}
@media ( max-width: 992px) {
  .license__countdown .countdown-item .value {
    font-size: 40px;
    line-height: 40px;
  }
}
@media ( max-width: 768px) {
  .license__countdown .countdown-item .value {
    margin-top: 11px;
    font-size: 28px;
    line-height: 28px;
  }
}
@media ( max-width: 480px) {
  .license__countdown .countdown-item .value {
    margin-top: 6px;
    font-size: 24px;
    line-height: 24px;
  }
}
.license__countdown .countdown-item .label {
  margin: 0;
  opacity: 0.8;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #fff;
}
@media ( max-width: 992px) {
  .license__countdown .countdown-item .label {
    font-size: 14px;
    line-height: 14px;
  }
}
@media ( max-width: 768px) {
  .license__countdown .countdown-item .label {
    font-size: 11px;
    line-height: 11px;
  }
}
@media ( max-width: 480px) {
  .license__countdown .countdown-item .label {
    font-size: 9px;
    line-height: 10px;
  }
}

.bf-nav {
  position: relative;
  display: inline-block;
  margin: 37px 0 0;
  font-family: "Poppins";
  border: 9px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
}
@media ( max-width: 992px) {
  .bf-nav {
    margin: 40px 15px 0;
  }
}
@media ( max-width: 768px) {
  .bf-nav {
    margin: 29px 26px 0;
    border: 5px solid rgba(255, 255, 255, 0.15);
    border-radius: 9px;
  }
}
@media ( max-width: 480px) {
  .bf-nav {
    margin: 35px 15px;
    border: 3.7px solid rgba(255, 255, 255, 0.15);
    border-radius: 7px;
  }
}
.bf-nav .bf-nav-box {
  display: flex;
  padding: 15px 20px;
  border-radius: 12px;
  background: linear-gradient(90deg, #8418EB 0%, #650BC7 100%);
  box-shadow: 0px 4px 4px 0px rgba(32, 0, 118, 0.08);
}
@media ( max-width: 768px) {
  .bf-nav .bf-nav-box {
    padding: 6px 10px;
    background: linear-gradient(90deg, #8418EB 0%, #650BC7 100%);
    box-shadow: 0px 1.616px 1.616px 0px rgba(32, 0, 118, 0.08);
    border-radius: 5px;
  }
}
.bf-nav .bf-nav-link {
  padding: 13.5px 26px;
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  opacity: 0.95;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media ( max-width: 1200px) {
  .bf-nav .bf-nav-link {
    font-size: 24px;
    line-height: 30px;
  }
}
@media ( max-width: 992px) {
  .bf-nav .bf-nav-link {
    font-size: 22px;
    line-height: 30px;
  }
}
@media ( max-width: 768px) {
  .bf-nav .bf-nav-link {
    font-size: 16px;
    line-height: 18px;
  }
}
@media ( max-width: 480px) {
  .bf-nav .bf-nav-link {
    padding: 5px;
    font-size: 14px;
    border-radius: 4px;
  }
}
.bf-nav .bf-nav-link:first-of-type {
  margin-right: 24px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #8711FF;
}
@media ( max-width: 768px) {
  .bf-nav .bf-nav-link:first-of-type {
    margin-right: 10px;
  }
}
.bf-nav .bf-nav-link:last-of-type {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #6011FF;
}
.bf-nav .bf-nav-link:hover {
  text-decoration: none;
  box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
}

.bf-nav-v1 {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 90px;
  background: linear-gradient(90deg, #56249F 0%, #1F0D39 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1520px) {
  .bf-nav-v1 {
    min-height: auto;
  }
}
.bf-nav-v1 .bf-nav-v1__box {
  margin-top: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1520px) {
  .bf-nav-v1 .bf-nav-v1__box {
    margin: 7px 0;
  }
}
@media ( max-width: 992px) {
  .bf-nav-v1 .bf-nav-v1__box {
    gap: 10px;
  }
}
.bf-nav-v1 .bf-nav-v1__item {
  display: flex;
  max-width: 914px;
  padding: 11px 15px;
  border-radius: 9px;
  background: linear-gradient(90deg, #8418EB 0%, #650BC7 100%);
  box-shadow: 0px 2.98px 2.98px 0px rgba(32, 0, 118, 0.08);
}
@media (max-width: 1520px) {
  .bf-nav-v1 .bf-nav-v1__item {
    padding: 8px;
    max-width: none;
  }
}
@media ( max-width: 768px) {
  .bf-nav-v1 .bf-nav-v1__item {
    padding: 5px;
  }
}
@media (max-width: 600px) {
  .bf-nav-v1 .bf-nav-v1__item {
    width: 100%;
  }
}
.bf-nav-v1 .bf-nav1-link {
  width: 430px;
  padding: 10px 2px;
  color: #FFF;
  font-size: 20.8px;
  font-weight: 600;
  line-height: 33.5px;
  border-radius: 7.4px;
  white-space: nowrap;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #8711FF;
  box-shadow: 0px 2.98px 2.98px 0px rgba(255, 255, 255, 0.25) inset, 0px 2.98px 2.98px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1520px) {
  .bf-nav-v1 .bf-nav1-link {
    padding: 10px;
    font-size: 18px;
    width: 50%;
  }
}
@media ( max-width: 1200px) {
  .bf-nav-v1 .bf-nav1-link {
    width: auto;
    white-space: normal;
    font-size: 16px;
    line-height: 28px;
  }
}
@media ( max-width: 1200px) {
  .bf-nav-v1 .bf-nav1-link {
    line-height: 20px;
  }
}
@media ( max-width: 992px) {
  .bf-nav-v1 .bf-nav1-link {
    font-size: 15px;
    line-height: 18px;
  }
}
@media ( max-width: 768px) {
  .bf-nav-v1 .bf-nav1-link {
    padding: 5px;
    font-size: 13px;
    line-height: 15px;
  }
}
@media (max-width: 600px) {
  .bf-nav-v1 .bf-nav1-link {
    font-size: 14px;
    line-height: 18px;
  }
}
.bf-nav-v1 .bf-nav1-link:first-of-type {
  margin-right: 17.8px;
  box-shadow: 0px 2.98px 2.98px 0px rgba(255, 255, 255, 0.25) inset, 0px 2.98px 2.98px 0px rgba(0, 0, 0, 0.25);
}
@media ( max-width: 1200px) {
  .bf-nav-v1 .bf-nav1-link:first-of-type {
    margin-right: 8px;
  }
}
.bf-nav-v1 .bf-nav1-link:last-of-type {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #6011FF;
}
.bf-nav-v1 .bf-nav1-link:hover, .bf-nav-v1 .bf-nav1-link.active {
  text-decoration: none;
  box-shadow: 0px 2.98px 2.98px 0px rgba(255, 255, 255, 0.25) inset;
}
.bf-nav-v1 .bf-nav-v1__countdown {
  display: flex;
  align-items: center;
}
@media ( max-width: 992px) {
  .bf-nav-v1 .bf-nav-v1__countdown {
    width: 49%;
  }
}
@media (max-width: 600px) {
  .bf-nav-v1 .bf-nav-v1__countdown {
    display: none;
  }
}
.bf-nav-v1 .bf-nav-v1__text {
  display: none;
  max-width: 120px;
  margin-right: 5px;
  opacity: 0.8;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media ( max-width: 992px) {
  .bf-nav-v1 .bf-nav-v1__text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media ( max-width: 768px) {
  .bf-nav-v1 .bf-nav-v1__text {
    max-width: none;
    font-size: 12px;
    line-height: 13px;
  }
}
.bf-nav-v1 .license__countdown-nav {
  position: relative;
  display: flex;
  justify-content: center;
}
.bf-nav-v1 .license__countdown-nav .countdown-item-nav {
  position: relative;
  text-align: center;
  width: 86px;
  height: 56px;
  border-radius: 37.091px;
  border: 0.54px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%), #2B134E;
  box-shadow: 0px -2.182px 2.182px 0px rgba(255, 255, 255, 0.5) inset, 0px -1.091px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 1.091px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 2.182px 2.182px 0px rgba(255, 255, 255, 0.8) inset;
}
@media ( max-width: 1200px) {
  .bf-nav-v1 .license__countdown-nav .countdown-item-nav {
    width: 70.5px;
    height: 51px;
  }
}
@media ( max-width: 992px) {
  .bf-nav-v1 .license__countdown-nav .countdown-item-nav {
    width: 55.5px;
    height: 44px;
    border-radius: 16px;
  }
}
@media ( max-width: 768px) {
  .bf-nav-v1 .license__countdown-nav .countdown-item-nav {
    width: 46px;
    border-radius: 9px;
  }
}
.bf-nav-v1 .license__countdown-nav .countdown-item-nav:not(:last-child) {
  margin-right: 21.4px;
}
@media ( max-width: 992px) {
  .bf-nav-v1 .license__countdown-nav .countdown-item-nav:not(:last-child) {
    margin-right: 16.4px;
  }
}
@media ( max-width: 768px) {
  .bf-nav-v1 .license__countdown-nav .countdown-item-nav:not(:last-child) {
    margin-right: 11px;
  }
}
.bf-nav-v1 .license__countdown-nav .countdown-item-nav:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 5.45px;
  height: 16.36px;
  background: url("/special/black-friday/images/banner/countdown-icon.png") no-repeat center center;
  background-size: 100% auto;
}
@media ( max-width: 992px) {
  .bf-nav-v1 .license__countdown-nav .countdown-item-nav:not(:last-child)::after {
    right: -12px;
  }
}
@media ( max-width: 768px) {
  .bf-nav-v1 .license__countdown-nav .countdown-item-nav:not(:last-child)::after {
    right: -9px;
    width: 4px;
  }
}
.bf-nav-v1 .license__countdown-nav .countdown-item-nav .value {
  position: relative;
  margin-top: 7px;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
}
@media ( max-width: 1200px) {
  .bf-nav-v1 .license__countdown-nav .countdown-item-nav .value {
    font-size: 22px;
    line-height: 22px;
  }
}
@media ( max-width: 992px) {
  .bf-nav-v1 .license__countdown-nav .countdown-item-nav .value {
    font-size: 18px;
    line-height: 18px;
  }
}
.bf-nav-v1 .license__countdown-nav .countdown-item-nav .label {
  margin: 0;
  opacity: 0.8;
  text-align: center;
  font-size: 12px;
  line-height: 13px;
  font-weight: 300;
  color: #fff;
}
@media ( max-width: 1200px) {
  .bf-nav-v1 .license__countdown-nav .countdown-item-nav .label {
    font-size: 10px;
    line-height: 12px;
  }
}
@media ( max-width: 992px) {
  .bf-nav-v1 .license__countdown-nav .countdown-item-nav .label {
    font-size: 9px;
    line-height: 11px;
  }
}

.bf-module1 {
  position: relative;
  width: 100%;
}
.bf-module1 .container {
  position: relative;
}

.ie11 .bf-module1-free__box::after {
  border: 1px solid #fff;
  background: transparent;
}

.bf-module1-free {
  padding-top: 170px;
  position: relative;
  text-align: center;
}
@media ( max-width: 768px) {
  .bf-module1-free {
    padding-top: 100px;
  }
}
@media ( max-width: 480px) {
  .bf-module1-free {
    padding-top: 70px;
  }
}
.bf-module1-free .bf-title {
  margin-bottom: 0;
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -52px;
  z-index: 3;
  white-space: nowrap;
}
@media (max-width: 1520px) {
  .bf-module1-free .bf-title {
    white-space: normal;
    max-width: none;
    width: 94%;
    top: -68px;
  }
}
@media ( max-width: 1200px) {
  .bf-module1-free .bf-title {
    width: 80%;
    top: -73px;
  }
}
@media ( max-width: 992px) {
  .bf-module1-free .bf-title {
    top: -43px;
  }
}
@media ( max-width: 768px) {
  .bf-module1-free .bf-title {
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: auto;
  }
}

@media ( max-width: 992px) {
  .bf-module1-free__content {
    padding: 0 15px;
  }
}
@media ( max-width: 768px) {
  .bf-module1-free__content {
    padding: 0;
  }
}

.bf-module1-free__box {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 70px 30px 0;
  width: 100%;
  min-height: 600px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}
.bf-module1-free__box::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  padding: 1px;
  background: linear-gradient(123.4deg, #FFFFFF 8.82%, rgba(153, 153, 153, 0) 69.87%), linear-gradient(243.97deg, #FFFFFF 2.17%, rgba(0, 0, 0, 0) 66.4%);
  --mask-bg: linear-gradient(#FFFFFF, #FFFFFF);
  --mask-clip: content-box, padding-box;
  -webkit-mask-image: var(--mask-bg), var(--mask-bg);
  -webkit-mask-clip: var(--mask-clip);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
}
@media (max-width: 1520px) {
  .bf-module1-free__box {
    padding: 70px 10px 0;
  }
}
@media ( max-width: 1200px) {
  .bf-module1-free__box {
    flex-direction: column;
    padding: 50px 30px 20px;
  }
  .bf-module1-free__box .bf-module1-video {
    order: 1;
  }
}
@media ( max-width: 768px) {
  .bf-module1-free__box {
    padding: 30px 14px;
  }
  .bf-module1-free__box .bf-module1-video {
    order: 2;
    margin: 24px 0 28px;
    box-shadow: 10px;
  }
}

.banner-circle-icon {
  display: block;
  position: absolute;
  z-index: 1;
  right: -90px;
  bottom: -85px;
  width: 252.5px;
  height: 235px;
}
@media ( max-width: 480px) {
  .banner-circle-icon {
    display: none;
  }
}

.bf-module1-video {
  position: relative;
  overflow: hidden;
  width: 541px;
  height: 360px;
  border-radius: 18.6px;
  background-color: #000;
  z-index: 3;
}
@media (max-width: 650px) {
  .bf-module1-video {
    width: 100%;
    height: 58vw;
  }
}
.bf-module1-video video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 650px) {
  .bf-module1-video video {
    width: 100%;
    height: auto;
  }
}
.bf-module1-video .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 99.65px;
  height: 99.65px;
  cursor: pointer;
}
@media ( max-width: 480px) {
  .bf-module1-video .video-btn {
    width: 56px;
    height: 56px;
  }
}
.bf-module1-video .video-btn > img {
  width: 100%;
  height: 100%;
}
.bf-module1-video iframe {
  border: none;
}

.bf-module1__right {
  position: relative;
  z-index: 3;
  flex: 1;
  margin-left: 36px;
}
@media (max-width: 1520px) {
  .bf-module1__right {
    margin-left: 20px;
  }
}
@media ( max-width: 1200px) {
  .bf-module1__right {
    margin: 0;
  }
}
@media ( max-width: 768px) {
  .bf-module1__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: none;
    width: 100%;
  }
}

.bf-module1__product-info {
  display: flex;
  align-items: center;
}
@media ( max-width: 768px) {
  .bf-module1__product-info {
    order: 1;
    flex-direction: column;
    justify-content: center;
  }
}

.bf-module1__text-box {
  margin-left: 25px;
}
@media ( max-width: 992px) {
  .bf-module1__text-box {
    margin-left: 15px;
  }
}
@media ( max-width: 768px) {
  .bf-module1__text-box {
    margin-left: 0;
  }
}
.bf-module1__text-box .bf-product-title {
  margin-bottom: 5px;
}
@media ( max-width: 768px) {
  .bf-module1__text-box .bf-product-title {
    margin-top: 12px;
  }
}

.bf-module1__product {
  display: flex;
  margin-top: 39px;
  margin-bottom: 38px;
}
@media ( max-width: 1200px) {
  .bf-module1__product {
    margin: 25px 0;
    justify-content: center;
  }
}
@media ( max-width: 768px) {
  .bf-module1__product {
    margin: 0;
    order: 3;
    flex-direction: column;
    width: 100%;
  }
}

@media ( max-width: 768px) {
  .bf-module1__product-item {
    margin-bottom: 20px;
    border-top: 2px dashed rgba(255, 255, 255, 0.5);
  }
  .bf-module1__product-item:last-of-type {
    margin-bottom: 0;
  }
}
.bf-module1__product-item .bf-license-title {
  margin-bottom: 10px;
  position: relative;
}
.bf-module1__product-item .bf-license-title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  width: 7.8px;
  height: 7.8px;
  transform: rotate(-45deg);
}
.bf-module1__product-item .bf-module1-title1::before {
  background-color: #00FFE1;
}
.bf-module1__product-item .bf-module1-title2::before {
  background-color: #FFE195;
}
.bf-module1__product-item .bf-module1-title3::before {
  background-color: #FF7E7E;
}
.bf-module1__product-item .bf-price {
  margin: 20px 0 10px;
}
@media ( max-width: 1200px) {
  .bf-module1__product-item .bf-price {
    flex-direction: row;
  }
  .bf-module1__product-item .bf-price .org {
    margin-left: 20px;
  }
}
@media ( max-width: 480px) {
  .bf-module1__product-item .bf-price {
    margin: 20px 0 5px;
  }
}
.bf-module1__product-item .bf-module1__discount {
  margin: 0 auto 10px;
  height: 32.64px;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  font-family: "Poppins-Bold";
  color: #fff;
}
@media ( max-width: 768px) {
  .bf-module1__product-item .bf-module1__discount {
    margin: 20px auto 10px;
  }
}
@media ( max-width: 480px) {
  .bf-module1__product-item .bf-module1__discount {
    height: 28px;
    font-size: 20px;
    line-height: 28px;
  }
}
.bf-module1__product-item .discount-free {
  width: 114px;
  background: url("/special/black-friday/images/module1/free-icon.svg") no-repeat center center;
  background-size: 100% auto;
}
@media ( max-width: 480px) {
  .bf-module1__product-item .discount-free {
    width: 98px;
  }
}
.bf-module1__product-item .discount-off {
  width: 132px;
  background: url("/special/black-friday/images/module1/free-icon.svg") no-repeat center center;
  background-size: 100% auto;
}
@media ( max-width: 480px) {
  .bf-module1__product-item .discount-off {
    width: 113.2px;
  }
}

.share-group .share-group__item {
  display: block;
  width: 160px;
  height: 46px;
  text-align: center;
  font-size: 18px;
  line-height: 46px;
  color: #fff;
  font-weight: 500;
  border-radius: 10px;
  transition: all 0.3s;
}
@media ( max-width: 768px) {
  .share-group .share-group__item {
    display: inline-block;
  }
}
.share-group .share-group__item svg {
  vertical-align: middle;
}
.share-group .share-group__item:hover {
  text-decoration: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.share-group .twitter {
  background-color: #000000;
  margin-bottom: 8px;
}
.share-group .twitter svg {
  margin-right: 6px;
  width: 25px;
  height: 25.55px;
  vertical-align: middle;
}
.share-group .facebook {
  background-color: #2577FF;
}
.share-group .facebook svg {
  margin-right: 5px;
  width: 32px;
  height: 32px;
  vertical-align: middle;
}

.bf-license-line {
  margin: 0 25px;
  border: 1px dashed rgba(255, 255, 255, 0.5);
}
@media (max-width: 1520px) {
  .bf-license-line {
    margin: 0 5px;
  }
}
@media ( max-width: 1200px) {
  .bf-license-line {
    margin: 0 40px;
  }
}
@media ( max-width: 992px) {
  .bf-license-line {
    margin: 0 10px;
  }
}
@media ( max-width: 768px) {
  .bf-license-line {
    display: none;
  }
}

.bf-module2 {
  position: relative;
  padding: 160px 0 80px;
}
@media ( max-width: 1200px) {
  .bf-module2 {
    padding: 120px 0 80px;
  }
}
@media ( max-width: 480px) {
  .bf-module2 {
    padding: 108px 0 30px;
  }
}
.bf-module2::before {
  content: "";
}
@media ( max-width: 480px) {
  .bf-module2::before {
    display: block;
    width: 100%;
    height: 667px;
    position: absolute;
    bottom: -2px;
    background: url("/special/2025-black-friday/images/bg3-m.png") no-repeat center center;
    background-size: 100% auto;
    background-position: center bottom;
  }
}

.bf-module2-off {
  position: relative;
  text-align: center;
}

.bf-module2-off__content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 1520px) {
  .bf-module2-off__content {
    gap: 30px;
  }
}
@media ( max-width: 1200px) {
  .bf-module2-off__content {
    justify-content: center;
  }
}
@media ( max-width: 480px) {
  .bf-module2-off__content {
    gap: 20px;
  }
}

.bf-module2-off__item {
  display: flex;
  flex-direction: column;
  width: 680px;
  min-height: 439px;
  background: url("/special/2025-black-friday/images/module2/single-bg.png") no-repeat center center;
  background-size: 100% 100%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}
.bf-module2-off__item.bf-module2-off__placeholder {
  box-shadow: none;
  background-image: url("/special/2025-black-friday/images/module2/placeholder-1x.png");
  background-size: 527px auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: 138px bottom;
}
@media (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .bf-module2-off__item.bf-module2-off__placeholder {
    background-image: url("/special/2025-black-friday/images/module2/placeholder.png");
  }
}
@media (max-width: 1520px) {
  .bf-module2-off__item.bf-module2-off__placeholder {
    background-position: right bottom;
  }
}
@media ( max-width: 1200px) {
  .bf-module2-off__item.bf-module2-off__placeholder {
    display: none;
  }
}
@media (max-width: 1520px) {
  .bf-module2-off__item {
    width: 560px;
  }
}
@media ( max-width: 1200px) {
  .bf-module2-off__item {
    width: 680px;
    min-height: auto;
  }
}
@media ( max-width: 768px) {
  .bf-module2-off__item {
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.2);
  }
}
@media ( max-width: 480px) {
  .bf-module2-off__item {
    border: none;
    background: url(/special/2025-black-friday/images/module2/single-bg-m.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: none;
  }
}

.bf-module2-left {
  display: flex;
  justify-content: center;
}
.bf-module2-left .bf-module2-left__box {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 30px 35px 45px 35px;
}
@media ( max-width: 992px) {
  .bf-module2-left .bf-module2-left__box {
    width: 100%;
    justify-content: center;
  }
}
@media ( max-width: 768px) {
  .bf-module2-left .bf-module2-left__box {
    padding: 30px 35px;
    flex-direction: column;
  }
}
@media ( max-width: 480px) {
  .bf-module2-left .bf-module2-left__box {
    padding: 30px 25px 0;
  }
}
.bf-module2-left .bf-module2__text-box {
  margin-left: 26px;
}
@media (max-width: 1520px) {
  .bf-module2-left .bf-module2__text-box {
    margin-left: 15px;
  }
}
@media ( max-width: 992px) {
  .bf-module2-left .bf-module2__text-box {
    max-width: none;
  }
  .bf-module2-left .bf-module2__text-box .bf-product-text {
    text-align: center;
  }
}
.bf-module2-left .bf-module2__text-box .bf-product-title {
  margin-bottom: 8px;
}
@media ( max-width: 992px) {
  .bf-module2-left .bf-module2__text-box .bf-product-title {
    text-align: center;
  }
}
@media ( max-width: 480px) {
  .bf-module2-left .bf-module2__text-box .bf-product-title {
    margin: 15px auto 5px;
  }
}

.bf-module2-right .bf-module2-right__box {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media ( max-width: 768px) {
  .bf-module2-right .bf-module2-right__box {
    flex-direction: column;
  }
}
.bf-module2-right .bf-module2-right__monthly {
  width: 50%;
}
@media ( max-width: 768px) {
  .bf-module2-right .bf-module2-right__monthly {
    width: 100%;
  }
}
@media ( max-width: 992px) {
  .bf-module2-right .bf-module2-right__monthly .bf-module2-right__item {
    width: 100%;
  }
}
.bf-module2-right .bf-module2-right__item {
  width: 100%;
  position: relative;
  display: inline-block;
  padding-top: 29.4px;
  min-height: 250px;
}
@media (max-width: 1520px) {
  .bf-module2-right .bf-module2-right__item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 10px;
  }
}
@media ( max-width: 992px) {
  .bf-module2-right .bf-module2-right__item {
    width: 50%;
  }
}
@media ( max-width: 768px) {
  .bf-module2-right .bf-module2-right__item {
    padding: 30px 0;
    min-height: auto;
    width: 100%;
  }
}
@media ( max-width: 480px) {
  .bf-module2-right .bf-module2-right__item {
    padding: 59px 0 30px;
  }
}
.bf-module2-right .bf-module2-right__item .bf-price {
  margin: 16px 0;
}
@media (max-width: 1520px) {
  .bf-module2-right .bf-module2-right__item .bf-price {
    margin: 10px 0;
  }
}
@media ( max-width: 480px) {
  .bf-module2-right .bf-module2-right__item .bf-price {
    margin: 20px 0 5px;
  }
}
.bf-module2-right .bf-module2-right__item .bf-module2-discount {
  position: absolute;
  left: 5px;
  top: -26px;
  width: 86px;
  height: 86px;
  background: url("/special/black-friday/images/module2/discount-bg.png") no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1520px) {
  .bf-module2-right .bf-module2-right__item .bf-module2-discount {
    left: -10px;
  }
}
@media ( max-width: 1200px) {
  .bf-module2-right .bf-module2-right__item .bf-module2-discount {
    left: 5px;
  }
}
@media ( max-width: 768px) {
  .bf-module2-right .bf-module2-right__item .bf-module2-discount {
    left: 0;
  }
}
@media ( max-width: 480px) {
  .bf-module2-right .bf-module2-right__item .bf-module2-discount {
    top: 8px;
    left: 5px;
  }
}
.bf-module2-right .bf-module2-right__item .bf-module2-discount span {
  display: block;
  font-family: "Poppins-Bold";
  color: #fff;
  text-align: center;
}
.bf-module2-right .bf-module2-right__item .bf-module2-discount span:first-of-type {
  padding-top: 22px;
  font-size: 26px;
  line-height: 28px;
}
.bf-module2-right .bf-module2-right__item .bf-module2-discount span:last-of-type {
  font-size: 16px;
  line-height: 18px;
}
.bf-module2-right .bf-module2-right__lifetime {
  position: relative;
  width: 50%;
  height: 100%;
}
@media (max-width: 1520px) {
  .bf-module2-right .bf-module2-right__lifetime {
    display: flex;
  }
}
@media ( max-width: 768px) {
  .bf-module2-right .bf-module2-right__lifetime {
    width: 100%;
  }
}
.bf-module2-right .bf-module2-right__lifetime .bf-module2-discount {
  left: auto;
  right: 5px;
}
@media (max-width: 1520px) {
  .bf-module2-right .bf-module2-right__lifetime .bf-module2-discount {
    right: -10px;
  }
}
@media ( max-width: 1200px) {
  .bf-module2-right .bf-module2-right__lifetime .bf-module2-discount {
    right: 5px;
  }
}
@media ( max-width: 768px) {
  .bf-module2-right .bf-module2-right__lifetime .bf-module2-discount {
    left: 0;
    right: 0;
  }
}
@media ( max-width: 480px) {
  .bf-module2-right .bf-module2-right__lifetime .bf-module2-discount {
    left: 5px;
  }
}
.bf-module2-right .bf-module2-right__lifetime::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 259px;
  background: #D9D9D9;
  opacity: 0.2;
}
@media (max-width: 1520px) {
  .bf-module2-right .bf-module2-right__lifetime::before {
    height: 255px;
  }
}
@media ( max-width: 1200px) {
  .bf-module2-right .bf-module2-right__lifetime::before {
    top: 8px;
    height: 242px;
  }
}
@media ( max-width: 768px) {
  .bf-module2-right .bf-module2-right__lifetime::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
}
@media ( max-width: 480px) {
  .bf-module2-right .bf-module2-right__lifetime::before {
    left: 1.5%;
    width: 97%;
  }
}
.bf-module2-right .bf-module2-right__lifetime .bf-module2-right__item {
  width: 100%;
}
.vwz-message-list {
  position: fixed;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  pointer-events: none;
}

.vwz-message-list-top {
  top: 240px;
  left: 50%;
  transform: translateX(-50%) !important;
}

.vwz-message {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 10px 16px 10px 16px;
  overflow: hidden;
  line-height: 1;
  text-align: center;
  list-style: none;
  background-color: #fff;
  border: 1px solid #e5e6eb;
  border-radius: 2px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.1s;
  pointer-events: auto;
}

.vwz-message-info {
  background-color: #fff;
  border-color: #e5e6eb;
}

.arco-message-icon {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  font-size: 20px;
}

.arco-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: #4e57e9;
  font-style: normal;
  vertical-align: -2px;
  outline: none;
  stroke: currentColor;
}

.arco-icon-loading {
  animation: rota 1s linear infinite;
}
@keyframes rota {
  100% {
    transform: rotate(360deg);
  }
}

.vwz-message-error .arco-icon {
  color: #f53f3f;
}

.vwz-message-success .arco-icon {
  color: #00b42a;
}

.ie11 .vwz-message-list {
  width: auto;
}/*# sourceMappingURL=style.css.map */