/* [project]/styles/blog/article.css [app-client] (css) */
.article-title a {
  color: revert;
}

.article-content {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.article-content a {
  color: revert;
}

.article-content ol {
  list-style: decimal;
}

.article-content ul {
  list-style: outside;
}

.article-content menu {
  list-style: unset;
}

@media (max-width: 768px) {
  .article-content {
    font-size: 14px;
    line-height: 28px;
  }

  .article-content img {
    max-width: 100%;
  }
}

.article-content span {
  white-space: normal;
  display: inline-block;
}

.article-content a.a-link, .article-content a {
  white-space: normal;
  color: #00f;
  font-weight: 600;
  text-decoration: underline;
  display: inline-block;
}

.article-content h2 {
  color: #0f1a31;
  font-variant-numeric: lining-nums;
  border-left: 6px solid #165cff;
  margin: 56px 0 16px;
  padding-left: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}

@media (max-width: 768px) {
  .article-content h2 {
    margin: 28px 0 16px;
    font-size: 24px;
  }
}

.article-content h3 {
  color: #001421;
  font-variant-numeric: lining-nums;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .article-content h3 {
    font-size: 18px;
  }
}

.article-content h2 + :not(p), .article-content h3 + :not(p), .article-content h4 + :not(p) {
  margin-top: 24px;
}

@media (max-width: 768px) {
  .article-content h2 + :not(p), .article-content h3 + :not(p), .article-content h4 + :not(p) {
    margin-top: 20px;
  }
}

:not(p) + .article-content h2, :not(p) + .article-content h3, :not(p) + .article-content h4 {
  margin-top: 24px;
}

@media (max-width: 768px) {
  :not(p) + .article-content h2, :not(p) + .article-content h3, :not(p) + .article-content h4 {
    margin-top: 20px;
  }
}

.article-content p {
  letter-spacing: .48px;
  color: #142e3f;
  margin: 24px 0;
  font-weight: 300;
}

@media (max-width: 768px) {
  .article-content p {
    margin: 20px 0;
  }
}

.article-content p + p {
  margin-top: 0;
}

@media (max-width: 768px) {
  .article-content p + p {
    margin-top: 0;
  }
}

.article-content p:last-of-type {
  margin-bottom: 0;
}

.article-content section p {
  margin: inherit;
}

.article-content strong, .article-content b {
  color: #001421;
  font-weight: 700;
}

.article-content hr {
  border-block-width: 1px 0;
  border-inline-width: 0;
  border-color: #f4f6fa;
  margin: 64px auto;
}

@media (max-width: 768px) {
  .article-content hr {
    margin: 32px auto;
  }
}

.article-content ul, .article-content ol {
  margin-top: 24px;
  padding-inline-start: 40px;
}

@media (max-width: 768px) {
  .article-content ul, .article-content ol {
    margin-top: 20px;
    padding-inline-start: 28px;
  }
}

.article-content .table-box {
  background-color: #eaf8f4;
  border: 1px solid #d4e5eb;
  border-start-start-radius: 16px;
  border-start-end-radius: 16px;
  border-end-end-radius: 16px;
  border-end-start-radius: 16px;
  max-width: 800px;
  max-height: 800px;
  margin: 24px auto auto;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  .article-content .table-box {
    border-start-start-radius: 12px;
    border-start-end-radius: 12px;
    border-end-end-radius: 12px;
    border-end-start-radius: 12px;
  }
}

.article-content .table-box {
  border: 1px solid #d4e5eb;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  overflow-x: auto;
}

.article-content .table-box table {
  border-spacing: 0;
  border-collapse: separate !important;
  width: 100% !important;
}

.article-content .table-box th {
  color: #fff;
  text-align: start;
  vertical-align: middle;
  border-bottom: 1px solid #165cff;
  border-left: 1px solid #d4e5eb;
  min-width: 130px;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 700;
}

.article-content .table-box thead th {
  color: #fff;
  background: #165cff;
  height: 56px;
  font-size: 14px;
}

.article-content .table-box thead th strong, .article-content .table-box thead th b {
  color: #fff;
}

.article-content .table-box th:first-child {
  border-left: none;
}

.article-content .table-box tbody tr {
  background: #165cff;
  border-bottom: 1px solid #d4e5eb;
}

.article-content .table-box tbody tr:hover td {
  background: #f8f9fa;
}

.article-content .table-box tbody td.cms-table-highlight-active, .article-content .table-box tbody td.cms-table-highlight-active td {
  background: #eaf8f4;
}

.article-content .table-box tbody tr:last-child td {
  border-bottom: none;
}

.article-content .table-box td {
  color: #001421;
  text-align: start;
  vertical-align: middle;
  background: #fff;
  border-bottom: 1px solid #d4e5eb;
  border-left: 1px solid #d4e5eb;
  min-width: 130px;
  padding: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.article-content .table-box td:first-child {
  background: #e6f8ff;
  border-left: none;
  font-size: 14px;
  font-weight: 700;
}

.article-content .table-box th:last-child, .article-content .table-box td:last-child {
  background: #fff;
  position: sticky;
  right: 0;
}

.article-content .table-box th:last-child {
  background: #165cff;
}

.article-content .table-box img {
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: block;
}

.article-content iframe {
  max-width: 100%;
}

@media (max-width: 640px) {
  .article-content iframe {
    aspect-ratio: 2;
    height: auto;
  }
}

.article-content h2, .article-content h3 {
  scroll-margin-top: 100px;
}

/* [project]/public/css/template.css [app-client] (css) */
.article-banner-template__mgjs2zwm {
  box-sizing: border-box;
  background-image: url("../media/bg.d89d6133.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  width: 100%;
  margin-top: 40px;
  padding: 40px 48px;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .article-banner-template__mgjs2zwm {
    background-image: url("../media/m-bg.e8b9e502.webp");
    border-radius: 0;
    margin-top: 24px;
    padding: 24px;
  }
}

.article-banner-template__mgjs2zwm .container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 640px) {
  .article-banner-template__mgjs2zwm .container {
    flex-direction: column;
  }
}

.article-banner-template__mgjs2zwm .content {
  flex: 1;
  max-width: 560px;
}

.article-banner-template__mgjs2zwm .logo {
  background: url("../media/logo.c9a87ae8.svg") 0 / contain no-repeat;
  width: 180px;
  height: 48px;
  margin-bottom: 16px;
}

@media screen and (max-width: 640px) {
  .article-banner-template__mgjs2zwm .logo {
    width: 140px;
    height: 36px;
  }
}

.article-banner-template__mgjs2zwm .title {
  color: #fff;
  margin: 0 0 20px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .article-banner-template__mgjs2zwm .title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5;
  }
}

.article-banner-template__mgjs2zwm .features {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 640px) {
  .article-banner-template__mgjs2zwm .features {
    margin-bottom: 28px;
  }
}

.article-banner-template__mgjs2zwm .feature-item {
  color: #fff;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
  display: flex;
}

@media screen and (max-width: 640px) {
  .article-banner-template__mgjs2zwm .feature-item {
    gap: 12px;
    margin-bottom: 16px;
    font-size: 14px;
  }
}

.article-banner-template__mgjs2zwm .feature-item:last-child {
  margin-bottom: 0;
}

.article-banner-template__mgjs2zwm .check-icon {
  background: url("../media/icon.45fdb1ac.svg") center / contain no-repeat;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-top: 2px;
}

@media screen and (max-width: 640px) {
  .article-banner-template__mgjs2zwm .check-icon {
    width: 16px;
    height: 16px;
    margin-top: 3px;
  }
}

.article-banner-template__mgjs2zwm .feature-text {
  color: #fff;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
}

.article-banner-template__mgjs2zwm .image-content {
  flex-shrink: 0;
}

.article-banner-template__mgjs2zwm .phone-image {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 320px;
  height: auto;
}

@media screen and (max-width: 640px) {
  .article-banner-template__mgjs2zwm .image-content {
    display: none;
  }
}

.article-banner-template__mgjs2zwm .text-bold {
  color: #74ffd8;
  font-size: 13px;
  font-style: italic;
  font-weight: 700;
  line-height: 20px;
}

@media screen and (max-width: 640px) {
  .article-banner-template__mgjs2zwm .text-bold {
    font-size: 13px;
    line-height: 20px;
  }
}

.rating-wrapper__xiqsdr9c {
  justify-content: center;
  align-items: center;
  gap: 2px;
  margin: 0 auto;
  display: flex;
}

.rating-wrapper__xiqsdr9c .star-filled {
  background-image: url("../media/star-active.90c596e3.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}

.rating-wrapper__xiqsdr9c .star-empty {
  background-image: url("../media/star-unactive.f69eda24.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}

.table-link-button-template__k8m2n4p6 .link-button {
  letter-spacing: .06px;
  cursor: pointer;
  white-space: nowrap;
  background-color: #20b07e;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  min-width: 113px;
  height: 32px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  display: inline-flex;
  color: #fff !important;
}

.table-link-button-template__k8m2n4p6 .link-button p {
  color: #fff;
  margin: 0;
}

.table-link-button-template__k8m2n4p6 .link-button:hover {
  background-color: #199c6e;
}

.faq-template__nt8hz25e {
  width: 100%;
  margin-top: 40px;
}

.faq-template__nt8hz25e .faq-template__item {
  box-sizing: border-box;
  border-bottom: 1px solid #f3f4f6;
  padding-top: 24px;
  padding-bottom: 24px;
}

.faq-template__nt8hz25e .faq-template__item:first-of-type {
  margin-top: 16px;
}

@media screen and (max-width: 640px) {
  .faq-template__nt8hz25e .faq-template__item {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.faq-template__nt8hz25e .faq-template__question {
  color: #0f1a31;
  cursor: pointer;
  align-items: center;
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

@media screen and (max-width: 640px) {
  .faq-template__nt8hz25e .faq-template__question {
    font-size: 18px;
  }
}

.faq-template__nt8hz25e .faq-template__question:before {
  content: "";
}

@media screen and (max-width: 640px) {
  .faq-template__nt8hz25e .faq-template__question:before {
    height: 19px;
  }
}

.faq-template__nt8hz25e .faq-template__question:after {
  content: "";
  background: url("../media/open.31ab635f.svg") center / contain no-repeat;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-inline-start: auto;
  transition: transform .3s;
}

.faq-template__nt8hz25e .faq-template__answer {
  padding-top: 20px;
  color: #3e4960;
  padding-inline: 0;
  font-size: 16px;
  line-height: 24px;
  display: none;
}

@media screen and (max-width: 640px) {
  .faq-template__nt8hz25e .faq-template__answer {
    font-size: 14px;
  }
}

.faq-template__nt8hz25e .faq-template__item.active .faq-template__question:after {
  background: url("../media/close.3e2b8bc8.svg") center / contain no-repeat;
  transform: rotate(0);
}

.faq-template__nt8hz25e .faq-template__item.active .faq-template__answer {
  animation: .3s fadeIn;
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.free-download-button-template__wr1d5hfp {
  display: inline-block;
}

.free-download-button-template__wr1d5hfp a {
  color: #fff;
  cursor: pointer;
  background: #165cff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.free-download-button-template__wr1d5hfp a:hover {
  background: #1452e6;
}

.free-download-button-template__wr1d5hfp .icon {
  background: url("../media/download.b3d4b821.svg") center / contain no-repeat;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.download-step-template__kg6ghllg {
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
  display: flex;
}

@media screen and (max-width: 640px) {
  .download-step-template__kg6ghllg {
    gap: 32px;
    margin-top: 32px;
  }
}

.download-step-template__kg6ghllg .step-container {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.download-step-template__kg6ghllg .step-title {
  align-items: center;
  gap: 12px;
  display: flex;
}

@media screen and (max-width: 640px) {
  .download-step-template__kg6ghllg .step-title {
    flex-wrap: wrap;
    gap: 8px;
  }
}

.download-step-template__kg6ghllg .step-tag {
  color: #165cff;
  text-transform: capitalize;
  background-color: #e9f4ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: inline-flex;
}

.download-step-template__kg6ghllg .step-title .title {
  color: #0f1a31;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

@media screen and (max-width: 640px) {
  .download-step-template__kg6ghllg .step-title .title {
    font-size: 18px;
    line-height: 26px;
  }
}

.download-step-template__kg6ghllg .step-content {
  flex-direction: column;
  gap: 40px;
  padding-left: 0;
  display: flex;
}

.download-step-template__kg6ghllg .step-content p, .download-step-template__kg6ghllg .step-content .desc {
  color: #0f1a31;
  margin: 0;
  font-size: 16px;
  line-height: 28px;
}

@media screen and (max-width: 640px) {
  .download-step-template__kg6ghllg .step-content p, .download-step-template__kg6ghllg .step-content .desc {
    font-size: 14px;
    line-height: 24px;
  }
}

.download-step-template__kg6ghllg .step-content .img-wrapper {
  background-color: #fff;
  justify-content: center;
  width: 100%;
  height: auto;
  display: flex;
}

.download-step-template__kg6ghllg .step-content .img-wrapper img {
  max-width: 100%;
  height: auto;
}

#cyvvr44q.article-card-template__cyvvr44q {
  box-sizing: border-box;
  background: #f5f5f5;
  border-radius: 16px;
  height: auto;
  margin-top: 56px;
  padding: 32px;
}

@media screen and (max-width: 640px) {
  #cyvvr44q.article-card-template__cyvvr44q {
    border-radius: 16px;
    margin-top: 24px;
    padding: 24px 16px 16px;
  }
}

#cyvvr44q.article-card-template__cyvvr44q .article-card__title-related {
  color: #000;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

@media screen and (max-width: 640px) {
  #cyvvr44q.article-card-template__cyvvr44q .article-card__title-related {
    margin-bottom: 16px;
    font-size: 17px;
    font-weight: 600;
    line-height: 20.4px;
  }
}

#cyvvr44q.article-card-template__cyvvr44q .article-card__content {
  -moz-column-gap: 32px;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 32px;
  display: grid;
}

@media screen and (max-width: 640px) {
  #cyvvr44q.article-card-template__cyvvr44q .article-card__content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

#cyvvr44q.article-card-template__cyvvr44q .article-card__content .article-card__3bop2fz9 {
  height: auto;
}

#cyvvr44q.article-card-template__cyvvr44q .article-card__content .article-card__3bop2fz9 .article-card__item {
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  display: flex;
}

#cyvvr44q.article-card-template__cyvvr44q .article-card__content .article-card__3bop2fz9 .article-card__cover {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border-radius: 12px;
  width: 100%;
  height: 200px;
}

@media screen and (max-width: 640px) {
  #cyvvr44q.article-card-template__cyvvr44q .article-card__content .article-card__3bop2fz9 .article-card__cover {
    border-radius: 12px;
    height: 200px;
  }
}

#cyvvr44q.article-card-template__cyvvr44q .article-card__content .article-card__3bop2fz9 .article-card__info {
  box-sizing: border-box;
  border-radius: 0 0 20px 20px;
  flex: 1;
  padding-top: 12px;
}

@media screen and (max-width: 640px) {
  #cyvvr44q.article-card-template__cyvvr44q .article-card__content .article-card__3bop2fz9 .article-card__info {
    border-radius: 0 0 16px 16px;
  }
}

#cyvvr44q.article-card-template__cyvvr44q .article-card__content .article-card__3bop2fz9 .article-card__info .article-card__category {
  box-sizing: border-box;
  color: #fff;
  background: #165cff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-height: 28px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: inline-flex;
}

#cyvvr44q.article-card-template__cyvvr44q .article-card__content .article-card__3bop2fz9 .article-card__info .article-card__date {
  align-items: center;
  margin-top: 24px;
  display: flex;
}

#cyvvr44q.article-card-template__cyvvr44q .article-card__content .article-card__3bop2fz9 .article-card__info .article-card__date-text {
  color: #3e4960;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

#cyvvr44q.article-card-template__cyvvr44q .article-card__circle {
  background-color: #3e4960;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin: 0 8px;
}

#cyvvr44q.article-card-template__cyvvr44q .article-card__content .article-card__3bop2fz9 .article-card__info .article-card__title {
  letter-spacing: 0%;
  color: #0f1a31;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 72px;
  margin-top: 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  #cyvvr44q.article-card-template__cyvvr44q .article-card__content .article-card__3bop2fz9 .article-card__info .article-card__title {
    height: auto;
    max-height: 72px;
    margin-top: 16px;
  }
}

