@charset "UTF-8";
.identify-pictures {
  padding: 80px 0 0;
}

.identify-pictures .column-name {
  font-size: 48px;
}

.identify-pictures .img-upload-box {
  width: 744px;
  border-radius: 24px;
  border: 3px solid #000000;
  padding: 12px;
  cursor: pointer;
}

.identify-pictures .img-upload-box .dashed-box {
  border-radius: 16px;
  position: relative;
  background: #f2f2f2;
  padding: 36px 0;
  z-index: 1;
}

.identify-pictures .img-upload-box .dashed-box::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  --dash-length: 8px;
  --dash-gap: 8px;
  --border-width: 3px;
  --border-color: #333;
  border-radius: 10px;
  background: repeating-linear-gradient(to right, var(--border-color) 0 var(--dash-length), transparent var(--dash-length) calc(var(--dash-length) + var(--dash-gap))) top left/100% var(--border-width) no-repeat, repeating-linear-gradient(to right, var(--border-color) 0 var(--dash-length), transparent var(--dash-length) calc(var(--dash-length) + var(--dash-gap))) bottom left/100% var(--border-width) no-repeat, repeating-linear-gradient(to bottom, var(--border-color) 0 var(--dash-length), transparent var(--dash-length) calc(var(--dash-length) + var(--dash-gap))) top left/var(--border-width) 100% no-repeat, repeating-linear-gradient(to bottom, var(--border-color) 0 var(--dash-length), transparent var(--dash-length) calc(var(--dash-length) + var(--dash-gap))) top right/var(--border-width) 100% no-repeat;
}

.identify-pictures .introduce-txt {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
  opacity: 0.7;
  max-width: 505px;
}

.identify-pictures a.btn {
  height: 64px;
  font-size: 18px;
  font-weight: 700;
  background: #f8ca02;
  border-radius: 12px;
  border: 3px solid #000000;
  gap: 8px;
}

@media (max-width: 767.98px) {
  .identify-pictures {
    padding: 60px 0 0;
  }
  .identify-pictures .column-name {
    font-size: 32px;
  }
  .identify-pictures .img-upload-box {
    width: 358px;
    max-width: 100%;
    padding: 8px;
    border: 2px solid #000000;
  }
  .identify-pictures .img-upload-box .dashed-box {
    padding: 36px 16px;
  }
  .identify-pictures .img-upload-box .dashed-box::before {
    --border-width: 2px;
  }
  .identify-pictures a.btn {
    height: 56px;
    font-size: 16px;
  }
}
.upload-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2509803922);
  backdrop-filter: blur(17.2999992371px);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
}

.upload-popup.show {
  visibility: visible;
  opacity: 1;
}

.upload-popup .close-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5019607843);
  transform: translateX(calc(100% + 32px));
  color: white;
  font-size: 40px;
  cursor: pointer;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.upload-popup .close-btn:hover {
  color: #ff5252;
}

.upload-popup .popup {
  position: absolute;
  width: 586px;
  max-width: 100%;
  padding: 28px 40px 44px;
  border-radius: 48px;
  background: #ffffff;
  border: 3px solid #000000;
  box-shadow: 0px 6px 0px 0px #000000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -45%);
  visibility: hidden;
  transition: transform 0.5s ease;
}

.upload-popup .popup.show {
  visibility: visible;
  transform: translate(-50%, -50%);
}

.upload-popup .popup p {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.upload-popup .popup a.btn {
  height: 52px;
  font-size: 18px;
  font-weight: 600;
  background: #f8ca02;
  border-radius: 12px;
  border: 3px solid #000000;
}

@media (max-width: 600px) {
  .upload-popup .popup {
    max-width: 95%;
    padding: 28px 24px 44px;
    border-radius: 24px;
    border: 2px solid #000000;
  }
  .upload-popup .popup img {
    width: 114px;
  }
  .upload-popup .popup p {
    font-size: 16px;
  }
  .upload-popup .popup a.btn {
    font-size: 16px;
  }
  .upload-popup .close-btn {
    transform: translateY(calc(-16px - 100%));
  }
}
/* Task UI (rendered by ./task.js) */
.ct-loading,
.ct-empty {
  padding: 12px;
  color: rgba(0, 0, 0, 0.65);
}

.ct-error {
  padding: 12px;
  color: #b42318;
}

.ct-clipboard-helper {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.ct-clear-email-btn {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 99999;
  padding: 8px 10px;
  border: 2px solid #000;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: #000;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 6px 0 #000;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.ct-clear-email-btn:hover {
  background: #fff;
}

/* Points area (rendered by ./task.js) */
.show-poin-area[data-ct-state=anonymous] .d-flex {
  display: none;
}

.show-poin-area[data-ct-state=loading] {
  opacity: 0.85;
}

.show-poin-area[data-ct-state=ready] > span,
.show-poin-area[data-ct-state=loading] > span {
  display: none;
}

.ct-accordion {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

details.ct-accordion-item {
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
  border: 3px solid #000000;
  border-radius: 12px;
}

details.ct-accordion-item summary {
  cursor: pointer;
  padding: 20px;
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 18px;
  font-weight: 600;
}
details.ct-accordion-item summary::after {
  content: "";
  width: 36px;
  height: 36px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMzYiIHk9IjM2IiB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHJ4PSI4IiB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDM2IDM2KSIgZmlsbD0iIzEwMTYxRiIvPgo8cGF0aCBkPSJNMTAgMTZMMTggMjRMMjYgMTYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  position: absolute;
  top: 16px;
  right: 20px;
}
details.ct-accordion-item summary:focus-visible {
  outline: none;
}

.ct-accordion-first .ct-task {
  padding: 15px;
  background: #fff;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
  border: 3px solid #000000;
  border-radius: 12px;
}

details.is-closing summary::after {
  transform: rotate(180deg);
}

details.ct-accordion-item[open] summary::after {
  transform: rotate(180deg);
}

details.ct-accordion-item summary::-webkit-details-marker {
  display: none;
}

.ct-accordion-count {
  color: rgba(0, 0, 0, 0.55);
  font-size: 12px;
  font-weight: 400;
}

/* Accordion expand/collapse animation */
details.ct-accordion-item .ct-accordion-body {
  padding: 0 14px;
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  overflow: hidden;
  transition: grid-template-rows 240ms ease, opacity 240ms ease, padding-bottom 240ms ease;
}

details.ct-accordion-item .ct-accordion-body > .ct-tasks {
  min-height: 0;
}

details.ct-accordion-item[open] .ct-accordion-body {
  grid-template-rows: 1fr;
  opacity: 1;
}

details.ct-accordion-item.is-opening .ct-accordion-body,
details.ct-accordion-item.is-closing .ct-accordion-body {
  grid-template-rows: 0fr;
  opacity: 0;
  padding-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  details.ct-accordion-item .ct-accordion-body {
    transition: none;
  }
}
.ct-tasks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.ct-task {
  padding: 16px 0;
}

.ct-accordion-waterfall .ct-tasks .ct-task:nth-child(1) {
  border-top: 1px solid #000;
}

.ct-tasks .ct-task:not(:last-child) {
  border-bottom: 1px dashed #000000;
}

.ct-task-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ct-meta {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  margin-top: 4px;
  word-break: break-word;
}

.ct-btn {
  padding: 8px 20px;
  border-radius: 100px;
  background: #10161f;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  display: inline-flex;
  gap: 8px;
  min-width: 120px;
}

.ct-btn:hover {
  color: #fff;
  text-decoration: none;
}

.ct-btn.ct-btn-disabled {
  background: #9c9c9c;
  cursor: not-allowed;
  pointer-events: none;
}

.ct-email {
  margin: 10px 0 16px;
}

.ct-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.ct-label {
  font-size: 14px;
  font-weight: 600;
}

.ct-input {
  min-width: 220px;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 14px;
}

.ct-status {
  margin-top: 10px;
}

.ct-card {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  background: #fff;
  padding: 12px;
  display: inline-block;
}

.ct-card-title {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
}

.ct-card-value {
  font-size: 22px;
  font-weight: 800;
}

/* PC/APP tab buttons (toggled by ./index.js) */
.task-tap {
  margin: 24px auto 36px;
  width: -moz-fit-content;
  width: fit-content;
  border: 3px solid #000000;
  background: #fff;
  border-radius: 100px;
  padding: 4px;
}
.task-tap button {
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 100px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: 0;
  min-width: 200px;
  border: 0;
  background: none;
}
.task-tap button.is-active {
  background-color: #000;
  color: #fff;
}

.task-tap > div {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.task-list .ct-accordion {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); /* 一行两个 */
  -moz-column-gap: 24px;
       column-gap: 24px; /* 中间间隔 24px */
  row-gap: 16px; /* 行间距可按需 */
}

.task-list .ct-accordion > :first-child {
  grid-column: 1/-1;
}

.task-list .ct-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.task-list .ct-accordion-waterfall {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.task-list .ct-accordion-col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.content-task {
  background: #fffaed;
  border: 3px solid #000000;
  border-radius: 48px;
  padding: 60px 32px;
}
.content-task h2 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 48px;
  line-height: 64px;
  text-align: center;
}
.content-task h2 + .des {
  margin-top: 8px;
  font-family: Poppins;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 16px;
}
.content-task .show-poin-area {
  gap: 160px;
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #000;
}
.content-task .show-poin-area > div {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}

.task-list-app .ct-accordion-waterfall {
  flex-direction: column;
}
.task-list-app .ct-accordion-col {
  width: 100%;
}

.ct-app-email-form {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 20px auto 28px;
}
.ct-app-email-form .ct-app-email-input {
  border-radius: 100px;
  border: 1px solid #000000;
  padding: 10px 12px;
  height: 40px;
  width: 400px;
  max-width: 100%;
  font-size: 14px;
}
.ct-app-email-form .ct-app-email-confirm {
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
  padding: 6px 24px;
  background: #f8ca02;
  border: 1px solid #000000;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #000;
  height: 36px;
}

.ct-app-user {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

@media (max-width: 992px) {
  .ct-accordion-first .ct-task {
    padding: 8px 10px;
    border-width: 1px;
  }
  #How-to-Entry.page-section {
    padding-top: 10px;
  }
  .content-task h2 + .des {
    font-size: 16px;
    line-height: 1.5;
  }
  details.ct-accordion-item summary {
    font-size: 16px;
  }
  .ct-task-head {
    font-size: 14px;
  }
  .task-tap {
    border-width: 2px;
    margin: 28px auto 20px;
  }
  .ct-task {
    padding: 6px 0;
  }
  details.ct-accordion-item {
    border-width: 1px;
  }
  .content-task {
    padding: 32px 16px;
    border-radius: 24px;
  }
  .content-task h2 {
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
  }
  .task-tap {
    padding: 2px;
    width: 100%;
    display: flex;
  }
  .task-tap button {
    padding: 10px 8px;
    min-width: unset;
    flex: 1;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    height: 44px;
  }
  .content-task .show-poin-area {
    gap: 8px;
    align-items: center;
  }
  .task-list .ct-accordion-waterfall {
    flex-direction: column;
  }
  .task-list .ct-accordion-col {
    width: 100%;
  }
  details.ct-accordion-item summary {
    padding: 9px 12px;
  }
  .ct-btn {
    min-width: 90px;
    padding: 4px 12px;
    font-weight: 600;
    font-size: 14px;
  }
  details.ct-accordion-item summary::after {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    top: 12px;
    right: 12px;
  }
}
.section-7 {
  padding: 0 0 150px;
}
.section-7 .social-list {
  gap: 24px;
  display: flex;
  align-items: center;
  margin-top: 24px;
  justify-content: center;
}
.section-7 .social-list a {
  color: #fff;
}
.section-7 .social-list svg {
  width: 24px;
  height: 24px;
}

.section-7 .btm-cont {
  max-width: 1363px;
  border-radius: 64px;
  background: linear-gradient(0deg, #080211 46.48%, #5730ba 73.24%, #b786ff 100%);
  padding: 95px 0;
}

.section-7 .btm-cont .btm-logo {
  max-width: 112px;
}

.section-7 .btm-cont h2 {
  font-size: 64px;
  line-height: 104px;
  font-style: italic;
  background: linear-gradient(90deg, #ffffff 28.82%, #8b4fff 95.52%);
  text-transform: capitalize;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-7 .btm-cont h2 .avatar1 {
  max-width: 96px;
}

.section-7 .btm-cont h2 .avatar2 {
  max-width: 66px;
}

.section-7 .btm-cont p {
  font-size: 20px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1600px) {
  .section-7 {
    padding: 29px 0 90px;
  }
  .section-7 .btm-cont {
    max-width: 1206px;
    padding: 67px 0 108px;
  }
}
@media (max-width: 992px) {
  .section-7 {
    padding: 42px 0 44px;
    border-radius: 0 0 32px 32px;
  }
  .section-7 .btm-cont {
    padding: 32px 14px 67px;
    border-radius: 32px;
  }
  .section-7 .btm-cont .btm-logo {
    max-width: 80px;
  }
  .section-7 .btm-cont h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .section-7 .btm-cont h2 .avatar1 {
    max-width: 64px;
  }
  .section-7 .btm-cont h2 .avatar2 {
    max-width: 40px;
  }
  .section-7 .btm-cont p {
    font-size: 14px;
    line-height: 22px;
  }
}
.crown-box .item .box {
  background: url("https://images.hitpaw.com/promotion/cat-tax-2026/prizes-item-bg.png") no-repeat center center;
  background-size: 100% 100%;
}
.crown-box .item .box .button-winner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url("https://images.hitpaw.com/promotion/cat-tax-2026/prizes-button-bg.png") no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
  width: 178px;
  height: 48px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}

.crown-box .col-12:nth-child(2) .item .box {
  background: url("https://images.hitpaw.com/promotion/cat-tax-2026/prizes-item-bg-2.png") no-repeat center center;
  background-size: 100% 100%;
}
.crown-box .col-12:nth-child(3) .item .box {
  background: url("https://images.hitpaw.com/promotion/cat-tax-2026/prizes-item-bg-3.png") no-repeat center center;
  background-size: 100% 100%;
}

.content-video {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 90px;
  margin: 100px 0 0;
}
.content-video .lft {
  max-width: 552px;
  position: relative;
}
.content-video .lft .video-test-des {
  position: absolute;
}
.content-video .lft .video-test-des.video-test-des-1 {
  top: -70px;
  left: -68px;
}
.content-video .lft .video-test-des.video-test-des-2 {
  top: -90px;
  right: 16px;
}
.content-video .lft .video-test-des.video-test-des-3 {
  bottom: -70px;
  right: 232px;
}
.content-video .rgt {
  padding: 12px;
  background: url("https://images.hitpaw.com/promotion/cat-tax-2026/video-wrap-border.png") no-repeat center center;
  background-size: 100% 100%;
  max-width: 706px;
}
.content-video .rgt video {
  max-width: 100%;
  border-radius: 23px;
}
.content-video h3 {
  font-family: Luckiest Guy;
  font-weight: 400;
  font-style: Regular;
  font-size: 48px;
  line-height: 64px;
  color: #f8ca02;
  text-align: center;
}

@media (max-width: 992px) {
  .content-video {
    display: none;
  }
}
.content-task::after {
  content: "";
  width: 100px;
  height: 100px;
  background: rgb(255, 250, 237);
  position: absolute;
  left: -4px;
  top: -4px;
  border-radius: 48px 0 0 0;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}

.content-task-img-des-1 {
  position: absolute;
  top: -42px;
  left: -42px;
}

#Cat-Tax-Cases {
  border-bottom: 0;
}

.page-banner {
  margin-top: 80px;
}

@media (max-width: 1600px) {
  .page-banner .page-banner-inner .title img {
    max-width: 877px;
  }
  .page-banner .page-banner-inner .sub-title img {
    max-width: 294px;
  }
}
@media (max-width: 992px) {
  .section-7 {
    padding-top: 0;
  }
  #More-About-HitPaw {
    border-top: 2px dashed #000000;
  }
  #More-About-HitPaw .section-more-about {
    padding-bottom: 48px;
    border-bottom: 0;
  }
  #Prizes {
    border-bottom: 0;
  }
  .page-banner .page-banner-inner .title img {
    max-width: 100%;
  }
  .page-banner .page-banner-inner .sub-title img {
    max-width: 100%;
  }
  .pic-column.pc3 .column-box {
    padding-top: 0;
  }
  .page-banner {
    margin-top: 64px;
  }
  #Prizes {
    background-image: none !important;
  }
  #Cat-Tax-Cases {
    padding-top: 0 !important;
  }
  .content-task-img-des-1 {
    display: none;
  }
  .content-task::after {
    content: none;
  }
  .crown-box {
    flex-wrap: nowrap;
    width: 100%;
    --bs-gutter-x: 0;
  }
  .crown-box .item {
    display: flex;
    flex-direction: column;
  }
  .crown-box .item .box {
    order: -1;
  }
  .crown-box .item .box {
    border: solid 3px #000;
    border-radius: 24px;
    background-color: rgb(242, 242, 242);
    box-shadow: 0 8px 0 #000;
    position: relative;
    z-index: 1;
    margin: 88px 4px 0 4px;
    padding: 80px 0 30px;
    font-size: 18px;
    font-weight: 600;
    background: rgb(242, 242, 242) !important;
    padding: 38px 12px !important;
  }
  .crown-box .item .box .pic {
    padding: 0 !important;
  }
  .crown-box .item .box .img {
    left: auto !important;
    right: -14px !important;
    transform: translateY(50%) !important;
    width: 100px !important;
  }
  .crown-box .item .box .info {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }
  .crown-box .item .box {
    margin-top: 0 !important;
  }
  .crown-box .item .title {
    margin-top: 40px;
  }
  .swiper-section-prizes .swiper-pagination {
    bottom: 0;
  }
  .swiper-section-prizes .swiper-pagination .swiper-pagination-bullet {
    margin: 0 2px;
    width: 8;
    height: 8;
    opacity: 1;
    border-radius: 50%;
    background: #9f9f9f;
  }
  .swiper-section-prizes .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 10px;
    background: #000;
  }
  .main-wrap {
    display: flex;
    flex-direction: column;
  }
  .main-wrap .identify-pictures {
    order: -2;
  }
  .main-wrap #How-to-Entry {
    order: -1;
    padding-bottom: 74px !important;
    background-image: url(https://images.hitpaw.com/activity/cattxt2025/line-cat.png);
    background-repeat: no-repeat;
    background-position: 0 calc(100% + 8px);
    background-size: 108px auto;
  }
  .identify-pictures {
    padding: 40px 0 0 !important;
  }
  .page-section {
    padding: 40px 0 !important;
  }
  .fix-img-contenr {
    min-height: 180px;
  }
}
@media (min-width: 992px) {
  .col-lg-35 {
    flex: 0 0 auto;
    width: 35%;
  }
  .px-lg-x-3 {
    padding: 0 3px;
  }
}
#More-About-HitPaw .sys-win a.btn,
#More-About-HitPaw .sys-mac a.btn,
#More-About-HitPaw .sys-android a.btn {
  display: flex;
  margin: 0 auto;
  border-radius: 88px;
}

@media (min-width: 992px) and (max-width: 1600px) {
  .col-lg-8 {
    flex: 0 0 auto;
    width: 54%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 46%;
  }
}
.more-about-hitpaw-item {
  position: relative;
}
.more-about-hitpaw-item .sitch-button {
  position: absolute;
  right: 16px;
  bottom: 40px;
}
.more-about-hitpaw-item .sitch-button-prev-path {
  transform: rotate(180deg);
  transform-origin: center;
}

.header .account-active .drop-account {
  top: 100% !important;
}

.footer {
  border-radius: 0;
}

.luckiest-guy-regular {
  font-family: "Luckiest Guy", cursive;
  font-weight: 400;
  font-style: normal;
}

.luckiest-guy-regular.text-shadow {
  color: #f8ca02;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}

@media screen and (min-width: 992px) {
  .luckiest-guy-regular.text-shadow {
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
  }
}
.bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-img-contain {
  background-size: contain;
}

.btn-activity {
  font-size: 18px;
  background-color: #f8ca02;
  border: solid 4px #fff;
  box-shadow: 0 8px 0 #000;
  border-radius: 100px;
}

#Cat-Tax-Cases .btn-activity {
  margin-top: 24px;
  min-width: 268px;
}

@media screen and (min-width: 992px) {
  .btn-activity {
    font-size: 25px;
    height: 74px;
  }
  #Cat-Tax-Cases .btn-activity {
    margin-top: 55px;
  }
}
.modal .modal-content {
  box-shadow: 0 10px 0 #000;
  border-radius: 24px;
}

.btn-close {
  box-sizing: content-box;
  width: 32px;
  height: 32px;
  padding: 0;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/50% auto no-repeat;
  border: 0;
  opacity: 0.5;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.swiper {
  position: relative;
  padding-bottom: 80px !important;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
  border: solid 1px #000;
  background-color: #fff;
  width: 12px;
  height: 12px;
  transition: all 0.3s ease;
}

.swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 34px;
  border-radius: 50px;
  background-color: #000;
}

.page-banner {
  background-image: url(https://images.hitpaw.com/promotion/cat-tax-2026/tp-banner.png?w=3840&h=1520);
}

@media screen and (max-width: 1600px) {
  .page-banner {
    background-image: url(https://images.hitpaw.com/promotion/cat-tax-2026/tp-banner-2.png);
  }
}
.page-banner .page-banner-inner {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  text-align: center;
  background-position: center bottom;
  padding: 80px 0;
  min-height: 590px;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .page-banner .page-banner-inner {
    background-image: none !important;
  }
}
@media screen and (min-width: 992px) {
  .page-banner .page-banner-inner {
    min-height: 658px;
  }
}
@media screen and (min-width: 1600px) {
  .page-banner .page-banner-inner {
    min-height: 760px;
  }
}
@media screen and (min-width: 1921px) {
  .page-banner .page-banner-inner {
    min-height: 940px;
  }
}
@media screen and (max-width: 992px) {
  .page-banner .page-banner-inner .sub-title {
    padding: 0 15%;
  }
}
.page-banner .time {
  font-family: Poppins;
  font-size: 24px;
  line-height: 1.2;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  font-weight: 900;
}

@media screen and (min-width: 992px) {
  .page-banner .time {
    font-size: 28px;
    -webkit-text-stroke: 2px #000;
    text-stroke: 2px #000;
    margin-top: 18px;
  }
}
@media screen and (min-width: 1600px) {
  .page-banner .time {
    font-size: 32px;
    -webkit-text-stroke: 2px #000;
    text-stroke: 2px #000;
    margin-top: 0;
  }
}
.page-banner .btn {
  font-size: 18px;
  padding: 0 2rem;
  border-radius: 100px;
}

@media screen and (min-width: 992px) {
  .page-banner .btn {
    font-size: 28px;
    padding: 0 3rem;
  }
}
.page-section {
  border-bottom: dashed 4px rgba(0, 0, 0, 0.5);
  padding: 80px 0;
}

.column-box .column-name {
  font-size: 28px;
  line-height: 36px;
}

@media screen and (min-width: 992px) {
  .column-box .column-name {
    font-size: 48px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 992px) {
  .ec-section .container {
    background-image: none !important;
  }
}
.pic-column {
  position: relative;
  z-index: 1;
}

.pic-column .column-box {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 1600px) {
  .pic-column .column-box .column-name {
    font-size: 38px;
  }
}
@media screen and (max-width: 992px) {
  .pic-column .column-box {
    line-height: 1.2;
  }
  .pic-column .column-box .column-name {
    font-size: 28px;
  }
}
.pic-column .column-box p {
  font-size: 12px;
  font-weight: 600;
  max-width: 84%;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .pic-column .column-box p {
    font-size: 16px;
    font-weight: bold;
    padding: 0 10%;
    max-width: 100%;
    margin: 0 auto;
  }
}
.pic-column.pc1 .column-box {
  padding: 10% 10%;
}

@media screen and (max-width: 992px) {
  .pic-column.pc1 .column-box {
    padding-top: 8%;
  }
}
.pic-column.pc2 .column-box {
  padding: 29% 35% 0 9%;
}

.pic-column.pc2 .column-box p {
  padding: 0 5%;
}

@media screen and (max-width: 992px) {
  .pic-column.pc2 .column-box {
    padding-top: 40%;
  }
}
.pic-column.pc3 .column-box {
  padding: 5% 10%;
}

@media screen and (max-width: 992px) {
  .pic-column.pc3 .column-box {
    padding: 12% 10% 12% 18%;
  }
}
.page-side {
  position: fixed;
  z-index: 30;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: none;
}

.page-side.active {
  display: block;
}

.page-side .box {
  border: solid 2px #000;
  background-color: #fff;
  box-shadow: 0 5px 0 #000;
  border-radius: 12px;
  overflow: hidden;
  width: 220px;
  display: none;
}

.page-side a {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 12px;
  border-bottom: solid 2px #000;
  color: #000;
}

.page-side a:hover {
  text-decoration: none;
}

.page-side a.active {
  background-color: #F8CA02;
}

.page-side a:last-child {
  border-bottom: 0;
}

.page-side .btn-menu {
  position: relative;
  z-index: 30;
  width: 40px;
  height: 40px;
  padding: 8px;
  border: solid 2px #000;
  border-radius: 8px;
  background-color: #F8CA02;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-side .btn-menu span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000;
}

.page-side .btn-menu::before,
.page-side .btn-menu::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 8px;
}

.page-side .btn-menu::before {
  top: 10px;
}

.page-side .btn-menu::after {
  bottom: 10px;
}

.page-side .btn-close {
  position: absolute;
  z-index: 30;
  top: -30px;
  right: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #fff;
  display: none;
}

.page-side.open .btn-menu {
  display: none;
}

.page-side.open .btn-close {
  display: block;
}

.page-side.open .box {
  display: block;
}

@media screen and (min-width: 992px) {
  .win-box {
    border: dashed 4px rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 24px;
    padding: 80px;
  }
}
.win-box .name {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.win-box .name span {
  display: inline-block;
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: 5px 40px;
}

.win-box .item {
  background-color: #fff;
  border: solid 2px #000;
  border-radius: 8px;
  box-shadow: 0 5px 0 #000;
  padding: 16px;
  font-size: 14px;
  line-height: 1.2;
}

.crown-box .item {
  padding-bottom: 60px;
}

@media screen and (min-width: 992px) {
  .crown-box .item {
    padding-bottom: 0;
  }
}
.crown-box .item .title {
  text-align: center;
  font-size: 16px;
}

.crown-box .item .price {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  color: #f8ca02;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  font-family: Poppins;
}

.crown-box .item .box {
  position: relative;
  z-index: 1;
  margin: 88px 4px 0 4px;
  font-size: 18px;
  font-weight: 600;
  padding: 44px 46px;
}

.crown-box .item .box .pic {
  padding: 0 25%;
}

@media screen and (min-width: 992px) {
  .crown-box .item .box .pic {
    padding: 0;
  }
}
.crown-box .item .box .img {
  position: absolute;
  z-index: 1;
  top: -68px;
  left: 50%;
  transform: translateX(-50%);
  width: 144px;
}

.crown-box .item .box .info {
  font-size: 18px;
}

.sec-3 {
  background-color: #18052b;
  padding: 100px 0;
  position: relative;
}

@media screen and (min-width: 992px) {
  .sec-3::after,
  .sec-3::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    width: 30%;
    height: 100%;
    top: 0;
  }
  .sec-3::after {
    left: 0;
    background: linear-gradient(90deg, #090c33 0%, rgba(9, 12, 51, 0.9) 34.18%, rgba(9, 12, 51, 0) 100%);
  }
  .sec-3::before {
    right: 0;
    background: linear-gradient(270deg, #090c33 0%, rgba(9, 12, 51, 0.9) 34.18%, rgba(9, 12, 51, 0) 100%);
  }
}
.sec-3 .swiper-slide a {
  text-decoration: none;
}

.sec-3 .swiper-slide .border-line {
  transform: scale(0.8);
  transition: all 0.3s ease;
}

.sec-3 .swiper-slide.swiper-slide-active .border-line {
  transform: scale(1);
}

.sec-3 .border-line {
  width: 100%;
  height: 100%;
  background: rgba(121, 99, 250, 0.1);
  border-radius: 20px;
  padding: 8px;
}

.sec-3 .slidein-box {
  background: linear-gradient(180deg, rgba(211, 215, 255, 0.1) 0%, rgba(121, 99, 250, 0.1) 100%);
  padding: 24px 8px 8px 8px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}

.sec-3 .slidein-box img {
  width: 100%;
}

.sec-3 .slidein-box .pic {
  display: block;
  width: 100%;
  position: relative;
}

.sec-3 .slidein-box .pic span {
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 5px 30px;
  border-radius: 0 0 8px 0;
  background-color: #b3b3b3;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.sec-3 .slidein-box .pic img {
  position: relative;
  z-index: 1;
}

.sec-3 .slidein-box .slide-title h3 {
  max-width: 550px;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: rgb(255, 255, 255);
}

.sec-3 .slidein-box .slide-title p {
  font-size: 14px;
  color: rgb(255, 255, 255);
  text-align: center;
  margin-bottom: 0;
}

.sec-3 .swiper-slide-active .border-line {
  padding: 13px;
}

.sec-3 .swiper-slide-active .slidein-box {
  padding: 40px 12px 12px 12px;
  gap: 16px;
}

.sec-3 .swiper-slide-active .slidein-box .slide-title h3 {
  font-size: 24px;
}

.sec-3 .swiper-button-prev,
.sec-3 .swiper-button-next {
  width: 130px;
  height: 130px;
  top: 45%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.sec-3 .swiper-button-prev::after,
.sec-3 .swiper-button-next::after {
  content: none;
}

.sec-3 .swiper-button-prev svg,
.sec-3 .swiper-button-next svg {
  color: #fff;
}

.sec-3 .swiper-button-prev {
  left: calc(50% - 430px);
  background-image: url(https://images.hitpaw.com/hitpaw-2024/activity/hitpaw-brand/prev-button.png?w=269&h=286);
}

@media screen and (min-width: 2500px) {
  .sec-3 .swiper-button-prev {
    left: calc(50% - 530px);
  }
}
.sec-3 .swiper-button-prev:hover {
  background-image: url(https://images.hitpaw.com/hitpaw-2024/activity/hitpaw-brand/prev-button-hover.png?w=216&h=229);
}

.sec-3 .swiper-button-next {
  right: calc(50% - 430px);
  background-image: url(https://images.hitpaw.com/hitpaw-2024/activity/hitpaw-brand/next-button.png?w=269&h=286);
}

@media screen and (min-width: 2500px) {
  .sec-3 .swiper-button-next {
    right: calc(50% - 510px);
  }
}
.sec-3 .swiper-button-next:hover {
  background-image: url(https://images.hitpaw.com/hitpaw-2024/activity/hitpaw-brand/next-button-hover.png?w=216&h=229);
}

.sec-3 .swiper-pagination .swiper-pagination-bullet {
  background-color: #a295ff;
  width: 12px;
  height: 12px;
  transition: all 0.3s ease;
}

.sec-3 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #6b57ff;
  width: 34px;
  border-radius: 50px;
}

.swiper-more-box .title {
  color: #000;
  font-size: 18px;
}

.swiper-more-box .title a {
  color: #000;
}

@media screen and (min-width: 992px) {
  .swiper-more-box .title {
    font-size: 20px;
  }
}
.swiper-more-box p {
  display: none;
}

@media screen and (min-width: 992px) {
  .swiper-more-box p {
    display: block;
  }
}
.swiper-more {
  overflow: hidden;
  padding-bottom: 0 !important;
  position: relative;
}

.swiper-more .swiper-slide a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.swiper-more .swiper-slide a .title {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 20px 40px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .swiper-more .swiper-slide a .title {
    font-size: 32px;
    padding: 20px 30px 40px;
  }
}
.swiper-more .swiper-slide a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.swiper-more .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.8);
  width: 32px;
  height: 6px;
  border-radius: 50px;
  transition: all 0.3s ease;
  border: 0;
}

.swiper-more .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.section-more-about {
  padding: 20px 0 80px 0;
  border-bottom: dashed 4px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 992px) {
  .section-more-about {
    border: dashed 4px rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 24px;
    max-width: 1774px;
    margin: 0 auto;
    padding: 80px 40px;
  }
}
@media screen and (min-width: 1600px) {
  .section-more-about {
    padding: 80px 100px;
  }
}
.section-more-about .column-pic {
  position: relative;
}

.section-more-about .column-pic span {
  display: inline-block;
  padding: 40px 0 0 0;
}

@media screen and (min-width: 992px) {
  .section-more-about .column-pic span {
    position: relative;
    padding: 20px 60px 0 90px;
  }
}
.section-more-about .column-pic .t1,
.section-more-about .column-pic .t2 {
  position: absolute;
  z-index: 2;
  top: 0;
}

.section-more-about .column-pic .t1 {
  left: 0;
}

.section-more-about .column-pic .t2 {
  right: 0;
  top: auto;
  bottom: -26px;
}

@media screen and (min-width: 992px) {
  .section-more-about .column-pic .t2 {
    top: 30px;
    bottom: auto;
  }
}
@media screen and (max-width: 992px) {
  .section-more-about .column-pic .t1 {
    width: 54px;
    top: -6px;
    left: 21px;
  }
}
.section-more-about .title {
  font-size: 20px;
}

.section-more-about .item {
  height: 100%;
  border: solid 3px #000;
  border-radius: 24px;
  overflow: hidden;
  background-color: #DFF5FF;
}

.section-more-about .item-bg {
  background-color: #FFF1CC;
}

.section-more-about .cont {
  padding: 24px;
}

.section-more-about .cont .btn {
  width: -moz-max-content;
  width: max-content;
}

.fix-img-contenr {
  max-height: 360px;
  overflow: hidden;
  position: relative;
}

.fix-img-contenr .compare-pic {
  position: relative;
  z-index: 1;
  padding-top: 54%;
}

.fix-img-contenr .brand {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  font-weight: bold;
  color: #fff;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.fix-img-contenr .brand img {
  width: 36px;
}

.sys-hover {
  color: #000;
  opacity: 0.4;
}

.sys-hover.active {
  color: #000;
  opacity: 1;
}

.sys-hover:hover {
  color: #000;
  opacity: 1;
}

@media screen and (min-width: 1600px) {
  .section-crown {
    margin: 0 20px;
  }
}
.gifts-box-column .text-primary {
  color: #803CC7 !important;
}

.gifts-box-column a {
  color: #F8CA02;
  text-shadow: -1px 0 0 #000, 0 -1px 0 #000, 1px 0 0 #000, 0 1px 0 #000;
  text-decoration: underline;
}

.gifts-box {
  border: solid 3px #000;
  background: no-repeat center #FFF1CC;
  background-size: cover;
  padding: 30px;
  border-radius: 24px;
}

@media screen and (max-width: 767px) {
  .gifts-box {
    background-repeat: repeat;
    background-size: auto;
  }
  .gifts-box .list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .gifts-box .list .name {
    display: none;
  }
  .gifts-box .list .info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .gifts-box .list .info .title {
    font-size: 14px;
  }
}
.gifts-box .name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.gifts-box .pic {
  display: inline-block;
  position: relative;
}

.gifts-box .pic > img {
  position: relative;
  z-index: 1;
  width: 100px;
  border-radius: 100%;
  overflow: hidden;
}

.gifts-box .pic .w {
  display: inline-block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100px;
  background-color: #fff;
  border: solid 1px #000;
  font-size: 12px;
  line-height: 1;
  padding: 4px 10px 4px 30px;
  white-space: nowrap;
}

.gifts-box .pic .w img {
  position: absolute;
  z-index: 2;
  top: 30%;
  left: -5px;
  transform: translateY(-50%);
}

.gifts-box .pic .si {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  width: 28px;
  height: auto;
}

.gifts-box .info span {
  font-weight: bold;
  display: block;
  padding: 5px;
}

.gifts-box .info .title {
  display: inline-block;
  border-radius: 6px;
  background-color: #fff;
  border: dashed 1px #000;
  padding: 2px 10px;
  font-size: 18px;
  font-weight: bold;
}

.compare-pic {
  overflow: hidden;
  cursor: e-resize;
}

.compare-pic .compare-line {
  height: 100%;
  width: 1px;
  top: 0;
  left: 10%;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: e-resize;
  z-index: 7 !important;
}

.compare-pic .compare-line::after {
  position: absolute;
  top: calc(50% - 8px);
  left: -14px;
  border-radius: 50%;
  content: "";
  width: 28px;
  height: 28px;
  background: url('data:image/svg+xml,<svg preserveAspectRatio="none meet" width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.5" cx="24" cy="24" r="24" fill="white"/><circle cx="24.0004" cy="24.0002" r="17.4545" fill="white"/><path opacity="0.5" fill-rule="evenodd" clip-rule="evenodd" d="M28.7663 27.6747C28.3857 28.0553 28.3857 28.6723 28.7663 29.0529C29.1468 29.4335 29.7639 29.4335 30.1444 29.0529L33.9626 25.2347C34.3432 24.8541 34.3432 24.2371 33.9626 23.8565L30.1444 20.0384C29.7639 19.6578 29.1468 19.6578 28.7663 20.0384C28.3857 20.4189 28.3857 21.036 28.7663 21.4165L31.8953 24.5456L28.7663 27.6747ZM19.7796 21.4167C20.1602 21.0361 20.1602 20.4191 19.7796 20.0385C19.3991 19.658 18.782 19.658 18.4015 20.0385L14.5833 23.8567C14.2027 24.2373 14.2027 24.8543 14.5833 25.2349L18.4015 29.0531C18.782 29.4336 19.3991 29.4336 19.7796 29.0531C20.1602 28.6725 20.1602 28.0555 19.7796 27.6749L16.6506 24.5458L19.7796 21.4167Z" fill="%231B1B1B"/></svg>');
  background-size: 100%;
}

.compare-pic .compare-before {
  width: 10%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  z-index: 6 !important;
}

.compare-pic .compare-after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.compare-pic .img-after,
.compare-pic .img-before {
  position: absolute;
  top: 18px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  color: #fff;
  z-index: 10 !important;
  font-size: 14px;
}

.compare-pic .img-after span,
.compare-pic .img-before span {
  display: inline-block;
  width: 73px;
  height: 34px;
  text-align: center;
  line-height: 2.125rem;
}

.compare-pic .img-after {
  left: 18px;
}

.compare-pic .img-before {
  right: 18px;
}/*# sourceMappingURL=cat-tax.css.map */