#category-description .category-wrapper {
  min-width: 0;
  padding: 24px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(55, 78, 162, 0.1);
}
@media screen and (max-width: 640px) {
  #category-description .category-wrapper {
    padding: 18px;
    border-radius: 8px;
  }
}
#category-description .category-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  color: #374ea2;
}
#category-description .category-label::before {
  content: "";
  flex: 0 0 4px;
  width: 4px;
  height: 22px;
  border-radius: 100rem;
  background-color: #da2128;
}
@media screen and (max-width: 640px) {
  #category-description .category-label {
    gap: 8px;
    margin-bottom: 12px;
    font-size: 18px;
  }
  #category-description .category-label::before {
    height: 20px;
  }
}
#category-description .category-content {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #333;
}
@media screen and (max-width: 640px) {
  #category-description .category-content {
    font-size: 14px;
    line-height: 21px;
  }
}
#category-description .category-content:first-child {
  margin-top: 0;
}
#category-description .category-content:last-child {
  margin-bottom: 0;
}
#category-description .category-content h2,
#category-description .category-content h3 {
  font-weight: 800;
  line-height: 1.35;
  margin: 18px 0 10px;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
}
@media screen and (max-width: 640px) {
  #category-description .category-content h2,
  #category-description .category-content h3 {
    margin: 16px 0 8px;
    line-height: 1.32;
  }
}
#category-description .category-content h2 {
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  #category-description .category-content h2 {
    font-size: 18px;
  }
}
#category-description .category-content h3 {
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  #category-description .category-content h3 {
    font-size: 16px;
  }
}
#category-description .category-content p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
#category-description .category-content ul,
#category-description .category-content ol {
  margin: 14px 0 0;
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  #category-description .category-content ul,
  #category-description .category-content ol {
    margin-top: 12px;
    padding-left: 18px;
  }
}
#category-description .category-content li {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(51, 51, 51, 0.9);
}
@media screen and (max-width: 640px) {
  #category-description .category-content li {
    font-size: 14px;
    line-height: 1.58;
  }
}
#category-description .category-content li::marker {
  color: #374ea2;
}
#category-description .category-content strong,
#category-description .category-content b {
  font-weight: 700;
  color: #333;
}
#category-description .category-content a {
  color: #374ea2;
  font-weight: 600;
  text-decoration: none;
}
#category-description .category-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 16px auto 0;
  border-radius: 8px;
}
@media screen and (max-width: 640px) {
  #category-description .category-content img {
    margin-top: 14px;
    border-radius: 6px;
  }
}
#category-description .category-content table {
  width: 100%;
  margin-top: 16px;
  border-collapse: collapse;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  #category-description .category-content table {
    display: block;
    overflow-x: auto;
    font-size: 14px;
    white-space: nowrap;
  }
}
#category-description .category-content th,
#category-description .category-content td {
  padding: 10px;
  border: 1px solid #e5e7eb;
  line-height: 1.55;
  text-align: left;
}
@media screen and (max-width: 640px) {
  #category-description .category-content th,
  #category-description .category-content td {
    padding: 9px;
    line-height: 1.5;
  }
}
#category-description .category-content th {
  color: #374ea2;
  background-color: rgba(55, 78, 162, 0.04);
}
#category-description .category-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(55, 78, 162, 0.1);
}
@media screen and (max-width: 1024px) {
  #category-description .category-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 640px) {
  #category-description .category-stats {
    gap: 8px;
    margin-top: 16px;
    padding-top: 14px;
    grid-template-columns: 1fr;
  }
}
#category-description .stat-item {
  min-width: 0;
  padding: 12px;
  border-radius: 8px;
  transition: transform 0.22s ease;
  border: 1px solid rgba(55, 78, 162, 0.08);
  background-color: rgba(55, 78, 162, 0.035);
}
#category-description .stat-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#category-description .stat-item {
  gap: 10px;
}
@media screen and (max-width: 640px) {
  #category-description .stat-item {
    padding: 10px;
  }
}
#category-description .stat-item:hover {
  transform: translateY(-4px);
}
#category-description .stat-icon {
  width: 34px;
  height: 34px;
  line-height: 34px;
}
#category-description .stat-icon {
  display: inline-flex;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  border-radius: 100rem;
  color: #374ea2;
  background-color: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(55, 78, 162, 0.08);
}
@media screen and (max-width: 640px) {
  #category-description .stat-icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  #category-description .stat-icon {
    flex-basis: 32px;
  }
}
#category-description .stat-icon i {
  font-size: 14px;
  line-height: 1;
}
#category-description .stat-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
#category-description .stat-body strong {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.15;
  color: #374ea2;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  #category-description .stat-body strong {
    font-size: 16px;
  }
}
#category-description .stat-body span {
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.35;
  color: #515152;
}
@media screen and (max-width: 640px) {
  #category-description .stat-body span {
    font-size: 12px;
  }
}

#category-overview {
  margin: 24px 0 28px;
}
@media screen and (max-width: 640px) {
  #category-overview {
    margin: 18px 0 24px;
  }
}
#category-overview .category-overview {
  gap: 20px;
  display: grid;
  align-items: stretch;
  grid-template-columns: 1fr 400px;
}
@media screen and (max-width: 1024px) {
  #category-overview .category-overview {
    align-items: start;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  #category-overview .category-overview {
    gap: 14px;
  }
}

#category-faq {
  margin-top: 20px;
  margin-bottom: 20px;
}
#category-faq .category-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 15px;
  color: #374ea2;
}
@media screen and (max-width: 1024px) {
  #category-faq .support-wrapper {
    max-width: 90%;
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  #category-faq .support-wrapper {
    max-width: 100%;
  }
}
#category-faq .support-item {
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
#category-faq .support-item:first-child {
  border-top: 1px solid #ddd;
}
#category-faq .support-title {
  padding-block: 15px;
  cursor: pointer;
}
#category-faq .support-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#category-faq .support-title {
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  #category-faq .support-title {
    padding-block: 15px;
  }
}
#category-faq .support-title * {
  pointer-events: none;
}
#category-faq .support-title span {
  font-size: 16px;
  text-wrap: wrap;
  font-weight: 500;
  line-height: 24px;
  color: #374ea2;
}
@media screen and (max-width: 768px) {
  #category-faq .support-title span {
    line-height: 26px;
  }
}
#category-faq .support-title i.fa {
  transition: transform linear 0.25s;
}
#category-faq .support-answer {
  max-height: 0px;
  overflow-y: hidden;
  transition: max-height ease 0.3s;
}
#category-faq .support-answer-inner {
  font-size: 15px;
  color: inherit;
  margin-top: unset;
  line-height: 24px;
  padding-left: 20px;
  padding-bottom: 20px;
  font-weight: inherit;
}
@media screen and (max-width: 640px) {
  #category-faq .support-answer-inner {
    padding-left: unset;
  }
}

#category-product {
  margin-top: unset;
  margin-bottom: 20px;
}
#category-product .category-title {
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  margin-block: 10px;
  text-align: center;
  color: #374ea2;
}
#category-product .category-wrapper {
  gap: 15px;
  display: grid;
  margin-top: 20px;
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fill, minmax(270px, 280px));
}
@media screen and (max-width: 1024px) {
  #category-product .category-wrapper {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
  }
}
@media screen and (max-width: 768px) {
  #category-product .category-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 640px) {
  #category-product .category-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

#category-product .category-wrapper {
  gap: 15px;
  align-items: stretch;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media screen and (max-width: 1280px) {
  #category-product .category-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  #category-product .category-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 640px) {
  #category-product .category-wrapper {
    gap: 12px;
  }
}
@media screen and (max-width: 480px) {
  #category-product .category-wrapper {
    grid-template-columns: 1fr;
  }
}

#product-main .meta-item {
  min-width: 0;
  padding: 0;
}
#product-main .meta-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
#product-main .meta-item {
  gap: 8px;
}
@media screen and (max-width: 640px) {
  #product-main .meta-item {
    gap: 7px;
  }
}
#product-main .meta-icon {
  flex: 0 0 30px;
  line-height: 1;
  font-size: 15px;
  color: #374ea2;
  border-radius: 4px;
  background-color: rgba(55, 78, 162, 0.08);
}
#product-main .meta-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
#product-main .meta-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  #product-main .meta-icon {
    flex-basis: 28px;
    font-size: 14px;
  }
  #product-main .meta-icon {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
}
#product-main .meta-icon i.fa {
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  #product-main .meta-icon i.fa {
    font-size: 14px;
  }
}
#product-main .meta-info {
  flex: 1;
  min-width: 0;
  padding-top: 0;
}
#product-main .meta-info strong,
#product-main .meta-info span {
  display: block;
}
#product-main .meta-info strong {
  margin-bottom: 2px;
  color: #132238;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  #product-main .meta-info strong {
    font-size: 10px;
  }
}
#product-main .meta-info span {
  color: #27364d;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #product-main .meta-info span {
    font-size: 10.5px;
  }
}
#product-main .product-item {
  min-width: 0;
  height: 100%;
  color: #132238;
  overflow: hidden;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid rgba(55, 78, 162, 0.1);
  box-shadow: 0 8px 24px rgba(11, 28, 62, 0.1);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
#product-main .product-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  #product-main .product-item {
    border-radius: 4px;
  }
}
#product-main .product-item:hover {
  transform: translateY(-4px);
  border-color: rgba(55, 78, 162, 0.24);
  box-shadow: 0 14px 32px rgba(11, 28, 62, 0.16);
}
#product-main .product-item:hover .product-img img {
  transform: scale(1.045);
}
#product-main .product-item:hover .product-zoom {
  color: #fff;
  border-color: #0d3192;
  background-color: #0d3192;
}
#product-main .product-item:hover .product-name a {
  color: #374ea2;
}
#product-main .product-img {
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
  aspect-ratio: 4/3;
  background-color: rgba(173, 184, 217, 0.12);
}
@media screen and (max-width: 480px) {
  #product-main .product-img {
    aspect-ratio: 16/11;
  }
}
#product-main .product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
#product-main .product-img::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.08), transparent 40%);
}
#product-main .product-img-link {
  display: block;
  height: 100%;
}
#product-main .product-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 120px;
  min-height: 58px;
  padding: 9px 24px 13px 12px;
  color: #fff;
  background-color: #da2128;
  clip-path: polygon(0 0, 100% 0, 86% 68%, 0 100%);
}
#product-main .product-badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#product-main .product-badge {
  gap: 6px;
}
@media screen and (max-width: 640px) {
  #product-main .product-badge {
    width: 104px;
    min-height: 50px;
    padding: 8px 22px 11px 10px;
    gap: 5px;
  }
}
#product-main .product-badge i {
  flex: 0 0 auto;
  font-size: 17px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #product-main .product-badge i {
    font-size: 15px;
  }
}
#product-main .product-badge span {
  max-width: 76px;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  #product-main .product-badge span {
    max-width: 64px;
    font-size: 8px;
  }
}
#product-main .product-zoom {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  color: #374ea2;
  font-size: 15px;
  border-radius: 100rem;
  background-color: #fff;
  border: 1px solid rgba(55, 78, 162, 0.08);
  box-shadow: 0 6px 16px rgba(13, 31, 70, 0.16);
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}
#product-main .product-zoom {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
#product-main .product-zoom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  #product-main .product-zoom {
    top: 8px;
    right: 8px;
    font-size: 13px;
  }
  #product-main .product-zoom {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
#product-main .product-zoom:hover {
  transform: rotate(90deg);
}
#product-main .product-zoom i {
  line-height: 1;
  margin-top: 3px;
}
#product-main .product-info {
  flex: 1;
  padding: 14px;
  background-color: #fff;
}
#product-main .product-info {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  #product-main .product-info {
    padding: 12px;
  }
}
#product-main .product-cat {
  margin-top: unset;
  margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
  #product-main .product-cat {
    margin-bottom: 7px;
  }
}
#product-main .product-cat a {
  width: 100%;
  min-width: 0;
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
  color: #374ea2;
  text-transform: uppercase;
}
#product-main .product-cat a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#product-main .product-cat a {
  gap: 6px;
}
@media screen and (max-width: 640px) {
  #product-main .product-cat a {
    font-size: 11px;
    line-height: 18px;
  }
}
#product-main .product-cat a span {
  min-width: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#product-main .product-cat i {
  flex: 0 0 auto;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #product-main .product-cat i {
    font-size: 11px;
  }
}
#product-main .product-name {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.26;
  font-family: "Be Vietnam Pro", sans-serif;
}
@media screen and (max-width: 640px) {
  #product-main .product-name {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 1.3;
  }
}
#product-main .product-name a {
  color: #132238;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#product-main .product-desc {
  color: #27364d;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #product-main .product-desc {
    font-size: 11px;
  }
}
#product-main .product-meta {
  margin-top: 12px;
  padding: 11px 0 12px;
  border-top: 1px solid rgba(55, 78, 162, 0.12);
  border-bottom: 1px solid rgba(55, 78, 162, 0.12);
}
#product-main .product-meta {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
#product-main .product-meta {
  gap: 8px;
}
@media screen and (max-width: 640px) {
  #product-main .product-meta {
    gap: 7px;
    margin-top: 10px;
    padding: 10px 0;
  }
}
#product-main .product-foot {
  border-top: 0;
  margin-top: auto;
  padding-top: 12px;
}
#product-main .product-foot {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
#product-main .product-foot {
  gap: 10px;
}
@media screen and (max-width: 640px) {
  #product-main .product-foot {
    gap: 8px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  #product-main .product-foot {
    flex-direction: column;
  }
}
#product-main .product-foot .btn {
  flex: 1 1 0;
  min-width: 0;
  min-height: 36px;
  padding: 8px 10px;
}
@media screen and (max-width: 640px) {
  #product-main .product-foot .btn {
    min-height: 34px;
    padding: 7px 8px;
  }
}
@media screen and (max-width: 480px) {
  #product-main .product-foot .btn {
    width: 100%;
  }
}
#product-main .product-foot .btn span {
  min-width: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  #product-main .product-foot .btn span {
    font-size: 11px;
  }
}
#product-main .product-link {
  border-radius: 4px;
}
#product-main .product-order {
  border-radius: 4px;
}
#product-main .product-order span:after {
  display: none;
}
#product-main .product-proof {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(22, 163, 74, 0.1), rgba(22, 163, 74, 0.04));
}
#product-main .product-proof {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#product-main .product-proof {
  gap: 10px;
}
@media screen and (max-width: 640px) {
  #product-main .product-proof {
    gap: 8px;
    margin-top: 10px;
    padding: 9px 10px;
  }
}
#product-main .product-proof-icon {
  flex: 0 0 auto;
  position: relative;
  color: #16a34a;
  font-size: 28px;
  line-height: 1;
}
#product-main .product-proof-icon {
  width: 34px;
  height: 34px;
  line-height: 34px;
}
#product-main .product-proof-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  #product-main .product-proof-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
#product-main .product-proof-icon .fa-shield {
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #product-main .product-proof-icon .fa-shield {
    font-size: 24px;
  }
}
#product-main .product-proof-icon .fa-check {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #16a34a;
  font-size: 11px;
  line-height: 1;
  transform: translate(-50%, -42%);
}
@media screen and (max-width: 640px) {
  #product-main .product-proof-icon .fa-check {
    font-size: 10px;
  }
}
#product-main .product-proof-content {
  min-width: 0;
}
#product-main .product-proof-content strong,
#product-main .product-proof-content span {
  display: block;
}
#product-main .product-proof-content strong {
  color: #15803d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}
@media screen and (max-width: 640px) {
  #product-main .product-proof-content strong {
    font-size: 11px;
  }
}
#product-main .product-proof-content span {
  margin-top: 2px;
  color: #166534;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
}
@media screen and (max-width: 640px) {
  #product-main .product-proof-content span {
    font-size: 10px;
  }
}

#category-main .category-wrapper {
  display: grid;
  grid-template-columns: 75% 25%;
  column-gap: 10px;
}
@media screen and (max-width: 1024px) {
  #category-main .category-wrapper {
    position: relative;
    grid-template-columns: 100% 0%;
  }
}
#category-main .category-article {
  width: auto;
  height: auto;
}
#category-main .category-sidebar {
  position: relative;
  max-width: 270px;
}

#category-post p {
  font-size: 16px;
  margin-top: 15px;
  font-weight: 400;
  line-height: 28px;
  color: #333;
}
@media screen and (max-width: 640px) {
  #category-post p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 22px;
    text-align: justify;
  }
}
#category-post h2 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
  line-height: 28px;
  color: #374ea2;
}
#category-post h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 15px;
  color: #374ea2;
}
#category-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: 15px;
  margin-block: 10px;
  border-radius: 12px;
}
#category-post ul {
  margin-top: 15px;
  padding-left: 20px;
  list-style: circle;
}
@media screen and (max-width: 640px) {
  #category-post ul {
    margin-top: 10px;
  }
}
#category-post li {
  font-size: 16px;
  text-align: left;
  margin-block: 8px;
  line-height: 28px;
}
@media screen and (max-width: 640px) {
  #category-post li {
    font-size: 14px;
    text-align: left;
    margin-top: 4px;
    margin-block: unset;
  }
}
#category-post table {
  width: 100%;
  margin-block: 15px;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
#category-post table th,
#category-post table td {
  padding: 8px;
  text-align: center;
  border: 1px solid #ddd;
}
#category-post table th {
  background-color: inherit;
}
#category-post table td:first-child {
  text-align: left;
  padding-left: 5px;
}

#category-rating {
  min-width: 0;
  margin: 0;
  color: #333;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  padding: 22px !important;
  background-color: #f8faff;
  border: 1px solid rgba(55, 78, 162, 0.1);
}
@media screen and (max-width: 1024px) {
  #category-rating {
    padding: 20px !important;
  }
}
@media screen and (max-width: 640px) {
  #category-rating {
    padding: 16px !important;
    border-radius: 8px;
  }
}
#category-rating .category-header {
  margin: 0 0 16px;
  text-align: left;
}
#category-rating .category-title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  display: inline-flex;
}
@media screen and (max-width: 640px) {
  #category-rating .category-title {
    font-size: 17px;
  }
}
#category-rating .category-title::before {
  content: "";
  flex: 0 0 4px;
  width: 4px;
  height: 22px;
  margin-right: 14px;
  border-radius: 100rem;
  background-color: #da2128;
}
#category-rating .category-wrapper {
  width: 100%;
}
#category-rating .category-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
#category-rating .category-wrapper {
  gap: 14px;
}
#category-rating .category-summary {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
#category-rating .category-summary {
  gap: 16px;
}
#category-rating .category-star {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(55, 78, 162, 0.12);
}
#category-rating .category-star {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: start;
}
#category-rating .category-star {
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  #category-rating .category-star {
    justify-content: flex-start;
    gap: 16px;
  }
}
@media screen and (max-width: 640px) {
  #category-rating .category-star {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
#category-rating .category-star .stars {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  color: #f59e0b;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  #category-rating .category-star .stars {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 640px) {
  #category-rating .category-star .stars {
    font-size: 16px;
  }
}
#category-rating .category-score {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
}
#category-rating .category-score strong {
  font-size: 42px;
  font-weight: 800;
  line-height: 0.9;
  color: #374ea2;
}
@media screen and (max-width: 640px) {
  #category-rating .category-score strong {
    font-size: 36px;
  }
}
#category-rating .category-score span:last-child {
  margin-bottom: 2px;
  font-size: 17px;
  font-weight: 700;
  color: #515152;
}
#category-rating .category-meta {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
#category-rating .category-meta {
  gap: 10px;
}
#category-rating .category-meta p {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  color: #515152;
}
@media screen and (max-width: 640px) {
  #category-rating .category-meta p {
    font-size: 13px;
  }
}
#category-rating .category-meta p i {
  flex: 0 0 32px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #374ea2;
  border-radius: 100rem;
  background-color: rgba(55, 78, 162, 0.08);
}
#category-rating .category-meta p i {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
#category-rating .category-meta p span {
  min-width: 0;
  line-height: 32px;
}
#category-rating .category-note {
  padding-top: 14px;
  border-top: 1px solid rgba(55, 78, 162, 0.1);
}
#category-rating .category-note p {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  color: #787878;
}
@media screen and (max-width: 640px) {
  #category-rating .category-note p {
    font-size: 13px;
  }
}

#category-comment .category-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #374ea2;
}
#category-comment .category-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
#category-comment .category-wrapper {
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  #category-comment .category-wrapper {
    flex-direction: column;
  }
}

#category-contact {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(55, 78, 162, 0.14);
}
@media screen and (max-width: 640px) {
  #category-contact {
    margin-top: 24px;
    padding-top: 20px;
  }
}
#category-contact .contact-wrapper {
  padding: 22px 24px;
  color: #333;
  border-radius: 8px;
  background-color: #fbfcff;
  border: 1px solid rgba(55, 78, 162, 0.12);
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.06);
}
@media screen and (max-width: 640px) {
  #category-contact .contact-wrapper {
    padding: 18px;
    border-radius: 6px;
  }
}
#category-contact .contact-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
  color: #da2128;
  text-transform: uppercase;
}
#category-contact .contact-label::before {
  content: "";
  flex: 0 0 4px;
  width: 4px;
  height: 18px;
  border-radius: 100rem;
  background-color: #da2128;
}
@media screen and (max-width: 640px) {
  #category-contact .contact-label {
    gap: 8px;
    margin-bottom: 9px;
    font-size: 12px;
  }
  #category-contact .contact-label::before {
    height: 16px;
  }
}
#category-contact .contact-title {
  margin: 0;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
  color: #374ea2;
}
@media screen and (max-width: 640px) {
  #category-contact .contact-title {
    font-size: 18px;
    line-height: 1.32;
  }
}
#category-contact .contact-description {
  max-width: 760px;
  margin: 12px 0 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  color: rgba(51, 51, 51, 0.9);
}
@media screen and (max-width: 640px) {
  #category-contact .contact-description {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.62;
  }
}
#category-contact .contact-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 22px;
  margin: 18px 0 0;
  padding: 16px 0 0;
  list-style: none;
  border-top: 1px solid rgba(55, 78, 162, 0.1);
}
@media screen and (max-width: 768px) {
  #category-contact .contact-info {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media screen and (max-width: 640px) {
  #category-contact .contact-info {
    margin-top: 16px;
    padding-top: 14px;
  }
}
#category-contact .contact-item {
  min-width: 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(221, 221, 221, 0.75);
  font-size: 15px;
  line-height: 1.65;
}
#category-contact .contact-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
#category-contact .contact-item {
  gap: 8px;
}
@media screen and (max-width: 640px) {
  #category-contact .contact-item {
    padding: 9px 0;
    font-size: 14px;
    line-height: 1.55;
  }
}
@media screen and (max-width: 480px) {
  #category-contact .contact-item {
    flex-direction: column;
    gap: 3px;
  }
}
#category-contact .contact-item strong {
  flex: 0 0 auto;
  font-weight: 800;
  color: #374ea2;
}
#category-contact .contact-item span {
  min-width: 0;
  color: rgba(51, 51, 51, 0.92);
  overflow-wrap: anywhere;
}
#category-contact .contact-item a {
  min-width: 0;
  font-weight: 600;
  text-decoration: none;
  overflow-wrap: anywhere;
  color: rgba(51, 51, 51, 0.92);
  transition: color 0.2s ease;
}
#category-contact .contact-item a:hover {
  color: #da2128;
}
#category-contact .contact-footer {
  margin: 16px 0 0;
  padding-left: 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
  color: #515152;
  border-left: 3px solid rgba(218, 33, 40, 0.8);
}
@media screen and (max-width: 640px) {
  #category-contact .contact-footer {
    margin-top: 14px;
    padding-left: 12px;
    font-size: 13px;
    line-height: 1.58;
  }
}

#category-guide {
  margin-top: 28px;
  color: #333;
  background-color: #f8fafc;
  padding-block: 30px !important;
  border-top: 1px solid rgba(55, 78, 162, 0.1);
  border-bottom: 1px solid rgba(55, 78, 162, 0.08);
}
@media screen and (max-width: 640px) {
  #category-guide {
    margin-top: 24px;
    padding-block: 24px !important;
  }
}
#category-guide .guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
@media screen and (max-width: 768px) {
  #category-guide .guide-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  #category-guide .guide-grid {
    gap: 14px;
  }
}
#category-guide .guide-card {
  min-width: 0;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid rgba(55, 78, 162, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
#category-guide .guide-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
#category-guide .guide-card {
  gap: 14px;
}
@media screen and (max-width: 640px) {
  #category-guide .guide-card {
    gap: 12px;
    padding: 18px;
  }
}
@media screen and (max-width: 480px) {
  #category-guide .guide-card {
    flex-direction: column;
  }
}
#category-guide .guide-icon {
  flex: 0 0 38px;
  color: #374ea2;
  font-size: 15px;
  border-radius: 8px;
  background-color: rgba(55, 78, 162, 0.08);
  border: 1px solid rgba(55, 78, 162, 0.08);
}
#category-guide .guide-icon {
  width: 38px;
  height: 38px;
  line-height: 38px;
}
#category-guide .guide-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  #category-guide .guide-icon {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
  #category-guide .guide-icon {
    flex-basis: 34px;
    font-size: 14px;
  }
}
#category-guide .guide-icon i {
  line-height: 1;
}
#category-guide .guide-content {
  min-width: 0;
}
#category-guide .guide-content h3 {
  margin: 0;
  color: #132238;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.42;
}
@media screen and (max-width: 640px) {
  #category-guide .guide-content h3 {
    font-size: 16px;
    line-height: 1.36;
  }
}
#category-guide .guide-content p {
  margin: 9px 0 0;
  color: rgba(51, 51, 51, 0.88);
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  #category-guide .guide-content p {
    margin-top: 8px;
    line-height: 1.6;
  }
}
#category-guide .guide-content ul {
  margin: 12px 0 0;
  padding-left: 18px;
  list-style: disc;
}
@media screen and (max-width: 640px) {
  #category-guide .guide-content ul {
    margin-top: 10px;
    padding-left: 17px;
  }
}
#category-guide .guide-content li {
  margin: 6px 0 0;
  color: #515152;
  font-size: 14px;
  line-height: 1.62;
}
@media screen and (max-width: 640px) {
  #category-guide .guide-content li {
    line-height: 1.55;
  }
}
#category-guide .guide-content li::marker {
  color: #374ea2;
}
#category-guide .compare-block {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(55, 78, 162, 0.12);
}
@media screen and (max-width: 640px) {
  #category-guide .compare-block {
    margin-top: 20px;
    padding-top: 18px;
  }
}
#category-guide .compare-head {
  max-width: 860px;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  #category-guide .compare-head {
    margin-bottom: 14px;
  }
}
#category-guide .compare-head h3 {
  margin: 0;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
}
@media screen and (max-width: 640px) {
  #category-guide .compare-head h3 {
    font-size: 18px;
    line-height: 1.32;
  }
}
#category-guide .compare-head p {
  margin: 10px 0 0;
  color: rgba(51, 51, 51, 0.88);
  font-size: 15px;
  line-height: 1.72;
}
@media screen and (max-width: 640px) {
  #category-guide .compare-head p {
    font-size: 14px;
    line-height: 1.6;
  }
}
#category-guide .compare-table {
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid rgba(55, 78, 162, 0.14);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  #category-guide .compare-table {
    overflow-x: auto;
  }
}
#category-guide .compare-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  #category-guide .compare-table table {
    min-width: 760px;
  }
}
#category-guide .compare-table th,
#category-guide .compare-table td {
  padding: 13px 14px;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid rgba(55, 78, 162, 0.1);
  border-bottom: 1px solid rgba(55, 78, 162, 0.1);
  font-size: 14px;
  line-height: 1.55;
}
@media screen and (max-width: 640px) {
  #category-guide .compare-table th,
  #category-guide .compare-table td {
    padding: 11px 12px;
    font-size: 13px;
    line-height: 1.5;
  }
}
#category-guide .compare-table th:last-child,
#category-guide .compare-table td:last-child {
  border-right: 0;
}
#category-guide .compare-table th {
  color: #fff;
  font-weight: 800;
  border-right: 1px solid;
  background-color: #374ea2;
}
#category-guide .compare-table td {
  color: rgba(51, 51, 51, 0.9);
  background-color: #fff;
}
#category-guide .compare-table td:first-child {
  color: #132238;
  font-weight: 800;
  background-color: rgba(55, 78, 162, 0.035);
}
#category-guide .compare-table tbody tr:last-child td {
  border-bottom: 0;
}
#category-guide .guide-card:nth-child(3) .guide-icon {
  color: #da2128;
  background-color: rgba(218, 33, 40, 0.08);
  border-color: rgba(218, 33, 40, 0.12);
}

#category-project {
  margin-top: 28px;
  color: #333;
  background-color: #fff;
  padding-block: 30px !important;
  border-top: 1px solid rgba(55, 78, 162, 0.1);
}
@media screen and (max-width: 640px) {
  #category-project {
    margin-top: 24px;
    padding-block: 24px !important;
  }
}
#category-project .project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  #category-project .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 640px) {
  #category-project .project-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
#category-project .project-card {
  min-width: 0;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fbfcff;
  border: 1px solid rgba(55, 78, 162, 0.12);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
#category-project .project-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  #category-project .project-card {
    border-radius: 6px;
  }
}
#category-project .project-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 3/2;
  background-color: rgba(55, 78, 162, 0.06);
}
#category-project .project-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.08), transparent 46%);
}
#category-project .project-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
#category-project .project-content {
  flex: 1;
  min-width: 0;
  padding: 18px;
}
#category-project .project-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  #category-project .project-content {
    padding: 16px;
  }
}
#category-project .project-content h3 {
  margin: 0;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.42;
}
@media screen and (max-width: 640px) {
  #category-project .project-content h3 {
    font-size: 16px;
    line-height: 1.36;
  }
}
#category-project .project-content h3 a {
  color: #132238;
  text-decoration: none;
  transition: color 0.2s ease;
}
#category-project .project-content > p:not(.project-type) {
  margin: 10px 0 0;
  color: rgba(51, 51, 51, 0.88);
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  #category-project .project-content > p:not(.project-type) {
    margin-top: 8px;
    line-height: 1.6;
  }
}
#category-project .project-type {
  display: inline-flex;
  align-self: flex-start;
  margin: 0 0 10px;
  padding: 5px 10px;
  color: #374ea2;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  border-radius: 100rem;
  background-color: rgba(55, 78, 162, 0.08);
  border: 1px solid rgba(55, 78, 162, 0.08);
}
@media screen and (max-width: 640px) {
  #category-project .project-type {
    margin-bottom: 9px;
    padding: 5px 9px;
  }
}
#category-project .project-meta {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 14px 0 0;
  list-style: none;
  border-top: 1px solid rgba(55, 78, 162, 0.1);
}
@media screen and (max-width: 640px) {
  #category-project .project-meta {
    gap: 7px;
    margin-top: 12px;
    padding-top: 12px;
  }
}
#category-project .project-meta li {
  position: relative;
  margin: 0;
  padding-left: 15px;
  color: #515152;
  font-size: 13px;
  line-height: 1.55;
}
@media screen and (max-width: 640px) {
  #category-project .project-meta li {
    line-height: 1.5;
  }
}
#category-project .project-meta li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100rem;
  background-color: #da2128;
}
#category-project .project-meta strong {
  color: #374ea2;
  font-weight: 800;
}
#category-project .project-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 16px;
  color: #374ea2;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media screen and (max-width: 640px) {
  #category-project .project-link {
    padding-top: 14px;
    font-size: 13px;
  }
}
#category-project .project-link i {
  font-size: 15px;
  line-height: 1;
  transition: transform 0.2s ease;
}
#category-project .project-card:hover .project-thumb img {
  transform: scale(1.045);
}
#category-project .project-card:hover .project-content h3 a,
#category-project .project-card:hover .project-link {
  color: #da2128;
}
#category-project .project-card:hover .project-link i {
  transform: translateX(3px);
}

#category-contact {
  margin-top: 28px;
  color: #333;
  padding-block: 30px !important;
  border-top: 1px solid rgba(55, 78, 162, 0.1);
}
@media screen and (max-width: 640px) {
  #category-contact {
    margin-top: 24px;
    padding-block: 24px !important;
  }
}
#category-contact .contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 440px;
  gap: 24px;
  padding: 24px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid rgba(55, 78, 162, 0.12);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1024px) {
  #category-contact .contact-panel {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  #category-contact .contact-panel {
    gap: 20px;
    padding: 18px;
    border-radius: 6px;
  }
}
#category-contact .contact-content {
  min-width: 0;
  padding: 4px 10px 4px 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  #category-contact .contact-content {
    padding-right: 0;
  }
}
#category-contact .contact-content h2 {
  max-width: 780px;
  margin: 0;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
}
@media screen and (max-width: 640px) {
  #category-contact .contact-content h2 {
    font-size: 21px;
    line-height: 1.32;
  }
}
#category-contact .contact-content p {
  max-width: 820px;
  margin: 12px 0 0;
  color: rgba(51, 51, 51, 0.88);
  font-size: 15px;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  #category-contact .contact-content p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.62;
  }
}
#category-contact .contact-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 16px 0 0;
  list-style: none;
  border-top: 1px solid rgba(55, 78, 162, 0.1);
}
@media screen and (max-width: 640px) {
  #category-contact .contact-list {
    gap: 8px;
    margin-top: 16px;
    padding-top: 14px;
  }
}
#category-contact .contact-list li {
  min-width: 0;
  color: #515152;
  font-size: 14px;
  line-height: 1.65;
}
#category-contact .contact-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
#category-contact .contact-list li {
  gap: 9px;
}
@media screen and (max-width: 640px) {
  #category-contact .contact-list li {
    line-height: 1.55;
  }
}
#category-contact .contact-list i {
  flex: 0 0 22px;
  margin-top: 2px;
  color: #16a34a;
  font-size: 12px;
  border-radius: 100rem;
  background-color: rgba(22, 163, 74, 0.1);
}
#category-contact .contact-list i {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
#category-contact .contact-list i {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  #category-contact .contact-list i {
    flex-basis: 20px;
    margin-top: 1px;
    font-size: 11px;
  }
  #category-contact .contact-list i {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
#category-contact .contact-usp {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: auto;
  padding-top: 24px;
}
@media screen and (max-width: 1024px) {
  #category-contact .contact-usp {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #category-contact .contact-usp {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  #category-contact .contact-usp {
    gap: 10px;
    padding-top: 18px;
  }
}
#category-contact .contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
  padding: 18px;
  border-radius: 8px;
  background-color: #fbfcff;
  border: 1px solid rgba(55, 78, 162, 0.1);
}
@media screen and (max-width: 640px) {
  #category-contact .contact-form {
    grid-template-columns: 1fr;
    padding: 16px;
    border-radius: 6px;
  }
}
#category-contact .usp-card {
  min-width: 0;
  padding: 14px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  background-color: #fbfcff;
  transition: transform 0.22s ease;
  border: 1px solid rgba(55, 78, 162, 0.1);
}
@media screen and (max-width: 768px) {
  #category-contact .usp-card {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }
}
@media screen and (max-width: 640px) {
  #category-contact .usp-card {
    padding: 12px;
  }
}
#category-contact .usp-card:hover {
  transform: translateY(-4px);
}
#category-contact .usp-icon {
  color: #374ea2;
  font-size: 15px;
  border-radius: 8px;
  background-color: rgba(55, 78, 162, 0.08);
  border: 1px solid rgba(55, 78, 162, 0.08);
}
#category-contact .usp-icon {
  width: 34px;
  height: 34px;
  line-height: 34px;
}
#category-contact .usp-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#category-contact .usp-icon i {
  line-height: 1;
}
#category-contact .usp-text {
  display: block;
  margin-top: 10px;
}
#category-contact .usp-text strong,
#category-contact .usp-text span {
  display: block;
}
@media screen and (max-width: 768px) {
  #category-contact .usp-text {
    margin-top: 0;
  }
}
#category-contact .usp-text strong {
  color: #132238;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}
@media screen and (max-width: 640px) {
  #category-contact .usp-text strong {
    font-size: 13px;
  }
}
#category-contact .usp-text span {
  margin-top: 5px;
  color: #515152;
  font-size: 13px;
  line-height: 1.55;
}
@media screen and (max-width: 640px) {
  #category-contact .usp-text span {
    font-size: 12px;
    line-height: 1.5;
  }
}
#category-contact .usp-card:nth-child(2) .usp-icon {
  color: #da2128;
  background-color: rgba(218, 33, 40, 0.08);
  border-color: rgba(218, 33, 40, 0.12);
}
#category-contact .usp-card:nth-child(3) .usp-icon {
  color: #16a34a;
  background-color: rgba(22, 163, 74, 0.1);
  border-color: rgba(22, 163, 74, 0.14);
}
#category-contact .form-group {
  min-width: 0;
}
#category-contact .form-group label {
  display: block;
  margin-bottom: 6px;
  color: #132238;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  #category-contact .form-group label {
    font-size: 12px;
  }
}
#category-contact .form-group input,
#category-contact .form-group select,
#category-contact .form-group textarea {
  width: 100%;
  color: #333;
  font-size: 14px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid rgba(55, 78, 162, 0.16);
  outline: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
@media screen and (max-width: 640px) {
  #category-contact .form-group input,
  #category-contact .form-group select,
  #category-contact .form-group textarea {
    font-size: 13px;
  }
}
#category-contact .form-group input::placeholder,
#category-contact .form-group select::placeholder,
#category-contact .form-group textarea::placeholder {
  color: rgba(81, 81, 82, 0.58);
}
#category-contact .form-group input:focus,
#category-contact .form-group select:focus,
#category-contact .form-group textarea:focus {
  border-color: rgba(55, 78, 162, 0.62);
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(55, 78, 162, 0.1);
}
#category-contact .form-group input,
#category-contact .form-group select {
  height: 42px;
  padding: 0 12px;
}
@media screen and (max-width: 640px) {
  #category-contact .form-group input,
  #category-contact .form-group select {
    height: 40px;
  }
}
#category-contact .form-group select {
  appearance: none;
  padding-right: 34px;
  background-image: linear-gradient(45deg, transparent 50%, #374ea2 50%), linear-gradient(135deg, #374ea2 50%, transparent 50%);
  background-position: calc(100% - 17px) 18px, calc(100% - 12px) 18px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
#category-contact .form-group textarea {
  min-height: 104px;
  padding: 12px;
  resize: vertical;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  #category-contact .form-group textarea {
    min-height: 96px;
    line-height: 1.55;
  }
}
#category-contact .form-full {
  grid-column: 1/-1;
}
#category-contact .form-button {
  width: 100%;
  height: 45px;
  border-radius: 6px;
}
@media screen and (max-width: 640px) {
  #category-contact .form-button {
    height: 42px;
  }
}
#category-contact .section-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
  color: #da2128;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: uppercase;
}
#category-contact .section-label::before {
  content: "";
  flex: 0 0 4px;
  width: 4px;
  height: 18px;
  border-radius: 100rem;
  background-color: #da2128;
}
@media screen and (max-width: 640px) {
  #category-contact .section-label {
    gap: 8px;
    margin-bottom: 9px;
    font-size: 12px;
  }
  #category-contact .section-label::before {
    height: 16px;
  }
}

#category section {
  padding-block: unset;
}

.section-head {
  max-width: 900px;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .section-head {
    margin-bottom: 20px;
  }
}
.section-head h2 {
  margin: 0;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
}
@media screen and (max-width: 640px) {
  .section-head h2 {
    font-size: 21px;
    line-height: 1.32;
  }
}
.section-head p {
  max-width: 860px;
  margin: 12px 0 0;
  color: rgba(51, 51, 51, 0.88);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .section-head p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.62;
  }
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
  color: #da2128;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: uppercase;
}
.section-label::before {
  content: "";
  flex: 0 0 4px;
  width: 4px;
  height: 18px;
  border-radius: 100rem;
  background-color: #da2128;
}
@media screen and (max-width: 640px) {
  .section-label {
    gap: 8px;
    margin-bottom: 9px;
    font-size: 12px;
  }
  .section-label::before {
    height: 16px;
  }
}

/*# sourceMappingURL=category.css.map */
