main .title-text .tips {
  gap: 12px;
  margin-bottom: 12px;
}

main .title-text .tips .line-lft {
  position: relative;
  height: 1px;
  width: 128px;
  background: linear-gradient(90deg, rgba(172, 172, 172, 0) 0%, #ACACAC 100%);
}

main .title-text .tips .line-lft::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  border: 1px solid #ACACAC;
  box-shadow: 0px 0px 1px 0px #0000001A,
    0px 1px 1px 0px #00000017,
    0px 3px 2px 0px #0000000D,
    0px 5px 2px 0px #00000003,
    0px 7px 2px 0px #00000000;
  transform: translateY(-50%);
  background: #FFFFFF;
}

main .title-text .tips .text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  padding: 4px 8px;
  border-radius: 6px;
  box-shadow: 0px 0px 5.3px 0px #00000026,
    0px -1px 9.7px 0px #0000000D,
    0px 8px 8px 0px #00000005;
  color: #0000008C;
  background: #fff;
}

main .title-text .tips .line-rgt {
  position: relative;
  height: 1px;
  width: 128px;
  background: linear-gradient(270deg, rgba(172, 172, 172, 0) 0%, #ACACAC 100%);
}

main .title-text .tips .line-rgt::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  border: 1px solid #ACACAC;
  box-shadow: 0px 0px 1px 0px #0000001A,
    0px 1px 1px 0px #00000017,
    0px 3px 2px 0px #0000000D,
    0px 5px 2px 0px #00000003,
    0px 7px 2px 0px #00000000;
  transform: translateY(-50%);
  background: #FFFFFF;
}

@media (max-width: 991.98px) {
  main .title-text .tips {
    margin-bottom: 16px;
  }

  main .title-text .tips .line-lft,
  main .title-text .tips .line-rgt {
    width: 47px;
  }

  main .title-text .tips .line-lft::after,
  main .title-text .tips .line-rgt::before {
    width: 6px;
    height: 6px;
  }
}

.first-screen {
  padding: 112px 0 40px;
  background: url(https://4ddig.tenorshare.com/images/activity/win-26h2/first-screen-bg.png) no-repeat center center;
  background-size: cover;
}

.first-screen h1 span {
  background: linear-gradient(90deg, #0462F0 0%, #11B1FF 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.first-screen .item {
  background: linear-gradient(248.43deg, rgba(0, 102, 255, 0.11) 7.07%, rgba(255, 255, 255, 0.14) 64.17%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  border: 4px solid #FFFFFF75;
  box-shadow: 0px 0px 39.6px 0px #A9CDE4;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}

.first-screen .item .rgt {
  flex: 1;
}

.first-screen .item .rgt .price-list {
  gap: 32px;
}

.first-screen .cell {
  width: 276px;
  position: relative;
  z-index: 1;
}

.first-screen .cell.best-primary {
  background: #0462F0;
  padding: 2px;
  border-radius: 25px;
}

.first-screen .cell.best-primary::before {
  content: '';
  position: absolute;
  width: calc(100% - 4px);
  height: 67px;
  background: url(https://4ddig.tenorshare.com/images/activity/win-26h2/price-best-stripe.png) repeat center center;
  background-size: 100%;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 24px;
}

.first-screen .cell .save-text {
  color: #FFFFFF;
  margin: 6px 0;
}

.first-screen .cell .cont {
  background: #F4FAFF;
  border-radius: 24px;
  padding: 20px;
  box-shadow: 0px 0px 22.8px 0px #5C94C257;
}

.first-screen .cell:hover .cont,
.first-screen .cell.best-primary .cont {
  background: #FFFFFF;
}

.first-screen .cont .price-cont {
  padding-bottom: 20px;
  border-bottom: 2px solid #F0F0F0;
  margin-bottom: 18px;
}

.first-screen .cont .price {
  font-size: 44px;
  line-height: 1.2;
}

.first-screen .cont .normally {
  font-size: 14px;
  line-height: 1.2;
}

.first-screen .cont ul {
  margin-top: 18px;
}

.first-screen .cont ul li {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
  color: #626466;
}

.first-screen .cont ul li:not(:last-child) {
  margin-bottom: 4px;
}

.first-screen .cont ul li::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(https://4ddig.tenorshare.com/images/activity/win-26h2/icon-green-correct.svg) no-repeat center center;
  background-size: 100% 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.first-screen .labels {
  margin-top: 24px;
}

.first-screen .labels .label {
  display: flex;
  gap: 4px;
  color: #00000080;
}

@media (min-width: 1280px) {
  .first-screen .item .lft img {
    height: 100%;
  }

  .first-screen .item .rgt {
    padding: 32px 0;
  }
}

@media (max-width: 1599.98px) and (min-width: 1280px) {
  .first-screen .item .lft {
    width: 400px;
  }

  .first-screen .item .rgt .price-list {
    gap: 16px;
  }

  .first-screen .cell {
    width: 240px;
  }

  .first-screen .cont .price {
    font-size: 36px;
  }

  .first-screen .cont ul li {
    font-size: 12px;
  }
}

@media (max-width: 1279.98px) {
  .first-screen .item .rgt .price-list {
    width: 100%;
    gap: 0;
    justify-content: space-between;
    padding: 24px 14px 34px;
  }

  .first-screen .cell .cont {
    background: #fff;
  }

  .first-screen .labels {
    margin-top: 0;
    margin-bottom: 32px;
    padding: 0 20px;
    gap: 10px;
  }
}

@media (max-width: 991.98px) {
  .first-screen {
    padding: 92px 0 56px;
    background: #fff;
    position: relative;
    z-index: 1;
  }

  .first-screen::after {
    content: '';
    position: absolute;
    width: 100%;
    aspect-ratio: 376 / 186;
    background: url(https://4ddig.tenorshare.com/images/activity/win-26h2/first-screen-bg.png) no-repeat center center;
    background-size: cover;
    bottom: 0;
    left: 0;
    z-index: -1;
  }

  .first-screen .item {
    box-shadow: 0px 0px 9.9px 0px #A9CDE4A3;
  }

  .first-screen .item .rgt .price-list {
    gap: 34px;
  }

  .first-screen .cell {
    width: 100%;
  }

  .first-screen .cell.best-primary {
    order: -1;
  }

  .first-screen .cell .save-text {
    font-size: 15px;
  }
}

.upgrade-blockers {
  padding: 120px 0;
}

.upgrade-blockers .title-text {
  margin-bottom: 60px;
}

.upgrade-blockers .cell {
  width: calc(25% - 18px);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    linear-gradient(175.93deg, rgba(40, 152, 255, 0.3) -5.4%, rgba(255, 255, 255, 0.3) 133.39%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    linear-gradient(175.93deg, rgba(40, 152, 255, 0.3) -5.4%, rgba(255, 255, 255, 0.3) 133.39%);
  padding: 1px;
  border-radius: 24px;
}

.upgrade-blockers .cell .cont {
  height: 100%;
  padding: 18px;
  background: #f1faff;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
}

.upgrade-blockers .cell .cont img {
  border-radius: 24px;
  box-shadow: 0px 1.26px 2.51px 0px #8585851A,
    0px 3.77px 3.77px 0px #85858517,
    0px 7.54px 5.03px 0px #8585850D,
    0px 13.83px 6.29px 0px #85858503,
    0px 22.63px 6.29px 0px #85858500;
}

.upgrade-blockers .cell .cont .ctx {
  margin-top: 28px;
}

.upgrade-blockers .cell .cont h5 {
  font-size: 22px;
}

.upgrade-blockers .cell .cont p {
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 1280px) {
  .upgrade-blockers .cell {
    transition: all 0.3s ease-in-out;
  }

  .upgrade-blockers .cell:hover {
    transform: translateY(-18px);
  }
}

@media (max-width: 1599.98px) {
  .upgrade-blockers {
    padding: 96px 0;
  }

  .upgrade-blockers .title-text {
    margin-bottom: 48px;
  }
}

@media (max-width: 1279.98px) {
  .upgrade-blockers .cell {
    width: calc(50% - 12px);
  }

  .upgrade-blockers .items>div {
    gap: 24px;
  }
}

@media (max-width: 991.98px) {
  .upgrade-blockers {
    padding: 56px 0;
  }

  .upgrade-blockers .title-text {
    margin-bottom: 24px;
  }

  .upgrade-blockers .items>div {
    gap: 16px;
  }

  .upgrade-blockers .cell {
    width: 100%;
  }

  .upgrade-blockers .cell .cont {
    padding: 12px;
    flex-direction: row;
    align-items: center;
  }

  .upgrade-blockers .cell .cont img {
    width: 56px;
    border-radius: 14px;
  }

  .upgrade-blockers .cell .cont .ctx {
    margin-top: 0;
    margin-left: 12px;
  }

  .upgrade-blockers .cell .cont h5 {
    font-size: 16px;
  }

  .upgrade-blockers .cell .cont p {
    font-size: 14px;
  }
}

.requirements {
  padding: 120px 0;
  background: linear-gradient(180deg, #F0F7FF 0%, #FFFFFF 30%);
}

.requirements .title-text {
  margin-bottom: 60px;
}

.requirements .swiper-box {
  background:
    linear-gradient(180deg, rgba(4, 98, 240, 0.05) 0%, rgba(17, 177, 255, 0.05) 100%),
    linear-gradient(181.38deg, #E6F0FF 18.41%, #CCEEFF 115.69%);
  border-radius: 28px;
  overflow: hidden;
  padding: 1px;
}

.requirements .swiper-box .title-txt {
  padding: 18px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #0462F0;
  opacity: 0.6;
  background: #E6F0FF;
}

.requirements .swiper {
  padding: 32px;
  background: #fff;
  border-radius: 0 0 27px 27px;
}

.requirements .swiper .swiper-wrapper {
  position: relative;
}

.requirements .swiper .swiper-wrapper::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  background: #E6E6E6;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.requirements .swiper-slide {
  width: calc(50% - 53px);
}

.requirements .cell:not(:last-child) {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 2px solid #E6E6E6;
}

.requirements .cell .cont {
  gap: 16px;
}

.requirements .cell .text {
  flex: 1;
  font-family: 'Be Vietnam Pro';
}

.requirements .cell .text p {
  font-size: 18px;
  font-weight: 500;
  color: #00000080;
}

.requirements .swiper-pagination-bullet-active {
  width: 23px;
  border-radius: 39px;
}

@media (max-width: 1599.98px) {
  .requirements {
    padding: 96px 0;
  }

  .requirements .title-text {
    margin-bottom: 48px;
  }

  .requirements .swiper-box .title-txt {
    padding: 12px 32px;
    font-size: 14px;
  }

  .requirements .swiper-slide {
    width: calc(50% - 56px);
  }

  .requirements .cell .text h4 {
    font-size: 20px;
  }

  .requirements .cell .text p {
    font-size: 14px;
  }
}

@media (max-width: 1279.98px) {
  .requirements .swiper .swiper-wrapper::before {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .requirements {
    padding: 56px 0;
  }

  .requirements .title-text {
    margin-bottom: 24px;
  }

  .requirements .swiper-box .title-txt {
    gap: 2px;
    padding: 12px 24px;
    font-size: 14px;
  }

  .requirements .swiper {
    padding: 24px 9px;
  }

  .requirements .cell:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .requirements .cell .cont {
    gap: 12px;
  }

  .requirements .cell .cont>img:first-child {
    width: 48px;
  }

  .requirements .cell .text h4 {
    font-size: 16px;
  }

  .requirements .cell .text p {
    font-size: 14px;
  }

  .requirements .cell .cont>img:last-child {
    width: 18px;
    height: 18px;
  }
}

.four-one-goal {
  padding: 120px 0;
  background:
    linear-gradient(0deg, #F2F7FE, #F2F7FE),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
}

.four-one-goal .title-text {
  margin-bottom: 64px;
}

.four-one-goal .items>div {
  gap: 24px;
}

.four-one-goal .cell {
  width: calc(50% - 12px);
  background: #FFFFFF;
  border-radius: 32px;
  padding: 18px;
}

.four-one-goal .cell>div {
  height: 100%;
  gap: 24px;
}

@media (max-width: 1599.98px) {
  .four-one-goal {
    padding: 96px 0;
  }

  .four-one-goal .title-text {
    margin-bottom: 48px;
  }

  .four-one-goal .cell img {
    width: 250px;
  }
}

@media (max-width: 1279.98px) {
  .four-one-goal .cell img {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .four-one-goal {
    padding: 56px 0;
  }

  .four-one-goal .title-text {
    margin-bottom: 24px;
  }
}

@media (max-width: 767.98px) {
  .four-one-goal .cell {
    width: 100%;
  }
}

.section-4 {
  padding: 56px 0 0;
}

@media (min-width: 1280px) {
  .section-4 {
    padding: 96px 0 0;
  }
}

@media (min-width: 1600px) {
  .section-4 {
    padding: 120px 0 0;
  }
}

.section-4 .container {
  padding: 0;
}

@media (min-width: 1280px) {
  .section-4 .container {
    padding: 0 16px;
  }
}

.section-4 .title-text {
  margin-bottom: 40px;
}

@media (min-width: 1600px) {
  .section-4 .title-text {
    margin-bottom: 60px;
  }
}

.section-4 .swiper-slide {
  padding: 0 0 24px;
  position: relative;
  z-index: 0;
  opacity: 0;
}

.section-4 .swiper-slide.swiper-slide-prev,
.section-4 .swiper-slide.swiper-slide-active,
.section-4 .swiper-slide.swiper-slide-next {
  opacity: 1;
}

.section-4 .swiper-slide::after {
  content: "";
  width: 100%;
  height: 550px;
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}

.section-4 .swiper-slide.swiper-slide-thumb-active,
.section-4 .swiper-slide.swiper-slide-active {
  margin-top: 0;
  position: relative;
  z-index: 2;
  margin-top: 80px;
}

@media (min-width: 1280px) {

  .section-4 .swiper-slide.swiper-slide-thumb-active,
  .section-4 .swiper-slide.swiper-slide-active {
    margin-top: 0;
  }
}

.section-4 .swiper-slide.swiper-slide-thumb-active::after,
.section-4 .swiper-slide.swiper-slide-active::after {
  background: rgba(255, 255, 255, 0);
}

.section-4 .swiper-slide .img-box {
  background: url(https://4ddig.tenorshare.com/images/thematic-page/4d-c-drive/sec4-step-img-bg.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
  border-radius: 12px;
  padding: 12px 18px;
}

.section-4 .swiper-slide.swiper-slide-thumb-active .img-box,
.section-4 .swiper-slide.swiper-slide-active .img-box {
  width: 284px;
  z-index: 2;
}

@media (min-width: 1280px) {
  .section-4 .swiper-slide .img-box {
    width: max-content;
    padding: 24px 22px 32px;
    border-radius: 24px;
  }

  .section-4 .swiper-slide.swiper-slide-thumb-active .img-box,
  .section-4 .swiper-slide.swiper-slide-active .img-box {
    width: 700px;
  }
}

@media (min-width: 1600px) {

  .section-4 .swiper-slide.swiper-slide-thumb-active .img-box,
  .section-4 .swiper-slide.swiper-slide-active .img-box {
    width: 809px;
  }
}

.section-4 .swiper-slide.swiper-slide-thumb-active .txt,
.section-4 .swiper-slide.swiper-slide-active .txt {
  display: block;
}

.section-4 .txt {
  display: none;
  max-width: 765px;
  margin-top: 32px;
}

@media (min-width: 1280px) {
  .section-4 .txt {
    margin-top: 40px;
  }

  .section-4 .txt p {
    font-size: 18px;
    font-weight: 500;
  }
}

.section-4 .txt span {
  display: inline-block;
  line-height: 28px;
  font-size: 14px;
  padding: 3px 16px;
  border-radius: 0px 24px 24px 0px;
  flex-shrink: 0;
}

@media (min-width: 1280px) {
  .section-4 .txt span {
    font-size: 24px;
    padding: 3px 24px;
  }
}

.section-4 .swiper-cont {
  max-width: 430px;
  margin-top: -80px;
}

@media (min-width: 1280px) {
  .section-4 .swiper-cont {
    max-width: 1000px;
    margin-top: 0;
  }
}

@media (min-width: 1600px) {
  .section-4 .swiper-cont {
    max-width: 1230px;
  }
}

.section-4 .swiper-button-prev {
  left: 28px;
}

@media (min-width: 1280px) {
  .section-4 .swiper-button-prev {
    left: 10px;
  }
}

.section-4 .swiper-button-next {
  right: 28px;
}

@media (min-width: 1280px) {
  .section-4 .swiper-button-next {
    right: 10px;
  }
}

.section-4 .swiper-button-prev,
.section-4 .swiper-button-next {
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  box-shadow: 0px 3.56px 10.67px 0px #BBBBBB33;
  border: 0.89px solid #0000001A;
  border-radius: 50%;
  top: calc(50%);
}

@media (min-width: 1280px) {

  .section-4 .swiper-button-prev,
  .section-4 .swiper-button-next {
    width: 64px;
    height: 64px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.section-4 .swiper-button-prev svg,
.section-4 .swiper-button-next svg {
  width: 7px;
  color: rgba(0, 0, 0, 0.7);
}

@media (min-width: 1280px) {

  .section-4 .swiper-button-prev svg,
  .section-4 .swiper-button-next svg {
    width: 11px;
  }
}

.section-4 .swiper-button-prev:hover svg,
.section-4 .swiper-button-next:hover svg {
  color: #0462f0;
}

.section-4 .swiper-button-prev::after,
.section-4 .swiper-button-next::after {
  content: none;
}

.faq-tips {
  padding: 56px 0;
}

@media (min-width: 1280px) {
  .faq-tips {
    padding: 100px 0;
  }
}

@media (min-width: 1600px) {
  .faq-tips {
    padding: 120px 0;
  }
}

@media (min-width: 1280px) {
  .faq-tips .container {
    max-width: 1224px;
  }
}

@media (min-width: 1600px) {
  .faq-tips .container {
    max-width: 1456px;
  }
}

.faq-tips .text-stress {
  background: linear-gradient(90deg, rgba(4, 98, 240, 0.6) 0%, rgba(17, 177, 255, 0.6) 100%);
  background-position: 0 calc(100% - 2px);
  background-repeat: repeat-x;
  background-size: 100% 10px;
}

@media (min-width: 1280px) {
  .faq-tips .text-stress {
    background-size: 100% 12px;
  }
}

.faq-tips .faq-cont {
  width: 100%;
}

.faq-tips .faq-cont .accordion-item {
  padding: 16px;
  border-radius: 16px !important;
}

@media (min-width: 1280px) {
  .faq-tips .faq-cont .accordion-item {
    padding: 32px;
  }
}

.faq-tips .faq-cont .accordion-item .accordion-button {
  font-size: 20px !important;
  padding: 0 !important;
}

.faq-tips .faq-cont .accordion-item .accordion-button::after {
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.00029 14.0003L15.2929 22.2929C15.6834 22.6834 16.3166 22.6834 16.7071 22.2929L24.9997 14.0003" stroke="black" stroke-opacity="0.7" stroke-width="2.66667" stroke-linecap="round"/></svg>') !important;
  background-size: 100% !important;
}

@media (min-width: 1280px) {
  .faq-tips .faq-cont .accordion-item .accordion-button::after {
    width: 32px;
    height: 32px;
  }
}

.faq-tips .faq-cont .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.00029 14.0003L15.2929 22.2929C15.6834 22.6834 16.3166 22.6834 16.7071 22.2929L24.9997 14.0003" stroke="%230462F0" stroke-opacity="0.7" stroke-width="2.66667" stroke-linecap="round"/></svg>') !important;
  -webkit-transform: rotate(-180deg) !important;
  transform: rotate(-180deg) !important;
}

.faq-tips .faq-cont .accordion-item .accordion-body {
  max-width: 100%;
}

.faq-tips .faq-cont .accordion-item .accordion-body p {
  font-size: 14px;
}

@media (min-width: 1280px) {
  .faq-tips .faq-cont .accordion-item .accordion-body p {
    font-size: 16px;
  }
}

.faq-tips .tips-cont {
  width: 100%;
}

@media (min-width: 1280px) {
  .faq-tips .tips-cont {
    width: 520px;
  }
}

.faq-tips .tips-cont .tips-list {
  padding: 24px 12px 32px;
  background: linear-gradient(180deg, rgba(4, 98, 240, 0.05) 0%, rgba(17, 177, 255, 0.05) 100%), #FFFFFF;
  border-radius: 16px;
}

@media (min-width: 1280px) {
  .faq-tips .tips-cont .tips-list {
    padding: 48px 32px;
  }
}

.faq-tips .tips-cont .tips-list li {
  position: relative;
  font-size: 16px;
}

@media (min-width: 1280px) {
  .faq-tips .tips-cont .tips-list li {
    font-size: 20px;
  }
}

.faq-tips .tips-cont .tips-list li a::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  top: 12px;
  left: 0;
}

.faq-tips .tips-cont .tips-list li a:hover {
  text-decoration: underline;
}

.faq-tips .tips-cont .tips-list li a:hover::before {
  background: #0462f0;
}

.faq-tips .tips-cont .tips-list li:not(:last-child) {
  margin-bottom: 24px;
}

@media (min-width: 1600px) {
  .faq-tips .tips-cont .tips-list li:not(:last-child) {
    margin-bottom: 40px;
  }
}

.bottom-banner {
  padding: 0 0 120px;
}

.bottom-banner .item {
  padding: 64px 0;
  background: url(https://4ddig.tenorshare.com/images/activity/win-26h2/bottom-banner-bg.png) no-repeat center center;
  background-size: cover;
  border-radius: 48px;
}

.bottom-banner .item .cont {
  color: #fff;
}

.bottom-banner .item .labels {
  gap: 32px;
  margin-top: 45px;
}

.bottom-banner .item .label {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 4px;
}

@media (min-width: 992px) {
  .bottom-banner .item a.btn {
    min-width: 250px;
    justify-content: center;
  }
}

@media (max-width: 1599.98px) {
  .bottom-banner {
    padding: 0 0 100px;
  }

  .bottom-banner .item {
    background: url(https://4ddig.tenorshare.com/images/thematic-page/hard-drive/bottom-banner-bg-1366.png) no-repeat center center;
    background-size: cover;
  }
}

@media (max-width: 991.98px) {
  .bottom-banner {
    padding: 0 0 56px;
  }

  .bottom-banner .item {
    padding: 40px 16px;
    background: url(https://4ddig.tenorshare.com/images/activity/win-26h2/bottom-banner-bg-mobile.png) no-repeat center center;
    background-size: cover;
    border-radius: 24px;
  }

  .bottom-banner .item .cont .logo {
    width: 40px;
  }

  .bottom-banner .item .cont .logo-text h4 {
    font-size: 18px;
  }

  .bottom-banner .item .cont h2 {
    font-size: 32px;
  }

  .bottom-banner .item .labels {
    margin-top: 20px;
    gap: 8px;
    padding-left: 32px;
  }

  .bottom-banner .item .label {
    font-size: 14px;
  }
}