@charset "UTF-8";
main {
  position: relative;
  padding: 0;
  margin: 0;
}
main .article-h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 135%;
}
@media (min-width: 992px) {
  main .article-h1 {
    font-size: 32px;
  }
}
@media (min-width: 1280px) {
  main .article-h1 {
    font-size: 42px;
    line-height: 120%;
  }
}
@media (min-width: 1600px) {
  main .article-h1 {
    font-size: 52px;
  }
}
main .bottom-ad {
  z-index: 1000;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 76px;
  padding: 8px 10px 8px 12px;
  background: linear-gradient(92deg, #f43ed9 -4.92%, #ec78ff 31.36%, #9f24ff 73.75%, #6b57ff 121.63%);
}
@media (min-width: 768px) {
  main .bottom-ad {
    padding: 16px 10px 8px 12px;
  }
}
main .bottom-ad .close-icon {
  cursor: pointer;
  position: absolute;
  content: "";
  top: 2px;
  right: 2px;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.29094 5.29094C5.68146 4.90042 6.31463 4.90042 6.70515 5.29094L11.998 10.5838L17.2909 5.29094C17.6815 4.90042 18.3146 4.90042 18.7052 5.29094C19.0957 5.68146 19.0957 6.31463 18.7052 6.70515L13.4123 11.998L18.7052 17.2909C19.0957 17.6815 19.0957 18.3146 18.7052 18.7052C18.3146 19.0957 17.6815 19.0957 17.2909 18.7052L11.998 13.4123L6.70515 18.7052C6.31463 19.0957 5.68146 19.0957 5.29094 18.7052C4.90042 18.3146 4.90042 17.6815 5.29094 17.2909L10.5838 11.998L5.29094 6.70515C4.90042 6.31463 4.90042 5.68146 5.29094 5.29094Z" fill="%23fff"/></svg>')
    no-repeat;
  background-size: 100% 100%;
}
main .bottom-ad .sub-title {
  margin-top: -20px;
}
@media (min-width: 768px) {
  main .bottom-ad .sub-title {
    margin-top: -32px;
  }
}
main .bottom-ad .sub-title span {
  line-height: 140%;
}
main .bottom-ad .logo {
  margin-right: 6px;
}
main .bottom-ad .small {
  line-height: 120%;
}
main .bottom-ad .btn-box {
  margin-left: 21px;
}
main .bottom-ad .btn-box .btn {
  min-width: 110px;
  height: 40px;
  padding: 0;
  font-size: 18px;
  line-height: 140%;
}

.first-screen {
  position: relative;
  padding: 84px 24px 20px;
  background: linear-gradient(95deg, #faf8ff 15.16%, #f9f1ff 50.34%, #e4d8ff 93.33%);
}
@media (min-width: 992px) {
  .first-screen {
    padding: 100px 0 60px;
  }
}
@media (min-width: 1280px) {
  .first-screen {
    padding: 107px 0 60px;
  }
}
@media (min-width: 1600px) {
  .first-screen {
    padding: 130px 0 80px;
  }
}
.first-screen::after {
  display: none;
}
@media (min-width: 992px) {
  .first-screen::after {
    display: block;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 21px;
    background: url("https://edimakor.hitpaw.com/images/edimakor-2025/article/first-screen-line.png") no-repeat
      center/cover;
  }
}
@media (min-width: 1600px) {
  .first-screen::after {
    height: 27px;
  }
}
.first-screen .main-cont {
  gap: 36px;
}
@media (min-width: 1280px) {
  .first-screen .main-cont {
    gap: 75px;
  }
}
@media (min-width: 1600px) {
  .first-screen .main-cont {
    gap: 88px;
  }
}
.first-screen .main-cont .bread-crumbs {
  margin-bottom: 32px;
}
@media (min-width: 1280px) {
  .first-screen .main-cont .bread-crumbs {
    margin-bottom: 48px;
  }
}
@media (min-width: 1600px) {
  .first-screen .main-cont .bread-crumbs {
    margin-bottom: 32px;
  }
}
.first-screen .main-cont .bread-crumbs a {
  position: relative;
  margin: 0 12px;
  color: #0a012f;
  text-decoration: none;
}
.first-screen .main-cont .bread-crumbs a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
}
.first-screen .main-cont .bread-crumbs a.home {
  opacity: 0.6;
}
.first-screen .main-cont .bread-crumbs a.home::after {
  background-image: url("https://edimakor.hitpaw.com/images/edimakor-2025/article/chevron-right-dark.svg");
}
.first-screen .main-cont .bread-crumbs a.secondary-directory {
  opacity: 0.4;
  font-weight: 700;
}
.first-screen .main-cont .bread-crumbs a.secondary-directory:hover {
  text-decoration: underline;
}
.first-screen .main-cont .bread-crumbs a.secondary-directory::after {
  background-image: url("https://edimakor.hitpaw.com/images/edimakor-2025/article/chevron-right-light.svg");
}
.first-screen .main-cont .bread-crumbs span {
  margin: 0 12px;
  opacity: 0.4;
  font-weight: 400;
}
.first-screen .main-cont .article-info {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .first-screen .main-cont .article-info {
    margin-top: 32px;
  }
}
@media (min-width: 1280px) {
  .first-screen .main-cont .article-info {
    margin-top: 40px;
  }
}
@media (min-width: 1600px) {
  .first-screen .main-cont .article-info {
    margin-top: 48px;
  }
}
.first-screen .main-cont .article-info .author-avatar {
  max-width: 40px;
  margin-right: 8px;
}
@media (min-width: 992px) {
  .first-screen .main-cont .article-info .author-avatar {
    max-width: 60px;
  }
}
@media (min-width: 1600px) {
  .first-screen .main-cont .article-info .author-avatar {
    max-width: 64px;
    margin-right: 12px;
  }
}
.first-screen .main-cont .article-info .author-name {
  margin-bottom: 6px;
}
@media (min-width: 1600px) {
  .first-screen .main-cont .article-info .author-name {
    margin-bottom: 8px;
  }
}
.first-screen .main-cont .article-info .author-name a {
  color: #0a012f;
}
.first-screen .main-cont .article-info .update-time {
  color: #8c8c8c;
}
.first-screen .img-cont {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .first-screen .img-cont {
    max-width: 496px;
  }
}
@media (min-width: 1600px) {
  .first-screen .img-cont {
    max-width: 610px;
  }
}
.first-screen .img-cont img,
.first-screen .img-cont video {
  border-radius: 19px;
}
@media (min-width: 1600px) {
  .first-screen .img-cont img,
  .first-screen .img-cont video {
    border-radius: 24px;
  }
}
.first-screen .img-cont .video-wrap .video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: transparent;
}
.first-screen .img-cont .video-wrap .video img {
  position: absolute;
  border: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
}
.first-screen .img-cont .video-wrap .video .play-icon {
  z-index: 2;
  position: absolute;
  width: 67px;
  height: 67px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.first-screen .img-cont .video-wrap .video .play-icon:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.main-content {
  padding: 32px 24px 55px;
}
@media (min-width: 992px) {
  .main-content {
    padding: 56px 0 43px;
  }
}
@media (min-width: 1600px) {
  .main-content {
    padding: 80px 0 58px;
  }
}
.main-content .container {
  position: relative;
}
.main-content .table-of-contents {
  max-width: 100%;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 16px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .main-content .table-of-contents {
    position: sticky;
    top: 110px;
    max-width: 272px;
  }
}
@media (min-width: 1280px) {
  .main-content .table-of-contents {
    top: 100px;
  }
}
@media (min-width: 1600px) {
  .main-content .table-of-contents {
    max-width: 312px;
  }
}
.main-content .table-of-contents .top-title {
  padding: 12px 14px;
  border-radius: 16px 16px 0px 0px;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}
@media (min-width: 1600px) {
  .main-content .table-of-contents .top-title {
    padding: 16px 24px;
    font-size: 18px;
    line-height: 150%;
  }
}
.main-content .table-of-contents .catalog-column {
  padding: 4px 0 14px;
}
@media (min-width: 1600px) {
  .main-content .table-of-contents .catalog-column {
    padding: 4px 0 16px;
  }
}
.main-content .table-of-contents .accordion-item {
  margin-bottom: 0 !important;
  border: none !important;
}
.main-content .table-of-contents .first-level {
  display: block;
}
.main-content .table-of-contents .accordion.v1.v1-0-1 .accordion-button,
.main-content .table-of-contents .first-level {
  padding: 4px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}
@media (min-width: 992px) {
  .main-content .table-of-contents .accordion.v1.v1-0-1 .accordion-button,
  .main-content .table-of-contents .first-level {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .main-content .table-of-contents .accordion.v1.v1-0-1 .accordion-button,
  .main-content .table-of-contents .first-level {
    font-size: 18px;
  }
}
.main-content .table-of-contents .accordion.v1.v1-0-1 .accordion-button p,
.main-content .table-of-contents .first-level p {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .main-content .table-of-contents .accordion.v1.v1-0-1 .accordion-button p,
  .main-content .table-of-contents .first-level p {
    max-width: 255px;
  }
}
.main-content .table-of-contents .accordion.v1.v1-0-1 .accordion-button .hot-tag,
.main-content .table-of-contents .first-level .hot-tag,
.main-content .table-of-contents .second-level .hot-tag {
  margin-top: -4px;
  margin-left: 4px;
}
.main-content .table-of-contents .first-level.active {
  background: #faf8ff;
}
.main-content .table-of-contents .accordion.v1.v1-0-1 .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"><rect width="32" height="32" rx="16" fill="%23f9f9f9"/><path d="M7.51472 13.5147L15.2929 21.2929C15.6834 21.6834 16.3166 21.6834 16.7071 21.2929L24.4853 13.5147" stroke="%230A012F" stroke-width="2" stroke-linecap="round"/></svg>') !important;
  background-size: 100% 100%;
}
.main-content .table-of-contents .accordion.v1.v1-0-1 .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.main-content .table-of-contents .accordion.v1.v1-0-1 .accordion-button:hover span,
.main-content .table-of-contents .first-level:hover span {
  color: #6b57ff;
}
.main-content .table-of-contents .accordion.v1.v1-0-1 .accordion-button:hover::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"><rect width="32" height="32" rx="16" fill="%23f9f9f9"/><path d="M7.51472 13.5147L15.2929 21.2929C15.6834 21.6834 16.3166 21.6834 16.7071 21.2929L24.4853 13.5147" stroke="%236b57ff" stroke-width="2" stroke-linecap="round"/></svg>') !important;
}
.main-content .table-of-contents .accordion.v1.v1-0-1 .accordion-body {
  padding: 0 14px;
}

.main-content .table-of-contents .catalog-column a {
  color: #0a012f;
  text-decoration: none;
}
.main-content .table-of-contents .catalog-column .second-level {
  padding-left: 0;
  margin-top: 8px;
  margin-bottom: 0;
  list-style: none;
}
.main-content .table-of-contents .catalog-column .second-level li {
  position: relative;
  padding: 4px 0 4px 38px;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}
@media (min-width: 992px) {
  .main-content .table-of-contents .catalog-column .second-level li {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .main-content .table-of-contents .catalog-column .second-level li {
    font-size: 16px;
  }
}
.main-content .table-of-contents .catalog-column .second-level li::before {
  position: absolute;
  content: "";
  top: 11px;
  left: 27px;
  width: 4px;
  height: 4px;
  background: #0a012f;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .main-content .table-of-contents .catalog-column .second-level li::before {
    top: 14px;
    left: 22px;
    width: 6px;
    height: 6px;
  }
}
.main-content .table-of-contents .catalog-column .second-level li:not(:last-child) {
  margin-bottom: 4px;
}
.main-content .table-of-contents .catalog-column .second-level li:hover {
  border-left: 1px solid #bebebe;
  background: linear-gradient(90deg, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
}
.main-content .table-of-contents .catalog-column .second-level li.active {
  background: #faf8ff;
}
.main-content .table-of-contents .share-post {
  padding: 0 14px;
}
.main-content .table-of-contents .share-text {
  font-size: 12px;
  line-height: 160%;
}
@media (min-width: 1600px) {
  .main-content .table-of-contents .share-text {
    font-size: 14px;
  }
}
.main-content .table-of-contents .media-item svg {
  width: 34px;
  height: 34px;
}
.main-content .table-of-contents .media-item:not(:last-child) {
  margin-right: 8px;
}
@media (min-width: 1600px) {
  .main-content .table-of-contents .media-item:not(:last-child) {
    margin-right: 12px;
  }
}
.main-content .table-of-contents .media-item:hover svg path:not(.fill-nochange) {
  fill: #6b57ff;
}
.main-content .btn-gradient {
  border: none;
}
.main-content .right-sidebar {
  position: sticky;
  top: 110px;
  width: 100%;
}
@media (min-width: 1280px) {
  .main-content .right-sidebar {
    top: 100px;
    width: 272px;
  }
}
@media (min-width: 1600px) {
  .main-content .right-sidebar {
    width: 312px;
  }
}
.main-content .ad-module {
  padding: 24px 23px;
  border-radius: 16px;
  border: 1px solid #e0e0e0;
  background: linear-gradient(142deg, rgba(176, 223, 255, 0.25) -1.22%, rgba(212, 147, 255, 0.25) 95.25%);
}
.main-content .ad-module .btn-groups {
  margin-top: 32px;
}
.main-content .ad-module .btn-groups a {
  width: 100%;
}
.main-content .ad-module .btn-groups .btn-lg {
  padding: 0 20px;
}
@media (min-width: 1600px) {
  .main-content .ad-module .btn-groups .btn-lg {
    padding: 0 32px;
  }
}
.main-content .ad-module .btn-gradient:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%),
    linear-gradient(98deg, #5800ff 3.53%, #cda6ff 36.54%, #dc58f1 61.81%, #5800ff 102.56%);
}
.main-content .ad-module .btn-outline-primary:hover svg path {
  fill: #fff;
  stroke: #fff;
}
.main-content .hot-and-trending {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #e0e0e0;
  background: #fff;
}
.main-content .hot-and-trending .list-trend {
  list-style: none;
  padding: 16px 0;
  border-bottom: 1px solid #e0e0e0;
}
.main-content .hot-and-trending .list-trend li {
  color: #0a012f;
}
.main-content .hot-and-trending .list-trend li:not(:last-child) {
  margin-bottom: 12px;
}
.main-content .hot-and-trending .list-trend li a {
  display: flex;
  align-items: center;
  color: inherit;
}
.main-content .hot-and-trending .list-trend li img {
  width: 40px;
  height: 40px;
}
.main-content .hot-and-trending .list-trend li span {
  margin-left: 11px;
  font-size: 14px;
  line-height: 160%;
}
@media (min-width: 1600px) {
  .main-content .hot-and-trending .list-trend li span {
    font-size: 16px;
  }
}
.main-content .hot-and-trending .hot-articles {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 16px 0 0;
}
.main-content .hot-and-trending .hot-articles li {
  padding: 4px 12px;
  margin: 0 8px 8px 0;
  border-radius: 4px;
  background: rgba(107, 87, 255, 0.15);
  font-size: 14px;
  line-height: 160%;
  color: #0a012f;
}
@media (min-width: 1600px) {
  .main-content .hot-and-trending .hot-articles li {
    font-size: 16px;
  }
}
.main-content .hot-and-trending .hot-articles li:hover {
  background: rgba(107, 87, 255, 0.3);
}
.main-content .hot-and-trending .hot-articles li a {
  color: inherit;
  text-decoration: none;
}

article {
  margin: 24px 0;
}
@media (min-width: 992px) {
  article {
    margin: 0 40px;
  }
}
@media (min-width: 1600px) {
  article {
    max-width: 800px;
    margin: 0 56px;
  }
}
article .btn.btn-md {
  height: 48px;
  padding: 0 24px;
}
@media (min-width: 992px) {
  article .btn.btn-md {
    height: 56px;
  }
}
article .btn.btn-md svg {
  width: 16px;
  height: 16px;
}
@media (min-width: 992px) {
  article .btn.btn-md svg {
    width: 18px;
    height: 18px;
  }
}
article section {
  margin-bottom: 32px;
}
@media (min-width: 1600px) {
  article section {
    margin-bottom: 30px;
  }
}
article section .h-title:target {
  scroll-margin-top: 100px;
}
article h2 {
  margin: 24px 0;
  font-size: 18px;
  line-height: 140%;
}
@media (min-width: 992px) {
  article h2 {
    font-size: 24px;
    line-height: 135%;
  }
}
@media (min-width: 1600px) {
  article h2 {
    font-size: 30px;
    line-height: 120%;
  }
}
article h3 {
  margin: 24px 0;
  font-size: 16px;
  line-height: 140%;
}
@media (min-width: 992px) {
  article h3 {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  article h3 {
    font-size: 24px;
    line-height: 135%;
  }
}
article p {
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: #3c3c3c;
}
@media (min-width: 1600px) {
  article p {
    font-size: 18px;
  }
}
article ul {
  margin-bottom: 32px;
  font-size: 12px;
  line-height: 160%;
}
@media (min-width: 992px) {
  article ul {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  article ul {
    font-size: 16px;
  }
}
article picture {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
article .article-h2-border {
  padding: 6px 8px;
  border-left: 2px solid #6b57ff;
  background: linear-gradient(90deg, #f4efff 0%, rgba(244, 239, 255, 0) 100%);
}
@media (min-width: 992px) {
  article .article-h2-border {
    padding: 18px;
  }
}
@media (min-width: 1600px) {
  article .article-h2-border {
    padding: 20px 16px;
  }
}
article .article-h2-normal {
  padding: 6px 18px;
  border-radius: 16px;
  background: rgba(179, 169, 255, 0.2);
}
@media (min-width: 992px) {
  article .article-h2-normal {
    padding: 18px;
  }
}
@media (min-width: 1600px) {
  article .article-h2-normal {
    padding: 20px 16px;
  }
}
article .article-h2-cont {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
article .article-h2-cont i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  background: #faf8ff;
  border-radius: 50%;
  font-size: 1.5rem;
  color: #6b57ff;
}
@media (min-width: 1280px) {
  article .article-h2-cont i {
    width: 50px;
    height: 50px;
  }
}
article .article-h2-cont h2 {
  position: relative;
  margin: 0;
}
article .article-h3-border {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 4px;
}
article .article-h3-border::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(104deg, #f43ed9 0%, #ec78ff 28.67%, #9f24ff 62.17%, #6b57ff 100%);
}
article .article-h3-num {
  display: flex;
  align-items: center;
}
article .article-h3-num span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  margin-right: 9px;
  background: #6b57ff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  color: #fff;
}
@media (min-width: 992px) {
  article .article-h3-num span {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  article .article-h3-num span {
    width: 33px;
    height: 33px;
    margin-right: 11px;
  }
}
article .article-h3-compress i,
article .article-h3-sync i {
  margin-right: 8px;
  color: #6b57ff;
}
article .list-num {
  list-style: none;
}
article .article-overview {
  padding: 16px 12px;
  border-radius: 24px;
  border: 1px solid #e0e0e0;
  background: #f9f9f9;
}
@media (min-width: 992px) {
  article .article-overview {
    padding: 24px;
    border-radius: 32px;
  }
}
@media (min-width: 1600px) {
  article .article-overview {
    padding: 32px;
  }
}
article .article-overview img {
  width: 36px;
  height: 36px;
}
@media (min-width: 992px) {
  article .article-overview img {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 1600px) {
  article .article-overview img {
    width: 64px;
    height: 64px;
  }
}
article .article-overview span {
  margin-left: 2px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}
@media (min-width: 992px) {
  article .article-overview span {
    margin-left: 16px;
    font-size: 24px;
    line-height: 135%;
  }
}
@media (min-width: 992px) {
  article .article-overview span {
    font-size: 30px;
    line-height: 120%;
  }
}
article .article-overview p {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 160%;
  color: #3c3c3c;
}
@media (min-width: 992px) {
  article .article-overview p {
    margin-top: 16px;
  }
}
@media (min-width: 1600px) {
  article .article-overview p {
    font-size: 18px;
    line-height: 160%;
  }
}
article .product-info-1 {
  padding: 12px;
  border-radius: 32px;
  border: 1px solid #e0e0e0;
  background: linear-gradient(180deg, #dbd7ff -18.26%, rgba(219, 215, 255, 0) 17.68%), #faf8ff;
}
@media (min-width: 992px) {
  article .product-info-1 {
    padding: 20px;
  }
}
@media (min-width: 1600px) {
  article .product-info-1 {
    padding: 24px;
  }
}
article .product-info-1 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
}
@media (min-width: 992px) {
  article .product-info-1 .top {
    padding-bottom: 24px;
  }
}
article .product-info-1 .top .logo {
  width: 48px;
  height: 48px;
  margin-right: 6px;
}
@media (min-width: 992px) {
  article .product-info-1 .top .logo {
    width: 64px;
    height: 64px;
    margin-right: 18px;
  }
}
@media (min-width: 1600px) {
  article .product-info-1 .top .logo {
    width: 80px;
    height: 80px;
  }
}
article .product-info-1 .top .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}
@media (min-width: 992px) {
  article .product-info-1 .top .title {
    font-size: 24px;
    line-height: 135%;
  }
}
@media (min-width: 1600px) {
  article .product-info-1 .top .title {
    font-size: 30px;
    line-height: 120%;
  }
}
article .product-info-1 .top .trustpilot {
  width: 82px;
}
@media (min-width: 992px) {
  article .product-info-1 .top .trustpilot {
    width: 146px;
  }
}
article .product-info-1 .bottom {
  padding-top: 16px;
  border-top: 1px solid rgba(107, 87, 255, 0.3);
}
@media (min-width: 992px) {
  article .product-info-1 .bottom {
    padding-top: 24px;
  }
}
article .product-info-1 .bottom .list-tick-primary {
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  font-size: 14px;
}
@media (min-width: 992px) {
  article .product-info-1 .bottom .list-tick-primary {
    font-size: 16px;
  }
}
article .product-info-1 .bottom .list-tick-primary li {
  position: relative;
}
article .product-info-1 .bottom .list-tick-primary li::before {
  position: absolute;
  content: "";
  top: 4px;
  left: -22px;
  width: 14px;
  height: 14px;
  background-image: url("https://edimakor.hitpaw.com/images/edimakor-2025/article/check-one-primary.png");
  background-size: 100% 100%;
}
@media (min-width: 992px) {
  article .product-info-1 .bottom .list-tick-primary li::before {
    left: -25px;
    width: 18px;
    height: 18px;
  }
}
article .product-info-1 .bottom .list-tick-primary li:not(:last-child) {
  margin-bottom: 8px;
}
article .product-info-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 12px;
  margin: 24px 0;
  border-radius: 32px;
  border: 1px solid #6b57ff;
  background: linear-gradient(
    319deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(171, 87, 255, 0.06) 50%,
    rgba(107, 87, 255, 0.16) 100%
  );
  overflow: hidden;
}
@media (min-width: 1280px) {
  article .product-info-2 {
    flex-direction: row;
    padding: 16px;
  }
}
@media (min-width: 1600px) {
  article .product-info-2 {
    padding: 24px 16px;
  }
}
article .product-info-2 .left,
article .product-info-2 .right {
  width: 100%;
}
@media (min-width: 1280px) {
  article .product-info-2 .left {
    width: 52%;
  }
  article .product-info-2 .right {
    width: 48%;
  }
}
article .product-info-2 .left {
  padding-bottom: 24px;
}
@media (min-width: 1280px) {
  article .product-info-2 .left {
    padding-bottom: 0;
  }
}
article .product-info-2 .left .pro-box {
  width: 198px;
  margin-left: -24px;
}
@media (min-width: 1280px) {
  article .product-info-2 .left .pro-box {
    margin-left: -40px;
  }
}
@media (min-width: 1600px) {
  article .product-info-2 .left .pro-box {
    margin-left: -42px;
  }
}
article .product-info-2 .left .data {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 21px;
  margin-left: -18px;
  border-radius: 8px;
  background: url("https://edimakor.hitpaw.com/images/edimakor-2025/article/data-box-bg.png");
  background-size: 100% 100%;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 992px) {
  article .product-info-2 .left .data {
    padding: 8px;
    margin-left: 0;
  }
}
@media (min-width: 1280px) {
  article .product-info-2 .left .data {
    margin-left: -16px;
  }
}
@media (min-width: 1600px) {
  article .product-info-2 .left .data {
    margin-left: 0;
  }
}
article .product-info-2 .left .data:not(:last-child) {
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  article .product-info-2 .left .data:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media (min-width: 1600px) {
  article .product-info-2 .left .data:not(:last-child) {
    margin-bottom: 12px;
  }
}
article .product-info-2 .left .data p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  color: #fff;
}
@media (min-width: 992px) {
  article .product-info-2 .left .data p {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  article .product-info-2 .left .data p {
    font-size: 24px;
    line-height: 135%;
  }
}
article .product-info-2 .left .data span {
  font-size: 14px;
  line-height: 160%;
}
@media (min-width: 992px) {
  article .product-info-2 .left .data span {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  article .product-info-2 .left .data span {
    font-size: 18px;
  }
}
article .product-info-2 .left .title {
  margin: 5px auto 16px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 992px) {
  article .product-info-2 .left .title {
    margin: 20px auto;
    font-size: 20px;
  }
  article .product-info-2 .left .btn-box .btn-groups {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  article .product-info-2 .left .btn-box a {
    width: fit-content;
  }
}
@media (min-width: 1600px) {
  article .product-info-2 .left .title {
    margin: 18px auto 24px;
    font-size: 24px;
  }
  article .product-info-2 .left .btn-box .btn-groups {
    flex-direction: row;
  }
}
article .product-info-2 .right {
  padding-top: 12px;
  border-top: 1px solid #e0e0e0;
}
@media (min-width: 1280px) {
  article .product-info-2 .right {
    padding-top: 0;
    border-top: none;
    border-left: 1px solid #e0e0e0;
  }
}
article .product-info-2 .right ul {
  margin-bottom: 0;
}
article .product-info-2 .right ul li {
  font-size: 14px;
  line-height: 160%;
  color: #3c3c3c;
}
article .product-info-2 .right ul li:not(:last-child) {
  margin-bottom: 6px;
}
@media (min-width: 1600px) {
  article .product-info-2 .right ul li {
    font-size: 16px;
  }
}
article .product-info-3 {
  border-radius: 32px;
  border: 1px solid #6b57ff;
  overflow: hidden;
}
article .product-info-3 .top {
  padding: 12px 32px;
  border-radius: 32px 32px 0px 0px;
  background: #8372ff;
}
article .product-info-3 .top img {
  width: 36px;
  height: 36px;
}
@media (min-width: 992px) {
  article .product-info-3 .top img {
    width: 48px;
    height: 48px;
  }
}
article .product-info-3 .top .title {
  margin-left: 4px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 992px) {
  article .product-info-3 .top .title {
    margin-left: 16px;
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  article .product-info-3 .top .title {
    font-size: 24px;
  }
}
article .product-info-3 .bottom {
  padding: 16px 12px;
  background: linear-gradient(
    319deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(171, 87, 255, 0.06) 50%,
    rgba(107, 87, 255, 0.16) 100%
  );
}
@media (min-width: 992px) {
  article .product-info-3 .bottom {
    padding: 24px;
  }
}
article .product-info-3 .bottom ul {
  margin-bottom: 0;
}
article .product-info-3 .bottom ul li:not(:last-child) {
  margin-bottom: 8px;
}
article .product-info-4 {
  padding: 16px 0;
  border-radius: 32px;
  border: 1px solid #6b57ff;
  background: linear-gradient(
    319deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(171, 87, 255, 0.06) 50%,
    rgba(107, 87, 255, 0.16) 100%
  );
}
@media (min-width: 992px) {
  article .product-info-4 {
    padding: 24px;
  }
}
article .product-info-4 .top {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(107, 87, 255, 0.3);
}
article .product-info-4 .top .logo {
  width: 40px;
  height: 40px;
  margin-right: 4px;
}
@media (min-width: 992px) {
  article .product-info-4 .top .logo {
    width: 56px;
    height: 56px;
    margin-right: 29px;
  }
}
@media (min-width: 1600px) {
  article .product-info-4 .top .logo {
    width: 80px;
    height: 80px;
  }
}
article .product-info-4 .top .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}
@media (min-width: 992px) {
  article .product-info-4 .top .title {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  article .product-info-4 .top .title {
    font-size: 24px;
    line-height: 135%;
  }
}
article .product-info-4 .bottom {
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 992px) {
  article .product-info-4 .bottom {
    padding-right: 0;
    padding-left: 0;
  }
}
article .product-info-4 .bottom .btn-groups {
  margin-top: 12px;
}
article .p-step {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px !important;
  font-size: 16px;
  line-height: 160%;
}
@media (min-width: 992px) {
  article .p-step {
    flex-direction: row;
  }
}
@media (min-width: 1600px) {
  article .p-step {
    font-size: 18px;
  }
}
article .p-step span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  max-width: 89px;
  width: 100%;
  height: 34px;
  padding-bottom: 4px;
  border-radius: 29px;
  background: #6b57ff;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}
@media (min-width: 992px) {
  article .p-step span {
    max-width: 96px;
    height: 42px;
    padding-bottom: 0;
    margin-top: -8px;
    margin-right: 12px;
    margin-bottom: 0;
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  article .p-step span {
    padding-bottom: 4px;
    margin-top: -6px;
    font-size: 18px;
    line-height: 150%;
  }
}
article .pic-normal,
article .ratio {
  margin-bottom: 24px;
  border-radius: 24px;
}
@media (min-width: 992px) {
  article .pic-normal,
  article .ratio {
    margin-bottom: 40px;
  }
}
article .ratio {
  overflow: hidden;
}
article .list-dot {
  padding-left: 30px;
}
article .list-dot li:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  article .list-dot li:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media (min-width: 1600px) {
  article .list-dot {
    padding-left: 26px;
  }
}
article .list-arrow {
  list-style: none;
}
article .list-arrow li {
  position: relative;
}
article .list-arrow li::before {
  position: absolute;
  content: "";
  top: 0;
  left: -24px;
  width: 18px;
  height: 18px;
  background: url("https://edimakor.hitpaw.com/images/edimakor-2025/article/arrow-circle-right.svg");
  background-size: 100% 100%;
}
@media (min-width: 992px) {
  article .list-arrow li::before {
    top: 2px;
  }
}
@media (min-width: 1600px) {
  article .list-arrow li::before {
    top: 0;
    left: -32px;
    width: 24px;
    height: 24px;
  }
}
article .list-arrow li:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  article .list-arrow li:not(:last-child) {
    margin-bottom: 12px;
  }
}
article .list-tick {
  list-style: none;
}
article .list-tick li {
  position: relative;
}
article .list-tick li::before {
  position: absolute;
  content: "";
  top: 0;
  left: -24px;
  width: 18px;
  height: 18px;
  background: url("https://edimakor.hitpaw.com/images/edimakor-2025/article/check-one.svg");
  background-size: 100% 100%;
}
@media (min-width: 992px) {
  article .list-tick li::before {
    top: 2px;
  }
}
@media (min-width: 1600px) {
  article .list-tick li::before {
    top: 0;
    left: -32px;
    width: 24px;
    height: 24px;
  }
}
article .list-tick li:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  article .list-tick li:not(:last-child) {
    margin-bottom: 12px;
  }
}
article .list-num {
  list-style: none;
  counter-reset: li;
}
article .list-num li {
  position: relative;
}
article .list-num li::before {
  position: absolute;
  content: counter(li);
  counter-increment: li;
  top: -1px;
  left: -18px;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}
@media (min-width: 992px) {
  article .list-num li::before {
    top: 1px;
    left: -18px;
  }
}
@media (min-width: 1600px) {
  article .list-num li::before {
    top: -2px;
    left: -24px;
    font-size: 18px;
  }
}
article .list-num li:nth-child(n):not(:nth-child(n + 10))::before {
  content: counter(li);
}
article .list-num li:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  article .list-num li:not(:last-child) {
    margin-bottom: 12px;
  }
}
article .steps {
  padding-left: 0;
  font-size: 14px;
  line-height: 140%;
  color: #3c3c3c;
}
@media (min-width: 1280px) {
  article .steps {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  article .steps {
    font-size: 18px;
  }
}
article .steps span {
  font-weight: 600;
  color: #6b57ff;
}
article .pros {
  padding: 20px;
  margin: 16px auto;
  border-radius: 16px;
  border: 1px solid #fb0;
  background: linear-gradient(180deg, #fff6e4 -0.02%, rgba(255, 246, 228, 0) 99.98%);
}
@media (min-width: 992px) {
  article .pros {
    padding: 24px;
  }
}
article .pros h4 {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
article .pros h4 img {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
article .pros ul {
  padding-left: 24px;
  margin-bottom: 0;
}
article .pros ul li:not(:last-child) {
  margin-bottom: 8px;
}
article .cons {
  padding: 20px;
  margin: 16px auto;
  border-radius: 16px;
  border: 1px solid #e0e0e0;
  background: #f9f9f9;
}
@media (min-width: 992px) {
  article .cons {
    padding: 24px;
  }
}
article .cons h4 {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
article .cons h4 img {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
article .cons ul {
  padding-left: 24px;
  margin-bottom: 0;
}
article .cons ul li:not(:last-child) {
  margin-bottom: 8px;
}
article .versus-cont {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  article .versus-cont {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  article .versus-cont {
    gap: 24px;
  }
}
@media (min-width: 1600px) {
  article .versus-cont {
    gap: 32px;
  }
}
article .versus-cont .pros {
  padding: 20px;
  margin: 0;
  border-radius: 16px;
  border: 1px solid #fb0;
  background: linear-gradient(180deg, #fff6e4 -0.02%, rgba(255, 246, 228, 0) 99.98%);
}
@media (min-width: 1600px) {
  article .versus-cont .pros {
    padding: 24px 21px;
  }
}
article .versus-cont .pros h4 {
  justify-content: center;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 140%;
}
@media (min-width: 1600px) {
  article .versus-cont .pros h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
article .versus-cont .pros h4::before {
  display: none;
}
article .versus-cont .pros ul {
  margin-bottom: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
}
@media (min-width: 1600px) {
  article .versus-cont .pros ul {
    font-size: 16px;
    line-height: 24px;
  }
}
article .versus-cont .pros ul li {
  position: relative;
}
article .versus-cont .pros ul li::before {
  position: absolute;
  content: "";
  top: 4px;
  left: -24px;
  width: 16px;
  height: 16px;
  background: url("https://edimakor.hitpaw.com/images/edimakor-2025/article/pros-correct-icon.svg");
  background-size: 100% 100%;
}
@media (min-width: 992px) {
  article .versus-cont .pros ul li::before {
    top: 0;
    left: -32px;
  }
}
@media (min-width: 1600px) {
  article .versus-cont .pros ul li::before {
    width: 24px;
    height: 24px;
  }
}
article .versus-cont .pros ul li:not(:last-child) {
  margin-bottom: 16px;
}
article .versus-cont .cons {
  padding: 20px;
  margin: 0;
  border-radius: 16px;
  border: 1px solid #e0e0e0;
  background: #f9f9f9;
  color: #8c8c8c;
}
@media (min-width: 1600px) {
  article .versus-cont .cons {
    padding: 24px 21px;
  }
}
article .versus-cont .cons h4 {
  justify-content: center;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 140%;
  color: #8c8c8c;
}
@media (min-width: 1600px) {
  article .versus-cont .cons h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
article .versus-cont .cons ul {
  margin-bottom: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
}
@media (min-width: 1600px) {
  article .versus-cont .cons ul {
    font-size: 16px;
    line-height: 24px;
  }
}
article .versus-cont .cons ul li {
  position: relative;
}
article .versus-cont .cons ul li::before {
  position: absolute;
  content: "";
  top: 4px;
  left: -24px;
  width: 16px;
  height: 16px;
  background: url("https://edimakor.hitpaw.com/images/edimakor-2025/article/cons-error-icon.svg");
  background-size: 100% 100%;
}
@media (min-width: 992px) {
  article .versus-cont .cons ul li::before {
    top: 0;
    left: -32px;
  }
}
@media (min-width: 1600px) {
  article .versus-cont .cons ul li::before {
    width: 24px;
    height: 24px;
  }
}
article .versus-cont .cons ul li:not(:last-child) {
  margin-bottom: 16px;
}
article .pro-download {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 16px;
  margin: 24px 0;
  border-radius: 24px;
  background: linear-gradient(180deg, #eafbff -0.07%, rgba(234, 251, 255, 0.2) 99.93%);
}
@media (min-width: 1280px) {
  article .pro-download {
    flex-direction: row;
    align-items: center;
    padding: 24px;
    margin: 32px 0;
  }
}
@media (min-width: 1600px) {
  article .pro-download {
    padding: 32px;
    margin: 40px 0;
    border-radius: 32px;
  }
}
article .pro-download .title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}
@media (min-width: 1280px) {
  article .pro-download .title {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  article .pro-download .title {
    font-size: 24px;
  }
}
article .pro-download .content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1280px) {
  article .pro-download .content {
    flex-direction: row;
    align-items: center;
  }
}
article .pro-download ul {
  max-width: 100%;
  list-style: unset !important;
  padding-left: 22px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 160%;
}
@media (min-width: 1280px) {
  article .pro-download ul {
    max-width: 264px;
    margin-right: 16px;
  }
}
@media (min-width: 1600px) {
  article .pro-download ul {
    max-width: 363px;
    margin-right: 32px;
    font-size: 14px;
  }
}
article .pro-download ul li:not(:last-child) {
  margin-bottom: 8px;
}
article .pro-download .pro-download-pic {
  width: 100%;
  margin: 0;
}
@media (min-width: 1280px) {
  article .pro-download .pro-download-pic {
    width: 290px;
  }
}
@media (min-width: 1600px) {
  article .pro-download .pro-download-pic {
    width: 305px;
  }
}
article .pro-download .btn-groups {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  article .pro-download .btn-groups {
    margin-top: 24px;
  }
}
@media (min-width: 1280px) {
  article .pro-download .btn-groups {
    justify-content: start;
  }
}
@media (min-width: 1280px) {
  article .pro-download .btn-groups a img {
    width: 175px;
  }
}
@media (min-width: 1600px) {
  article .pro-download .btn-groups a img {
    width: 208px;
  }
}
article .key-features-1,
article .key-features-2 {
  padding: 16px;
  margin: 24px 0;
  border-radius: 24px;
  background: linear-gradient(180deg, #d7e7ff 0%, rgba(215, 231, 255, 0) 100%);
}
@media (min-width: 1280px) {
  article .key-features-1,
  article .key-features-2 {
    padding: 24px;
    margin: 32px 0;
  }
}
@media (min-width: 1600px) {
  article .key-features-1,
  article .key-features-2 {
    padding: 32px;
    margin: 40px 0;
    border-radius: 32px;
  }
}
article .key-features-1 h3,
article .key-features-2 h3 {
  margin: 0;
}
article .key-features-1 ul,
article .key-features-2 ul {
  margin: 16px 0;
}
@media (min-width: 1600px) {
  article .key-features-1 ul,
  article .key-features-2 ul {
    margin: 24px 0;
  }
}
article .key-features-1 ul li img,
article .key-features-2 ul li img {
  width: 32px;
  height: 32px;
  margin-top: 0;
  margin-right: 8px;
  margin-bottom: 0;
  border-radius: 0;
}
@media (min-width: 1600px) {
  article .key-features-1 ul li img,
  article .key-features-2 ul li img {
    width: 36px;
    height: 36px;
  }
}
article .key-features-1 ul li:not(:last-child),
article .key-features-2 ul li:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 1280px) {
  article .key-features-1 ul li:not(:last-child),
  article .key-features-2 ul li:not(:last-child) {
    margin-bottom: 13px;
  }
}
@media (min-width: 1600px) {
  article .key-features-1 ul li:not(:last-child),
  article .key-features-2 ul li:not(:last-child) {
    margin-bottom: 16px;
  }
}
article .key-features-1 .btn-groups,
article .key-features-2 .btn-groups {
  display: flex;
  justify-content: center;
}
@media (min-width: 1280px) {
  article .key-features-1 .btn-groups,
  article .key-features-2 .btn-groups {
    justify-content: start;
  }
}
article .key-features-1 ul {
  padding-left: 0;
}
article .key-features-1 ul li {
  display: flex;
  align-items: start;
}
@media (min-width: 1280px) {
  article .key-features-1 ul li {
    align-items: center;
  }
}
article .key-features-1 ul li p {
  margin-bottom: 0;
}
article .key-features-2 ul {
  padding-left: 24px;
  list-style: none;
}
article .key-features-2 ul li {
  position: relative;
}
article .key-features-2 ul li::before {
  position: absolute;
  content: "";
  background-image: url('data:image/svg+xml,<svg width="16" height="24" viewBox="0 0 16 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="12" r="3" fill="%233C3C3C"/></svg>');
  background-size: 100% 100%;
  width: 16px;
  height: 24px;
  top: -3px;
  left: -24px;
}
@media (min-width: 992px) {
  article .key-features-2 ul li::before {
    top: 0;
  }
}
article .tips {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 16px;
  margin: 24px 0;
  border-radius: 24px;
  border-bottom: 2px solid #fff6e4;
  background: linear-gradient(180deg, #fff6e4 -0.02%, rgba(255, 246, 228, 0) 99.98%);
}
@media (min-width: 1280px) {
  article .tips {
    padding: 24px;
    margin: 32px 0;
  }
}
@media (min-width: 1600px) {
  article .tips {
    padding: 32px;
    margin: 40px 0;
    border-radius: 32px;
  }
}
article .tips svg {
  max-width: 32px;
  width: 100%;
  margin-right: 8px;
}
@media (min-width: 1600px) {
  article .tips svg {
    margin-right: 12px;
  }
}
article .tips .article-h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}
@media (min-width: 992px) {
  article .tips .article-h4 {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  article .tips .article-h4 {
    font-size: 20px;
    line-height: 135%;
  }
}
article .tips p {
  margin-bottom: 0;
}
article .article-table {
  width: 100%;
  margin: 24px 0;
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
}
@media (min-width: 1280px) {
  article .article-table {
    margin: 32px 0;
  }
}
@media (min-width: 1600px) {
  article .article-table {
    margin: 40px 0;
  }
}
article .article-table thead tr:first-child th:first-child {
  border-top-left-radius: 8px;
}
article .article-table thead tr:first-child th:last-child {
  border-top-right-radius: 8px;
}
article .article-table thead tr:first-child th:not(:last-child) {
  border-right: none;
}
article .article-table thead th {
  padding: 12px 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  border: 1px solid #e0e0e0;
  background: #faf8ff;
}
@media (min-width: 1280px) {
  article .article-table thead th {
    padding: 16px 8px;
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  article .article-table thead th {
    padding: 24px 8px;
    font-size: 18px;
  }
}
article .article-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
article .article-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
article .article-table tbody tr:last-child td:not(:last-child) {
  border-right: none;
}
article .article-table tbody tr.gray td {
  background: #f9f9f9;
}
article .article-table tbody tr td {
  padding: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: #3c3c3c;
  border-top: none;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}
@media (min-width: 1280px) {
  article .article-table tbody tr td {
    height: 64px;
    padding: 12px 8px;
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  article .article-table tbody tr td {
    height: 83px;
    padding: 16px 8px;
    font-size: 18px;
  }
}
article .article-table tbody tr td:last-child {
  border-right: 1px solid #e0e0e0;
}
article .article-table tbody tr td.correct {
  position: relative;
}
article .article-table tbody tr td.correct::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  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"><rect x="12.248" y="21.3149" width="16.002" height="2" rx="1" transform="rotate(-45 12.248 21.3149)" fill="%236B57FF"/><rect x="13.6572" y="22.7244" width="10.005" height="2" rx="1" transform="rotate(-135 13.6572 22.7244)" fill="%236B57FF"/></svg>');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
article .article-table tbody tr td.incorrect {
  position: relative;
}
article .article-table tbody tr td.incorrect::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  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"><rect x="10" y="21.3137" width="16" height="2" rx="1" transform="rotate(-45 10 21.3137)" fill="%238C8C8C"/><rect x="21.5732" y="22.74" width="16" height="2" rx="1" transform="rotate(-135 21.5732 22.74)" fill="%238C8C8C"/></svg>');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
article .article-table tbody tr td.star svg {
  width: 16px;
  height: 16px;
}
@media (min-width: 1280px) {
  article .article-table tbody tr td.star svg {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1600px) {
  article .article-table tbody tr td.star svg {
    width: 24px;
    height: 24px;
  }
}
article .article-table tbody tr td ul {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 8px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  article .article-table tbody tr td ul {
    padding-left: 0;
  }
}
article .article-table tbody tr td ul li {
  position: relative;
}
article .article-table tbody tr td ul li::before {
  position: absolute;
  content: "•";
  top: -2px;
  left: -8px;
}
@media (min-width: 1280px) {
  article .article-table tbody tr td ul li::before {
    left: -12px;
  }
}
article .article-table.table-3 thead tr th {
  width: 33%;
}
article .table-container {
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 16px;
}
article .table-container table {
  width: 100%;
  border-collapse: collapse;
}
article .table-container table thead tr th {
  padding: 16px;
  background: #6b57ff;
  color: #fff;
  text-align: left;
}
article .table-container table tbody tr:nth-child(even) {
  background: #f4f1ff;
}
article .table-container table tbody tr td {
  padding: 12px 15px;
  font-size: 14px;
}
article .table-container table tbody tr td.correct {
  font-weight: 600;
  color: #4caf50;
}
article .table-container table tbody tr td.incorrect {
  font-weight: 600;
  color: #f44336;
}
article .review-cont-3 {
  display: flex;
  flex-direction: column;
  padding: 18px 16px 16px;
  margin: 24px 0;
  border-radius: 24px;
  background: linear-gradient(146deg, #e8fbff 0.03%, #daecff 10.03%, #fff 60.03%, #c4d3ff 90.03%, #dde0ff 100.03%);
}
@media (min-width: 992px) {
  article .review-cont-3 {
    background: linear-gradient(125deg, #dde0ff -0.3%, #c4d3ff 9.74%, #fff 39.86%, #daecff 90.06%, #e8fbff 100.1%);
  }
}
@media (min-width: 1280px) {
  article .review-cont-3 {
    flex-direction: row;
    align-items: center;
    padding: 24px;
    margin: 32px 0;
  }
}
@media (min-width: 1600px) {
  article .review-cont-3 {
    padding: 32px;
    margin: 40px 0;
    border-radius: 32px;
  }
}
article .review-cont-3 img {
  margin: 0;
}
article .review-cont-3 ul {
  padding-left: 0;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  article .review-cont-3 ul {
    margin-top: 16px;
  }
}
@media (min-width: 1600px) {
  article .review-cont-3 ul {
    margin-top: 24px;
  }
}
article .review-cont-3 ul li:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 1280px) {
  article .review-cont-3 ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media (min-width: 1600px) {
  article .review-cont-3 ul li:not(:last-child) {
    margin-bottom: 16px;
  }
}
article .review-cont-3 .left {
  width: 100%;
  text-align: start;
}
@media (min-width: 992px) {
  article .review-cont-3 .left {
    text-align: center;
  }
}
article .review-cont-3 .left .star-list {
  display: flex;
  justify-content: start;
}
@media (min-width: 992px) {
  article .review-cont-3 .left .star-list {
    justify-content: center;
  }
}
article .review-cont-3 .left .star-list svg {
  margin: 0 3px;
}
article .review-cont-3 .right {
  max-width: 100%;
  margin-top: 12px;
}
@media (min-width: 1280px) {
  article .review-cont-3 .right {
    max-width: 526px;
    margin-top: 0;
    margin-left: 32px;
  }
}
@media (min-width: 1600px) {
  article .review-cont-3 .right {
    max-width: 745px;
    margin-left: 40px;
  }
}
article .review-cont-3 .right p {
  margin-bottom: 0;
}
article .review-cont-3 .right p strong {
  display: block;
  text-align: end;
}
article .recommend-cont-3 {
  padding: 18px 16px 16px;
  margin: 24px 0;
  border-radius: 24px;
  background: linear-gradient(180deg, #f7f7f7 -0.18%, rgba(247, 247, 247, 0) 99.89%);
}
@media (min-width: 1280px) {
  article .recommend-cont-3 {
    padding: 24px;
  }
}
@media (min-width: 1600px) {
  article .recommend-cont-3 {
    padding: 32px;
  }
}
article .recommend-cont-3 img {
  margin: 0;
}
article .recommend-cont-3 ul {
  padding-left: 0;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  article .recommend-cont-3 ul {
    margin-top: 16px;
  }
}
@media (min-width: 1600px) {
  article .recommend-cont-3 ul {
    margin-top: 24px;
  }
}
article .recommend-cont-3 ul li:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 1280px) {
  article .recommend-cont-3 ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media (min-width: 1600px) {
  article .recommend-cont-3 ul li:not(:last-child) {
    margin-bottom: 16px;
  }
}
article .recommend-cont-3 .media-list {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1280px) {
  article .recommend-cont-3 .media-list {
    flex-wrap: nowrap;
  }
}
article .recommend-cont-3 .media-list img {
  width: auto;
  height: 40px;
  border-radius: 0;
}
@media (min-width: 1280px) {
  article .recommend-cont-3 .media-list img {
    height: 40px;
  }
}
@media (min-width: 1600px) {
  article .recommend-cont-3 .media-list img {
    height: 50px;
  }
}
article .recommend-cont-3 .media-list img:not(:last-child) {
  margin-right: 8px;
}
@media (min-width: 1280px) {
  article .recommend-cont-3 .media-list img:not(:last-child) {
    margin-right: 12px;
  }
}
article .coupon-code {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 30px 36px;
  border-radius: 24px;
  background: url("https://edimakor.hitpaw.com/images/article/coupon-code-bg-mobile.webp") no-repeat center/cover,
    #faf8ff;
}
@media (min-width: 1280px) {
  article .coupon-code {
    flex-direction: row;
    padding: 34px 64px 34px;
    background: url("https://edimakor.hitpaw.com/images/article/coupon-code-bg.webp") no-repeat center;
    background-size: 100% 100%;
  }
}
@media (min-width: 1600px) {
  article .coupon-code {
    padding: 34px 65px;
    border-radius: 32px;
  }
}
article .coupon-code .text-box {
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 1280px) {
  article .coupon-code .text-box {
    margin-right: 80px;
    margin-bottom: 0;
  }
}
article .coupon-code .h4-title {
  max-width: 210px;
  font-size: 18px;
  line-height: 140%;
  background: linear-gradient(272deg, #fff 29.47%, #fff 29.47%, rgba(255, 255, 255, 0.6) 88.2%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 2px 4px rgba(90, 37, 188, 0.3);
}
@media (min-width: 1280px) {
  article .coupon-code .h4-title {
    max-width: 400px;
    font-size: 24px;
    line-height: 135%;
  }
}
@media (min-width: 1600px) {
  article .coupon-code .h4-title {
    font-size: 30px;
    line-height: 120%;
  }
}
article .coupon-code .p-text {
  font-size: 16px;
  line-height: 160%;
  color: #e0e0e0;
  text-shadow: 0px 2px 4px rgba(90, 37, 188, 0.3);
}
@media (min-width: 1600px) {
  article .coupon-code .p-text {
    font-size: 18px;
  }
}
article .coupon-code .coupon-box {
  max-width: 222px;
  width: 100%;
  padding: 25px 40px;
  background: url("https://edimakor.hitpaw.com/images/article/coupon-banner-bg.webp") no-repeat center;
  background-size: 100% 100%;
  filter: drop-shadow(0px 2px 8px #532caf);
  text-align: center;
}
@media (min-width: 1280px) {
  article .coupon-code .coupon-box {
    padding: 14px 31px 18px;
  }
}
article .faq .faq-container {
  margin: 32px 0;
}
@media (min-width: 1600px) {
  article .faq .faq-container {
    margin: 40px 0;
  }
}
article .faq .accordion.v1.v1-0-1 .accordion-button {
  padding: 16px;
  font-size: 16px;
  line-height: 140%;
  color: #0a012f;
  background: #faf8ff;
  border-radius: 0;
}
@media (min-width: 992px) {
  article .faq .accordion.v1.v1-0-1 .accordion-button {
    padding: 20px 16px;
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  article .faq .accordion.v1.v1-0-1 .accordion-button {
    padding: 20px 25px;
    font-size: 20px;
    line-height: 135%;
  }
}
article .faq .accordion.v1.v1-0-1 .accordion-button span {
  max-width: 270px;
}
@media (min-width: 768px) {
  article .faq .accordion.v1.v1-0-1 .accordion-button span {
    max-width: 100%;
  }
}
article .faq .accordion.v1.v1-0-1 .accordion-button::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.51472 13.5147L15.2929 21.2929C15.6834 21.6834 16.3166 21.6834 16.7071 21.2929L24.4853 13.5147" stroke="%230A012F" stroke-width="3" stroke-linecap="round"/></svg>');
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
@media (min-width: 992px) {
  article .faq .accordion.v1.v1-0-1 .accordion-button::after {
    width: 32px;
    height: 32px;
  }
}
article .faq .accordion.v1.v1-0-1 .accordion-button:hover {
  background: rgba(107, 87, 255, 0.1);
  color: #6b57ff;
}
article .faq .accordion.v1.v1-0-1 .accordion-button:hover::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.51472 13.5147L15.2929 21.2929C15.6834 21.6834 16.3166 21.6834 16.7071 21.2929L24.4853 13.5147" stroke="%236b57ff" stroke-width="3" stroke-linecap="round"/></svg>');
}
article .faq .accordion.v1.v1-0-1 .accordion-button:not(.collapsed) {
  background: #6b57ff;
  color: #fff;
}
article .faq .accordion.v1.v1-0-1 .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="white" stroke-width="3" stroke-linecap="round"/></svg>');
  background-size: 100% 100%;
  width: 1.3rem;
  height: 1.3rem;
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  article .faq .accordion.v1.v1-0-1 .accordion-button:not(.collapsed)::after {
    width: 32px;
    height: 32px;
  }
}
article .faq .accordion.v1.v1-0-1 .accordion-button.collapsed {
  background: #f4f1ff;
}
article .faq .accordion.v1.v1-0-1 .accordion-body {
  padding: 16px;
  background: #fff;
  border-radius: 0 0 16px 16px;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  article .faq .accordion.v1.v1-0-1 .accordion-body {
    padding: 20px 16px;
  }
}
@media (min-width: 1600px) {
  article .faq .accordion.v1.v1-0-1 .accordion-body {
    padding: 20px 25px;
  }
}
article .faq .accordion.v1.v1-0-1 .accordion-body p {
  margin-bottom: 0;
  color: #000;
}
article .faq .accordion.v1.v1-0-1 .accordion-item {
  margin-bottom: 24px;
  background: #fff;
  border: none !important;
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
article .faq .accordion.v1.v1-0-1 .accordion-item:last-child {
  margin-bottom: 0;
}
article .faq .accordion.v1.v1-0-1 .accordion-item:has(.accordion-button:not(.collapsed)) {
  box-shadow: 0 4px 20px rgba(107, 87, 255, 0.15);
}
article .conclusion-cont {
  position: relative;
  padding: 30px;
  margin: 40px 0;
  background: linear-gradient(135deg, #f4ecff, #e4e2ff);
  border-radius: 16px;
  border-left: 4px solid #6b57ff;
}
article .conclusion-cont::before {
  content: "\f10d";
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 3rem;
  opacity: 0.1;
  color: #0a012f;
}
article .conclusion-cont h2 {
  position: relative;
  padding-left: 16px;
  margin: 30px 0 16px;
}
article .conclusion-cont h2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: #6b57ff;
  border-radius: 3px;
}
article .conclusion-cont i {
  margin-left: 8px;
}
article .join {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}
article .join .accordion-item {
  margin-bottom: 0 !important;
}
article .join .accordion.v1 .accordion-body {
  padding: 0 32px !important;
  font-size: 14px;
}
article .join-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 12px;
}
@media (min-width: 1280px) {
  article .join-item {
    padding: 16px 32px;
  }
}
article .join-item.collapsed .join-arrow {
  transform: rotate(180deg);
}
article .join-item a {
  max-width: 236px;
  font-size: 16px;
}
@media (min-width: 992px) {
  article .join-item a {
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  article .join-item a {
    font-size: 18px;
  }
}

.related-articles {
  padding: 40px 24px 80px;
  background: #faf8ff;
}
@media (min-width: 992px) {
  .related-articles {
    padding: 0;
    background: #fff;
  }
}
.related-articles h2 {
  margin: 0 auto;
  font-size: 30px;
  line-height: 120%;
}
@media (min-width: 992px) {
  .related-articles h2 {
    margin: 0;
  }
}
.related-articles .article-cont {
  margin-top: 32px;
}
@media (min-width: 992px) {
  .related-articles .article-cont {
    padding: 12px 24px;
    background: #faf8ff;
    border-radius: 24px;
  }
}
@media (min-width: 1600px) {
  .related-articles .article-cont {
    padding: 16px 32px;
  }
}
.related-articles .article-cont .row {
  flex-direction: column;
}
@media (min-width: 992px) {
  .related-articles .article-cont .row {
    flex-direction: row;
  }
}
.related-articles .article-cont .row > * {
  padding: 12px;
}
@media (min-width: 992px) {
  .related-articles .article-cont .row > * {
    padding: 12px 16px;
  }
}
@media (min-width: 1600px) {
  .related-articles .article-cont .row > * {
    padding: 16px;
  }
}
.related-articles .article-cont .article-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
}
.related-articles .article-cont .article-item img {
  width: 100%;
  height: 192px;
  object-fit: cover;
  margin-bottom: 12px;
  border-radius: 24px;
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .related-articles .article-cont .article-item img {
    height: 187px;
    margin-bottom: 6px;
    border-radius: 13px;
  }
}
.related-articles .article-cont .article-item p {
  display: -webkit-box;
  max-height: 54px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  color: #0a012f;
}
@media (min-width: 1600px) {
  .related-articles .article-cont .article-item p {
    font-size: 18px;
    line-height: 150%;
  }
}
.related-articles .article-cont .article-item:hover p {
  color: #6b57ff;
}
