.gallery-card-article_showcase-view {
  display: none;
}
@media only screen and (min-width: 36rem) {
  .gallery-card-article_showcase-view {
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-auto-flow: dense;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 1rem;
    grid-template-columns: repeat(12, 1fr);
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-card-article_showcase-view > * {
    box-sizing: border-box;
    list-style: none;
    grid-column: span 1 !important;
    grid-row: auto;
  }
  .gallery-card-article_showcase-view > * > .card {
    block-size: 100%;
  }
  .gallery-card-article_showcase-view > *:nth-child(n+6) {
    display: none;
  }
  .gallery-card-article_showcase-view .gallery-card-article__item:first-child {
    grid-column: span 2 !important;
  }
}
@media only screen and (min-width: 62rem) {
  .gallery-card-article_showcase-view {
    grid-template-columns: 1fr 45% 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
  .gallery-card-article_showcase-view .gallery-card-article__item:first-child {
    grid-row: 1/span 2;
    grid-column: 2 !important;
  }
  .gallery-card-article_showcase-view .gallery-card-article__item:first-child > * {
    aspect-ratio: auto !important;
  }
}
.gallery-card-article_carousel-mobile {
  width: 100%;
}
@media only screen and (min-width: 36rem) {
  .gallery-card-article_carousel-mobile {
    display: none;
  }
}
.gallery-card-article_2x2-grid-view {
  display: none;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-auto-flow: dense;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
  grid-template-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(auto, 1fr);
  grid-template-columns: repeat(1, 1fr);
  flex-grow: 1;
  gap: 1.5rem;
}
.gallery-card-article_2x2-grid-view > * {
  box-sizing: border-box;
  list-style: none;
  grid-column: span 1 !important;
  grid-row: auto;
}
.gallery-card-article_2x2-grid-view > * > .card {
  block-size: 100%;
}
@media only screen and (min-width: 36rem) {
  .gallery-card-article_2x2-grid-view {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
.gallery-card-article_2x2-grid-view > *:nth-child(n+5) {
  display: none;
}
@media only screen and (min-width: 62rem) {
  .gallery-card-article_2x2-grid-view .gallery-card-article__item > * {
    aspect-ratio: auto !important;
  }
}
.gallery-card-article__item {
  list-style: none;
}

.list-article_horizontal {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-auto-flow: dense;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
  grid-template-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(auto, 1fr);
  grid-template-columns: repeat(1, 1fr);
  gap: 0;
  border-top: 0.063rem solid #E3E8EF;
}
.list-article_horizontal > * {
  box-sizing: border-box;
  list-style: none;
  grid-column: span 1 !important;
  grid-row: auto;
}
.list-article_horizontal > * > .card {
  block-size: 100%;
}
.list-article_horizontal > * {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.063rem solid #E3E8EF;
}
@media only screen and (min-width: 36rem) {
  .list-article_horizontal > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 62rem) {
  .list-article_horizontal {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 1.5rem;
  }
  .list-article_horizontal > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .list-article_horizontal > *:not(:last-child) {
    border-right: 0.063rem solid #E3E8EF;
  }
}
.list-article_vertical {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.list-article > * {
  list-style: none;
}

.article {
  display: flex;
  gap: 0.75rem;
  width: 100%;
  align-items: center;
}
@media only screen and (min-width: 36rem) {
  .article {
    gap: 1rem;
  }
}
.article__image-wrapper {
  height: 5rem;
  width: auto;
  aspect-ratio: 4/3;
  border-radius: 0.5rem;
  overflow: hidden;
  flex-shrink: 0;
}
@media only screen and (min-width: 36rem) {
  .article__image-wrapper {
    height: 6.25rem;
  }
}
@media only screen and (min-width: 62rem) {
  .article__image-wrapper {
    height: 7.5rem;
  }
}
.article__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__image:hover {
  filter: brightness(0.75);
}
.article__content {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  flex-grow: 1;
  width: 100%;
}
.article__texts {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.article__category {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 500;
  color: #C50620;
}
.article__title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #202939;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 36rem) {
  .article__title {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
  }
}
.article__desc {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #808897;
}
.article__desc:not(.article__desc_long) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.article__desc_long {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.article__desc-separator{
  position: relative;
  display: inline-block;
  width: 24px;
  height: 12px;
  vertical-align: middle;
}
.article__desc-separator::after{
  content: "";
  position: absolute;
  height: 12px;
  width: 1px;
  background: var(--color-border-neutral-deep, #DFE1E6);
  display: block;
  left: 50%;
  top: 0;
}
.article a:hover {
  text-decoration: underline;
}
.article a:hover > * {
  text-decoration: underline;
}
@media only screen and (min-width: 62rem) {
  .article_sm .article__image-wrapper {
    height: 6.25rem;
  }
}
@media only screen and (min-width: 36rem) {
  .article_xs .article__image-wrapper {
    height: 6rem;
  }
}
@media only screen and (min-width: 62rem) {
  .article_xs .article__image-wrapper {
    height: 6rem;
  }
}
.article_lg, .article_xl {
  flex-direction: column;
  gap: 0.75rem;
}
@media only screen and (min-width: 36rem) {
  .article_lg, .article_xl {
    gap: 1rem;
  }
}
.article_lg .article__image-wrapper, .article_xl .article__image-wrapper {
  height: auto;
  width: 100%;
  aspect-ratio: 3/2;
}
@media only screen and (min-width: 36rem) {
  .article_lg .article__content, .article_xl .article__content {
    gap: 1.5rem;
  }
}
@media only screen and (min-width: 36rem) {
  .article_lg .article__texts, .article_xl .article__texts {
    gap: 6px;
  }
}
@media only screen and (min-width: 36rem) {
  .article_lg .article__title {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
  }

  .article_xl .article__title {
    font-size: 1.5rem;
    line-height: 36px;
    font-weight: 600;
  }
}
@media only screen and (min-width: 36rem) {
  .article_lg .article__desc, .article_xl .article__desc {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
  }
}
@media only screen and (min-width: 36rem) {
  .article_lg .article__category, .article_xl .article__category {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
  }
}
@media only screen and (min-width: 36rem) {
  .article_lg {
    flex-direction: row;
  }
}
@media only screen and (min-width: 62rem) {
  .article_lg {
    gap: 1.25rem;
  }
}
@media only screen and (min-width: 36rem) {
  .article_lg .article__image-wrapper {
    height: 10rem;
    width: auto;
    aspect-ratio: 16/9;
  }
}

.profile {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1px;
}
.profile__photo {
  height: 2rem !important;
  width: 2rem !important;
  aspect-ratio: 1/1 !important;
  border-radius: 50% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0.063rem solid #FFFFFF;
  box-shadow: 0px 0px 0px 1px #074BB2;
}
.profile__texts {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.profile__name {
  font-size: 0.75rem !important;
  line-height: 1.125rem !important;
  font-weight: 600 !important;
  color: #202939 !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.profile__desc {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #697586;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.profile_inverse .profile__photo {
  border: 0.063rem solid #FFFFFF;
  box-shadow: none;
}
.profile_inverse .profile__name {
  color: #FFFFFF !important;
}
.profile_inverse .profile__desc {
  color: rgba(255, 255, 255, 0.6) !important;
}
.profile_lg .profile__photo, .gallery-card-article_showcase-view .gallery-card-article__item:first-child .profile .profile__photo {
  height: 2.5rem;
  width: 2.5rem;
}
.profile_lg .profile__name, .gallery-card-article_showcase-view .gallery-card-article__item:first-child .profile .profile__name {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.profile_lg .profile__desc, .gallery-card-article_showcase-view .gallery-card-article__item:first-child .profile .profile__desc {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.card-article {
  height: 100%;
  border-radius: 0.75rem;
  border: 0.063rem solid #E3E8EF;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(77, 77, 77, 0.05);
  overflow: hidden;
  will-change: box-shadow background-color;
  transition: box-shadow 300ms ease-in-out, background-color 300ms ease-in-out;
}
.card-article:hover {
  box-shadow: none;
  background-color: #F8FAFC;
}
.card-article__desc {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #4B5565;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 36rem) {
  .card-article__desc {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #4B5565;
  }
}
.card-article__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.card-article__image {
  position: relative;
  height: auto;
  width: 100%;
  aspect-ratio: 4/3;
  max-height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: filter 300ms ease-in-out;
  will-change: filter;
}
.card-article:hover .card-article__image {
  filter: brightness(0.85);
}
.card-article__body {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  gap: 1rem;
}
@media only screen and (min-width: 36rem) {
  .card-article__body {
    gap: 1.5rem;
  }
}
@media only screen and (min-width: 48rem) {
  .card-article__body {
    padding: 1.25rem;
  }
}
.card-article__texts {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.card-article__category {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 500;
  color: #074BB2;
}
@media only screen and (min-width: 36rem) {
  .card-article__category {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #074BB2;
  }
}
.card-article__title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #364152;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 36rem) {
  .card-article__title {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: #364152;
  }
}
@media only screen and (min-width: 48rem) {
  .card-article__title {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 700;
    color: #364152;
  }
}
.card-article__subtitle {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #697586;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 48rem) {
  .card-article__subtitle {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: #697586;
  }
}
.card-article__identity {
  display: flex;
  gap: 0.5rem;
}
@media only screen and (min-width: 36rem) {
  .card-article__identity {
    gap: 0.75rem;
  }
}
.card-article__identity__photo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  border: 0.063rem solid #EEF2F6;
  padding: 0.125rem;
}
@media only screen and (min-width: 36rem) {
  .card-article__identity__photo-wrapper {
    padding: 0.25rem;
  }
}
.card-article__identity__photo {
  height: 2rem;
  width: 2rem;
  border-radius: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
}
.card-article__identity__texts {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.card-article__identity__title {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 600;
  color: #4B5565;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 36rem) {
  .card-article__identity__title {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: #4B5565;
  }
}
.card-article__identity__subtitle {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #697586;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 36rem) {
  .card-article__identity__subtitle {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: #697586;
  }
}

.card-article-filled {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  border-radius: 0.75rem;
  overflow: hidden;
}
.card-article-filled::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.card-article-filled__wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 0.5rem;
  padding: 1rem;
}
.card-article-filled__wrapper > *:not(.card-article-filled__image-wrapper) {
  z-index: 1;
}
.card-article-filled__texts {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  gap: 0.25rem;
}
.card-article-filled__title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #FFFFFF;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.card-article-filled__desc {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #FFFFFF;
}
.card-article-filled__image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.card-article-filled__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.card-article-filled:hover .card-article-filled__image {
  filter: brightness(0.75);
}
.card-article-filled a:hover {
  text-decoration: underline;
}
.card-article-filled a:hover > * {
  text-decoration: underline;
}
.gallery-card-article_showcase-view .gallery-card-article__item:first-child .card-article-filled__wrapper {
  gap: 0.75rem;
}
.gallery-card-article_showcase-view .gallery-card-article__item:first-child .card-article-filled__texts {
  gap: 0.5rem;
}
.gallery-card-article_showcase-view .gallery-card-article__item:first-child .card-article-filled__title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #FFFFFF;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.gallery-card-article_showcase-view .gallery-card-article__item:first-child .card-article-filled__desc {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #FFFFFF;
}

.lp-grid__col-start-0 {
  grid-column-start: 1 !important;
}

.section.section_article-success-story .section__content {
  align-items: flex-start;
}
.section #list-article-update-terbaru > li:nth-child(n+5) {
  display: none;
}
.section #list-article-sedang-trending > li:nth-child(n+8) {
  display: none;
}
.section #list-article-event-lainnya > li:nth-child(n+5) {
  display: none;
}

.article-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}
@media only screen and (min-width: 36rem) {
  .article-page {
    gap: 1.25rem;
  }
}
@media only screen and (min-width: 62rem) {
  .article-page {
    gap: 1.5rem;
  }
}
.article-page__header {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media only screen and (min-width: 62rem) {
  .article-page__header {
    gap: 1.25rem;
  }
}
.article-page__texts {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.article-page__title {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 700;
  color: #202939;
}
@media only screen and (min-width: 36rem) {
  .article-page__title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
  }
}
@media only screen and (min-width: 62rem) {
  .article-page__title {
    font-size: 1.875rem;
    line-height: 2.75rem;
    font-weight: 700;
  }
}
.article-page__desc {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #4B5565;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 62rem) {
  .article-page__desc {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #4B5565;
  }
}
.article-page__category {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #C50620;
}
.article-page__category a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 62rem) {
  .article-page__category {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: #C50620;
  }
}
.article-page__image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 65vh;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1.5px;
  border-style: solid;
  border-color: #FFFFFF;
}
@media only screen and (min-width: 36rem) {
  .article-page__image-wrapper {
    border-radius: 0.75rem;
  }
}
.article-page__image-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
  background-color: #EEF2F6;
  transition: background-color 0.2s ease-in-out;
}
.article-page__image-background img {
  opacity: 0.1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: grayscale(100%) blur(4px);
}
.article-page__image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.article-page__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.article-page__body *{
  word-break: break-word; 
}
@media only screen and (min-width: 62rem) {
  .article-page__body {
    gap: 1.125rem;
  }
}
.article-page__body .wp-caption {
  width: 100% !important;
}
.article-page__body .wp-caption img {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.article-page__body .wp-caption img + .wp-caption-text {
  padding-bottom: 0.5rem;
}
.article-page__body .wp-caption-text {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #4B5565;
}
.article-page__body,
.article-page__body p,
.article-page__body table tbody td,
.article-page__body table th{
  font-size: 1rem;
  line-height: 1.8;
  color: #364152;
}
@media only screen and (min-width: 36rem) {
  .article-page__body,
  .article-page__body p,
  .article-page__body table tbody td,
  .article-page__body table th {
    font-size: 1.125rem;
  }
}
.article-page__body h1, .article-page__body h2 {
  font-size: 1.25rem;
  line-height: 1.8;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  color: #202939;
}
@media only screen and (min-width: 62rem) {
  .article-page__body h1, .article-page__body h2 {
    font-size: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
  }
}
.article-page__body h3, .article-page__body h4, .article-page__body h5, .article-page__body h6 {
  margin-top: 0.75rem;
  margin-bottom: 0.125rem;
  color: #202939;
}
@media only screen and (min-width: 62rem) {
  .article-page__body h3, .article-page__body h4, .article-page__body h5, .article-page__body h6 {
    margin-top: 1rem;
    margin-bottom: 0.375rem;
  }
}
.article-page__body h1:not([class]){
  font-size: 1.4em;
  line-height: 1.4em;
}
.article-page__body h2:not([class]){
  font-size: 1.3em;
  line-height: 1.3em;
}
.article-page__body h3:not([class]){
  font-size: 1.2em;
  line-height: 1.2em;
}
.article-page__body h4:not([class]){
  font-size: 1.15em;
  line-height: 1.15em;
}
.article-page__body h5:not([class]){
  font-size: 1.1em;
  line-height: 1.1em;
}
.article-page__body h6:not([class]){
  font-size: 1.1em;
  line-height: 1.1em;
}
.article-page__body > h1, .article-page__body > h2, .article-page__body > h3, .article-page__body > h4, .article-page__body > h5, .article-page__body > h6 {
  margin-bottom: 0rem !important;
}
.article-page__body > h1:first-child, .article-page__body > h2:first-child, .article-page__body > h3:first-child, .article-page__body > h4:first-child, .article-page__body > h5:first-child, .article-page__body > h6:first-child {
  margin-top: 0rem !important;
}
.article-page__body ol, .article-page__body ul {
  margin-left: 1.5rem;
}
.article-page__body ol > li:has(ol) + li, .article-page__body ol > li:has(ul) + li, .article-page__body ul > li:has(ol) + li, .article-page__body ul > li:has(ul) + li {
  margin-top: 0.5rem;
}
.article-page__body ol > li:has(ol) + li:has(ol), .article-page__body ol > li:has(ul) + li:has(ol), .article-page__body ol > li:has(ol) + li:has(ul), .article-page__body ol > li:has(ul) + li:has(ul), .article-page__body ul > li:has(ol) + li:has(ol), .article-page__body ul > li:has(ul) + li:has(ol), .article-page__body ul > li:has(ol) + li:has(ul), .article-page__body ul > li:has(ul) + li:has(ul)  {
  margin-top: 0.75rem;
}
.article-page__body ol ol, .article-page__body ol ul, .article-page__body ul ol, .article-page__body ul ul {
  margin-top: 0.5rem;
}
.article-page__body ol li:not(:has(*:only-child)), .article-page__body ul li:not(:has(*:only-child)) {
  margin-bottom: 0.5rem;
}
.article-page__body a:not([class]) {
  color: #074BB2;
  text-decoration: underline;
  font-weight: 500;
}
.article-page__body a:not([class]):hover {
  color: #094093;
}
.article-page__body img {
  width: 100%;
  border-radius: 0.5rem;
}
@media only screen and (min-width: 36rem) {
  .article-page__body img {
    border-radius: 0.75rem;
  }
}
.article-page__body iframe {
  max-width: 100%;
}
.article-page__body h1,
.article-page__body h2,
.article-page__body h3,
.article-page__body h4,
.article-page__body h5,
.article-page__body h6,
.article-page__body h1 > *,
.article-page__body h2 > *,
.article-page__body h3 > *,
.article-page__body h4 > *,
.article-page__body h5 > *,
.article-page__body h6 > *{
  font-weight: 700 !important;
}
.article-page__body b{
  font-weight: 600;
}
.article-page__body .wp-block-quote.is-style-default{
  padding: 24px;
  border-radius: 8px;
  background-color: #FFF2CA;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="80" height="80" viewBox="0 0 80 80" fill="none"><g clip-path="url(%23clip0_4432_7271)"><g clip-path="url(%23clip1_4432_7271)"><path d="M52.9167 -7.5C58.9945 -7.5 64.8235 -5.08557 69.1212 -0.787864C73.4189 3.50984 75.8333 9.33879 75.8333 15.4167C75.8333 24.7667 70.9667 33.8083 63.7042 35.5542C60.9 36.2292 58.6708 39.825 59.15 43.9292C59.7917 49.4208 64.7583 54.9708 74.5958 59.3458C76.7875 60.3208 75.8708 63.6167 73.4917 63.3167C47.8542 60.1083 30.0833 43.3958 30 19.75C30 3.4875 39.6083 -7.5 52.9167 -7.5ZM2.91667 -7.5C8.99454 -7.5 14.8235 -5.08557 19.1212 -0.787864C23.4189 3.50984 25.8333 9.33879 25.8333 15.4167C25.8333 24.7667 20.9667 33.8083 13.7042 35.5542C10.9 36.2292 8.67083 39.825 9.15 43.9292C9.79166 49.4208 14.7583 54.9708 24.5958 59.3458C26.7875 60.3208 25.8708 63.6167 23.4917 63.3167C-2.14583 60.1083 -19.9167 43.3958 -20 19.75C-20 3.4875 -10.3917 -7.5 2.91667 -7.5Z" fill="%23F6E4B0"/></g></g><defs><clipPath id="clip0_4432_7271"><rect width="80" height="80" fill="white"/></clipPath><clipPath id="clip1_4432_7271"><rect width="100" height="100" fill="white" transform="translate(-20 -20)"/></clipPath></defs></svg>');
}
.article-page__body th{
  border-top: var(--qn-table-border);
}
.article-page__devider {
  width: 100%;
  height: 0.063rem;
  background-color: #EEF2F6;
}
.article-page__body-subcontent-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.article-page__body-subcontent-title {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 600 !important;
  color: #202939 !important;
  margin: 0 !important;
}
.article-page__body-subcontent-flex-list {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.article-page__tag {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #364152;
  padding: 0.125rem 0.5rem;
  background-color: #F8FAFC;
  border: 0.063rem solid #E3E8EF;
  border-radius: 1rem;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  will-change: background-color, border-color, color;
}
@media only screen and (min-width: 36rem) {
  .article-page__tag {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: #364152;
    padding: 0.25rem 0.75rem;
  }
}
.article-page__tag:hover {
  background-color: #F1F6FE;
  border-color: #0F6AF5;
  color: #074BB2;
}
.article-page__foot-actions {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
@media only screen and (min-width: 62rem) {
  .article-page__foot-actions {
    gap: 1.5rem;
  }
}
.article-page__foot-actions > * {
  width: 100%;
}
.article-page__foot-action {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  padding: 0.5rem;
  gap: 0.25rem;
  border-radius: 0.5rem;
  border: 0.063rem solid #E3E8EF;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  will-change: background-color, border-color;
}
@media only screen and (max-width: 36rem) {
  .article-page__foot-action {
    padding: 0;
    border: none;
  }
  .article-page__foot-action section__foot-action-title {
    display: none;
  }
  .article-page__foot-action section__foot-action-subtitle {
    color: #074BB2;
  }
}
@media only screen and (min-width: 62rem) {
  .article-page__foot-action {
    padding: 0.75rem 1rem;
  }
}
.article-page__foot-action:hover {
  background-color: #F1F6FE;
  border-color: #0F6AF5;
}
.article-page__foot-action:hover section__foot-action-title {
  color: #074BB2;
}
.article-page__foot-action_prev {
  align-items: start;
  align-self: flex-start;
}
.article-page__foot-action_next {
  align-items: end;
  align-self: flex-end;
}
.article-page__foot-action-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #202939;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  transition: color 0.2s ease-in-out;
  will-change: color;
}
.article-page__foot-action-subtitle {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #4B5565;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  align-items: center;
  transition: color 0.2s ease-in-out;
  will-change: color;
}
.article-page__card {
  display: flex;
  flex-direction: column;
  padding: 0.75rem;
  gap: 0.25rem;
  border-radius: 0.5rem;
  background-color: #F8FAFC;
  border: 0.063rem solid #E3E8EF;
}
@media only screen and (min-width: 36rem) {
  .article-page__card {
    padding: 1rem;
    border-radius: 0.75rem;
  }
}
@media only screen and (min-width: 62rem) {
  .article-page__card {
    padding: 1.25rem;
    border-radius: 1rem;
  }
}
.article-page__card {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #202939;
}
.article-page__card a {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: 500 !important;
  color: #074BB2 !important;
  text-decoration: underline;
}
.article-page__card a:hover {
  color: #094093 !important;
}
.article-page__card-title {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 700 !important;
  color: #202939 !important;
  margin: 0 !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  padding-bottom: 0.25rem;
}
@media only screen and (min-width: 36rem) {
  .article-page__card-title {
    padding-bottom: 0.5rem;
  }
}
.article-page__card-subtitle {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 400 !important;
  color: #202939 !important;
}
.article-page__related-articles__devider{
  display: block;
  width: 100%;
  height: 0.063rem;
  background-color: #EEF2F6;
}
.article-page__related-articles{
  gap: 2rem;
}
@media screen and (min-width: 992px){
  .article-page__related-articles__devider{
    display: none;
  }
}
.article-page-side > * {
  width: 100%;
}
.section_grey{
  background-color: #F6F8FA;
}
.tag-section{
  order: -1;
}
@media screen and (min-width: 992px) {
  .tag-section{
      order: 1;
  }
}
.tag-section__title{
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #272835;
  padding-bottom: 16px;
}
.tag-section__list{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.tag{
  background: #EEF2F6;
}
.ebook{
  width: 220px;
  height: auto;
}
.ebook__img-wrapper{
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 36px;
  padding-left: 24px;
  padding-right: 24px;
}
.ebook__img{
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0px 16px 40px -8px var(--color-effect-global-lg-0, rgba(88, 92, 95, 0.16));
  transition: box-shadow 150ms ease-in-out, filter 150ms ease-in-out, transform 150ms ease-in-out;
}
.ebook__img-decor{
  box-shadow: none;
  position: absolute;
  width: 100%;
  height: 85%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.ebook__img-wrapper:hover .ebook__img{
  bottom: 24px;
  box-shadow: none;
  filter: brightness(0.75);
  transform: translateY(12px);
}
.ebook__title{
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #353849;
  padding-top: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.ebook__title:hover{
  text-decoration: underline;
}
.title-event{
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #353849;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.content-start{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.card-event{
  width: 308px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}
.img-event{
  width: 100%;
  height: 211px;
  object-fit: cover;
  border-radius: 12px;
}
.wrap-date{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.text-info, .text-info-white{
  font-size: 14px;
  line-height: 20px;
  display: flex;
}
.text-info{
  color: #808897;
  gap: 8px;
}
.text-info-white{
  color: #FFF;
  gap: 12px;
}
.section_pattern{
  background-image: url(../../assets/img/pattern-media.svg);
  top: 0;
  left: 0;
  background-size: auto;
  background-repeat: repeat-x;
}
.loadmore-overlay{
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  padding-top: 148px;
  padding-bottom: 14px;
}
.breadcrumb-media{
  padding-top: 14px;
}
.title-media{
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #353849;
}
@media only screen and (min-width: 62rem) {
  .title-media{
    font-size: 32px;
    line-height: 56px;
  }
}
.wrap-title{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.list-article_card{
 padding: 0 24px;
 border-radius: 12px;
 background: #E5EEFF;
 width: 100%;
}
.list-article__divider{
  border-bottom: 1px solid #DFE1E6;
  padding: 20px 0;
}
.list-article__divider:last-child{
  border-bottom: none;
}
.list-article_row{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media only screen and (min-width: 62rem) {
  .list-article_row{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 32px;
    row-gap: 20px;
  }
}
.list-article__item{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.article__image-wrapper_square{
  aspect-ratio: 1/1;
}
.mobile-hide{
  display: none;
}
@media only screen and (min-width: 62rem) {
  .mobile-hide{
    display: block;
  }
}
.article_inverse .article__title {
  color: #FFFFFF;
}
.article_inverse .article__desc {
  color: #FFFFFF;
}
.article_inverse .article__category {
  color: #E4A100;
}

.lp-grid__column-reverse{
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
}
@media only screen and (min-width: 62rem) {
  .lp-grid__column-reverse{
    display: flex;
    flex-direction: row;
  }
}
.card-event-colored{
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 12px;
  background: #39539D;
  overflow: hidden;
}
@media only screen and (min-width: 36rem){
  .card-event-colored{
    display: flex;
    flex-direction: row;
  }
}
.card-event-colored__img-wrapper{
  width: 100%;
  flex-shrink: 0;
  width: 100%;
}
@media only screen and (min-width: 36rem){
  .card-event-colored__img-wrapper{
    width: 40%;
  }
}
@media only screen and (min-width: 62rem) {
  .card-event-colored__img-wrapper{
    max-width: 380px;
    aspect-ratio: 3/4;
    flex-shrink: 0;
  }
}
.card-event-colored__img-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 62rem) {
  .card-event-colored__img-wrapper img{
    width: 100%;
    height: 100%;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    object-fit: cover;
  }
}
.card-event-colored__body{
  padding: 16px;
}
@media only screen and (min-width: 36rem) {
  .card-event-colored__body{
    padding: 48px;
  }
}
.card-event-colored__contents{
  display: inherit;
  flex-direction: inherit;
  gap: inherit;
  flex-grow: 1;
}
.card-event-colored__controls{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article__info{
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 16px;
}

/*# sourceMappingURL=article.css.map */