<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Poppins';
  src: url('../../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
body {
  line-height: 1.5;
  --gutter-x: 15px;
  --gutter-x2: -15px;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  color: var(--text-color, #2e3246);
}
body.modal-opened {
  overflow: hidden !important;
  width: 100%;
}
body main {
  overflow-x: clip;
}
p a {
  color: var(--text-link-color, #F59E0B);
  font-weight: 500;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
p a:hover {
  opacity: 0.6;
}
.mobile-hamburger-menu {
  z-index: 999;
  position: relative;
  flex-direction: column;
  cursor: pointer;
  padding: 10px;
  width: 40px;
  height: 34px;
}
.mobile-hamburger-menu .hamburger-menu {
  position: relative;
  transform: translateY(6px);
  background: #fff;
  transition: all 0ms 300ms;
  width: 20px;
  height: 2px;
}
.mobile-hamburger-menu .hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}
.mobile-hamburger-menu .hamburger-menu.animate.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  background: #fff;
}
.mobile-hamburger-menu .hamburger-menu.animate.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  background: #fff;
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-hamburger-menu .hamburger-menu:after,
.mobile-hamburger-menu .hamburger-menu:before {
  width: 20px;
  height: 2px;
}
.mobile-hamburger-menu .hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  background: #fff;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-hamburger-menu .hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: #fff;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.gen-col-mb {
  margin-bottom: 30px;
}
#side-menu {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
}
#side-menu .backdrop {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  flex: 1;
  width: 100%;
  height: 100%;
}
#side-menu .content {
  padding: 80px 0 50px;
  width: 85%;
  max-width: 450px;
  background-color: var(--header-bottom-color, #1E40AF);
  box-shadow: -3px 0 10px 0 #00000026;
  margin-right: calc((50% + 56px) * -1);
  overflow-y: auto;
  position: relative;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content .sidebar-close-btn {
  position: absolute;
  right: 20px;
  top: 30px;
  cursor: pointer;
  color: #fff;
}
#side-menu .content.in {
  margin-right: 0;
}
#side-menu .content ul.menu li.current-menu-item a {
  font-weight: bold;
}
#side-menu .content ul.menu li.opened.menu-item-has-children &gt; a svg {
  transform: translateY(-50%) rotate(180deg);
}
#side-menu .content ul.menu li.opened &gt; ul.sub-menu {
  height: auto;
  max-height: 400px;
  overflow-y: auto;
}
#side-menu .content ul.menu li.menu-item-has-children &gt; a svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  padding: 8px;
  right: 5px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
#side-menu .content ul.menu li a {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  color: #fff;
  font-size: 14px;
  position: relative;
}
#side-menu .content ul.menu li ul.sub-menu {
  height: 0;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 0 0 20px;
}
.gen-btn {
  padding: 4px 16px;
  font-size: 16px;
  font-weight: 500;
  color: var(--btn-text-color, #fff);
  background-color: var(--btn-color, #2563EB);
  width: max-content;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  white-space: nowrap;
}
.gen-btn:hover {
  background-color: var(--btn-hover-color, #1D4ED8);
}
.gen-btn-sm {
  padding: 4px 16px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--btn-text-color, #fff);
  background-color: var(--btn-color, #2563EB);
  width: max-content;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  white-space: nowrap;
}
.gen-btn-sm:hover {
  background-color: var(--btn-hover-color, #1D4ED8);
}
.signup-btn {
  display: inline-block;
  text-align: center;
  padding: 10px 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: var(--signup-btn-text-color, #fff);
  border-radius: 20px;
  white-space: nowrap;
  background-color: var(--signup-btn-color, #F59E0B);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.signup-btn:hover {
  background-color: var(--signup-btn-hover-color, #D97706);
}
.review-btn {
  display: inline-block;
  text-align: center;
  padding: 10px 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: var(--review-btn-text-color, #fff);
  white-space: nowrap;
  border-radius: 20px;
  background-color: var(--review-btn-color, #64748B);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.review-btn:hover {
  background-color: var(--review-btn-hover-color, #475569);
}
.section-title {
  font-size: 32px;
  color: var(--text-color, #2e3246);
  font-weight: 700;
  line-height: 1.2;
}
.section-margin {
  margin: 60px 0;
}
header {
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  z-index: 998;
}
header .h-promo-banner {
  background-color: var(--header-promo-color, #F59E0B);
  padding: 10px 10px;
}
header .h-promo-banner .h-promo-text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
header .h-promo-banner .h-promo-btn {
  margin-left: 15px;
}
header .h-area {
  background-color: var(--header-bottom-color, #1E40AF);
}
header .top-logo img {
  width: auto;
  height: 40px;
}
header .top-menu {
  display: flex;
  margin-right: 20px;
}
header .top-menu &gt; li.menu-item-has-children &gt; a::after {
  display: block;
  content: "\f0dd";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  font-weight: 700;
  font-size: 12px;
  bottom: 18px;
  text-align: center;
  right: 0;
  left: 0;
  margin: 0 auto;
}
header .top-menu &gt; li &gt; a {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  padding: 30px 16px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
}
header .top-menu li {
  position: relative;
}
header .top-menu li:hover &gt; ul.sub-menu {
  z-index: 15;
  opacity: 1;
  transform: none;
  pointer-events: initial;
}
header .top-menu li ul.sub-menu {
  display: initial;
  opacity: 0;
  position: absolute;
  z-index: 9;
  top: 100%;
  transform: translateY(20px);
  left: 0%;
  padding: 5px 0;
  background-color: #ffffff;
  border: none;
  pointer-events: none;
  min-width: 100%;
  box-shadow: 0px 10px 40px 0px rgba(109, 141, 173, 0.25);
  width: 240px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .top-menu li ul.sub-menu::after {
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  top: -10px;
  background: None;
  left: 0;
  z-index: 0;
}
header .top-menu li ul.sub-menu li {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .top-menu li ul.sub-menu li:hover a {
  opacity: 0.8;
}
header .top-menu li ul.sub-menu li:hover &gt; ul.sub-menu {
  top: 0;
  pointer-events: initial;
}
header .top-menu li ul.sub-menu li a {
  white-space: nowrap;
  color: var(--text-color, #2e3246);
  font-weight: 500;
  margin: 0;
  padding: 8px 30px;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .top-menu li ul.sub-menu li ul.sub-menu {
  left: 100%;
  margin: 0;
}
header .top-menu li ul.sub-menu li ul.sub-menu:before {
  display: none;
}
header .top-menu li ul.sub-menu li ul.sub-menu:after {
  display: none;
}
footer .footer-top {
  background-color: #f1f3f4;
  padding: 45px 0;
}
footer .footer-top .top-first-logo {
  margin-bottom: 20px;
  display: block;
}
footer .footer-top .top-first-logo img {
  width: 110px;
  height: auto;
  max-width: 100%;
}
footer .footer-top .top-second-logo {
  margin-bottom: 20px;
  display: block;
}
footer .footer-top .top-second-logo img {
  width: 250px;
  height: auto;
  max-width: 100%;
}
footer .footer-top .footer-text {
  font-size: 16px;
  color: var(--text-color, #2e3246);
}
footer .footer-bottom {
  background-color: var(--footer-top-color, #1E40AF);
  padding: 40px 0;
}
footer .footer-bottom .footer-col {
  margin-bottom: 30px;
}
footer .footer-bottom .footer-logo {
  margin-bottom: 40px;
  display: block;
}
footer .footer-bottom .footer-logo img {
  width: 260px;
  height: auto;
  max-width: 100%;
}
footer .footer-bottom .footer-socials {
  display: flex;
}
footer .footer-bottom .footer-socials li {
  margin: 5px;
}
footer .footer-bottom .footer-socials li a {
  display: block;
  background-color: #fff;
  color: #000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 4px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-bottom .footer-socials li a svg {
  height: 30px;
  width: 30px;
}
footer .footer-bottom .footer-socials li a:hover {
  color: var(--secondary-color, #3B82F6);
}
footer .footer-bottom .footer-menu {
  gap: 5px 16px;
}
footer .footer-bottom .footer-menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-bottom .footer-menu li a:hover {
  opacity: 0.6;
}
footer .footer-copyright {
  background-color: var(--footer-bottom-color, #0F172A);
  padding: 15px 0;
}
footer .footer-copyright .copyright {
  font-size: 14px;
  color: #fff;
}
footer .footer-copyright .footer-cr-logo img {
  width: 150px;
  height: auto;
}
#post-detail {
  padding-bottom: 80px;
  font-family: "Poppins", sans-serif;
}
#post-detail .post-header {
  overflow: hidden;
  margin-bottom: 60px;
  background-color: #f1f3f4;
}
#post-detail .post-header .post-title {
  padding: 40px 0;
  font-weight: bold;
  color: var(--text-color, #2e3246);
  font-size: 48px;
  line-height: 1.2;
  width: 100%;
}
#post-detail .post-thumb {
  margin-bottom: 30px;
}
#post-detail.single-site {
  padding-top: 40px;
}
#post-detail .site-meta-area {
  position: sticky;
  top: 150px;
}
#post-detail .site-meta-area .meta-logo {
  margin-bottom: 20px;
  display: block;
  width: 150px;
  height: auto;
}
#post-detail .site-meta-area .meta-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 40px;
  position: relative;
  margin-bottom: 10px;
}
#post-detail .site-meta-area .meta-rating::after {
  content: '';
  display: block;
  margin-top: 5px;
  width: 50px;
  height: 1px;
  background-color: #d4d4d4;
}
#post-detail .site-meta-area .meta-rating i {
  color: #ffd32a;
  display: inline-block;
  font-size: 20px;
  text-align: center;
}
#post-detail .site-meta-area .meta-title {
  font-size: 40px;
  color: var(--text-color, #2e3246);
  line-height: 1.2;
  margin-bottom: 5px;
  font-weight: 600;
}
#post-detail .site-meta-area .meta-text {
  font-size: 16px;
  color: #7f8c8d;
  text-align: center;
}
#post-detail .site-meta-area .meta-bonus-box {
  padding: 30px 40px;
  margin-top: 20px;
  background-color: #f0f0f0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#post-detail .site-meta-area .meta-bonus-box .meta-bonus-text {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: var(--text-color, #2e3246);
  line-height: 1.2;
  margin-bottom: 20px;
}
#post-detail .post-content {
  font-size: 16px;
  color: var(--text-color, #2e3246);
  line-height: 1.6;
}
#post-detail .post-content p,
#post-detail .post-content ul,
#post-detail .post-content ol {
  margin: 20px 0;
}
#post-detail .post-content h1 {
  font-size: 36px;
}
#post-detail .post-content h2 {
  font-size: 32px;
}
#post-detail .post-content h3 {
  font-size: 28px;
}
#post-detail .post-content h4,
#post-detail .post-content h5 {
  font-size: 24px;
}
#post-detail .post-content h1,
#post-detail .post-content h2,
#post-detail .post-content h3,
#post-detail .post-content h4,
#post-detail .post-content h5 {
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: bold;
}
#post-detail .post-content br,
#post-detail .post-content strong {
  font-weight: bold;
}
#post-detail .post-content ul,
#post-detail .post-content ol {
  padding-left: 20px;
}
#post-detail .post-content ul li {
  list-style: disc;
}
#post-detail .post-content ol {
  list-style: decimal!important;
}
#post-detail .post-content img {
  margin-bottom: 20px;
}
#post-detail .post-content a {
  display: inline-block;
  text-decoration: underline;
  color: var(--text-link-color, #F59E0B);
  font-weight: 500;
}
#post-detail .post-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#post-detail .post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  border: none;
  color: #000;
  overflow-x: auto;
  display: block;
  font-size: 16px;
}
#post-detail .post-content table th,
#post-detail .post-content table td {
  text-align: left;
  padding: 8px 16px;
  border: none;
  background-color: transparent;
}
#post-detail .post-content table thead tr {
  border-bottom: 2px solid #000;
  background-color: #f0f0f0;
}
#post-detail .post-content table tbody tr:nth-child(odd) {
  background-color: #f3f4f5;
}
#post-detail .post-content table tbody tr:nth-child(even) {
  background-color: #f0f0f0;
}
#post-detail .post-content .gallery,
#post-detail .post-content .gallery-item {
  padding: 5px;
  margin: 0;
}
#post-detail .post-content .gallery a,
#post-detail .post-content .gallery-item a {
  display: block;
}
#post-detail .post-content .gallery img,
#post-detail .post-content .gallery-item img {
  border: none;
  display: block;
}
#post-detail .post-content .alignleft,
#post-detail .post-content img.alignleft {
  margin-right: 25px;
  float: left;
}
#post-detail .post-content .alignright,
#post-detail .post-content img.alignright {
  margin-left: 25px;
  float: right;
}
#post-detail .post-content .alignnone,
#post-detail .post-content img.alignnone {
  display: block;
  clear: both;
}
#post-detail .post-content .aligncenter,
#post-detail .post-content img.aligncenter {
  margin: 0 auto;
  display: block;
  clear: both;
}
#post-detail .post-content blockquote,
#post-detail .post-content blockquote.wp-block-quote {
  background-color: var(--primary-color, #1E3A8A);
  color: #fff;
  padding: 60px 45px 20px;
  text-align: center;
  margin: 30px 0;
  position: relative;
  line-height: 1.5;
}
#post-detail .post-content blockquote p,
#post-detail .post-content blockquote.wp-block-quote p {
  margin: 10px 0;
}
#post-detail .post-content blockquote::before,
#post-detail .post-content blockquote.wp-block-quote::before {
  content: "\f10d";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 40px;
  color: #ecf0f1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#post-detail .post-content blockquote .cite,
#post-detail .post-content blockquote.wp-block-quote .cite {
  color: #7f8c8d;
  display: block;
  font-size: 16px;
  padding: 15px 0;
  font-weight: 400;
}
#post-detail .post-content pre,
#post-detail .post-content code {
  font-family: monospace;
  background: #f4f4f4;
  padding: 10px;
  border-radius: 4px;
  overflow-x: auto;
  display: block;
  margin-bottom: 20px;
}
#post-detail .post-content iframe {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
#post-detail .post-content figure {
  text-align: center;
}
#post-detail .post-content figure figcaption {
  font-size: 14px;
  color: #777;
  margin-top: 8px;
}
#post-detail .wp-block-button {
  margin: 20px auto;
}
#post-detail .wp-block-button__link {
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 500;
  color: var(--btn-text-color, #fff);
  background-color: var(--btn-color, #2563EB);
  width: max-content;
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  white-space: nowrap;
  color: var(--btn-text-color, #fff) !important;
  text-decoration: none !important;
}
#post-detail .wp-block-button__link:hover {
  background-color: var(--btn-hover-color, #1D4ED8);
}
#post-detail .page-text-area {
  text-align: center;
  padding: 200px 0;
}
#post-detail .page-text-area .page-title {
  font-size: 52px;
  color: var(--primary-color, #1E3A8A);
  margin-bottom: 20px;
  line-height: 1.2;
}
#post-detail .page-text-area .page-text {
  font-size: 20px;
  margin-bottom: 40px;
}
#post-detail.archive-page .archive-area .archive-list .archive-card {
  margin-bottom: 60px;
}
#post-detail.archive-page .archive-area .archive-list .archive-card .card-top {
  margin-bottom: 15px;
}
#post-detail.archive-page .archive-area .archive-list .archive-card .card-top .card-icon svg {
  color: var(--text-color, #2e3246);
  opacity: 0.8;
  margin-right: 5px;
}
#post-detail.archive-page .archive-area .archive-list .archive-card .card-top .card-date {
  font-size: 14px;
  color: var(--text-color, #2e3246);
  opacity: 0.8;
}
#post-detail.archive-page .archive-area .archive-list .archive-card .card-title-area {
  margin-bottom: 20px;
}
#post-detail.archive-page .archive-area .archive-list .archive-card .card-title-area .card-btn {
  margin: 0 10px 5px 0;
  position: relative;
  display: inline-block;
}
#post-detail.archive-page .archive-area .archive-list .archive-card .card-title-area .card-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--text-color, #2e3246);
  line-height: 1.2;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#post-detail.archive-page .archive-area .archive-list .archive-card .card-title-area .card-title:hover {
  opacity: 0.6;
}
#post-detail.archive-page .archive-area .archive-list .archive-card .card-text {
  color: var(--text-color, #2e3246);
  opacity: 0.8;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
#post-detail.archive-page .archive-area .archive-list .archive-card .card-more {
  font-size: 16px;
  color: var(--primary-color, #1E3A8A);
  font-weight: 500;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#post-detail.archive-page .archive-area .archive-list .archive-card .card-more:hover {
  color: var(--secondary-color, #3B82F6);
}
.listing-group .listing-title-area {
  margin-bottom: 30px;
}
.listing-group .listing-title-area .listing-title {
  font-size: 32px;
  color: var(--text-color, #2e3246);
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
}
.listing-group .listing-title-area .listing-title::before {
  content: '';
  z-index: 1;
  opacity: 0.8;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 4px;
  background-color: var(--highlight-primary-color, #FACC15);
}
.listing-group .listing-title-area .listing-title::after {
  content: '';
  z-index: -1;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 11px;
  background-color: var(--highlight-secondary-color, #0EA5E9);
}
.listing-group .box-list-col {
  margin-bottom: 30px;
}
.listing-group .box-list-col .list-box {
  border-radius: 5px;
  padding: 30px 40px;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 10px 40px 0px rgba(109, 141, 173, 0.35);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.listing-group .box-list-col .list-box:hover {
  box-shadow: 0px 15px 40px 0px rgba(109, 141, 173, 0.55);
}
.listing-group .box-list-col .list-box .box-inner-col {
  gap: 15px;
  height: 100%;
}
.listing-group .box-list-col .list-box .box-inner-col .box-logo-area {
  position: relative;
  display: block;
}
.listing-group .box-list-col .list-box .box-inner-col .box-logo-area img {
  width: 100px;
  height: 80px;
  object-fit: contain;
}
.listing-group .box-list-col .list-box .box-inner-col .box-logo-area .box-count {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--highlight-secondary-color, #0EA5E9);
}
.listing-group .box-list-col .list-box .box-inner-col .box-logo-area .box-count span {
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
.listing-group .box-list-col .list-box .box-inner-col .box-title {
  font-size: 22px;
  font-weight: bold;
  color: var(--text-color, #2e3246);
}
.listing-group .box-list-col .list-box .box-inner-col .box-rating {
  display: flex;
  justify-content: center;
  height: 40px;
  border-radius: 20px;
  padding: 10px 60px 10px 20px;
  border: 1px solid #d6d7db;
  position: relative;
}
.listing-group .box-list-col .list-box .box-inner-col .box-rating i {
  color: #ffd32a;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.listing-group .box-list-col .list-box .box-inner-col .box-rating span {
  position: absolute;
  right: 12px;
  top: 12px;
  bottom: 0;
  margin: auto 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: var(--text-color, #2e3246);
}
.listing-group .box-list-col .list-box .box-inner-col .box-bonus-text {
  font-size: 24px;
  color: var(--text-color, #2e3246);
  font-weight: 700;
  text-align: center;
}
.listing-group .box-list-col .list-box .box-inner-col .listing-btn {
  min-width: 200px;
  padding: 10px;
}
.listing-group .box-list-col:first-child .box-inner-col .box-logo-area .box-count {
  background-color: var(--highlight-primary-color, #FACC15);
}
.pagination {
  margin-top: 30px;
  display: block;
  width: 100%;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li {
  color: var(--secondary-color, #3B82F6);
  margin-right: 8px;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li:hover a {
  color: var(--primary-color, #1E3A8A);
}
.pagination ul li.active a {
  border-color: var(--primary-color, #1E3A8A);
  background-color: var(--primary-color, #1E3A8A);
  color: #fff;
  font-weight: 700;
}
.pagination ul li span,
.pagination ul li a {
  border: solid 1px #e4e4e4;
  background-color: #f4f4f4;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #939393;
  font-size: 16px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#sidebar-area {
  position: sticky;
  top: 150px;
}
#sidebar-area #sidebar-promo-group .col-mb {
  margin-bottom: 15px;
}
#sidebar-area #sidebar-promo-group .sidebar-promo-box {
  display: block;
}
#sidebar-area #sidebar-promo-group .sidebar-promo-box .box-img {
  margin-bottom: 5px;
}
#sidebar-area #sidebar-promo-group .sidebar-promo-box .box-title {
  text-align: center;
  font-size: 14px;
  color: var(--text-color, #2e3246);
  font-weight: 500;
}
#meta-faq-area {
  margin: 40px 0;
  position: relative;
}
#meta-faq-area .section-title-area {
  margin-bottom: 30px;
}
#meta-faq-area .meta-faq-list-area {
  position: relative;
  z-index: 3;
}
#meta-faq-area .meta-faq-list-area .faq-item {
  margin-bottom: 15px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}
#meta-faq-area .meta-faq-list-area .faq-item .item-top {
  padding: 10px 50px 10px 20px;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  background-color: #e9e9e9;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#meta-faq-area .meta-faq-list-area .faq-item .item-top .item-title {
  color: var(--text-color, #2e3246);
  font-size: 18px;
  font-weight: 600;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#meta-faq-area .meta-faq-list-area .faq-item .item-top::before,
#meta-faq-area .meta-faq-list-area .faq-item .item-top::after {
  content: "";
  height: 3px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
  background-color: var(--text-color, #2e3246);
  right: 20px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#meta-faq-area .meta-faq-list-area .faq-item .item-top::before {
  transform: rotate(90deg);
}
#meta-faq-area .meta-faq-list-area .faq-item .item-bottom {
  padding: 0 20px;
  height: 0;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#meta-faq-area .meta-faq-list-area .faq-item .item-bottom .item-text {
  font-size: 16px;
  color: var(--text-color, #2e3246);
}
#meta-faq-area .meta-faq-list-area .faq-item.opened .item-top {
  background-color: var(--highlight-primary-color, #FACC15);
}
#meta-faq-area .meta-faq-list-area .faq-item.opened .item-top .item-title {
  color: #fff;
}
#meta-faq-area .meta-faq-list-area .faq-item.opened .item-top::before {
  transform: none;
}
#meta-faq-area .meta-faq-list-area .faq-item.opened .item-top::before,
#meta-faq-area .meta-faq-list-area .faq-item.opened .item-top::after {
  background-color: #fff;
}
#meta-faq-area .meta-faq-list-area .faq-item.opened .item-bottom {
  margin-top: 20px;
  padding: 0px 20px 25px;
  height: max-content;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.1s;
}
@media (max-width: 1440px) {
  .section-margin {
    margin: 40px 0;
  }
  #post-detail .post-header {
    margin-bottom: 60px;
  }
  #post-detail .post-header .post-title {
    padding: 60px 0;
    font-size: 36px;
  }
  #post-detail .page-text-area {
    padding: 80px 0;
  }
  #post-detail .page-text-area .page-title {
    font-size: 44px;
    margin-bottom: 15px;
  }
  #post-detail .page-text-area .page-text {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  #post-detail .post-header .post-title {
    padding: 50px 0;
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  header .h-area {
    padding: 10px 0;
  }
  header .h-area .top-logo img {
    width: 160px;
    height: auto;
  }
  #post-detail {
    padding-bottom: 60px;
  }
  #post-detail .post-header {
    margin-bottom: 40px;
  }
  #post-detail .post-header .post-title {
    padding: 40px 0;
    font-size: 28px;
  }
  #post-detail .page-text-area {
    padding: 60px 0;
  }
  #post-detail .page-text-area .page-title {
    font-size: 36px;
    margin-bottom: 10px;
  }
  #post-detail .page-text-area .page-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .pagination ul li {
    margin-right: 5px;
  }
  .pagination ul li span,
  .pagination ul li a {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  #sidebar-area {
    margin-top: 40px;
  }
  .signup-btn,
  .review-btn {
    padding: 10px 30px;
  }
  .listing-group .list-box {
    padding: 25px 30px;
  }
  .listing-group .list-box .box-inner-col {
    justify-content: center;
    gap: 10px;
  }
  .listing-group .list-box .box-inner-col .listing-btn {
    min-width: 120px;
    font-size: 14px;
  }
  .listing-group .list-box .box-outer-col {
    margin-bottom: 15px;
  }
  .listing-group .list-box .box-outer-col:last-child {
    margin: 0;
  }
  footer .footer-bottom {
    padding: 30px 0;
  }
  footer .footer-bottom .footer-logo {
    margin-bottom: 20px;
  }
  footer .footer-bottom .footer-logo img {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .gen-btn {
    font-size: 14px;
    padding: 4px 8px;
  }
  header .h-promo-banner .h-promo-text {
    font-size: 14px;
  }
  header .h-promo-banner .h-promo-btn {
    margin-left: 10px;
  }
  #post-detail .post-header .post-title {
    font-size: 24px;
    padding: 30px 0;
  }
  #post-detail .post-content {
    font-size: 14px;
  }
  #post-detail .post-content h1 {
    font-size: 24px;
  }
  #post-detail .post-content h2 {
    font-size: 20px;
  }
  #post-detail .post-content h3 {
    font-size: 18px;
  }
  #post-detail .post-content h4,
  #post-detail .post-content h5 {
    font-size: 14px;
  }
  #post-detail .post-content p,
  #post-detail .post-content ul,
  #post-detail .post-content ol {
    margin: 15px 0;
  }
  #post-detail .post-content .gallery-item {
    width: 50%;
  }
  #post-detail .page-text-area {
    padding: 30px 0;
  }
  #post-detail .page-text-area .page-title {
    font-size: 28px;
  }
  footer .footer-bottom {
    padding: 20px 0;
  }
}
@media (max-width: 575px) {
  #post-detail {
    padding-bottom: 40px;
  }
}
</pre></body></html>