:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
footer,
header,
main {
  display: block;
}

progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

strong {
  font-weight: 700;
}

sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

img {
  border: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}

legend {
  padding: 0;
  border: 0;
}

optgroup {
  font-weight: 700;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #23527c;
  /* text-decoration: underline; */
}

a:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

.h2,
h2,
h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h2,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h2,
h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

p {
  margin: 0 0 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul {
  margin-bottom: 0;
}

.NeUJIsA {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .NeUJIsA {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .NeUJIsA {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .NeUJIsA {
    width: 1170px;
  }

  div#content-wrapper {
    display: grid !important;
    margin-left: 25px;
  }
}

.PhZs {
  margin-right: -15px;
  margin-left: -15px;
}

.XmSjnhzvUZ {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .XmSjnhzvUZ {
    float: left;
  }

  .XmSjnhzvUZ {
    width: 33.33333333%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  line-height: normal;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  position: absolute;
  margin-left: -20px;
}

.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}

fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="radio"][disabled] {
  cursor: not-allowed;
}

fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.NeUJIsA:after,
.NeUJIsA:before,
.PhZs:after,
.PhZs:before {
  display: table;
  content: " ";
}

.NeUJIsA:after,
.PhZs:after {
  clear: both;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.hidden {
  display: none !important;
}

@-ms-viewport {
  width: device-width;
}

.NeUJIsA {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (min-width: 1250px) {
  .NeUJIsA {
    max-width: 1200px;
    width: 1200px;
  }
}

@media (max-width: 1250px) {
  .NeUJIsA {
    max-width: 100%;
    min-width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .blog .PhZs {
    margin-right: 0;
    margin-left: 0;
  }
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Roboto Light"), local("Roboto-Light"), local("sans-serif-light"),
    url(../fonts/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto"), local("Roboto-Regular"), local("sans-serif"),
    url(../fonts/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Roboto Medium"), local("Roboto-Medium"),
    local("sans-serif-medium"),
    url(../fonts/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Roboto Bold"), local("Roboto-Bold"), local("sans-serif"),
    url(../fonts/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
/* ------------------------------------------------------------------------------------------------- */
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  color: #02254d;
  line-height: 1.4;
}

html .menu-item a,
html body {
  font-family: Roboto, sans-serif;
  color: #393939;
}

.post-single-content li,
body li,
body p {
  line-height: 1.6;
}

body p {
  font-size: 16px;
  color: #6c7f87;
  margin-bottom: 15px;
}

a:focus {
  outline: 0;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

.scholar_btn {
  border-radius: 5px;
  background-color: #15db95;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 12px 54px;
  display: inline-block;
  height: 44px;
  text-align: center;
}

.JkVkZU {
  box-shadow: #d3d3d3 0 3px 4px 0;
  position: relative;
}

.tDVouRvx {
  position: absolute;
  left: 16px;
  top: 20px;
  cursor: pointer;
}

.JkVkZU .CjQXVdh {
  width: 100%;
  text-align: center;
  display: inline-block;
  height: 65px;
  line-height: 65px;
}

.tDVouRvx img {
  width: 36px;
  height: 30px;
}

.PgdahBd {
  position: absolute;
  right: 16px;
  top: 20px;
  cursor: pointer;
}

.PgdahBd img {
  width: 36px;
  height: 30px;
}

.CjQXVdh a.custom-logo-link {
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.CjQXVdh .custom-logo {
  height: 22.55px;
  width: 150px;
  margin-top: -3px;
}

.NUTz {
  position: absolute;
  right: 16px;
  top: 65px;
  width: min(560px, calc(100% - 32px));
  background: #fff;
  border: 1px solid #e9eef2;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  padding: 14px;
  z-index: 1000;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transform-origin: top right;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.NUTz.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.zPid {
  display: flex;
  align-items: center;
  gap: 8px;
}

.zPid input[type="search"] {
  flex: 1;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  color: #333;
  background: #fff;
  border: 1px solid #d9e3ea;
  border-radius: 6px;
  outline: none;
}

.zPid input[type="search"]:focus {
  border-color: #15db95;
  box-shadow: 0 0 0 3px rgba(21, 219, 149, 0.15);
}

.SQRvoOv {
  height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 6px;
  background: #15db95;
  color: #fff;
  font-weight: 600;
}

.sytgTVF {
  position: fixed;
  inset: 0;
  background: rgba(2, 6, 23, 0.45);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 999;
}
.sytgTVF.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.KrBm {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: min(86vw, 320px);
  background: #fff;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18); */
  transform: translateX(calc(-100% - 40px));
  box-shadow: none;
  transition: transform 0.25s ease;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  padding-bottom: env(safe-area-inset-bottom, 0);
  overscroll-behavior: contain;
}
.KrBm.is-open {
  transform: translateX(0);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}
.EHuQN {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 18px 16px;
  border-bottom: 1px solid #e9eef2;
}

.fMDxijYS {
  background: transparent;
  border: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.fMDxijYS:focus-visible {
  outline: 2px solid #15db95;
  border-radius: 6px;
}

.drawer-title {
  font-size: 18px;
  font-weight: 700;
  color: #02254d;
  margin: 0;
}
.WDryxIDuM {
  border: none;
  background: none;
  font-size: 22px;
  line-height: 1;
  padding: 6px;
  cursor: pointer;
}

.WDryxIDuM:focus {
  outline: none;
}
/* .drawer-close:focus-visible {
  outline: 2px solid #15db95;
  border-radius: 6px;
} */
.YWJtVGk {
  padding: 12px 0;
  overflow: auto;
  flex: 1;
  -webkit-overflow-scrolling: touch;
}
.YWJtVGk .iDKEn {
  font-size: 12px;
  font-weight: 700;
  color: #616e7c;
  padding: 12px 16px;
  text-transform: uppercase;
}
.YWJtVGk a {
  display: block;
  padding: 10px 16px;
  color: #0f172a;
  text-decoration: none;
  font-weight: 500;
}
.YWJtVGk a:hover {
  background: #f8fafc;
}
@media (min-width: 1200px) {
  .KrBm {
    width: 360px;
  }
}

.YWJtVGk .section {
  padding: 6px 8px 16px;
}

.YWJtVGk a.menu-home {
  margin: 8px 12px 10px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e9eef2;
  color: #02254d;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}
.YWJtVGk a.menu-home .mi {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(21, 219, 149, 0.12);
  color: #15db95;
  font-size: 16px;
}
.YWJtVGk a.menu-home:hover {
  background: #fff;
  border-color: #15db95;
  box-shadow: 0 0 0 3px rgba(21, 219, 149, 0.12);
}

.YWJtVGk .menu-section-title {
  margin: 12px 12px 6px;
  padding-top: 10px;
  border-top: 1px dashed #e9eef2;
  color: #616e7c;
  letter-spacing: 0.02em;
}

.YWJtVGk a.menu-link {
  margin: 2px 8px;
  padding: 10px 14px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  color: #0f172a;
}
.YWJtVGk a.menu-link:hover {
  background: #f8fafc;
}
.YWJtVGk a.menu-link::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #e5eaef;
  flex: 0 0 8px;
}
.YWJtVGk a.menu-link::after {
  content: "›";
  margin-left: auto;
  color: #c6cdd5;
}

.YWJtVGk a.menu-link.is-active,
.YWJtVGk a.menu-link[aria-current="page"] {
  background: #15db95;
  color: #fff;
}
.YWJtVGk a.menu-link.is-active::before,
.YWJtVGk a.menu-link[aria-current="page"]::before {
  background: #fff;
}

/* -----------------------------------------------ad------------------------------------------------- */

.ads {
  margin: 30px auto;
}
.ad {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ccc;
  /* margin: 25px -20px; */
}

.ad .adBox {
  min-width: 300px;
  min-height: 250px;
  overflow: hidden;
  clear: both;
  text-align: center;
}

.ad p {
  color: #fff;
  margin: 10px 0;
}

/* ---------------------------------------------------main----------------------------------------------- */

img.lazy {
  opacity: 0;
  filter: blur(8px);
  transform: scale(1.02);
  transition: opacity 0.25s ease, filter 0.3s ease, transform 0.3s ease;
  background-color: #f3f6f9;
}
img.lazy.is-loaded {
  opacity: 1;
  filter: none;
  transform: none;
}

[data-bg] {
  background-size: cover;
  background-position: center;
  opacity: 0.85;
  filter: blur(12px);
  transition: opacity 0.25s ease, filter 0.35s ease;
}
[data-bg].is-loaded {
  opacity: 1;
  filter: none;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .NeUJIsA .qGxEnfpOM {
    margin-top: 40px;
  }
}

.NeUJIsA .qGxEnfpOM {
  text-align: center;
  border: 0;
  padding: 0;
  margin-top: 20px;
}

.enhanced-header {
  background: linear-gradient(90deg, #f3f6f9 0%, #e0f7fa 100%);
  padding: 32px 0 18px 0;
  border-radius: 12px;
  margin-bottom: 18px;
  box-shadow: 0 4px 18px rgba(21, 219, 149, 0.08);
  text-align: center;
  position: relative;
}
.enhanced-header .GUcxhAtV {
  font-size: 32px;
  font-weight: 700;
  color: #02254d;
  margin-bottom: 8px;
  letter-spacing: 1px;
}
.enhanced-header .category-subtitle {
  font-size: 17px;
  color: #15db95;
  margin-bottom: 10px;
  font-weight: 500;
}
.enhanced-header .category-divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #15db95 0%, #0693e3 100%);
  border-radius: 2px;
  margin: 0 auto;
}

h1.GUcxhAtV {
  margin: 0 0 5px;
  font-size: 28px;
}

.kXTO p {
  font-size: 16px;
  line-height: 1.9;
  margin: 0;
}

@media (max-width: 767px) {
  .kXTO p {
    text-align: start;
  }
  h1.GUcxhAtV {
    font-size: 22px;
  }
}

.zopV {
  padding-top: 35px;
  transition: 0.25s all ease;
  display: flow-root;
}
.zopV::after {
  content: "";
  display: table;
  clear: both;
}

.pager-toolbar,
.pagination-wrap {
  clear: both;
}

.zopV > div {
  display: flow-root;
}

.WISMM {
  margin-bottom: 40px;
}

.gKtkVWtZRg {
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}

.Anltdf {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.Anltdf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.ThaWI {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.5s opacity ease-in-out;
  border-radius: 8px;
  background-color: rgba(47, 47, 47, 0.3);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #232323);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0), #232323);
  background: -o-linear-gradient(rgba(0, 0, 0, 0), #232323);
  background: linear-gradient(rgba(47, 47, 47, 0.1), rgba(47, 47, 47, 0.3));
  display: flex;
  align-items: center;
  justify-content: center;
}

.Anltdf:hover .ThaWI {
  opacity: 1;
}

.ThaWI span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #fff;
  margin: 0;
  opacity: 0;
}

.Anltdf:hover .ThaWI span:first-child {
  animation-delay: 0s;
}

.Anltdf:hover .ThaWI span {
  animation: 0.3s ease-in-out forwards fadein;
  opacity: 1;
}

.tzHFvi {
  position: absolute;
  bottom: 24px;
  left: 25px;
  display: block;
  width: 100%;
  margin-bottom: 2px;
}
.tzHFvi a {
  background-color: rgba(28, 28, 28, 0.7);
  border-radius: 50px;
  padding: 4px 9px 5px;
  color: #fff;
  margin-right: 4px;
  font-size: 11px;
  line-height: 100%;
  font-weight: 600;
  text-decoration: none;
}

.tzHFvi a:hover {
  background-color: #15db95;
  color: #fff;
}

.WcMQyWHcN {
  padding-bottom: 13px;
  margin-top: 25px;
}

.WcMQyWHcN h2 {
  font-size: 26px;
  margin-bottom: 5px;
  margin-top: 5px;
  display: inline-block;
  color: #393939;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fUpWvww a,
.fUpWvww span {
  color: #8d8d8d;
}

.smUBMu > :not(:last-child):not(:nth-last-child(2)) {
  padding-right: 10px;
  margin-right: 10px;
  display: inline-block;
  line-height: 1.7;
  position: relative;
}

.smUBMu > :not(:last-child):not(:nth-last-child(2)):after {
  content: "";
  display: block;
  position: absolute;
  background-color: #d6d6d6;
  width: 1px;
  top: 5px;
  bottom: 5px;
  right: -1px;
}

.WwCA {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* --------------------------------------------content----------------------------------------- */
.XmSjnhzvUZ,
.XixkWV {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .XmSjnhzvUZ,
  .XixkWV {
    float: left;
  }

  .XixkWV {
    width: 66.66666667%;
  }

  .XmSjnhzvUZ {
    width: 33.33333333%;
  }
}

.EcIhlmxE a {
  border: 1px solid;
  padding: 6px 12px;
  margin: 5px 8px 5px 0;
  border-radius: 16px;
  font-weight: 700;
  display: inline-block;
  font-size: 12px;
  color: #15db95;
}

.EcIhlmxE a:hover {
  background-color: rgba(28, 28, 28, 0.7);
  color: #fff;
}

.bSjzFfM {
  margin: 5px 0 25px;
  position: relative;
}
.mHTlRhERFw {
  height: 20px;
  vertical-align: middle;
  position: relative;
  color: #8d8d8d;
  font-size: 14px;
  padding-right: 7px;
  padding-left: 3px;
  display: inline-block;
}

.mHTlRhERFw:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #d6d6d6;
  width: 1px;
  top: 2px;
  bottom: 3px;
  right: 0;
  height: 14px;
}

.mHTlRhERFw img {
  margin-top: -3px;
  display: inline-block;
  margin-right: 3px;
  width: 14px;
  height: 14px;
}
.mUVJZE {
  width: 68.35%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.ywvRZ {
  width: 31.65%;
  float: right;
  position: relative;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}
.kOkouT {
  display: flex;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 35px;
}

.kOkouT img {
  width: 100%;
  min-width: 100%;
  height: auto;
  margin-bottom: 0;
  border-radius: 10px;
  object-fit: cover;
}

.rjba {
  padding-bottom: 30px;
  margin-bottom: 0;
  color: #6c7f87;
  border-bottom: 1px solid #e2e2e2;
}

.rjba h2 {
  color: #02254d;
  font-size: 24px;
  font-weight: 700;
  padding-top: 15px;
  margin-top: 0;
}
.rjba p {
  font-size: 16px;
  color: #6c7f87;
  margin-bottom: 15px;
}

.fzRgSQvWX {
  margin-top: 34px;
}
.PEspmJZgSm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  gap: 12px;
}
.PEspmJZgSm h2 {
  margin: 0;
  font-size: 26px;
}
.LWvy {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dGYcR {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #15db95;
  border: 1.5px solid #e5eaef;
}

.dGYcR:hover {
  background: #15db95;
  color: #fff;
  border-color: #15db95;
}

.dGYcR:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.WkYbyQtPk {
  overflow: hidden;
}
.MQRUza {
  --gap: 18px;
  --per-view: 1;
  display: flex;
  gap: var(--gap);
  will-change: transform;
  list-style: none;
  margin: 0;
  padding: 0;
}
.MdRd {
  flex: 0 0
    calc((100% - (var(--gap) * (var(--per-view) - 1))) / var(--per-view));
}
.SXmDc {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
.AKAd {
  position: relative;
  aspect-ratio: 16/9;
  background: #f3f6f9;
}
.AKAd img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.oxdwzZlah {
  position: absolute;
  left: 12px;
  bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background-color: rgba(28, 28, 28, 0.7);
  padding: 4px 9px 5px;
  border-radius: 50px;
}

.oxdwzZlah a {
  color: #fff;
  text-decoration: none;
}

.oxdwzZlah:hover {
  background: #15db95;
  color: #fff;
}

.fytsKfzk {
  padding: 14px;
}
.rrlOuK {
  font-size: 18px;
  line-height: 1.35;
  color: #393939;
  margin: 2px 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.oRqj {
  color: #8d8d8d;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.oRqj .sQTGGmVIq {
  color: #c6cdd5;
}

@media (min-width: 768px) {
  .MQRUza {
    --per-view: 2;
  }
}
@media (min-width: 1200px) {
  .MQRUza {
    --per-view: 3;
  }
}

.zsQtvr {
  /* position: absolute; */
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.zsQtvr h4 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 0;
}

@media only screen and (max-width: 950px) {
  .mUVJZE {
    width: 100%;
  }
  .ywvRZ {
    position: unset;
    width: 100%;
  }
}

@media only screen and (max-width: 980px) {
  .ywvRZ {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .ywvRZ {
    position: sticky;
    top: 20px;
  }
  .zsQtvr {
    position: static;
  }

  .ywvRZ .zsQtvr {
    max-height: calc(100vh - 20px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  .ywvRZ {
    position: static;
    top: auto;
  }
  .ywvRZ .zsQtvr {
    max-height: none;
    overflow: visible;
  }
}
.ltPeDcE {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
  min-height: 99px;
  padding-bottom: 14px;
  position: relative;
}
.VvkE {
  width: 123px;
  height: 79px;
  float: left;
  margin-right: 20px;
  margin-bottom: 24px;
}

.VvkE img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.LqlsTc {
  display: flex;
  flex-direction: column;
}
.LqlsTc h5 {
  font-size: 18px;
  max-width: 98%;
  margin-top: 0;
  font-size: 13px;
  margin-bottom: 14px;
}
.fUpWvww {
  font-size: 12px;
}
.hxCV {
  /* padding-right: 10px; */
  margin-right: 3px;
  display: inline-block;
  position: relative;
}

.MYIhSQvxoD img {
  margin-right: 3px;
}
/* --------------------------------------footer------------------------------------------------- */
footer {
  background: #02254d;
  color: #e6edf3;
  margin-top: 40px;
  padding: 26px 16px;
}

footer .LvmxOE {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

footer .LvmxOE a {
  color: #e6edf3;
  font-weight: 500;
  font-size: 14px;
  opacity: 0.9;
  text-decoration: none;
}

footer .LvmxOE a:hover {
  color: #15db95;
  opacity: 1;
}

footer .LvmxOE a:focus-visible {
  outline: 2px solid #15db95;
  outline-offset: 2px;
  border-radius: 4px;
}

footer .DhDSR {
  text-align: center;
  font-size: 13px;
  color: #c8d2db;
}

@media (min-width: 992px) {
  footer {
    padding: 28px 0;
  }
}

@media (max-width: 991.98px) {
  .NeUJIsA {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .PhZs {
    margin-left: 0;
    margin-right: 0;
  }

  .PhZs > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* ------------------------------------------------------------------------ */
.nglueC {
  padding: 20px 0 30px 0;
}
.nglueC p {
  font-size: 16px;
  color: #6c7f87;
  margin-bottom: 15px;
  font-weight: 400;
}

.nglueC h2 {
  color: #02254d;
  font-size: 30px;
  font-weight: 700;
  margin-top: 8px;
}

.nglueC h3 {
  color: #02254d;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
  padding-top: 15px;
}

@media (max-width: 768px) {
  .nglueC h2 {
    color: #02254d;
    font-size: 24px;
    font-weight: 700;
    margin-top: 8px;
  }
  .nglueC h3 {
    color: #02254d;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 700;
    padding-top: 15px;
  }
  .nglueC p {
    font-size: 14px;
  }
}
/* --------------------------- pagination --------------------------- */
.pagination-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 22px 0 8px;
}
.pagination {
  display: inline-flex;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-item {
  display: inline-flex;
}
.page-link {
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #e5eaef;
  background: #fff;
  color: #02254d;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.18s ease;
}
.page-link:hover {
  border-color: #15db95;
  color: #15db95;
  box-shadow: 0 0 0 3px rgba(21, 219, 149, 0.12);
}
.page-item.active .page-link,
.page-item .page-link[aria-current="page"] {
  background: #15db95;
  color: #fff;
  border-color: #15db95;
  cursor: default;
}
.page-item.disabled .page-link {
  color: #c6cdd5;
  background: #f8fafc;
  border-color: #e9eef2;
  cursor: not-allowed;
  pointer-events: none;
}
.page-item.ellipsis .page-link {
  background: transparent;
  border-color: transparent;
  color: #8d8d8d;
  cursor: default;
  pointer-events: none;
}
.page-link:focus-visible {
  outline: 2px solid #15db95;
  outline-offset: 2px;
}

/* toolbar: per-page selector + info */
.pager-toolbar {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: end;
  margin: 8px 0 6px;
}
.pager-info {
  color: #6c7f87;
  font-size: 13px;
}
.pager-size-form {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.pager-size-label {
  color: #616e7c;
  font-size: 13px;
}
.pager-size-select {
  height: 36px;
  border: 1px solid #d9e3ea;
  border-radius: 8px;
  padding: 0 10px;
  background: #fff;
  color: #02254d;
}
.pager-size-select:focus {
  border-color: #15db95;
  box-shadow: 0 0 0 3px rgba(21, 219, 149, 0.12);
  outline: none;
}

@media (max-width: 575.98px) {
  .pagination {
    gap: 4px;
  }
  .page-link {
    min-width: 32px;
    height: 32px;
    border-radius: 6px;
  }
  .pager-toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .pager-info {
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .pagination {
    gap: 4px;
  }
  .page-link {
    min-width: 32px;
    height: 32px;
    border-radius: 6px;
  }
  .pager-toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .pager-info {
    text-align: center;
  }
}

/* back-to-top */
.back-to-top {
  position: fixed;
  right: 80px;
  bottom: 120px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: #15db95;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease,
    background 0.15s ease;
}
.back-to-top .arrow {
  font-size: 18px;
  line-height: 1;
  margin-top: -2px;
}
.back-to-top:hover {
  background: #0ec586;
}
.back-to-top.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 575.98px) {
  .back-to-top {
    width: 38px;
    height: 38px;
    right: 40px;
    bottom: 40px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16);
  }
}
.load-more-wrap {
  margin: 22px 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.load-more-separator {
  flex: 1;
  height: 1px;
  background: #eee;
  max-width: 33%;
}
.load-more-btn {
  min-width: 180px;
  height: 44px;
  padding: 0 28px;
  border-radius: 22px;
  border: 1px solid #d9e3ea;
  background: #fff;
  color: #02254d;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.18s ease;
}
.load-more-btn:hover {
  border-color: #15db95;
  color: #15db95;
  box-shadow: 0 0 0 3px rgba(21, 219, 149, 0.12);
}
.load-more-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
