/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
.archive-post .feature-posts {
  margin-bottom: 1.5625rem;
}
@media only screen and (min-width: 64rem) {
  .archive-post .feature-posts {
    margin-bottom: 2.5rem;
  }
}
.archive-post .archive-list.no-sidebar .grid-posts {
  width: 100%;
  padding-right: 0;
}
.archive-post .archive-list.no-sidebar .posts-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
  margin: 0;
}
@media only screen and (max-width: 63.99875rem) {
  .archive-post .archive-list.no-sidebar .posts-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .archive-post .archive-list.no-sidebar .posts-list {
    grid-template-columns: 1fr;
  }
}
.archive-post .archive-list.no-sidebar .posts-list .cell {
  width: 100% !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  min-width: 0;
}
.archive-post .archive-list .grid-posts {
  width: 75%;
}
.archive-post .archive-list .grid-posts {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  .archive-post .archive-list .grid-posts {
    padding-right: 1.5625rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .archive-post .archive-list .grid-posts {
    width: 100%;
    margin-bottom: 30px;
  }
}
.archive-post .archive-list .grid-posts .posts-list .cell {
  width: 33.3333333333%;
  padding: 0 10px;
}
.archive-post .archive-list .grid-posts .posts-list .cell {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .archive-post .archive-list .grid-posts .posts-list .cell {
    margin-bottom: 2.1875rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .archive-post .archive-list .grid-posts .posts-list .cell {
    width: 50%;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .archive-post .archive-list .grid-posts .posts-list .cell {
    padding: 0 5px;
    width: 100%;
  }
}

aside.sidebar {
  width: 25%;
}
@media only screen and (max-width: 63.99875rem) {
  aside.sidebar {
    width: 100%;
  }
}
aside.sidebar .sidebar-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}
@media only screen and (max-width: 63.99875rem) {
  aside.sidebar .sidebar-inner {
    position: relative;
    top: 0;
  }
}
aside.sidebar .sidebar-inner .sidebar-search-cats {
  background-color: #012983;
  border-radius: 7px;
  margin-bottom: 20px;
}
aside.sidebar .sidebar-inner .sidebar-search-cats .inline-search {
  padding: 24px 16px;
}
aside.sidebar .sidebar-inner .sidebar-search-cats .inline-search .frm-search {
  display: flex;
  align-items: center;
  height: 44px;
}
aside.sidebar .sidebar-inner .sidebar-search-cats .inline-search .frm-search input[type=search] {
  flex: 1;
  height: 100%;
  border: none;
  outline: none;
  background: #ffffff;
  padding: 0 12px;
  font-size: 15px;
  border-radius: 7px 0 0 7px;
}
aside.sidebar .sidebar-inner .sidebar-search-cats .inline-search .frm-search input[type=search]::-webkit-input-placeholder {
  color: #9e9e9e;
}
aside.sidebar .sidebar-inner .sidebar-search-cats .inline-search .frm-search input[type=search]::placeholder {
  color: #9e9e9e;
}
aside.sidebar .sidebar-inner .sidebar-search-cats .inline-search .frm-search button[type=submit] {
  height: 100%;
  width: 64px;
  flex-shrink: 0;
  background-color: #012983;
  border: 0.5px solid #f3f3f3;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  border-radius: 0 7px 7px 0;
  transition: background-color 0.2s;
}
aside.sidebar .sidebar-inner .sidebar-search-cats .inline-search .frm-search button[type=submit]::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>") no-repeat center;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>") no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
aside.sidebar .sidebar-inner .sidebar-search-cats .inline-search .frm-search button[type=submit]:hover {
  background-color: #ff6805;
}
aside.sidebar .sidebar-inner .sidebar-search-cats .sidebar-cats {
  padding-bottom: 16px;
}
aside.sidebar .sidebar-inner .sidebar-search-cats .sidebar-cats .cat-item {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  position: relative;
}
aside.sidebar .sidebar-inner .sidebar-search-cats .sidebar-cats .cat-item:first-child {
  padding-top: 0;
}
aside.sidebar .sidebar-inner .sidebar-search-cats .sidebar-cats .cat-item:last-child {
  padding-bottom: 0;
}
aside.sidebar .sidebar-inner .sidebar-search-cats .sidebar-cats .cat-item:last-child {
  border-radius: 0 0 7px 7px;
}
aside.sidebar .sidebar-inner .sidebar-search-cats .sidebar-cats .cat-item:hover .cat-name,
aside.sidebar .sidebar-inner .sidebar-search-cats .sidebar-cats .cat-item:hover .cat-count,
aside.sidebar .sidebar-inner .sidebar-search-cats .sidebar-cats .cat-item:hover .cat-arrow, aside.sidebar .sidebar-inner .sidebar-search-cats .sidebar-cats .cat-item.current .cat-name,
aside.sidebar .sidebar-inner .sidebar-search-cats .sidebar-cats .cat-item.current .cat-count,
aside.sidebar .sidebar-inner .sidebar-search-cats .sidebar-cats .cat-item.current .cat-arrow {
  color: #ff6805;
}
aside.sidebar .sidebar-inner .sidebar-search-cats .sidebar-cats .cat-item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 1px;
  background-color: #fff;
}
aside.sidebar .sidebar-inner .sidebar-search-cats .sidebar-cats .cat-item .cat-name,
aside.sidebar .sidebar-inner .sidebar-search-cats .sidebar-cats .cat-item .cat-count {
  font-weight: 400;
  color: #ffffff;
  transition: color 0.2s;
}
aside.sidebar .sidebar-inner .sidebar-search-cats .sidebar-cats .cat-item .cat-name,
aside.sidebar .sidebar-inner .sidebar-search-cats .sidebar-cats .cat-item .cat-count {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  aside.sidebar .sidebar-inner .sidebar-search-cats .sidebar-cats .cat-item .cat-name,
  aside.sidebar .sidebar-inner .sidebar-search-cats .sidebar-cats .cat-item .cat-count {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 96rem) {
  aside.sidebar .sidebar-inner .sidebar-search-cats .sidebar-cats .cat-item .cat-name,
  aside.sidebar .sidebar-inner .sidebar-search-cats .sidebar-cats .cat-item .cat-count {
    font-size: 17px;
  }
}
aside.sidebar .sidebar-inner .sidebar-search-cats .sidebar-cats .cat-item .cat-name {
  flex: 1;
  line-height: 1.4;
}
aside.sidebar .sidebar-inner .sidebar-search-cats .sidebar-cats .cat-item .cat-count {
  margin-right: 8px;
}
aside.sidebar .sidebar-inner .sidebar-search-cats .sidebar-cats .cat-item .cat-arrow {
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  transition: color 0.2s;
}
aside.sidebar .sidebar-inner .sidebar-posts {
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #f3f3f3;
}
aside.sidebar .sidebar-inner .sidebar-posts .heading-title {
  padding-top: 20px;
  font-weight: 700;
  line-height: 1.4;
}
aside.sidebar .sidebar-inner .sidebar-posts .heading-title {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  aside.sidebar .sidebar-inner .sidebar-posts .heading-title {
    font-size: 1.125rem;
  }
}
aside.sidebar .sidebar-inner .sidebar-posts .rp-list .rp-item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #bfbfbf;
}
aside.sidebar .sidebar-inner .sidebar-posts .rp-list .rp-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
aside.sidebar .sidebar-inner .sidebar-posts .rp-list .rp-item:hover .rp-cover img {
  transition: all 0.3s;
  transform: scale(1.05);
}
aside.sidebar .sidebar-inner .sidebar-posts .rp-list .rp-item .rp-cover {
  height: 70px;
  flex-shrink: 0;
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.5/1;
}
aside.sidebar .sidebar-inner .sidebar-posts .rp-list .rp-item .rp-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
aside.sidebar .sidebar-inner .sidebar-posts .rp-list .rp-item .rp-content {
  flex: 1;
  min-width: 0;
  padding: 0 0 0 12px;
}
aside.sidebar .sidebar-inner .sidebar-posts .rp-list .rp-item .rp-content .rp-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #0d175c;
  margin-bottom: 6px;
}
@media only screen and (min-width: 96rem) {
  aside.sidebar .sidebar-inner .sidebar-posts .rp-list .rp-item .rp-content .rp-title {
    font-size: 16px;
  }
}
aside.sidebar .sidebar-inner .sidebar-posts .rp-list .rp-item .rp-content .rp-title a {
  color: #0d175c;
  text-decoration: none;
}
aside.sidebar .sidebar-inner .sidebar-posts .rp-list .rp-item .rp-content .rp-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  aside.sidebar .sidebar-inner .sidebar-posts .rp-list .rp-item .rp-content .rp-title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
aside.sidebar .sidebar-inner .sidebar-posts .rp-list .rp-item .rp-content .rp-title a:hover {
  color: #ff6805;
}
aside.sidebar .sidebar-inner .sidebar-posts .rp-list .rp-item .rp-content .rp-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
@media only screen and (min-width: 96rem) {
  aside.sidebar .sidebar-inner .sidebar-posts .rp-list .rp-item .rp-content .rp-meta {
    gap: 12px;
  }
}
aside.sidebar .sidebar-inner .sidebar-posts .rp-list .rp-item .rp-content .rp-meta .rp-views,
aside.sidebar .sidebar-inner .sidebar-posts .rp-list .rp-item .rp-content .rp-meta .rp-day {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  line-height: 1.4;
  color: #5b5b5b;
  font-size: 11px;
}
@media only screen and (min-width: 96rem) {
  aside.sidebar .sidebar-inner .sidebar-posts .rp-list .rp-item .rp-content .rp-meta .rp-views,
  aside.sidebar .sidebar-inner .sidebar-posts .rp-list .rp-item .rp-content .rp-meta .rp-day {
    font-size: 14px;
  }
}
aside.sidebar .sidebar-inner .sidebar-posts .rp-list .rp-item .rp-content .rp-meta .rp-views svg,
aside.sidebar .sidebar-inner .sidebar-posts .rp-list .rp-item .rp-content .rp-meta .rp-day svg {
  flex-shrink: 0;
}
aside.sidebar .sidebar-inner .sidebar-posts .rp-list .rp-item .rp-content .rp-meta .rp-views svg,
aside.sidebar .sidebar-inner .sidebar-posts .rp-list .rp-item .rp-content .rp-meta .rp-day svg {
  width: 0.75rem;
  height: 0.75rem;
}
@media only screen and (min-width: 96rem) {
  aside.sidebar .sidebar-inner .sidebar-posts .rp-list .rp-item .rp-content .rp-meta .rp-views svg,
  aside.sidebar .sidebar-inner .sidebar-posts .rp-list .rp-item .rp-content .rp-meta .rp-day svg {
    width: 0.875rem;
    height: 0.875rem;
  }
}

.single-post .post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #d4d4d4;
}
.single-post .post-meta .meta-cat {
  background-color: #0c4da2;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  padding: 8px 16px;
  text-decoration: none;
}
.single-post .post-meta .meta-dot,
.single-post .post-meta .meta-date,
.single-post .post-meta .meta-author {
  font-weight: 400;
  font-size: 16px;
  color: #383838;
}
.single-post .wrapper-single .col-content {
  color: #3c3c3c;
  width: 75%;
}
.single-post .wrapper-single .col-content {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  .single-post .wrapper-single .col-content {
    padding-right: 1.5625rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .single-post .wrapper-single .col-content {
    width: 100%;
    margin-bottom: 30px;
  }
}
.single-post .wrapper-single .col-content .heading-title {
  line-height: normal;
  text-transform: unset;
  margin-bottom: 20px;
}
.single-post .wrapper-single .col-content .heading-title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .wrapper-single .col-content .heading-title {
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-post .wrapper-single .col-content .heading-title {
    font-size: 2rem;
  }
}
.single-post .wrapper-single .col-content ._meta {
  color: #3c3c3c;
}
.single-post .wrapper-single .col-content ._meta {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .single-post .wrapper-single .col-content ._meta {
    margin-bottom: 1.875rem;
  }
}
.single-post .wrapper-single .col-content ._meta svg {
  color: #0d175c;
}
.single-post .wrapper-single .col-content ._meta svg {
  width: 1.125rem;
  height: 1.125rem;
}
.single-post .wrapper-single .col-content ._meta .item-meta {
  gap: 10px;
}
.single-post .wrapper-single .col-content ._meta ._author::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -18px;
  background-color: #bfbfbf;
  border-radius: 50%;
}
.single-post .wrapper-single .col-content ._meta ._author::after {
  width: 0.375rem;
  height: 0.375rem;
}
.single-post .wrapper-single .col-content article {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.single-post .wrapper-single .col-content .hashtags {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-post .wrapper-single .col-content .hashtags .text {
  padding-top: 0.75rem;
}
@media only screen and (min-width: 64rem) {
  .single-post .wrapper-single .col-content .hashtags .text {
    padding-top: 0.9375rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .wrapper-single .col-content .hashtags .hashtag-links {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    gap: 10px 0;
    grid-gap: 10px 0;
  }
}
.single-post .wrapper-single .col-content .hashtags .hashtag-links a {
  margin-right: 10px;
  padding: 6px 12px;
  border-radius: 4px;
  border: 1px solid #c7c7c7;
  color: #0d175c;
  line-height: 21px;
  font-weight: 500;
  position: relative;
}
.single-post .wrapper-single .col-content .hashtags .hashtag-links a {
  font-size: 1rem;
}
.single-post .wrapper-single .col-content .hashtags .hashtag-links a::before {
  content: "#";
}
.single-post .wrapper-single .col-content .hashtags .hashtag-links a:hover {
  text-decoration: none;
  background: #0d175c;
  color: #ffffff;
}
.single-post .wrapper-single .col-content .suggestion-wrapper {
  background-color: #f7f1e0;
  border-radius: 12px;
  padding: 20px 16px;
}
.single-post .wrapper-single .col-content .suggestion-wrapper .title {
  color: #ff6805;
  font-weight: 500;
}
.single-post .wrapper-single .col-content .suggestion-wrapper .suggestion-list {
  padding-left: 30px;
  margin-bottom: 0;
}
.single-post .wrapper-single .col-content .suggestion-wrapper .suggestion-list li a {
  color: #0d175c;
  font-weight: 400;
}

.section-related-post {
  position: relative;
}
.section-related-post {
  padding-top: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .section-related-post {
    padding-top: 1.875rem;
  }
}
.section-related-post {
  padding-bottom: 3.125rem;
}
@media only screen and (min-width: 48rem) {
  .section-related-post {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-related-post {
    padding-bottom: 6.25rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-related-post .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.section-related-post .swiper-button.swiper-button-prev {
  left: -23px;
}
@media only screen and (min-width: 96rem) {
  .section-related-post .swiper-button.swiper-button-prev {
    left: -25px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-related-post .swiper-button.swiper-button-prev {
    left: 10px;
  }
}
.section-related-post .swiper-button.swiper-button-next {
  right: -23px;
}
@media only screen and (min-width: 96rem) {
  .section-related-post .swiper-button.swiper-button-next {
    right: -25px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-related-post .swiper-button.swiper-button-next {
    right: 10px;
  }
}
.section-related-post .swiper-pagination {
  --swiper-pagination-bottom: -60px;
}

#ez-toc-container .ez-toc-title {
  position: relative;
}
#ez-toc-container .ez-toc-title::before {
  content: "";
  display: inline-block;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 448 512"><path d="M400 480H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48zM238.1 177.9L102.4 313.6l-6.3 57.1c-.8 7.6 5.6 14.1 13.3 13.3l57.1-6.3L302.2 242c2.3-2.3 2.3-6.1 0-8.5L246.7 178c-2.5-2.4-6.3-2.4-8.6-.1zM345 165.1L314.9 135c-9.4-9.4-24.6-9.4-33.9 0l-23.1 23.1c-2.3 2.3-2.3 6.1 0 8.5l55.5 55.5c2.3 2.3 6.1 2.3 8.5 0L345 199c9.3-9.3 9.3-24.5 0-33.9z" fill="currentColor"></path></svg>');
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 448 512"><path d="M400 480H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48zM238.1 177.9L102.4 313.6l-6.3 57.1c-.8 7.6 5.6 14.1 13.3 13.3l57.1-6.3L302.2 242c2.3-2.3 2.3-6.1 0-8.5L246.7 178c-2.5-2.4-6.3-2.4-8.6-.1zM345 165.1L314.9 135c-9.4-9.4-24.6-9.4-33.9 0l-23.1 23.1c-2.3 2.3-2.3 6.1 0 8.5l55.5 55.5c2.3 2.3 6.1 2.3 8.5 0L345 199c9.3-9.3 9.3-24.5 0-33.9z" fill="currentColor"></path></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #0d175c;
  margin-right: 5px;
  transform: translateY(2px);
}
#ez-toc-container .ez-toc-title::before {
  width: 1.25rem;
  height: 1.25rem;
}
#ez-toc-container nav li {
  margin-bottom: 8px;
}
#ez-toc-container nav li:last-child {
  margin-bottom: 0;
}
#ez-toc-container nav li ul.ez-toc-list-level-3 {
  margin-top: 8px;
}