main {
  background: #170E13;
  position: relative;
  z-index: 1;
}
main::after {
  content: "";
  display: block;
  width: 390px;
  height: 1035px;
  background: url("https://images.pixpretty.ai/purchase/gradient-mb-bg.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  z-index: -1;
}
@media (min-width: 992px) {
  main::after {
    width: 100%;
    height: 758px;
    background: url("https://images.pixpretty.ai/purchase/gradient-bg.png") no-repeat;
    background-size: cover;
    top: 62px;
  }
}
@media (min-width: 1280px) {
  main::after {
    width: 1366px;
    height: 975px;
    top: -64px;
  }
}
@media (min-width: 1600px) {
  main::after {
    width: 1404px;
    height: 1062px;
  }
}

.h1-title {
  font-size: 32px;
}
@media (min-width: 992px) {
  .h1-title {
    max-width: 940px;
    font-size: 36px;
  }
}
@media (min-width: 1600px) {
  .h1-title {
    max-width: 1120px;
    font-size: 48px;
  }
}

#section-banner .content {
  padding: 40px 0 32px;
}
@media (min-width: 567px) {
  #section-banner .content {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  #section-banner .content {
    padding: 62px 0 60px;
  }
}
@media (min-width: 1600px) {
  #section-banner .content {
    padding: 48px 0 40px;
  }
}
#section-banner .des-list {
  gap: 16px;
}
@media (min-width: 992px) {
  #section-banner .des-list {
    gap: 48px;
  }
}
#section-banner .des-list .item {
  gap: 6px;
  font-size: 12px;
  color: #fff;
  line-height: 1.5;
}
@media (min-width: 1600px) {
  #section-banner .des-list .item {
    font-size: 14px;
  }
}

@media (min-width: 1280px) {
  #list-buy .container {
    max-width: 1152px;
  }
}
@media (min-width: 1600px) {
  #list-buy .container {
    max-width: 1184px;
  }
}
#list-buy .buy-list {
  gap: 24px;
}
@media (min-width: 992px) {
  #list-buy .buy-list {
    gap: 16px;
  }
  #list-buy .buy-list .col-lg-4 {
    flex: 1 1 30%;
  }
}
@media (min-width: 1280px) {
  #list-buy .buy-list {
    gap: 24px;
  }
}
@media (min-width: 1600px) {
  #list-buy .buy-list {
    gap: 32px;
  }
}
#list-buy .cell {
  width: 100%;
  order: 2;
  border-radius: 24px;
  background: rgba(229, 227, 227, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 992px) {
  #list-buy .cell {
    order: 0;
  }
}
#list-buy .cell .price-main {
  padding: 80px 24px 40px;
  background: rgba(255, 255, 255, 0.1607843137);
  border-radius: 24px;
}
@media (min-width: 992px) {
  #list-buy .cell .price-main {
    padding: 88px 24px 24px;
  }
}
@media (min-width: 1280px) {
  #list-buy .cell .price-main {
    padding: 88px 32px 36px;
  }
}
#list-buy .cell .price-main .price {
  margin-bottom: 32px;
}
#list-buy .cell .price-main .price span {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
}
#list-buy .cell .price-main .price span span {
  font-size: 24px;
}
#list-buy .cell .price-main .price del {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
}
#list-buy .cell .price-main .btn {
  min-width: 100%;
}
#list-buy .cell .price-main .btn.btn-primary {
  background: #f50;
}
#list-buy .cell .price-main .btn.free-btn {
  background: rgba(23, 14, 19, 0.3607843137);
  opacity: 0.6;
}
#list-buy .cell .price-main .btn.free-btn svg {
  display: none;
}
#list-buy .cell .price-main .btn.free-btn:hover svg {
  display: block;
}
#list-buy .cell .price-main .btn.free-btn:hover span {
  display: none;
}
#list-buy .cell .price-main .btn.free-btn:hover::after {
  display: none;
}
#list-buy .cell .price-main .off {
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  font-weight: 500;
  font-size: 18px;
  background: linear-gradient(160.17deg, #FFE4A6 23.77%, #FFBC20 103.1%);
  color: #62360B;
}
#list-buy .cell .price-credits {
  color: white;
  margin-bottom: 12px;
}
#list-buy .cell .price-credit {
  padding: 6px 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.2392156863);
}
#list-buy .cell .list-des {
  margin-bottom: 0;
}
#list-buy .cell .list-des li {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  gap: 6px;
  margin-bottom: 20px;
}
#list-buy .cell .list-des li:last-child {
  margin-bottom: 0;
}
#list-buy .cell .list-des li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 18.833a8.333 8.333 0 1 0 0-16.666 8.333 8.333 0 0 0 0 16.666z" fill="%23fff" fill-opacity=".2"/><path d="M6 10.9l2.4 2.4L14 7.7" stroke="%23fff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
#list-buy .cell .nav {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3215686275);
  border-radius: 6px;
  border-bottom: 0;
  font-size: 20px;
  gap: 2px;
}
@media (min-width: 992px) {
  #list-buy .cell .nav {
    top: 28px;
    left: 32px;
  }
}
#list-buy .cell .nav > div {
  padding: 2px 12px;
  color: white;
  cursor: pointer;
}
#list-buy .cell .nav .active {
  border-radius: 4px;
  background: #FFFFFF;
  color: #170E13;
}
#list-buy .cell.active {
  order: 1;
}
@media (min-width: 992px) {
  #list-buy .cell.active {
    order: 0;
  }
}
#list-buy .cell.active .popular {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 257px;
  padding: 0px 48px;
  font-size: 18px;
  line-height: 42px;
  background: url("https://images.pixpretty.ai/purchase/popular-bg.png") no-repeat;
  background-size: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  #list-buy .cell.active .popular {
    font-size: 20px;
  }
}
#list-buy .cell.active .price-main {
  background: linear-gradient(160.17deg, #FFE4A6 23.77%, #FFBC20 103.1%);
}
#list-buy .cell.active .price-main .price-credits {
  color: #A35A12;
}
#list-buy .cell.active .price-main .price-credit {
  background: rgba(255, 255, 255, 0.4);
}
#list-buy .cell.active .price-main .price span {
  color: #62360B;
}
#list-buy .cell.active .price-main .price del {
  color: #A35A12;
}
#list-buy .cell.free {
  order: 3;
}
@media (min-width: 992px) {
  #list-buy .cell.free {
    order: 0;
  }
}

#support-part .note {
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  opacity: 0.7;
}
@media (min-width: 992px) {
  #support-part .note {
    font-size: 14px;
    opacity: 1;
  }
}
#support-part .icon-list:not(.pay-method-icon-list) {
  opacity: 0.7;
}
#support-part .icon-list {
  gap: 40px;
}
#support-part .icon-list .cell img {
  height: 40px;
}
#support-part.for-four {
  padding-top: 0;
}
#support-part.for-four .note {
  margin-top: 0 !important;
}
@media (max-width: 1279.98px) {
  #support-part .icon-list .cell {
    width: 100px;
  }
  #support-part .icon-list .cell img {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  #support-part .note {
    margin-top: 24px;
  }
  #support-part .icon-list {
    gap: 12px;
    padding-top: 12px;
  }
  #support-part .icon-list .cell {
    width: 74px;
  }
}

.social-media {
  padding: 80px 0 0;
}
@media (min-width: 992px) {
  .social-media {
    padding: 100px 0 0;
  }
}
.social-media h2 {
  font-size: 32px;
}
@media (min-width: 1280px) {
  .social-media h2 {
    max-width: 940px;
    font-size: 36px;
  }
}
@media (min-width: 1600px) {
  .social-media h2 {
    max-width: 1210px;
    font-size: 48px;
  }
}
.social-media .mediaSwiper {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  background: rgba(229, 227, 227, 0.1607843137);
  border-radius: 24px;
}
@media (min-width: 1280px) {
  .social-media .mediaSwiper {
    width: 1124px;
  }
}
@media (min-width: 1600px) {
  .social-media .mediaSwiper {
    width: 1210px;
  }
}
.social-media .mediaSwiper .swiper-slide {
  padding: 20px 12px 0;
}
@media (min-width: 992px) {
  .social-media .mediaSwiper .swiper-slide {
    padding: 20px;
  }
}
@media (min-width: 1280px) {
  .social-media .mediaSwiper .swiper-slide {
    padding: 40px;
  }
}
.social-media .mediaSwiper .lft {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .social-media .mediaSwiper .lft {
    padding: 20px;
    width: 524px;
  }
}
@media (min-width: 1280px) {
  .social-media .mediaSwiper .lft {
    width: 662px;
    padding: 40px;
  }
}
.social-media .mediaSwiper .lft .portrait-des {
  margin: 20px 0 24px;
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .social-media .mediaSwiper .lft .portrait-des {
    margin: 8px 0 36px;
    font-size: 20px;
  }
}
.social-media .mediaSwiper .lft .portrait-box {
  width: 100%;
}
.social-media .mediaSwiper .lft .portrait-box img {
  width: 136px;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .social-media .mediaSwiper .lft .portrait-box img {
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .social-media .mediaSwiper .lft .portrait-box {
    width: 420px;
  }
}
@media (min-width: 1280px) {
  .social-media .mediaSwiper .lft .portrait-box {
    width: 500px;
  }
}
.social-media .mediaSwiper .lft .portrait-name {
  font-size: 20px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .social-media .mediaSwiper .lft .portrait-name {
    font-size: 24px;
  }
}
.social-media .mediaSwiper .lft .portrait-oc {
  font-size: 14px;
  opacity: 0.6;
}
@media (min-width: 992px) {
  .social-media .mediaSwiper .lft .portrait-oc {
    font-size: 18px;
  }
}
.social-media .mediaSwiper .lft::before {
  content: "";
  display: block;
  width: 30px;
  height: 24px;
  background: url('data:image/svg+xml,<svg width="43" height="35" viewBox="0 0 43 35" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity=".2" d="M42.28 34.3H26.04c-1.587-5.133-2.38-10.453-2.38-15.96 0-5.6 1.447-10.033 4.34-13.3C30.987 1.68 35.373 0 41.16 0v7.84c-4.667 0-7 2.847-7 8.54v2.66h8.12V34.3zm-23.66 0H2.38C.793 29.167 0 23.847 0 18.34c0-5.6 1.447-10.033 4.34-13.3C7.327 1.68 11.713 0 17.5 0v7.84c-4.667 0-7 2.847-7 8.54v2.66h8.12V34.3z" fill="%23fff"/></svg>') no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1280px) {
  .social-media .mediaSwiper .lft::before {
    width: 43px;
    height: 35px;
  }
}
.social-media .mediaSwiper .lft::after {
  content: "";
  display: block;
  width: 30px;
  height: 24px;
  background: url('data:image/svg+xml,<svg width="43" height="35" viewBox="0 0 43 35" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity=".2" d="M0 0h16.24c1.587 5.133 2.38 10.453 2.38 15.96 0 5.6-1.447 10.033-4.34 13.3-2.987 3.36-7.373 5.04-13.16 5.04v-7.84c4.667 0 7-2.847 7-8.54v-2.66H0V0zm23.66 0H39.9c1.587 5.133 2.38 10.453 2.38 15.96 0 5.6-1.447 10.033-4.34 13.3-2.987 3.36-7.373 5.04-13.16 5.04v-7.84c4.667 0 7-2.847 7-8.54v-2.66h-8.12V0z" fill="%23fff"/></svg>') no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 1280px) {
  .social-media .mediaSwiper .lft::after {
    width: 43px;
    height: 35px;
  }
}
.social-media .mediaSwiper .portrait-pic {
  width: 390px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .social-media .mediaSwiper .portrait-pic {
    position: absolute;
    width: 400px;
    left: auto;
    transform: translateX(0%);
  }
}
@media (min-width: 1280px) {
  .social-media .mediaSwiper .portrait-pic {
    width: 470px;
  }
}
.social-media .swiper-pagination {
  height: 6px;
  top: 0 !important;
  line-height: 6px;
}
.social-media .swiper-pagination > span {
  margin: 0;
  height: 6px;
  width: 6px;
  background: rgba(255, 255, 255, 0.6);
}
.social-media .swiper-pagination > span.swiper-pagination-bullet-active {
  width: 24px;
  background: #fff;
  border-radius: 100px;
}

#pro-guide {
  padding: 80px 0;
}
@media (min-width: 1280px) {
  #pro-guide .container {
    max-width: 1148px;
  }
}
@media (min-width: 1600px) {
  #pro-guide .container {
    max-width: 1250px;
  }
}
#pro-guide h2 {
  max-width: 100%;
}
#pro-guide .tab-content {
  margin-top: 40px;
}
#pro-guide .accordion.v1.v1-0-1 .accordion-item {
  background: transparent;
  overflow: hidden;
  transition: all 0.4s;
  margin-bottom: 0;
  position: relative;
  border: 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  -o-border-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 8px, transparent 8px, transparent 16px) 1;
     border-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 8px, transparent 8px, transparent 16px) 1;
}
#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button {
  padding: 20px 0;
  color: #fff;
  line-height: 150%;
  background: none;
}
#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button:hover {
  color: #FFBC20;
}
#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button::after {
  width: 32px;
  height: 32px;
  background-size: cover;
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="19" y="10" width="2" height="20" rx="1" fill="%23fff"/><rect x="30" y="19" width="2" height="20" rx="1" transform="rotate(90 30 19)" fill="%23fff"/> </svg>');
}
#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button:not(.collapsed) {
  padding-bottom: 0;
  font-weight: 600;
}
#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.75 20h23.333" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  transform: rotate(0deg);
}
#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body {
  padding: 12px 0 20px 0;
  color: #fff;
  opacity: 0.7;
}
#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body * {
  color: #fff;
}
#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body a:hover {
  color: #FFBC20;
}
#pro-guide .accordion.v1.v1-0-1 .accordion-item:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  #pro-guide {
    padding: 100px 0;
  }
  #pro-guide .tab-content {
    margin-top: 36px;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button {
    font-size: 18px;
    font-weight: 600;
    padding: 1.2rem 0;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button::after {
    width: 40px;
    height: 40px;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body {
    padding: 0 0 20px 0;
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  #pro-guide {
    padding: 120px 0;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button {
    font-size: 20px;
    padding: 1.5rem 0;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body {
    padding: 0.625rem 0 24px 0;
    font-size: 18px;
  }
}/*# sourceMappingURL=pixpretty-common.css.map */