.elementor-568348 .elementor-element.elementor-element-9388230{--display:flex;}.elementor-568348 .elementor-element.elementor-element-4229167{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-568348 .elementor-element.elementor-element-5682d92{--display:flex;}.elementor-568348 .elementor-element.elementor-element-970297f{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-568348 .elementor-element.elementor-element-832453a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-4229167 */.mc-category-hero {
  position: relative;
  left: 50%;
  right: 50%;

  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;

  overflow: hidden;
  isolation: isolate;

  padding: 80px 100px 104px;

  background:
    radial-gradient(circle at 12% 20%, rgba(31, 143, 255, 0.13), transparent 34%),
    radial-gradient(circle at 86% 16%, rgba(11, 99, 216, 0.10), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);

  color: #0f172a;
}

.mc-category-hero *,
.mc-category-hero *::before,
.mc-category-hero *::after {
  box-sizing: border-box;
}

.mc-category-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.mc-category-hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(28px);
  opacity: 0.22;
}

.mc-category-hero-glow-one {
  width: 360px;
  height: 360px;
  left: -160px;
  bottom: 80px;
  background: #1f8fff;
}

.mc-category-hero-glow-two {
  width: 340px;
  height: 340px;
  right: -120px;
  top: 120px;
  background: #0b63d8;
}

.mc-category-hero-dots {
  position: absolute;
  width: 230px;
  height: 300px;
  opacity: 0.22;
  background-image: radial-gradient(rgba(31, 143, 255, 0.42) 1.2px, transparent 1.2px);
  background-size: 15px 15px;
}

.mc-category-hero-dots-left {
  left: -60px;
  top: 120px;
}

.mc-category-hero-dots-right {
  right: -30px;
  bottom: 90px;
}

.mc-category-hero-ring {
  position: absolute;
  width: 650px;
  height: 650px;
  right: 90px;
  top: 70px;

  border-radius: 999px;
  border: 1px solid rgba(31, 143, 255, 0.13);
  box-shadow:
    inset 0 0 0 80px rgba(31, 143, 255, 0.035),
    0 0 90px rgba(31, 143, 255, 0.10);
}

.mc-category-hero-inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.94fr);
  gap: clamp(44px, 5vw, 82px);
  align-items: center;
}

.mc-category-hero-content {
  position: relative;
  z-index: 2;

  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.72s ease,
    transform 0.72s ease;
}

.mc-category-hero.is-visible .mc-category-hero-content {
  opacity: 1;
  transform: translateY(0);
}

.mc-category-hero-breadcrumb {
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;

  margin-bottom: 22px;
  padding: 9px 13px;
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(31, 143, 255, 0.14);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);

  color: #64748b;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.mc-category-hero-breadcrumb a {
  color: #0b63d8 !important;
  text-decoration: none !important;
}

.mc-category-hero-breadcrumb a:hover {
  text-decoration: underline !important;
}

.mc-category-hero-breadcrumb span {
  color: #94a3b8;
}

.mc-category-hero-breadcrumb strong {
  color: #0b1635;
  font-weight: 900;
}

.mc-category-hero h1 {
  max-width: 820px;
  margin: 0;

  color: #0b1635;
  font-size: clamp(44px, 5.3vw, 56px);
  line-height: 0.96;
  letter-spacing: -0.07em;
  font-weight: 950;
}

.mc-category-hero h1 span {
  color: #1f8fff;
}

.mc-category-hero-content > p {
  max-width: 720px;
  margin: 26px 0 0;

  color: #334155;
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.62;
  letter-spacing: -0.025em;
}

.mc-category-hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;

  max-width: 720px;
  margin-top: 30px;
}

.mc-category-hero-meta div {
  padding: 16px;
  border-radius: 20px;

  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(31, 143, 255, 0.14);
  box-shadow:
    0 18px 42px rgba(15, 23, 42, 0.055),
    inset 0 0 0 1px rgba(255, 255, 255, 0.76);
}

.mc-category-hero-meta strong {
  display: block;

  color: #0b1635;
  font-size: 21px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.mc-category-hero-meta small {
  display: block;
  margin-top: 7px;

  color: #64748b;
  font-size: 12.5px;
  line-height: 1.35;
  font-weight: 750;
}

.mc-category-hero-search {
  width: 100%;
  max-width: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;

  margin-top: 26px;
  padding: 10px;
  border-radius: 22px;

  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(31, 143, 255, 0.15);
  box-shadow:
    0 24px 58px rgba(15, 23, 42, 0.085),
    inset 0 0 0 1px rgba(255, 255, 255, 0.78);

  backdrop-filter: blur(18px);
}

.mc-category-hero-search input {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;

  border: 0;
  outline: 0;
  border-radius: 16px;

  color: #0b1635;
  background: transparent;

  font-size: 15.5px;
  font-weight: 750;
  letter-spacing: -0.015em;
}

.mc-category-hero-search input::placeholder {
  color: #94a3b8;
}

.mc-category-hero-search button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  padding: 0 22px;
  border: 0;
  border-radius: 16px;

  cursor: pointer;

  color: #ffffff;
  background: linear-gradient(135deg, #1f8fff 0%, #0b63d8 100%);
  box-shadow:
    0 18px 42px rgba(11, 99, 216, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.20);

  font-size: 15.5px;
  font-weight: 950;
  line-height: 1;

  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.mc-category-hero-search button span {
  font-size: 23px;
  line-height: 1;
}

.mc-category-hero-search button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 26px 58px rgba(11, 99, 216, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.24);
}

.mc-category-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;

  margin-top: 22px;
}

.mc-category-hero-actions a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 13px 17px;
  border-radius: 999px;

  color: #0b63d8 !important;
  background: rgba(255, 255, 255, 0.70);
  border: 1px solid rgba(31, 143, 255, 0.16);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);

  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  text-decoration: none !important;
  letter-spacing: -0.01em;

  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.mc-category-hero-actions a:hover {
  transform: translateY(-2px);
  background: #ffffff;
  border-color: rgba(31, 143, 255, 0.32);
}

.mc-category-hero-visual {
  position: relative;
  min-height: 560px;

  opacity: 0;
  transform: translateY(24px) scale(0.985);
  transition:
    opacity 0.75s ease 0.12s,
    transform 0.75s ease 0.12s;
}

.mc-category-hero.is-visible .mc-category-hero-visual {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.mc-category-hero-card {
  position: absolute;
  left: 50%;
  top: 50%;

  width: min(390px, 86%);
  min-height: 470px;
  padding: 18px;
  border-radius: 34px;

  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.46)),
    rgba(255, 255, 255, 0.58);

  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow:
    0 42px 98px rgba(15, 23, 42, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.72);

  backdrop-filter: blur(18px);
  transform: translate(-50%, -50%) rotate(-4deg);
}

.mc-category-hero-card-top {
  display: flex;
  gap: 7px;

  margin-bottom: 14px;
}

.mc-category-hero-card-top span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.22);
}

.mc-category-hero-card-main {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 34px 24px 26px;
  border-radius: 25px;

  background:
    radial-gradient(circle at 50% 12%, rgba(31, 143, 255, 0.20), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #eef6ff 100%);

  border: 1px solid rgba(31, 143, 255, 0.10);
}

.mc-category-hero-folder {
  width: 210px;
}

.mc-category-hero-folder-tab {
  width: 110px;
  height: 28px;
  margin-left: 14px;
  border-radius: 16px 16px 0 0;
  background: #bfdbfe;
}

.mc-category-hero-folder-body {
  min-height: 190px;
  padding: 24px;
  border-radius: 24px;

  background:
    radial-gradient(circle at 50% 16%, rgba(31, 143, 255, 0.20), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #eaf4ff 100%);

  border: 1px solid rgba(31, 143, 255, 0.14);
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.12);
}

.mc-category-hero-folder-body strong {
  display: block;

  color: #0b1635;
  font-size: 26px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.05em;
}

.mc-category-hero-folder-body small {
  display: block;
  margin-top: 8px;

  color: #64748b;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 750;
}

.mc-category-hero-line {
  width: 100%;
  height: 9px;
  margin-top: 28px;
  border-radius: 999px;
  background: rgba(31, 143, 255, 0.18);
}

.mc-category-hero-line.short {
  width: 70%;
  margin-top: 9px;
}

.mc-category-hero-pill {
  width: fit-content;
  margin-top: 18px;
  padding: 9px 11px;
  border-radius: 999px;

  color: #0b63d8;
  background: rgba(31, 143, 255, 0.10);
  border: 1px solid rgba(31, 143, 255, 0.14);

  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.mc-category-hero-card-text {
  margin-top: 28px;
  text-align: center;
}

.mc-category-hero-card-text strong {
  display: block;

  color: #0b1635;
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 950;
}

.mc-category-hero-card-text small {
  display: block;
  max-width: 260px;
  margin: 8px auto 0;

  color: #64748b;
  font-size: 13.5px;
  line-height: 1.38;
  font-weight: 700;
}

.mc-category-hero-floating {
  position: absolute;
  z-index: 3;

  display: flex;
  align-items: center;
  gap: 11px;

  padding: 13px 15px;
  border-radius: 18px;

  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(31, 143, 255, 0.16);
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.11);
}

.mc-category-hero-floating span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;

  border-radius: 999px;

  color: #ffffff;
  background: linear-gradient(135deg, #1f8fff, #0b63d8);

  font-size: 15px;
  font-weight: 950;
  line-height: 1;
}

.mc-category-hero-floating strong {
  color: #0b1635;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.mc-category-hero-floating-one {
  left: 0;
  top: 18%;
}

.mc-category-hero-floating-two {
  right: 0;
  bottom: 22%;
}

.mc-category-hero-badge {
  position: absolute;
  left: 5%;
  bottom: 12%;

  width: 108px;
  height: 108px;
  display: grid;
  place-items: center;

  padding: 14px;
  border-radius: 28px;

  text-align: center;

  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.18), rgba(31, 143, 255, 0.16)),
    rgba(255, 255, 255, 0.72);

  border: 1px solid rgba(31, 143, 255, 0.18);
  backdrop-filter: blur(18px);
  box-shadow: 0 26px 64px rgba(15, 23, 42, 0.12);
}

.mc-category-hero-badge strong {
  display: block;

  color: #0b1635;
  font-size: 30px;
  line-height: 0.98;
  font-weight: 950;
  letter-spacing: -0.06em;
}

.mc-category-hero-badge small {
  display: block;
  margin-top: 5px;

  color: #64748b;
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);

  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  margin: -1px !important;

  word-wrap: normal !important;
}

@media (max-width: 1200px) {
  .mc-category-hero {
    padding-left: 48px;
    padding-right: 48px;
  }

  .mc-category-hero-inner {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .mc-category-hero-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
  }

  .mc-category-hero h1,
  .mc-category-hero-content > p,
  .mc-category-hero-search,
  .mc-category-hero-meta,
  .mc-category-hero-breadcrumb {
    margin-left: auto;
    margin-right: auto;
  }

  .mc-category-hero-actions {
    justify-content: center;
  }

  .mc-category-hero-visual {
    max-width: 760px;
    width: 100%;
    min-height: 520px;
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .mc-category-hero {
    padding: 112px 16px 76px;
  }

  .mc-category-hero-breadcrumb {
    justify-content: center;
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
    border-radius: 18px;
  }

  .mc-category-hero h1 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1;
    letter-spacing: -0.055em;
  }

  .mc-category-hero-content > p {
    font-size: 16px;
    line-height: 1.55;
  }

  .mc-category-hero-meta {
    grid-template-columns: 1fr;
  }

  .mc-category-hero-search {
    grid-template-columns: 1fr;
    padding: 9px;
    border-radius: 20px;
  }

  .mc-category-hero-search input {
    min-height: 54px;
    text-align: center;
    font-size: 14.5px;
  }

  .mc-category-hero-search button {
    width: 100%;
    min-height: 54px;
  }

  .mc-category-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .mc-category-hero-actions a {
    width: 100%;
  }

  .mc-category-hero-visual {
    min-height: 420px;
  }

  .mc-category-hero-card {
    width: min(320px, 84%);
    min-height: 380px;
    border-radius: 28px;
    padding: 14px;
  }

  .mc-category-hero-card-main {
    min-height: 330px;
    padding: 26px 18px 22px;
    border-radius: 22px;
  }

  .mc-category-hero-floating,
  .mc-category-hero-badge {
    display: none;
  }
}

@media (max-width: 480px) {
  .mc-category-hero-visual {
    min-height: 360px;
  }

  .mc-category-hero-card {
    width: min(292px, 92%);
    min-height: 340px;
  }

  .mc-category-hero-card-main {
    min-height: 300px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mc-category-hero-content,
  .mc-category-hero-visual,
  .mc-category-hero-search button {
    transition: none;
  }

  .mc-category-hero-content,
  .mc-category-hero-visual {
    opacity: 1;
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-970297f */.mc-category-articles {
  position: relative;
  overflow: hidden;
  isolation: isolate;

  width: 100%;
  padding: 92px 100px 104px;

  background:
    radial-gradient(circle at 10% 16%, rgba(31, 143, 255, 0.075), transparent 34%),
    radial-gradient(circle at 90% 18%, rgba(11, 99, 216, 0.055), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);

  color: #0f172a;
}

.mc-category-articles *,
.mc-category-articles *::before,
.mc-category-articles *::after {
  box-sizing: border-box;
}

.mc-category-articles-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.mc-category-articles-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(26px);
  opacity: 0.13;
}

.mc-category-articles-glow-one {
  width: 320px;
  height: 320px;
  left: -150px;
  top: 120px;
  background: #1f8fff;
}

.mc-category-articles-glow-two {
  width: 300px;
  height: 300px;
  right: -130px;
  bottom: 120px;
  background: #0b63d8;
}

.mc-category-articles-dots {
  position: absolute;
  right: 58px;
  top: 76px;
  width: 230px;
  height: 280px;
  opacity: 0.18;
  background-image: radial-gradient(rgba(31, 143, 255, 0.34) 1.2px, transparent 1.2px);
  background-size: 15px 15px;
}

.mc-category-articles-inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.mc-category-articles-head {
  max-width: 860px;
  margin: 0 auto 44px;
  text-align: center;

  opacity: 0;
  transform: translateY(18px);

  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}

.mc-category-articles.is-visible .mc-category-articles-head {
  opacity: 1;
  transform: translateY(0);
}

.mc-category-articles-eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  margin: 0 auto 18px;
  padding: 9px 14px;
  border-radius: 999px;

  color: #0b63d8;
  background: rgba(31, 143, 255, 0.08);
  border: 1px solid rgba(31, 143, 255, 0.15);

  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.mc-category-articles-eyebrow span {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 999px;
  background: #1f8fff;
  box-shadow: 0 0 0 6px rgba(31, 143, 255, 0.13);
}

.mc-category-articles h2 {
  max-width: 940px;
  margin: 0 auto;

  color: #0b1635;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1;
  letter-spacing: -0.062em;
  font-weight: 950;
}

.mc-category-articles-head p {
  max-width: 720px;
  margin: 20px auto 0;

  color: #475569;
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.6;
  letter-spacing: -0.02em;
}

.mc-category-articles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.mc-category-article-card {
  position: relative;
  overflow: hidden;

  display: flex;
  flex-direction: column;

  border-radius: 28px;

  background:
    radial-gradient(circle at 20% 10%, rgba(31, 143, 255, 0.10), transparent 34%),
    rgba(255, 255, 255, 0.96);

  border: 1px solid rgba(31, 143, 255, 0.13);
  box-shadow:
    0 22px 58px rgba(15, 23, 42, 0.075),
    inset 0 0 0 1px rgba(255, 255, 255, 0.82);

  opacity: 0;
  transform: translateY(18px);

  transition:
    opacity 0.55s ease,
    transform 0.55s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.mc-category-article-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.mc-category-article-card:hover {
  transform: translateY(-4px);
  border-color: rgba(31, 143, 255, 0.30);
  box-shadow:
    0 30px 76px rgba(15, 23, 42, 0.115),
    inset 0 0 0 1px rgba(255, 255, 255, 0.88);
}

.mc-category-article-thumb {
  display: block;
  overflow: hidden;

  height: 190px;
  margin: 13px 13px 0;
  border-radius: 20px;

  background: #eaf4ff;
}

.mc-category-article-thumb img {
  width: 100%;
  height: 100%;
  display: block;

  object-fit: cover;

  transition: transform 0.32s ease;
}

.mc-category-article-card:hover .mc-category-article-thumb img {
  transform: scale(1.045);
}

.mc-category-article-body {
  display: flex;
  flex-direction: column;
  flex: 1;

  padding: 20px 22px 22px;
}

.mc-category-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;

  margin-bottom: 12px;
}

.mc-category-article-meta span {
  display: inline-flex;
  align-items: center;

  padding: 7px 10px;
  border-radius: 999px;

  color: #0b63d8;
  background: rgba(31, 143, 255, 0.08);
  border: 1px solid rgba(31, 143, 255, 0.12);

  font-size: 12px;
  line-height: 1;
  font-weight: 850;
}

.mc-category-article-card h3 {
  margin: 0;

  color: #0b1635;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.045em;
  font-weight: 950;
}

.mc-category-article-card h3 a {
  color: inherit !important;
  text-decoration: none !important;
}

.mc-category-article-card h3 a:hover {
  color: #0b63d8 !important;
}

.mc-category-article-card p {
  margin: 13px 0 0;

  color: #475569;
  font-size: 14.5px;
  line-height: 1.52;
  letter-spacing: -0.015em;
}

.mc-category-article-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;

  margin-top: auto;
  padding-top: 20px;

  color: #0b63d8 !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 950;
  text-decoration: none !important;
}

.mc-category-article-link span {
  font-size: 21px;
  line-height: 1;
}

.mc-category-article-link:hover {
  color: #1f8fff !important;
}

.mc-category-articles-pagination {
  margin-top: 42px;
}

.mc-category-articles-pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;

  margin: 0;
  padding: 0;
  list-style: none;
}

.mc-category-articles-pagination li {
  margin: 0;
  padding: 0;
}

.mc-category-articles-pagination a,
.mc-category-articles-pagination span {
  min-width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0 14px;
  border-radius: 14px;

  color: #0b63d8;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(31, 143, 255, 0.14);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);

  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  text-decoration: none !important;
}

.mc-category-articles-pagination .current {
  color: #ffffff;
  background: linear-gradient(135deg, #1f8fff 0%, #0b63d8 100%);
}

.mc-category-articles-empty {
  max-width: 760px;
  margin: 0 auto;
  padding: 34px;
  border-radius: 28px;

  text-align: center;

  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(31, 143, 255, 0.13);
  box-shadow:
    0 24px 64px rgba(15, 23, 42, 0.075),
    inset 0 0 0 1px rgba(255, 255, 255, 0.82);
}

.mc-category-articles-empty strong {
  display: block;

  color: #0b1635;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -0.045em;
  font-weight: 950;
}

.mc-category-articles-empty p {
  max-width: 560px;
  margin: 14px auto 0;

  color: #475569;
  font-size: 16px;
  line-height: 1.55;
}

.mc-category-articles-empty div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;

  margin-top: 24px;
}

.mc-category-articles-empty a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 13px 17px;
  border-radius: 999px;

  color: #0b63d8 !important;
  background: rgba(31, 143, 255, 0.08);
  border: 1px solid rgba(31, 143, 255, 0.14);

  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  text-decoration: none !important;
}

.mc-category-articles-empty a:hover {
  background: rgba(31, 143, 255, 0.12);
}

@media (max-width: 1200px) {
  .mc-category-articles {
    padding-left: 48px;
    padding-right: 48px;
  }

  .mc-category-articles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .mc-category-articles {
    padding: 74px 16px 84px;
  }

  .mc-category-articles-dots {
    display: none;
  }

  .mc-category-articles-head {
    margin-bottom: 34px;
  }

  .mc-category-articles h2 {
    font-size: clamp(30px, 8.6vw, 42px);
    line-height: 1.02;
    letter-spacing: -0.052em;
  }

  .mc-category-articles-head p {
    font-size: 16px;
    line-height: 1.55;
  }

  .mc-category-articles-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mc-category-article-thumb {
    height: 185px;
    border-radius: 19px;
  }

  .mc-category-article-body {
    padding: 19px 21px 21px;
  }

  .mc-category-article-card h3 {
    font-size: 21px;
  }

  .mc-category-articles-empty {
    padding: 26px 20px;
    border-radius: 24px;
  }

  .mc-category-articles-empty strong {
    font-size: 23px;
  }

  .mc-category-articles-empty div {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mc-category-articles-empty a {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .mc-category-articles h2 {
    font-size: clamp(28px, 8.2vw, 38px);
  }

  .mc-category-articles-eyebrow {
    font-size: 11.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mc-category-articles-head,
  .mc-category-article-card,
  .mc-category-article-link {
    transition: none;
  }

  .mc-category-articles-head,
  .mc-category-article-card {
    opacity: 1;
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-59e9ab6 */.mc-category-cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;

  width: 100%;
  padding: 92px 100px 104px;

  background:
    radial-gradient(circle at 14% 18%, rgba(31, 143, 255, 0.18), transparent 34%),
    radial-gradient(circle at 86% 20%, rgba(31, 143, 255, 0.16), transparent 32%),
    linear-gradient(145deg, #071226 0%, #0b1635 48%, #092f53 100%);

  color: #ffffff;
}

.mc-category-cta *,
.mc-category-cta *::before,
.mc-category-cta *::after {
  box-sizing: border-box;
}

.mc-category-cta-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.mc-category-cta-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(30px);
}

.mc-category-cta-glow-one {
  width: 360px;
  height: 360px;
  left: -160px;
  bottom: -120px;
  background: rgba(31, 143, 255, 0.24);
}

.mc-category-cta-glow-two {
  width: 340px;
  height: 340px;
  right: -140px;
  top: -130px;
  background: rgba(31, 143, 255, 0.28);
}

.mc-category-cta-grid-bg {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(143, 199, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143, 199, 255, 0.12) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at 50% 30%, #000 0%, transparent 78%);
}

.mc-category-cta-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.mc-category-cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;

  padding: clamp(30px, 4vw, 46px);
  border-radius: 34px;

  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.035);

  border: 1px solid rgba(143, 199, 255, 0.20);
  box-shadow:
    0 28px 78px rgba(0, 0, 0, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);

  opacity: 0;
  transform: translateY(20px);

  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.mc-category-cta.is-visible .mc-category-cta-card {
  opacity: 1;
  transform: translateY(0);
}

.mc-category-cta-content {
  max-width: 760px;
}

.mc-category-cta-eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 18px;
  padding: 10px 15px;
  border-radius: 999px;

  color: #b8dcff;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(143, 199, 255, 0.20);

  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.mc-category-cta-eyebrow span {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 999px;
  background: #1f8fff;
  box-shadow: 0 0 0 6px rgba(31, 143, 255, 0.15);
}

.mc-category-cta h2 {
  max-width: 820px;
  margin: 0;

  color: #ffffff;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -0.062em;
  font-weight: 950;
}

.mc-category-cta p {
  max-width: 720px;
  margin: 20px 0 0;

  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.6;
  letter-spacing: -0.02em;
}

.mc-category-cta-action {
  min-width: 270px;
  display: grid;
  gap: 12px;
  justify-items: end;
}

.mc-category-cta-action a {
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;

  padding: 18px 24px;
  border-radius: 18px;

  color: #ffffff !important;
  background: linear-gradient(135deg, #1f8fff 0%, #0b63d8 100%);
  box-shadow:
    0 24px 58px rgba(31, 143, 255, 0.30),
    inset 0 0 0 1px rgba(255, 255, 255, 0.20);

  font-size: 16px;
  line-height: 1.1;
  font-weight: 950;
  text-decoration: none !important;
  white-space: nowrap;

  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.mc-category-cta-action a span {
  font-size: 25px;
  line-height: 1;
}

.mc-category-cta-action a:hover {
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow:
    0 32px 76px rgba(31, 143, 255, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.24);
}

.mc-category-cta-action small {
  max-width: 260px;

  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 650;
  text-align: right;
}

@media (max-width: 1100px) {
  .mc-category-cta {
    padding-left: 48px;
    padding-right: 48px;
  }

  .mc-category-cta-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .mc-category-cta-content {
    margin: 0 auto;
  }

  .mc-category-cta-eyebrow {
    margin-left: auto;
    margin-right: auto;
  }

  .mc-category-cta h2,
  .mc-category-cta p {
    margin-left: auto;
    margin-right: auto;
  }

  .mc-category-cta-action {
    justify-items: center;
  }

  .mc-category-cta-action small {
    text-align: center;
  }
}

@media (max-width: 760px) {
  .mc-category-cta {
    padding: 76px 16px 84px;
  }

  .mc-category-cta-card {
    padding: 26px 20px;
    border-radius: 28px;
  }

  .mc-category-cta h2 {
    font-size: clamp(30px, 8.6vw, 42px);
    line-height: 1.02;
    letter-spacing: -0.052em;
  }

  .mc-category-cta p {
    font-size: 16px;
    line-height: 1.55;
  }

  .mc-category-cta-action {
    min-width: 0;
    width: 100%;
  }

  .mc-category-cta-action a {
    width: 100%;
    min-height: 58px;
    font-size: 15.5px;
  }
}

@media (max-width: 420px) {
  .mc-category-cta-eyebrow {
    font-size: 11.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mc-category-cta-card,
  .mc-category-cta-action a {
    transition: none;
  }

  .mc-category-cta-card {
    opacity: 1;
    transform: none;
  }
}/* End custom CSS */