/* Common base styles shared by all route templates. */

* {
  box-sizing: border-box;
  border-radius: 0 !important;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.xmdsite-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.xmdsite-page {
  min-width: 0;
  overflow-x: hidden;
}

@media (max-width: 820px) {
    .xmdsite-container {
      width: min(100% - 32px, 1180px);
    }
}

@media (max-width: 820px) {
    .xmdsite-container {
      width: min(100% - 28px, 1180px);
    }
}

@media (max-width: 560px) {
    .xmdsite-container {
      width: min(100% - 24px, 1180px);
    }
}



/* home template styles. */

body.xmdsite-template-home {
  --brand: #0a67c7;
  --brand-dark: #064f9e;
  --brand-deep: #08294f;
  --brand-accent: #18aee5;
  --brand-ice: #edf7ff;
  --ink: #0b223d;
  --muted: rgba(11, 34, 61, 0.66);
  --soft: rgba(11, 34, 61, 0.46);
  --line: rgba(10, 103, 199, 0.14);
  --line-strong: rgba(10, 103, 199, 0.28);
  --bg: #f6f9fd;
  --surface: #ffffff;
  --surface-blue: #edf7ff;
  --shadow: 0 18px 46px rgba(8, 41, 79, 0.10);
  --shadow-soft: 0 10px 28px rgba(8, 41, 79, 0.075);
  color-scheme: light;
}

body.xmdsite-template-home {
  margin: 0;
  background:
  radial-gradient(circle at 12% 8%, rgba(24, 174, 229, 0.095) 0, rgba(24, 174, 229, 0) 28%),
  radial-gradient(circle at 86% 18%, rgba(10, 103, 199, 0.085) 0, rgba(10, 103, 199, 0) 30%),
  linear-gradient(90deg, rgba(10, 103, 199, 0.026) 1px, transparent 1px),
  linear-gradient(180deg, rgba(10, 103, 199, 0.020) 1px, transparent 1px),
  linear-gradient(180deg, #ffffff 0%, #f6f9fd 52%, #ffffff 100%);
  background-size: auto, auto, 30px 30px, 30px 30px, auto;
  color: var(--ink);
  font-family: Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.xmdsite-template-home .xmdsite-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(10, 103, 199, 0.10);
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 34px rgba(8, 41, 79, 0.06);
}

body.xmdsite-template-home .xmdsite-brand-logo,
body.xmdsite-template-home .xmdsite-footer-logo {
  background: transparent;
}

body.xmdsite-template-home .xmdsite-contact-strip {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(10, 103, 199, 0.22);
  background:
  linear-gradient(90deg, #08294f 0%, #064f9e 48%, #0a67c7 100%);
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(8, 41, 79, 0.16);
}

body.xmdsite-template-home .xmdsite-contact-strip::before {
  position: absolute;
  inset: 0;
  background:
  linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.16) 50%, transparent 100%),
  linear-gradient(135deg, rgba(255, 255, 255, 0.10) 0 1px, transparent 1px 18px);
  background-size: 100% 100%, 18px 18px;
  content: "";
  pointer-events: none;
}

body.xmdsite-template-home .xmdsite-contact-strip-inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 26px;
  padding: 6px 0;
}

body.xmdsite-template-home .xmdsite-contact-strip-item {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 13px;
  line-height: 1.45;
  white-space: nowrap;
}

body.xmdsite-template-home .xmdsite-contact-strip-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.52);
  color: #ffffff;
}

body.xmdsite-template-home .xmdsite-contact-strip-icon svg {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
}

body.xmdsite-template-home .xmdsite-contact-strip-label {
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0.03em;
}

body.xmdsite-template-home .xmdsite-contact-strip-text {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
}

body.xmdsite-template-home .xmdsite-phone-link {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.56);
  color: #ffffff;
  text-decoration: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.20);
}

body.xmdsite-template-home .xmdsite-phone-link:hover,
body.xmdsite-template-home .xmdsite-phone-link:focus-visible {
  border-bottom-color: #ffffff;
  color: #ffffff;
  outline: none;
}

body.xmdsite-template-home .xmdsite-mobile-call {
  display: none;
}

body.xmdsite-template-home .xmdsite-header-inner {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 9px 0 8px;
}

body.xmdsite-template-home .xmdsite-brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  color: var(--brand-deep);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

body.xmdsite-template-home .xmdsite-brand-logo {
  width: auto;
  max-width: 220px;
  max-height: 44px;
  object-fit: contain;
}

body.xmdsite-template-home .xmdsite-brand-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.xmdsite-template-home .xmdsite-nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.xmdsite-template-home .xmdsite-nav-item {
  position: relative;
}

body.xmdsite-template-home .xmdsite-nav-item + .xmdsite-nav-item::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 16px;
  background: rgba(10, 103, 199, 0.16);
  content: "";
  transform: translateY(-50%);
}

body.xmdsite-template-home .xmdsite-nav-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid transparent;
  color: #143a5f;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

body.xmdsite-template-home .xmdsite-nav-link:hover,
body.xmdsite-template-home .xmdsite-nav-link:focus-visible {
  border-color: rgba(24, 174, 229, 0.36);
  background: linear-gradient(135deg, rgba(237, 247, 255, 0.98), rgba(243, 252, 255, 0.98));
  color: var(--brand-dark);
  outline: none;
}

body.xmdsite-template-home .xmdsite-masthead {
  position: relative;
  border-bottom: 1px solid rgba(24, 174, 229, 0.16);
  background:
  radial-gradient(circle at 82% 18%, rgba(24, 174, 229, 0.24) 0, rgba(24, 174, 229, 0) 26%),
  radial-gradient(circle at 16% 8%, rgba(10, 103, 199, 0.22) 0, rgba(10, 103, 199, 0) 34%),
  linear-gradient(128deg, #08294f 0%, #064f9e 54%, #0a67c7 100%);
  color: #ffffff;
  overflow: hidden;
}

body.xmdsite-template-home .xmdsite-masthead::before,
body.xmdsite-template-home .xmdsite-masthead::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

body.xmdsite-template-home .xmdsite-masthead::before {
  inset: 0;
  background:
  linear-gradient(90deg, rgba(255, 255, 255, 0.080) 1px, transparent 1px),
  linear-gradient(180deg, rgba(255, 255, 255, 0.058) 1px, transparent 1px),
  linear-gradient(135deg, transparent 0 44%, rgba(255, 255, 255, 0.10) 44% 45%, transparent 45% 100%);
  background-size: 36px 36px, 36px 36px, 220px 220px;
  opacity: 0.9;
}

body.xmdsite-template-home .xmdsite-masthead::after {
  right: 5%;
  bottom: -42px;
  width: 300px;
  height: 138px;
  border: 1px solid rgba(24, 174, 229, 0.30);
  box-shadow: 0 0 72px rgba(24, 174, 229, 0.13);
  transform: skewX(-22deg);
}

body.xmdsite-template-home .xmdsite-masthead-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  padding: clamp(42px, 5.6vw, 72px) 0 clamp(32px, 4.2vw, 50px);
}

body.xmdsite-template-home .xmdsite-page-title {
  max-width: 900px;
  margin: 0;
  font-size: clamp(32px, 4.5vw, 58px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.05;
}

body.xmdsite-template-home .xmdsite-page-title span {
  display: block;
}

body.xmdsite-template-home .xmdsite-masthead-description {
  max-width: 720px;
  margin: 16px 0 0;
  color: rgba(236, 247, 255, 0.84);
  font-size: clamp(14px, 1.35vw, 16px);
  line-height: 1.76;
}

body.xmdsite-template-home .xmdsite-masthead-index {
  display: grid;
  width: min(320px, 30vw);
  border: 1px solid rgba(171, 225, 255, 0.34);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(24, 174, 229, 0.075));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

body.xmdsite-template-home .xmdsite-masthead-index a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  min-height: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
  letter-spacing: 0.08em;
  transition: background-color 180ms ease, color 180ms ease;
}

body.xmdsite-template-home .xmdsite-masthead-index a:last-child {
  border-bottom: 0;
}

body.xmdsite-template-home .xmdsite-masthead-index a:hover,
body.xmdsite-template-home .xmdsite-masthead-index a:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  outline: none;
}

body.xmdsite-template-home .xmdsite-masthead-index span:first-child {
  display: inline-flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.58);
  font-family: Arial, sans-serif;
  font-size: 12px;
}

body.xmdsite-template-home .xmdsite-main {
  display: grid;
  gap: clamp(24px, 4vw, 40px);
  padding: clamp(30px, 4vw, 48px) 0 clamp(38px, 5.5vw, 64px);
}

body.xmdsite-template-home .xmdsite-section {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(10, 103, 199, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.985) 0%, rgba(250, 253, 255, 0.985) 100%);
  box-shadow: var(--shadow-soft);
}

body.xmdsite-template-home .xmdsite-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: end;
  border-bottom: 1px solid rgba(10, 103, 199, 0.11);
  background: linear-gradient(90deg, rgba(237, 247, 255, 0.74), rgba(255, 255, 255, 0.92));
  padding: clamp(14px, 2vw, 20px);
}

body.xmdsite-template-home .xmdsite-section-title {
  margin: 0;
  color: var(--brand-deep);
  font-size: clamp(22px, 2.45vw, 30px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

body.xmdsite-template-home .xmdsite-section-lead {
  max-width: 760px;
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.68;
}

body.xmdsite-template-home .xmdsite-section-link {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(10, 103, 199, 0.28);
  background: rgba(255, 255, 255, 0.64);
  padding: 0 14px;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.09em;
  white-space: nowrap;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

body.xmdsite-template-home .xmdsite-section-link:hover,
body.xmdsite-template-home .xmdsite-section-link:focus-visible {
  border-color: var(--brand);
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
  color: #ffffff;
  outline: none;
}

body.xmdsite-template-home .xmdsite-item-list,
body.xmdsite-template-home .xmdsite-news-list,
body.xmdsite-template-home .xmdsite-case-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.xmdsite-template-home .xmdsite-item-link,
body.xmdsite-template-home .xmdsite-news-link,
body.xmdsite-template-home .xmdsite-case-link {
  display: block;
  height: 100%;
  color: inherit;
}

body.xmdsite-template-home .xmdsite-card-title {
  margin: 0;
  color: #0f3156;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.38;
}

body.xmdsite-template-home .xmdsite-card-summary {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.62;
  -webkit-box-orient: vertical;
}

body.xmdsite-template-home .xmdsite-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  color: var(--soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.xmdsite-template-home .xmdsite-card-more {
  color: var(--brand);
  font-weight: 900;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

body.xmdsite-template-home .xmdsite-section--service {
  background:
  radial-gradient(circle at 92% 16%, rgba(24, 174, 229, 0.10) 0, rgba(24, 174, 229, 0) 32%),
  linear-gradient(90deg, rgba(10, 103, 199, 0.035) 1px, transparent 1px),
  linear-gradient(180deg, rgba(10, 103, 199, 0.035) 1px, transparent 1px),
  linear-gradient(135deg, #ffffff 0%, #edf7ff 100%);
  background-size: auto, 24px 24px, 24px 24px, auto;
}

body.xmdsite-template-home .xmdsite-section--service .xmdsite-item-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: clamp(12px, 1.8vw, 18px);
  background: rgba(10, 103, 199, 0.07);
}

body.xmdsite-template-home .xmdsite-service-card {
  min-width: 0;
  background: #ffffff;
}

body.xmdsite-template-home .xmdsite-service-card .xmdsite-item-link {
  position: relative;
  display: grid;
  min-height: 180px;
  grid-template-rows: auto auto 1fr auto;
  gap: 8px;
  padding: 16px 15px 15px;
  border-top: 1px solid rgba(10, 103, 199, 0.22);
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

body.xmdsite-template-home .xmdsite-service-card .xmdsite-item-link:hover,
body.xmdsite-template-home .xmdsite-service-card .xmdsite-item-link:focus-visible {
  background: linear-gradient(135deg, #f0f8ff, #f4fcff);
  outline: 1px solid rgba(10, 103, 199, 0.34);
  box-shadow: 0 12px 24px rgba(8, 41, 79, 0.08);
  transform: translateY(-2px);
}

body.xmdsite-template-home .xmdsite-service-number {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 8px;
  color: var(--brand-dark);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

body.xmdsite-template-home .xmdsite-service-number::before {
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--brand), rgba(24, 174, 229, 0.42));
  content: "";
}

body.xmdsite-template-home .xmdsite-service-card .xmdsite-card-title {
  font-size: 16px;
}

body.xmdsite-template-home .xmdsite-service-card .xmdsite-card-summary {
  -webkit-line-clamp: 3;
}

body.xmdsite-template-home .xmdsite-section--news {
  border-left: 1px solid rgba(10, 103, 199, 0.42);
  background:
  radial-gradient(circle at 92% 12%, rgba(24, 174, 229, 0.055), transparent 32%),
  linear-gradient(90deg, rgba(10, 103, 199, 0.035), rgba(255, 255, 255, 0.985) 30%, #ffffff 100%);
}

body.xmdsite-template-home .xmdsite-section--news .xmdsite-news-list {
  display: grid;
  gap: 8px;
  padding: clamp(10px, 1.5vw, 16px);
}

body.xmdsite-template-home .xmdsite-news-card {
  overflow: hidden;
  border: 1px solid rgba(10, 103, 199, 0.10);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 6px 18px rgba(8, 41, 79, 0.04);
}

body.xmdsite-template-home .xmdsite-news-link {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) minmax(136px, auto);
  grid-template-areas:
  "meta title action"
  "meta summary action";
  gap: 5px 16px;
  align-items: center;
  min-height: 88px;
  padding: 12px 14px;
  transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

body.xmdsite-template-home .xmdsite-news-link:hover,
body.xmdsite-template-home .xmdsite-news-link:focus-visible {
  background: linear-gradient(135deg, #f3f9ff, #f8fdff);
  outline: 1px solid rgba(10, 103, 199, 0.24);
  outline-offset: -1px;
  box-shadow: 0 10px 24px rgba(8, 41, 79, 0.065);
}

body.xmdsite-template-home .xmdsite-news-meta {
  grid-area: meta;
  display: grid;
  align-content: center;
  gap: 7px;
  min-height: 58px;
  border-right: 1px solid rgba(10, 103, 199, 0.10);
  padding-right: 12px;
}

body.xmdsite-template-home .xmdsite-news-index {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 6px;
  color: var(--brand-dark);
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

body.xmdsite-template-home .xmdsite-news-index::after {
  width: 18px;
  height: 1px;
  background: linear-gradient(90deg, rgba(24, 174, 229, 0.42), rgba(10, 103, 199, 0.18));
  content: "";
}

body.xmdsite-template-home .xmdsite-news-category {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  border: 1px solid rgba(10, 103, 199, 0.10);
  background: rgba(10, 103, 199, 0.042);
  padding: 2px 6px;
  color: rgba(6, 79, 158, 0.72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.35;
}

body.xmdsite-template-home .xmdsite-news-card .xmdsite-card-title {
  grid-area: title;
  font-size: 15px;
  line-height: 1.46;
}

body.xmdsite-template-home .xmdsite-news-card .xmdsite-card-summary {
  grid-area: summary;
  color: rgba(6, 24, 46, 0.60);
  font-size: 13px;
  line-height: 1.58;
  -webkit-line-clamp: 2;
}

body.xmdsite-template-home .xmdsite-news-action {
  grid-area: action;
  align-self: center;
  justify-self: end;
  display: inline-flex;
  min-width: 132px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-left: 1px solid rgba(10, 103, 199, 0.10);
  padding-left: 14px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

body.xmdsite-template-home .xmdsite-news-read {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

body.xmdsite-template-home .xmdsite-news-read::after {
  width: 14px;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0.72;
}

body.xmdsite-template-home .xmdsite-news-action-date {
  color: rgba(6, 79, 158, 0.54);
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

body.xmdsite-template-home .xmdsite-section--case {
  border-left: 1px solid rgba(10, 103, 199, 0.38);
  background:
  radial-gradient(circle at 10% 16%, rgba(24, 174, 229, 0.055), transparent 30%),
  linear-gradient(135deg, rgba(10, 103, 199, 0.038), rgba(255, 255, 255, 0) 32%),
  #ffffff;
}

body.xmdsite-template-home .xmdsite-section--case .xmdsite-case-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: clamp(10px, 1.35vw, 14px);
  background: rgba(10, 103, 199, 0.040);
}

body.xmdsite-template-home .xmdsite-case-card {
  min-width: 0;
  background: #ffffff;
}

body.xmdsite-template-home .xmdsite-case-card:first-child {
  grid-row: auto;
}

body.xmdsite-template-home .xmdsite-case-link {
  position: relative;
  display: grid;
  min-height: 128px;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto 1fr auto;
  gap: 7px;
  padding: 12px 13px 11px;
  border: 1px solid rgba(10, 103, 199, 0.09);
  background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
  box-shadow: 0 6px 18px rgba(8, 41, 79, 0.035);
  transition: background-color 180ms ease, outline-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

body.xmdsite-template-home .xmdsite-case-link::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 101, 217, 0.48), rgba(0, 169, 214, 0.24));
  content: "";
  opacity: 0.85;
}

body.xmdsite-template-home .xmdsite-case-card:first-child .xmdsite-case-link {
  min-height: 128px;
  border-color: rgba(10, 103, 199, 0.12);
  background:
  linear-gradient(135deg, rgba(10, 103, 199, 0.032), rgba(24, 174, 229, 0.022) 46%, rgba(255, 255, 255, 0.99) 76%),
  #ffffff;
}

body.xmdsite-template-home .xmdsite-case-link:hover,
body.xmdsite-template-home .xmdsite-case-link:focus-visible {
  background: linear-gradient(135deg, #f3f9ff, #f8fdff);
  outline: 1px solid rgba(10, 103, 199, 0.24);
  outline-offset: -1px;
  box-shadow: 0 10px 22px rgba(8, 41, 79, 0.07);
  transform: translateY(-2px);
}

body.xmdsite-template-home .xmdsite-case-meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  color: var(--brand-dark);
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

body.xmdsite-template-home .xmdsite-case-index {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--brand-dark);
  font-size: 11px;
  line-height: 1;
}

body.xmdsite-template-home .xmdsite-case-index::after {
  width: 18px;
  height: 1px;
  background: linear-gradient(90deg, var(--brand), rgba(24, 174, 229, 0.28));
  content: "";
}

body.xmdsite-template-home .xmdsite-case-card .xmdsite-card-title {
  display: -webkit-box;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.xmdsite-template-home .xmdsite-case-card:first-child .xmdsite-card-title {
  font-size: 14px;
}

body.xmdsite-template-home .xmdsite-case-card .xmdsite-card-summary {
  display: -webkit-box;
  overflow: hidden;
  color: rgba(6, 24, 46, 0.58);
  font-size: 12px;
  line-height: 1.56;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.xmdsite-template-home .xmdsite-case-card:first-child .xmdsite-card-summary {
  -webkit-line-clamp: 2;
}

body.xmdsite-template-home .xmdsite-case-more {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 6px;
  color: var(--brand);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

body.xmdsite-template-home .xmdsite-case-more::after {
  width: 13px;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0.75;
}

body.xmdsite-template-home .xmdsite-empty-state {
  border: 1px dashed var(--line-strong);
  background: rgba(255, 255, 255, 0.82);
  padding: 28px;
  color: var(--muted);
}

body.xmdsite-template-home .xmdsite-empty-state h3 {
  margin: 0 0 8px;
  color: var(--brand-deep);
  font-size: 20px;
}

body.xmdsite-template-home .xmdsite-empty-state p {
  margin: 0;
}

body.xmdsite-template-home .xmdsite-footer {
  border-top: 1px solid rgba(24, 174, 229, 0.18);
  background:
  radial-gradient(circle at 86% 0%, rgba(24, 174, 229, 0.15), transparent 30%),
  linear-gradient(128deg, #08294f 0%, #064f9e 62%, #0a67c7 100%);
  color: rgba(236, 247, 255, 0.82);
}

body.xmdsite-template-home .xmdsite-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
}

body.xmdsite-template-home .xmdsite-footer-brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: -0.02em;
}

body.xmdsite-template-home .xmdsite-footer-logo {
  width: auto;
  max-width: 180px;
  max-height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18));
  opacity: 0.96;
}

body.xmdsite-template-home .xmdsite-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
}

body.xmdsite-template-home .xmdsite-footer-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  background: rgba(8, 41, 79, 0.40);
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

body.xmdsite-template-home .xmdsite-footer-link:hover,
body.xmdsite-template-home .xmdsite-footer-link:focus-visible {
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff;
  outline: none;
}

body.xmdsite-template-home .xmdsite-footer-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 14px 0 18px;
  color: rgba(236, 247, 255, 0.78);
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}

body.xmdsite-template-home .xmdsite-footer-legal a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

body.xmdsite-template-home .xmdsite-footer-legal a:hover,
body.xmdsite-template-home .xmdsite-footer-legal a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  outline: none;
}

body.xmdsite-template-home .xmdsite-footer-legal-line {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 14px;
}

@media (max-width: 1100px) {
    body.xmdsite-template-home .xmdsite-section--service .xmdsite-item-list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1100px) {
    body.xmdsite-template-home .xmdsite-masthead-inner {
      grid-template-columns: 1fr;
    }
}

@media (max-width: 1100px) {
    body.xmdsite-template-home .xmdsite-masthead-index {
      width: 100%;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1100px) {
    body.xmdsite-template-home .xmdsite-masthead-index a {
      border-bottom: 0;
      border-right: 1px solid rgba(255, 255, 255, 0.18);
    }
}

@media (max-width: 1100px) {
    body.xmdsite-template-home .xmdsite-masthead-index a:last-child {
      border-right: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-header-inner {
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;
      min-height: 0;
      padding: 10px 0 9px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-nav,
  body.xmdsite-template-home .xmdsite-nav-list {
      width: 100%;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-nav-list {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      border: 1px solid var(--line);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-nav-item {
      border-right: 1px solid var(--line);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-nav-item:last-child {
      border-right: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-nav-item:nth-child(3n) {
      border-right: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-nav-item:nth-child(-n + 3) {
      border-bottom: 1px solid var(--line);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-nav-link {
      width: 100%;
      min-height: 40px;
      padding: 0 8px;
      font-size: 13px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-contact-strip-inner {
      justify-content: flex-start;
      gap: 12px;
      overflow-x: auto;
      padding: 6px 0;
      scrollbar-width: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-contact-strip-inner::-webkit-scrollbar {
      display: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-contact-strip-item {
      font-size: 13px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-contact-strip-icon {
      width: 20px;
      height: 20px;
      flex-basis: 20px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-section-heading {
      grid-template-columns: 1fr;
      align-items: start;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-news-link {
      grid-template-columns: 76px minmax(0, 1fr);
      grid-template-areas:
      "meta title"
      "meta summary"
      "action action";
      gap: 7px 13px;
      min-height: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-news-action {
      width: 100%;
      min-width: 0;
      justify-self: stretch;
      justify-content: flex-start;
      border-left: 0;
      border-top: 1px solid rgba(10, 103, 199, 0.09);
      padding-top: 9px;
      padding-left: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-section--case .xmdsite-case-list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-case-card:first-child {
      grid-row: auto;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-case-link,
  body.xmdsite-template-home .xmdsite-case-card:first-child .xmdsite-case-link {
      min-height: 118px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-inner {
      flex-direction: column;
      align-items: flex-start;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-nav {
      justify-content: flex-start;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home {
      font-size: 15px;
      background-size: 26px 26px, 26px 26px, auto;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-brand-logo {
      max-width: 190px;
      max-height: 42px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-nav-item:nth-child(3n) {
      border-right: 0;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-nav-item:nth-child(-n + 3) {
      border-bottom: 1px solid var(--line);
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-contact-strip-inner {
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
      overflow: visible;
      padding: 7px 0;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-contact-strip-item {
      width: 100%;
      align-items: flex-start;
      gap: 8px;
      font-size: 12px;
      white-space: normal;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-contact-strip-icon {
      width: 18px;
      height: 18px;
      flex: 0 0 18px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-contact-strip-icon svg {
      width: 11px;
      height: 11px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-masthead-inner {
      padding-top: 34px;
      padding-bottom: 28px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-masthead-index {
      grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-masthead-index a {
      border-right: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-masthead-index a:last-child {
      border-bottom: 0;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-section--service .xmdsite-item-list {
      grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-service-card .xmdsite-item-link {
      min-height: 0;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-news-link {
      grid-template-columns: 1fr;
      grid-template-areas:
      "meta"
      "title"
      "summary"
      "action";
      gap: 8px;
      min-height: 0;
      padding: 13px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-news-meta {
      display: flex;
      min-height: 0;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 7px 10px;
      border-right: 0;
      border-bottom: 1px solid rgba(10, 103, 199, 0.10);
      padding: 0 0 9px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-news-action {
      flex-wrap: wrap;
      gap: 6px 11px;
      border-top: 0;
      padding-top: 0;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-section--case .xmdsite-case-list {
      grid-template-columns: 1fr;
      gap: 7px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-case-card:first-child .xmdsite-case-link,
  body.xmdsite-template-home .xmdsite-case-link {
      min-height: 0;
      padding: 13px 13px 12px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-footer-nav {
      display: grid;
      width: 100%;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-footer-link {
      justify-content: center;
      padding: 0 8px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-mobile-call {
      position: sticky;
      bottom: 0;
      z-index: 45;
      display: flex;
      min-height: calc(56px + env(safe-area-inset-bottom));
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
      background: linear-gradient(90deg, var(--brand-dark), var(--brand));
      color: #ffffff;
      font-weight: 900;
      letter-spacing: 0.04em;
      text-align: center;
      text-decoration: none;
      box-shadow: 0 -12px 30px rgba(6, 24, 50, 0.18);
      touch-action: manipulation;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-mobile-call svg {
      width: 18px;
      height: 18px;
      flex: 0 0 18px;
      fill: currentColor;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-mobile-call:active,
  body.xmdsite-template-home .xmdsite-mobile-call:focus-visible {
      background: linear-gradient(90deg, var(--brand-deep), var(--brand-dark));
      color: #ffffff;
      outline: none;
    }
}

body.xmdsite-template-home {
  --brand: #0065d9;
  --brand-dark: #004897;
  --brand-deep: #061832;
  --brand-accent: #00a9d6;
  --brand-ice: #eef7ff;
  --ink: #06182e;
  --muted: rgba(6, 24, 46, 0.68);
  --soft: rgba(6, 24, 46, 0.48);
  --line: rgba(0, 101, 217, 0.13);
  --line-strong: rgba(0, 101, 217, 0.28);
  --bg: #f5f8fc;
  --surface: #ffffff;
  --surface-blue: #eef7ff;
  --shadow: 0 22px 56px rgba(6, 24, 50, 0.12);
  --shadow-soft: 0 14px 36px rgba(6, 24, 50, 0.085);
}

body.xmdsite-template-home {
  background:
  radial-gradient(circle at 12% 7%, rgba(0, 169, 214, 0.105) 0, rgba(0, 169, 214, 0) 28%),
  radial-gradient(circle at 88% 16%, rgba(0, 101, 217, 0.095) 0, rgba(0, 101, 217, 0) 30%),
  linear-gradient(90deg, rgba(0, 101, 217, 0.024) 1px, transparent 1px),
  linear-gradient(180deg, rgba(0, 101, 217, 0.020) 1px, transparent 1px),
  linear-gradient(180deg, #ffffff 0%, #f5f8fc 50%, #ffffff 100%);
}

body.xmdsite-template-home .xmdsite-header {
  border-bottom-color: rgba(0, 101, 217, 0.11);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 36px rgba(6, 24, 50, 0.065);
}

body.xmdsite-template-home .xmdsite-masthead,
body.xmdsite-template-home .xmdsite-footer {
  background:
  radial-gradient(circle at 84% 4%, rgba(0, 169, 214, 0.25), transparent 30%),
  radial-gradient(circle at 14% 8%, rgba(0, 101, 217, 0.24), transparent 36%),
  linear-gradient(128deg, #061832 0%, #07346d 55%, #0065d9 100%);
  color: #ffffff;
}

body.xmdsite-template-home .xmdsite-contact-strip {
  border-bottom-color: rgba(0, 169, 214, 0.28);
  box-shadow: 0 14px 32px rgba(6, 24, 50, 0.18);
}

body.xmdsite-template-home .xmdsite-brand,
body.xmdsite-template-home .xmdsite-section-title,
body.xmdsite-template-home .xmdsite-empty-state h3 {
  color: var(--brand-deep);
}

body.xmdsite-template-home .xmdsite-nav-item + .xmdsite-nav-item::before {
  background: rgba(0, 101, 217, 0.15);
}

body.xmdsite-template-home .xmdsite-nav-link {
  color: #12365d;
}

body.xmdsite-template-home .xmdsite-nav-link:hover,
body.xmdsite-template-home .xmdsite-nav-link:focus-visible,
body.xmdsite-template-home .xmdsite-service-card .xmdsite-item-link:hover,
body.xmdsite-template-home .xmdsite-service-card .xmdsite-item-link:focus-visible,
body.xmdsite-template-home .xmdsite-news-link:hover,
body.xmdsite-template-home .xmdsite-news-link:focus-visible,
body.xmdsite-template-home .xmdsite-case-link:hover,
body.xmdsite-template-home .xmdsite-case-link:focus-visible {
  background: linear-gradient(135deg, #eef7ff, #f6fcff);
  color: var(--brand-dark);
}

body.xmdsite-template-home .xmdsite-nav-link:hover,
body.xmdsite-template-home .xmdsite-nav-link:focus-visible {
  border-color: rgba(0, 169, 214, 0.38);
}

body.xmdsite-template-home .xmdsite-masthead {
  border-bottom-color: rgba(0, 169, 214, 0.22);
}

body.xmdsite-template-home .xmdsite-masthead::after {
  border-color: rgba(0, 169, 214, 0.34);
  box-shadow: 0 0 82px rgba(0, 169, 214, 0.16);
}

body.xmdsite-template-home .xmdsite-section {
  border-color: rgba(0, 101, 217, 0.13);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(248, 252, 255, 0.99) 100%);
  box-shadow: var(--shadow-soft);
}

body.xmdsite-template-home .xmdsite-section-heading {
  border-bottom-color: rgba(0, 101, 217, 0.12);
  background: linear-gradient(90deg, rgba(238, 247, 255, 0.82), rgba(255, 255, 255, 0.94));
}

body.xmdsite-template-home .xmdsite-card-title {
  color: #0b2c52;
}

body.xmdsite-template-home .xmdsite-card-more,
body.xmdsite-template-home .xmdsite-news-action,
body.xmdsite-template-home .xmdsite-case-more {
  color: var(--brand);
}

body.xmdsite-template-home .xmdsite-section-link {
  border-color: rgba(0, 101, 217, 0.28);
  color: var(--brand-dark);
}

body.xmdsite-template-home .xmdsite-section-link:hover,
body.xmdsite-template-home .xmdsite-section-link:focus-visible {
  border-color: var(--brand);
  background: linear-gradient(135deg, var(--brand-deep), var(--brand));
  color: #ffffff;
}

body.xmdsite-template-home .xmdsite-section--service {
  background:
  radial-gradient(circle at 92% 16%, rgba(0, 169, 214, 0.105) 0, rgba(0, 169, 214, 0) 32%),
  linear-gradient(90deg, rgba(0, 101, 217, 0.032) 1px, transparent 1px),
  linear-gradient(180deg, rgba(0, 101, 217, 0.032) 1px, transparent 1px),
  linear-gradient(135deg, #ffffff 0%, #eef7ff 100%);
}

body.xmdsite-template-home .xmdsite-section--service .xmdsite-item-list {
  background: rgba(0, 101, 217, 0.062);
}

body.xmdsite-template-home .xmdsite-section--case .xmdsite-case-list {
  background: rgba(0, 101, 217, 0.042);
}

body.xmdsite-template-home .xmdsite-service-card .xmdsite-item-link {
  border-color: rgba(0, 101, 217, 0.12);
  background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
}

body.xmdsite-template-home .xmdsite-case-link {
  border-color: rgba(0, 101, 217, 0.10);
  background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
}

body.xmdsite-template-home .xmdsite-service-card .xmdsite-item-link:hover,
body.xmdsite-template-home .xmdsite-service-card .xmdsite-item-link:focus-visible,
body.xmdsite-template-home .xmdsite-news-link:hover,
body.xmdsite-template-home .xmdsite-news-link:focus-visible,
body.xmdsite-template-home .xmdsite-case-link:hover,
body.xmdsite-template-home .xmdsite-case-link:focus-visible {
  outline-color: rgba(0, 101, 217, 0.34);
  box-shadow: 0 14px 28px rgba(6, 24, 50, 0.09);
}

body.xmdsite-template-home .xmdsite-service-number,
body.xmdsite-template-home .xmdsite-news-index,
body.xmdsite-template-home .xmdsite-case-meta,
body.xmdsite-template-home .xmdsite-case-index {
  color: var(--brand-dark);
}

body.xmdsite-template-home .xmdsite-service-number::before,
body.xmdsite-template-home .xmdsite-case-index::after {
  background: linear-gradient(90deg, var(--brand), rgba(0, 169, 214, 0.44));
}

body.xmdsite-template-home .xmdsite-section--news {
  border-left-color: rgba(0, 101, 217, 0.42);
  background:
  radial-gradient(circle at 92% 12%, rgba(0, 169, 214, 0.065), transparent 34%),
  linear-gradient(90deg, rgba(0, 101, 217, 0.036), rgba(255, 255, 255, 0.985) 34%, #ffffff 100%);
}

body.xmdsite-template-home .xmdsite-news-card {
  border-color: rgba(0, 101, 217, 0.10);
}

body.xmdsite-template-home .xmdsite-news-meta {
  border-right-color: rgba(0, 101, 217, 0.10);
}

body.xmdsite-template-home .xmdsite-news-index::after {
  background: linear-gradient(90deg, rgba(0, 169, 214, 0.42), rgba(0, 101, 217, 0.18));
}

body.xmdsite-template-home .xmdsite-news-category,
body.xmdsite-template-home .xmdsite-news-action-date {
  color: rgba(0, 72, 151, 0.72);
}

body.xmdsite-template-home .xmdsite-section--case {
  border-left-color: rgba(0, 101, 217, 0.38);
  background:
  radial-gradient(circle at 10% 16%, rgba(0, 169, 214, 0.060), transparent 32%),
  linear-gradient(135deg, rgba(0, 101, 217, 0.040), rgba(255, 255, 255, 0) 34%),
  #ffffff;
}

body.xmdsite-template-home .xmdsite-case-card:first-child .xmdsite-case-link {
  border-color: rgba(0, 101, 217, 0.12);
  background:
  linear-gradient(135deg, rgba(0, 101, 217, 0.034), rgba(0, 169, 214, 0.024) 42%, rgba(255, 255, 255, 0.99) 72%),
  #ffffff;
}

body.xmdsite-template-home .xmdsite-empty-state {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.86);
}

body.xmdsite-template-home .xmdsite-footer {
  border-top-color: rgba(0, 169, 214, 0.22);
  background:
  radial-gradient(circle at 86% 0%, rgba(0, 169, 214, 0.18), transparent 30%),
  linear-gradient(128deg, #061832 0%, #07346d 60%, #0065d9 100%);
  color: rgba(238, 247, 255, 0.84);
}

body.xmdsite-template-home .xmdsite-footer-logo {
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.20));
}

body.xmdsite-template-home .xmdsite-footer-nav {
  background: rgba(255, 255, 255, 0.13);
}

body.xmdsite-template-home .xmdsite-footer-link {
  background: rgba(6, 24, 50, 0.42);
  color: rgba(255, 255, 255, 0.84);
}

body.xmdsite-template-home .xmdsite-footer-link:hover,
body.xmdsite-template-home .xmdsite-footer-link:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

body.xmdsite-template-home .xmdsite-footer-legal {
  border-top-color: rgba(255, 255, 255, 0.14);
  color: rgba(238, 247, 255, 0.78);
}

body.xmdsite-template-home .xmdsite-footer-legal a {
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-brand,
  body.xmdsite-template-home .xmdsite-nav-link,
  body.xmdsite-template-home .xmdsite-section-title,
  body.xmdsite-template-home .xmdsite-section-lead,
  body.xmdsite-template-home .xmdsite-section-link,
  body.xmdsite-template-home .xmdsite-card-title,
  body.xmdsite-template-home .xmdsite-card-summary,
  body.xmdsite-template-home .xmdsite-news-action,
  body.xmdsite-template-home .xmdsite-footer-link,
  body.xmdsite-template-home .xmdsite-footer-legal {
      text-wrap: pretty;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-page-title {
      line-height: 1.16;
      letter-spacing: -0.028em;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead-description,
  body.xmdsite-template-home .xmdsite-section-lead,
  body.xmdsite-template-home .xmdsite-card-summary {
      line-height: 1.74;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-card-title,
  body.xmdsite-template-home .xmdsite-news-card .xmdsite-card-title,
  body.xmdsite-template-home .xmdsite-case-card .xmdsite-card-title {
      line-height: 1.52;
      overflow-wrap: anywhere;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-contact-strip-text,
  body.xmdsite-template-home .xmdsite-phone-link {
      line-height: 1.5;
      overflow-wrap: anywhere;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home {
      padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
      font-size: 14.5px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-container {
      width: min(100% - 20px, 1180px);
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-header-inner {
      gap: 8px;
      padding: 8px 0;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-brand {
      width: 100%;
      line-height: 1.35;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-brand-logo {
      max-width: min(174px, 74vw);
      max-height: 38px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-nav-list {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-nav-link {
      min-height: 38px;
      padding: 5px 6px;
      font-size: 12.5px;
      letter-spacing: 0.035em;
      line-height: 1.28;
      text-align: center;
      white-space: normal;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-contact-strip-inner {
      gap: 6px;
      padding: 6px 0;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-contact-strip-item {
      gap: 7px;
      font-size: 12px;
      line-height: 1.52;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-contact-strip-icon {
      margin-top: 1px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-masthead-inner {
      gap: 18px;
      padding-top: 28px;
      padding-bottom: 24px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-page-title {
      font-size: clamp(26px, 8.2vw, 34px);
      line-height: 1.18;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-page-title span + span {
      margin-top: 3px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-masthead-description {
      margin-top: 12px;
      font-size: 13.5px;
      line-height: 1.78;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-masthead-index a {
      min-height: 42px;
      line-height: 1.3;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-main {
      gap: 18px;
      padding-top: 22px;
      padding-bottom: 30px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-section-heading {
      gap: 10px;
      padding: 14px 13px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-section-title {
      font-size: 22px;
      line-height: 1.24;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-section-lead {
      font-size: 12.5px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-section-link {
      width: 100%;
      min-height: 38px;
      font-size: 12px;
      line-height: 1.25;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-section--service .xmdsite-item-list,
  body.xmdsite-template-home .xmdsite-section--news .xmdsite-news-list,
  body.xmdsite-template-home .xmdsite-section--case .xmdsite-case-list {
      gap: 8px;
      padding: 10px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-service-card .xmdsite-item-link,
  body.xmdsite-template-home .xmdsite-news-link,
  body.xmdsite-template-home .xmdsite-case-link,
  body.xmdsite-template-home .xmdsite-case-card:first-child .xmdsite-case-link {
      gap: 7px;
      padding: 13px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-service-card .xmdsite-card-title,
  body.xmdsite-template-home .xmdsite-news-card .xmdsite-card-title,
  body.xmdsite-template-home .xmdsite-case-card .xmdsite-card-title,
  body.xmdsite-template-home .xmdsite-case-card:first-child .xmdsite-card-title {
      font-size: 14.5px;
      line-height: 1.54;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-news-card .xmdsite-card-summary,
  body.xmdsite-template-home .xmdsite-case-card .xmdsite-card-summary {
      font-size: 12.5px;
      line-height: 1.68;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-news-meta {
      align-items: flex-start;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-news-category {
      line-height: 1.45;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-news-action {
      align-items: center;
      justify-content: space-between;
      font-size: 11.5px;
      line-height: 1.35;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-news-action-date {
      font-size: 11px;
      white-space: nowrap;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-footer-inner {
      gap: 14px;
      padding: 18px 0;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-footer-nav {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-footer-link {
      min-height: 38px;
      padding: 5px 6px;
      font-size: 12px;
      line-height: 1.3;
      text-align: center;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-footer-legal {
      padding-bottom: 18px;
      line-height: 1.7;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-mobile-call {
      position: fixed;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 100;
      width: 100%;
      min-height: calc(58px + env(safe-area-inset-bottom, 0px));
      padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
      font-size: 15px;
      line-height: 1.25;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-mobile-call span {
      display: inline-block;
      line-height: 1.25;
    }
}

body.xmdsite-template-home {
  --brand: #2478c7;
  --brand-dark: #0b5ea8;
  --brand-deep: #073b73;
  --brand-accent: #5aa7dc;
  --brand-ice: #f3f8fd;
  --ink: #102a43;
  --muted: rgba(16, 42, 67, 0.68);
  --soft: rgba(16, 42, 67, 0.48);
  --line: rgba(36, 120, 199, 0.14);
  --line-strong: rgba(36, 120, 199, 0.28);
  --bg: #f8fbfe;
  --surface: #ffffff;
  --surface-blue: #f3f8fd;
  --shadow: 0 22px 54px rgba(5, 46, 87, 0.10);
  --shadow-soft: 0 12px 34px rgba(5, 46, 87, 0.07);
}

body.xmdsite-template-home {
  background:
  linear-gradient(90deg, rgba(36, 120, 199, 0.014) 1px, transparent 1px),
  linear-gradient(180deg, rgba(36, 120, 199, 0.012) 1px, transparent 1px),
  linear-gradient(180deg, #ffffff 0%, #f8fbfe 52%, #ffffff 100%);
}

body.xmdsite-template-home .xmdsite-header {
  border-bottom-color: rgba(36, 120, 199, 0.12);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 30px rgba(5, 46, 87, 0.055);
}

body.xmdsite-template-home .xmdsite-contact-strip,
body.xmdsite-template-home .xmdsite-masthead {
  background:
  linear-gradient(120deg, #073b73 0%, #0b5ea8 62%, #2478c7 100%);
  box-shadow: 0 14px 30px rgba(5, 46, 87, 0.16);
}

body.xmdsite-template-home .xmdsite-section,
body.xmdsite-template-home .xmdsite-service-card .xmdsite-item-link,
body.xmdsite-template-home .xmdsite-case-link,
body.xmdsite-template-home .xmdsite-empty-state {
  border-color: rgba(36, 120, 199, 0.12);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow-soft);
}

body.xmdsite-template-home .xmdsite-section-heading,
body.xmdsite-template-home .xmdsite-facts-title {
  background: linear-gradient(90deg, rgba(243, 248, 253, 0.96), rgba(255, 255, 255, 0.98));
}

body.xmdsite-template-home .xmdsite-section--service,
body.xmdsite-template-home .xmdsite-section--case,
body.xmdsite-template-home .xmdsite-section--news {
  background:
  linear-gradient(135deg, #ffffff 0%, #f3f8fd 100%);
}

body.xmdsite-template-home .xmdsite-section-link:hover,
body.xmdsite-template-home .xmdsite-section-link:focus-visible,
body.xmdsite-template-home .xmdsite-mobile-call {
  background: linear-gradient(90deg, #073b73, #2478c7);
}

body.xmdsite-template-home .xmdsite-footer {
  border-top-color: rgba(36, 120, 199, 0.22);
  background:
  linear-gradient(120deg, #052e57 0%, #073b73 56%, #0b5ea8 100%);
  color: rgba(245, 250, 255, 0.90);
}

body.xmdsite-template-home .xmdsite-footer-brand {
  color: #ffffff;
}

body.xmdsite-template-home .xmdsite-footer-nav {
  background: rgba(255, 255, 255, 0.12);
}

body.xmdsite-template-home .xmdsite-footer-link {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(245, 250, 255, 0.92);
}

body.xmdsite-template-home .xmdsite-footer-link:hover,
body.xmdsite-template-home .xmdsite-footer-link:focus-visible {
  background: rgba(255, 255, 255, 0.24);
  color: #ffffff;
}

body.xmdsite-template-home .xmdsite-footer-slogan-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: clamp(20px, 3vw, 30px) 0 clamp(8px, 1.8vw, 14px);
}

body.xmdsite-template-home .xmdsite-footer-slogan {
  max-width: 980px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.65;
  text-align: center;
  text-shadow: 0 8px 22px rgba(8, 27, 42, 0.24);
}

body.xmdsite-template-home .xmdsite-footer-legal {
  border-top-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.84);
}

body.xmdsite-template-home .xmdsite-footer-legal a {
  color: #ffffff;
}

body.xmdsite-template-home {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 54%, #ffffff 100%);
}

body.xmdsite-template-home .xmdsite-contact-strip,
body.xmdsite-template-home .xmdsite-masthead {
  background:
  linear-gradient(120deg, #287dcc 0%, #2f8bd6 58%, #3aa0e6 100%);
  box-shadow: 0 10px 26px rgba(36, 120, 199, 0.14);
}

body.xmdsite-template-home .xmdsite-contact-strip::before,
body.xmdsite-template-home .xmdsite-masthead::before {
  opacity: 0.35;
}

body.xmdsite-template-home .xmdsite-section,
body.xmdsite-template-home .xmdsite-service-card .xmdsite-item-link,
body.xmdsite-template-home .xmdsite-case-link,
body.xmdsite-template-home .xmdsite-empty-state {
  border-color: rgba(40, 125, 204, 0.12);
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(40, 125, 204, 0.055);
}

body.xmdsite-template-home .xmdsite-section-heading,
body.xmdsite-template-home .xmdsite-facts-title {
  background: linear-gradient(90deg, rgba(248, 251, 254, 0.98), #ffffff);
}

body.xmdsite-template-home .xmdsite-section--service,
body.xmdsite-template-home .xmdsite-section--case,
body.xmdsite-template-home .xmdsite-section--news {
  background: #ffffff;
}

body.xmdsite-template-home .xmdsite-section-link,
body.xmdsite-template-home .xmdsite-card-more,
body.xmdsite-template-home .xmdsite-news-action,
body.xmdsite-template-home .xmdsite-case-more {
  color: #287dcc;
}

body.xmdsite-template-home .xmdsite-section-link:hover,
body.xmdsite-template-home .xmdsite-section-link:focus-visible,
body.xmdsite-template-home .xmdsite-mobile-call {
  background: #287dcc;
}

body.xmdsite-template-home .xmdsite-footer {
  background:
  linear-gradient(120deg, #287dcc 0%, #2f8bd6 60%, #3aa0e6 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

body.xmdsite-template-home .xmdsite-footer-link {
  background: rgba(255, 255, 255, 0.12);
}

body.xmdsite-template-home .xmdsite-footer-slogan {
  max-width: 1040px;
  font-weight: 760;
  letter-spacing: 0.01em;
  text-shadow: none;
}

body.xmdsite-template-home {
  --brand: #2d82cf;
  --brand-dark: #2278c5;
  --brand-deep: #1769ad;
  --brand-accent: #6bb7ea;
  --brand-ice: #f4faff;
  --ink: #102a43;
  --muted: rgba(16, 42, 67, 0.68);
  --soft: rgba(16, 42, 67, 0.48);
  --line: rgba(45, 130, 207, 0.14);
  --line-strong: rgba(45, 130, 207, 0.26);
  --bg: #f8fbfe;
  --surface-blue: #f4faff;
  --shadow: 0 22px 54px rgba(45, 130, 207, 0.09);
  --shadow-soft: 0 12px 34px rgba(45, 130, 207, 0.055);
}

body.xmdsite-template-home {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 56%, #ffffff 100%);
}

body.xmdsite-template-home .xmdsite-header {
  border-bottom-color: rgba(45, 130, 207, 0.12);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 24px rgba(45, 130, 207, 0.045);
}

body.xmdsite-template-home .xmdsite-contact-strip,
body.xmdsite-template-home .xmdsite-masthead {
  background: #2d82cf;
  box-shadow: 0 10px 24px rgba(45, 130, 207, 0.14);
}

body.xmdsite-template-home .xmdsite-section,
body.xmdsite-template-home .xmdsite-service-card .xmdsite-item-link,
body.xmdsite-template-home .xmdsite-case-link,
body.xmdsite-template-home .xmdsite-empty-state {
  border-color: rgba(45, 130, 207, 0.11);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(45, 130, 207, 0.05);
}

body.xmdsite-template-home .xmdsite-section-heading,
body.xmdsite-template-home .xmdsite-facts-title {
  background: linear-gradient(90deg, rgba(244, 250, 255, 0.98), #ffffff);
}

body.xmdsite-template-home .xmdsite-section-link,
body.xmdsite-template-home .xmdsite-card-more,
body.xmdsite-template-home .xmdsite-news-action,
body.xmdsite-template-home .xmdsite-case-more {
  color: #2d82cf;
}

body.xmdsite-template-home .xmdsite-section-link:hover,
body.xmdsite-template-home .xmdsite-section-link:focus-visible,
body.xmdsite-template-home .xmdsite-mobile-call {
  background: #2d82cf;
}

body.xmdsite-template-home .xmdsite-footer {
  border-top: 1px solid rgba(45, 130, 207, 0.16);
  background: linear-gradient(180deg, #ffffff 0%, #f4faff 100%);
  color: rgba(16, 42, 67, 0.72);
  box-shadow: inset 0 4px 0 #2d82cf;
}

body.xmdsite-template-home .xmdsite-footer-brand,
body.xmdsite-template-home .xmdsite-footer-slogan {
  color: #1769ad;
}

body.xmdsite-template-home .xmdsite-footer-nav {
  background: rgba(45, 130, 207, 0.10);
}

body.xmdsite-template-home .xmdsite-footer-link {
  background: #ffffff;
  color: #1769ad;
}

body.xmdsite-template-home .xmdsite-footer-link:hover,
body.xmdsite-template-home .xmdsite-footer-link:focus-visible {
  background: #2d82cf;
  color: #ffffff;
}

body.xmdsite-template-home .xmdsite-footer-slogan-wrap,
body.xmdsite-template-home .xmdsite-footer-legal {
  border-top-color: rgba(45, 130, 207, 0.14);
}

body.xmdsite-template-home .xmdsite-footer-legal,
body.xmdsite-template-home .xmdsite-footer-legal a {
  color: rgba(16, 42, 67, 0.74);
}

body.xmdsite-template-home .xmdsite-masthead {
  border-bottom: 1px solid rgba(45, 130, 207, 0.26);
  background:
  linear-gradient(90deg, rgba(255, 255, 255, 0.10) 1px, transparent 1px),
  linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
  linear-gradient(128deg, #2d82cf 0%, #2f8edc 62%, #3aa0e6 100%);
  background-size: 42px 42px, 42px 42px, auto;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.28), 0 16px 34px rgba(45, 130, 207, 0.16);
}

body.xmdsite-template-home .xmdsite-masthead::before {
  background: linear-gradient(135deg, transparent 0 46%, rgba(255, 255, 255, 0.12) 46% 47%, transparent 47% 100%);
  background-size: 220px 220px;
  opacity: 0.55;
}

body.xmdsite-template-home .xmdsite-masthead::after {
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: none;
  opacity: 0.55;
}

body.xmdsite-template-home .xmdsite-masthead-copy {
  position: relative;
  max-width: 960px;
  padding-left: clamp(18px, 2.2vw, 28px);
}

body.xmdsite-template-home .xmdsite-masthead-copy::before {
  position: absolute;
  top: 8px;
  bottom: 10px;
  left: 0;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(146, 224, 255, 0.42));
  box-shadow: 0 0 28px rgba(255, 255, 255, 0.26);
  content: "";
}

body.xmdsite-template-home .xmdsite-masthead-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: rgba(235, 249, 255, 0.82);
  font-family: Arial, sans-serif;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

body.xmdsite-template-home .xmdsite-masthead-eyebrow::before {
  display: inline-block;
  width: 32px;
  height: 1px;
  background: rgba(255, 255, 255, 0.58);
  content: "";
}

body.xmdsite-template-home .xmdsite-page-title {
  max-width: 980px;
  font-size: clamp(44px, 6.2vw, 78px);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 0.98;
  text-shadow: 0 16px 38px rgba(5, 39, 78, 0.22);
}

body.xmdsite-template-home .xmdsite-page-title strong {
  color: #ffffff;
  font-weight: inherit;
  letter-spacing: -0.03em;
}

body.xmdsite-template-home .xmdsite-masthead-description {
  display: grid;
  gap: 8px;
  max-width: 860px;
  margin-top: clamp(20px, 2.2vw, 28px);
  color: rgba(245, 251, 255, 0.90);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.82;
  letter-spacing: 0.01em;
}

body.xmdsite-template-home .xmdsite-masthead-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(22px, 2.6vw, 32px);
}

body.xmdsite-template-home .xmdsite-masthead-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  padding: 0 16px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 12px 28px rgba(5, 39, 78, 0.10);
  backdrop-filter: blur(8px);
}

body.xmdsite-template-home .xmdsite-masthead-inner {
  align-items: start;
  grid-template-columns: minmax(0, 1fr);
}

body.xmdsite-template-home .xmdsite-masthead-description {
  color: rgba(255, 255, 255, 0.88);
}

body.xmdsite-template-home .xmdsite-masthead-index {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.20);
}

body.xmdsite-template-home .xmdsite-masthead-index a {
  min-height: 56px;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
  border-bottom: 0;
  background: rgba(255, 255, 255, 0.04);
}

body.xmdsite-template-home .xmdsite-masthead-index a:last-child {
  border-right: 0;
}

body.xmdsite-template-home .xmdsite-masthead-index a:hover,
body.xmdsite-template-home .xmdsite-masthead-index a:focus-visible {
  background: rgba(255, 255, 255, 0.18);
}

body.xmdsite-template-home .xmdsite-section {
  position: relative;
  border-color: rgba(45, 130, 207, 0.16);
  border-top: 4px solid #2d82cf;
  box-shadow: 0 16px 38px rgba(45, 130, 207, 0.07);
}

body.xmdsite-template-home .xmdsite-section-heading {
  border-bottom: 1px solid rgba(45, 130, 207, 0.12);
  background: linear-gradient(90deg, #f4faff 0%, #ffffff 100%);
}

body.xmdsite-template-home .xmdsite-section--service {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

body.xmdsite-template-home .xmdsite-section--news {
  border-top-color: #6bb7ea;
  background: linear-gradient(90deg, rgba(45, 130, 207, 0.045), rgba(255, 255, 255, 0.98) 30%, #ffffff 100%);
}

body.xmdsite-template-home .xmdsite-section--case {
  border-top-color: #1769ad;
  background:
  linear-gradient(135deg, rgba(45, 130, 207, 0.055), rgba(255, 255, 255, 0) 38%),
  #ffffff;
}

body.xmdsite-template-home .xmdsite-section--service .xmdsite-item-list,
body.xmdsite-template-home .xmdsite-section--news .xmdsite-news-list,
body.xmdsite-template-home .xmdsite-section--case .xmdsite-case-list {
  border: 1px solid rgba(45, 130, 207, 0.10);
  background: rgba(244, 250, 255, 0.56);
}

body.xmdsite-template-home .xmdsite-footer {
  border-top: 0;
  background:
  linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0)),
  linear-gradient(120deg, #2d82cf 0%, #2b8bd8 58%, #3aa0e6 100%);
  color: rgba(255, 255, 255, 0.90);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

body.xmdsite-template-home .xmdsite-footer-brand,
body.xmdsite-template-home .xmdsite-footer-slogan {
  color: #ffffff;
}

body.xmdsite-template-home .xmdsite-footer-slogan {
  font-weight: 820;
}

body.xmdsite-template-home .xmdsite-footer-nav {
  background: rgba(255, 255, 255, 0.18);
}

body.xmdsite-template-home .xmdsite-footer-link {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

body.xmdsite-template-home .xmdsite-footer-link:hover,
body.xmdsite-template-home .xmdsite-footer-link:focus-visible {
  background: #ffffff;
  color: #1769ad;
}

body.xmdsite-template-home .xmdsite-footer-slogan-wrap,
body.xmdsite-template-home .xmdsite-footer-legal {
  border-top-color: rgba(255, 255, 255, 0.20);
}

body.xmdsite-template-home .xmdsite-footer-legal,
body.xmdsite-template-home .xmdsite-footer-legal a {
  color: rgba(255, 255, 255, 0.86);
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-slogan-wrap {
      padding-top: 18px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead-index {
      grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead-index a {
      border-right: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead-index a:last-child {
      border-bottom: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-slogan {
      font-size: 16px;
      line-height: 1.7;
      text-align: left;
    }
}

@media (max-width: 360px) {
    body.xmdsite-template-home .xmdsite-nav-link {
      font-size: 12px;
      letter-spacing: 0.02em;
    }
}

@media (max-width: 360px) {
    body.xmdsite-template-home .xmdsite-page-title {
      font-size: 25px;
    }
}

@media (max-width: 360px) {
    body.xmdsite-template-home .xmdsite-news-action {
      align-items: flex-start;
      flex-direction: column;
    }
}

@media (max-width: 360px) {
    body.xmdsite-template-home .xmdsite-footer-nav {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 360px) {
    body.xmdsite-template-home .xmdsite-mobile-call {
      font-size: 14px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home {
      font-size: 15px;
      line-height: 1.7;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-brand-logo {
      max-width: 168px;
      max-height: 38px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-contact-strip {
      box-shadow: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-contact-strip-inner {
      gap: 12px;
      padding: 6px 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-contact-strip-item {
      font-size: 12px;
      line-height: 1.55;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-section-title,
  body.xmdsite-template-home .xmdsite-card-title,
  body.xmdsite-template-home .xmdsite-page-title {
      letter-spacing: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead-description,
  body.xmdsite-template-home .xmdsite-item-description,
  body.xmdsite-template-home .xmdsite-card-summary {
      line-height: 1.72;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-inner {
      align-items: flex-start;
      gap: 14px;
      padding: 20px 0 12px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-logo {
      max-width: 156px;
      max-height: 36px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-nav {
      display: grid;
      width: 100%;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px;
      background: transparent;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-link {
      min-height: 36px;
      justify-content: center;
      border: 1px solid rgba(255, 255, 255, 0.26);
      border-radius: 6px;
      background: rgba(255, 255, 255, 0.12);
      padding: 0 10px;
      font-size: 12.5px;
      font-weight: 720;
      letter-spacing: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-slogan-wrap {
      padding: 12px 0 8px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-slogan {
      max-width: none;
      font-size: 14px;
      font-weight: 680;
      letter-spacing: 0;
      line-height: 1.65;
      text-align: left;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-legal {
      padding: 11px 0 16px;
      font-size: 12px;
      line-height: 1.7;
      text-align: left;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-legal-line {
      justify-content: flex-start;
      gap: 4px 10px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-sep {
      display: none;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home {
      font-size: 14.5px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-brand-logo {
      max-width: 150px;
      max-height: 34px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-contact-strip-inner {
      flex-direction: column;
      align-items: flex-start;
      gap: 4px;
      overflow: visible;
      padding: 6px 0;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-contact-strip-item {
      width: 100%;
      gap: 6px;
      font-size: 11.5px;
      line-height: 1.45;
      white-space: normal;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-contact-strip-icon {
      display: none;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-page-title {
      line-height: 1.22;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-masthead-description {
      font-size: 13px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-section-title {
      font-size: 21px;
      line-height: 1.32;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-card-title,
  body.xmdsite-template-home .xmdsite-service-card .xmdsite-card-title,
  body.xmdsite-template-home .xmdsite-news-card .xmdsite-card-title,
  body.xmdsite-template-home .xmdsite-case-card .xmdsite-card-title,
  body.xmdsite-template-home .xmdsite-case-card:first-child .xmdsite-card-title {
      font-size: 16px;
      line-height: 1.42;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-footer-inner {
      padding: 18px 0 10px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-footer-nav {
      gap: 7px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-footer-link {
      min-height: 34px;
      font-size: 12px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-footer-slogan {
      font-size: 13.5px;
      line-height: 1.6;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-footer-legal {
      padding-bottom: 14px;
      font-size: 11.5px;
    }
}

@media (max-width: 360px) {
    body.xmdsite-template-home .xmdsite-nav-link {
      min-height: 30px;
      padding: 0 9px;
      font-size: 12px;
    }
}

@media (max-width: 360px) {
    body.xmdsite-template-home .xmdsite-footer-link {
      font-size: 11.5px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-header {
      background: rgba(255, 255, 255, 0.98);
      border-bottom: 1px solid rgba(45, 130, 207, 0.12);
      box-shadow: 0 6px 18px rgba(16, 42, 67, 0.055);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-header-inner {
      width: 100%;
      gap: 0;
      padding: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-brand-logo {
      max-width: 152px;
      max-height: 34px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-brand-logo {
      max-width: 140px;
      max-height: 32px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-nav-list {
      padding: 0 12px;
      scroll-padding: 12px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-nav-link {
      min-height: 36px;
      padding: 0 11px;
      font-size: 12.5px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-nav-link::after {
      right: 11px;
      left: 11px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home {
      background:
      linear-gradient(180deg, #ffffff 0%, #f5f9fe 42%, #ffffff 100%);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-header {
      background: rgba(255, 255, 255, 0.96);
      backdrop-filter: blur(22px);
      box-shadow: 0 10px 26px rgba(8, 41, 79, 0.08);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-header-inner {
      display: grid;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-brand {
      min-height: 52px;
      align-items: center;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-brand-name {
      max-width: 100%;
      color: #08294f;
      font-size: 15px;
      font-weight: 900;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-nav {
      position: relative;
      border-top: 1px solid rgba(10, 103, 199, 0.08);
      background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 249, 254, 0.96));
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-nav::before,
  body.xmdsite-template-home .xmdsite-nav::after {
      position: absolute;
      z-index: 2;
      top: 0;
      bottom: 0;
      width: 22px;
      content: "";
      pointer-events: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-nav::before {
      left: 0;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0));
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-nav::after {
      right: 0;
      background: linear-gradient(270deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0));
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-nav-list {
      gap: 6px;
      padding: 6px 14px 7px;
      scroll-padding: 14px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-nav-link {
      min-height: 34px;
      border: 1px solid rgba(10, 103, 199, 0.12);
      background: rgba(255, 255, 255, 0.72);
      padding: 0 14px;
      color: rgba(8, 41, 79, 0.78);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0;
      box-shadow: 0 4px 12px rgba(8, 41, 79, 0.045);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-nav-link::after {
      display: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-nav-link:hover,
  body.xmdsite-template-home .xmdsite-nav-link:focus-visible {
      border-color: rgba(10, 103, 199, 0.28);
      background: #ffffff;
      color: var(--brand-dark);
      box-shadow: 0 7px 16px rgba(8, 41, 79, 0.08);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-contact-strip {
      border-bottom-color: rgba(24, 174, 229, 0.18);
      background: linear-gradient(135deg, #08294f 0%, #0757a8 100%);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-contact-strip-inner {
      min-height: 0;
      gap: 10px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead {
      border-bottom: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead::before {
      background-size: 28px 28px, 28px 28px, 180px 180px;
      opacity: 0.62;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead::after {
      right: -72px;
      bottom: -82px;
      width: 210px;
      height: 132px;
      opacity: 0.65;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead-inner {
      grid-template-columns: 1fr;
      gap: 18px;
      padding: 34px 0 24px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-page-title {
      max-width: 13em;
      font-size: clamp(28px, 8vw, 38px);
      letter-spacing: 0;
      line-height: 1.14;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead-description {
      max-width: none;
      margin-top: 12px;
      color: rgba(236, 247, 255, 0.88);
      font-size: 14px;
      line-height: 1.78;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead-index {
      width: 100%;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      border-color: rgba(255, 255, 255, 0.22);
      background: rgba(255, 255, 255, 0.10);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead-index a {
      grid-template-columns: 1fr;
      gap: 3px;
      min-height: 54px;
      justify-items: center;
      border-bottom: 0;
      border-right: 1px solid rgba(255, 255, 255, 0.18);
      font-size: 13px;
      letter-spacing: 0.04em;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead-index span:first-child {
      height: auto;
      border-right: 0;
      font-size: 11px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-main {
      gap: 18px;
      padding: 22px 0 40px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-section {
      border-color: rgba(10, 103, 199, 0.10);
      box-shadow: 0 12px 28px rgba(8, 41, 79, 0.075);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-section-heading {
      grid-template-columns: 1fr;
      gap: 12px;
      padding: 16px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-section-title {
      font-size: 23px;
      line-height: 1.18;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-section-lead {
      margin-top: 7px;
      font-size: 13px;
      line-height: 1.74;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-section-link {
      width: max-content;
      min-height: 34px;
      padding: 0 12px;
      font-size: 12px;
      letter-spacing: 0.04em;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-section--service .xmdsite-item-list,
  body.xmdsite-template-home .xmdsite-section--news .xmdsite-news-list,
  body.xmdsite-template-home .xmdsite-section--case .xmdsite-case-list {
      gap: 10px;
      padding: 12px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-service-card .xmdsite-item-link,
  body.xmdsite-template-home .xmdsite-case-link {
      min-height: 0;
      padding: 14px;
      box-shadow: 0 8px 18px rgba(8, 41, 79, 0.055);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-news-link {
      grid-template-columns: 1fr;
      grid-template-areas:
      "meta"
      "title"
      "summary"
      "action";
      gap: 8px;
      min-height: 0;
      padding: 14px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-news-meta,
  body.xmdsite-template-home .xmdsite-news-action {
      min-height: 0;
      border: 0;
      padding: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-news-meta {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-news-action {
      width: 100%;
      min-width: 0;
      justify-self: stretch;
      padding-top: 4px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-brand {
      min-height: 48px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-brand-logo {
      max-width: 148px;
      max-height: 32px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-nav-list {
      gap: 5px;
      padding: 6px 12px 7px;
      scroll-padding: 12px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-nav-link {
      min-height: 32px;
      padding: 0 12px;
      font-size: 12.5px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-contact-strip {
      display: none;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-masthead-inner {
      padding: 28px 0 20px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-page-title {
      font-size: clamp(26px, 8.4vw, 34px);
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-masthead-description {
      font-size: 13px;
      line-height: 1.72;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-masthead-index a {
      min-height: 48px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-section-heading {
      padding: 14px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-section-title {
      font-size: 21px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-section-lead,
  body.xmdsite-template-home .xmdsite-card-summary,
  body.xmdsite-template-home .xmdsite-news-card .xmdsite-card-summary,
  body.xmdsite-template-home .xmdsite-case-card .xmdsite-card-summary {
      font-size: 12.5px;
      line-height: 1.68;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-service-card .xmdsite-card-title,
  body.xmdsite-template-home .xmdsite-news-card .xmdsite-card-title,
  body.xmdsite-template-home .xmdsite-case-card .xmdsite-card-title,
  body.xmdsite-template-home .xmdsite-case-card:first-child .xmdsite-card-title {
      font-size: 15.5px;
      line-height: 1.42;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-header {
      position: sticky;
      top: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-header-inner {
      width: 100%;
      padding: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-brand {
      width: min(100% - 28px, 1180px);
      min-height: 50px;
      margin: 0 auto;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-nav {
      width: 100%;
      margin: 0;
      overflow: visible;
      border-top: 1px solid rgba(10, 103, 199, 0.10);
      background: #f7fbff;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-nav-list {
      display: grid;
      width: min(100% - 28px, 1180px);
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 6px;
      margin: 0 auto;
      overflow: visible;
      padding: 8px 0;
      border: 0;
      background: transparent;
      scroll-snap-type: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-nav-item,
  body.xmdsite-template-home .xmdsite-nav-item:last-child,
  body.xmdsite-template-home .xmdsite-nav-item:nth-child(3n),
  body.xmdsite-template-home .xmdsite-nav-item:nth-child(-n + 3) {
      min-width: 0;
      border: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-nav-item + .xmdsite-nav-item::before {
      display: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-nav-link {
      width: 100%;
      min-height: 36px;
      height: 100%;
      border: 1px solid rgba(10, 103, 199, 0.14);
      background: rgba(255, 255, 255, 0.92);
      padding: 7px 5px;
      color: rgba(8, 41, 79, 0.82);
      font-size: 12.5px;
      font-weight: 800;
      letter-spacing: 0;
      line-height: 1.25;
      text-align: center;
      white-space: normal;
      word-break: keep-all;
      overflow-wrap: anywhere;
      box-shadow: 0 4px 12px rgba(8, 41, 79, 0.045);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-nav-link:hover,
  body.xmdsite-template-home .xmdsite-nav-link:focus-visible {
      border-color: rgba(10, 103, 199, 0.34);
      background: #ffffff;
      color: var(--brand-dark);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-contact-strip {
      display: block;
      box-shadow: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-contact-strip-inner {
      display: grid;
      grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
      gap: 8px;
      min-height: 0;
      align-items: stretch;
      padding: 7px 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-contact-strip-item {
      display: flex;
      min-width: 0;
      align-items: center;
      gap: 6px;
      overflow: hidden;
      font-size: 11.5px;
      line-height: 1.45;
      white-space: normal;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-contact-strip-item > span:last-child {
      min-width: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-contact-strip-text,
  body.xmdsite-template-home .xmdsite-phone-link {
      min-width: 0;
      white-space: normal;
      word-break: break-word;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-contact-strip-icon {
      display: inline-flex;
      width: 18px;
      height: 18px;
      flex: 0 0 18px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-brand {
      width: min(100% - 24px, 1180px);
      min-height: 46px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-brand-logo {
      max-width: 142px;
      max-height: 31px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-nav-list {
      width: min(100% - 24px, 1180px);
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 5px;
      padding: 7px 0;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-nav-link {
      min-height: 34px;
      padding: 6px 4px;
      font-size: 12px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-contact-strip-inner {
      grid-template-columns: 1fr;
      gap: 3px;
      padding: 6px 0;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-contact-strip-item {
      width: 100%;
      font-size: 11.5px;
    }
}

@media (max-width: 380px) {
    body.xmdsite-template-home .xmdsite-nav-link {
      min-height: 32px;
      font-size: 11.5px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-header {
      background: rgba(255, 255, 255, 0.98);
      box-shadow: 0 8px 22px rgba(5, 46, 87, 0.06);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-brand {
      min-height: 48px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-nav {
      border-top: 1px solid rgba(36, 120, 199, 0.10);
      background: linear-gradient(180deg, #f8fbfe, #eef6fc);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-nav-list {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 5px;
      padding: 7px 0 8px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-nav-link {
      min-height: 34px;
      border-color: rgba(36, 120, 199, 0.12);
      background: rgba(255, 255, 255, 0.86);
      padding: 6px 4px;
      color: #24435f;
      font-size: 12px;
      font-weight: 720;
      line-height: 1.22;
      box-shadow: 0 3px 10px rgba(5, 46, 87, 0.04);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-nav-link:hover,
  body.xmdsite-template-home .xmdsite-nav-link:focus-visible {
      border-color: rgba(36, 120, 199, 0.26);
      background: #ffffff;
      color: #0b5ea8;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-contact-strip {
      display: block;
      border-top: 1px solid rgba(36, 120, 199, 0.10);
      border-bottom: 1px solid rgba(36, 120, 199, 0.13);
      background: linear-gradient(135deg, #f7fbff 0%, #edf6fc 100%);
      color: #24435f;
      box-shadow: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-contact-strip::before {
      display: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-contact-strip-label {
      color: #0b5ea8;
      font-weight: 760;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-contact-strip-text,
  body.xmdsite-template-home .xmdsite-phone-link {
      color: #315571;
      font-weight: 560;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-phone-link {
      border-bottom-color: rgba(36, 120, 199, 0.24);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-contact-strip-icon {
      border-color: rgba(36, 120, 199, 0.18);
      background: #ffffff;
      color: #2478c7;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead {
      background:
      linear-gradient(135deg, #f7fbff 0%, #ffffff 56%, #edf6fc 100%);
      color: #102a43;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead::before {
      opacity: 0.52;
      background:
      linear-gradient(90deg, rgba(36, 120, 199, 0.045) 1px, transparent 1px),
      linear-gradient(180deg, rgba(36, 120, 199, 0.035) 1px, transparent 1px);
      background-size: 28px 28px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead::after {
      display: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-page-title {
      max-width: 100%;
      color: #123a5f;
      font-size: clamp(24px, 6.8vw, 34px);
      font-weight: 780;
      letter-spacing: 0;
      line-height: 1.18;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead-description {
      color: rgba(16, 42, 67, 0.68);
      font-size: 13.5px;
      line-height: 1.76;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead-index {
      border-color: rgba(36, 120, 199, 0.13);
      background: #ffffff;
      box-shadow: 0 8px 20px rgba(5, 46, 87, 0.055);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead-index a {
      border-right-color: rgba(36, 120, 199, 0.10);
      color: #24435f;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead-index span:first-child {
      color: rgba(36, 120, 199, 0.62);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-section-title,
  body.xmdsite-template-home .xmdsite-card-title,
  body.xmdsite-template-home .xmdsite-service-card .xmdsite-card-title,
  body.xmdsite-template-home .xmdsite-news-card .xmdsite-card-title,
  body.xmdsite-template-home .xmdsite-case-card .xmdsite-card-title,
  body.xmdsite-template-home .xmdsite-case-card:first-child .xmdsite-card-title {
      color: #173a5e;
      font-weight: 760;
      letter-spacing: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-section-title {
      font-size: 20px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-card-title,
  body.xmdsite-template-home .xmdsite-service-card .xmdsite-card-title,
  body.xmdsite-template-home .xmdsite-news-card .xmdsite-card-title,
  body.xmdsite-template-home .xmdsite-case-card .xmdsite-card-title,
  body.xmdsite-template-home .xmdsite-case-card:first-child .xmdsite-card-title {
      font-size: 15.5px;
      line-height: 1.45;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-section-lead,
  body.xmdsite-template-home .xmdsite-card-summary,
  body.xmdsite-template-home .xmdsite-news-card .xmdsite-card-summary,
  body.xmdsite-template-home .xmdsite-case-card .xmdsite-card-summary {
      color: rgba(16, 42, 67, 0.64);
      font-size: 12.5px;
      line-height: 1.7;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-nav-list {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 4px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-nav-link {
      min-height: 32px;
      font-size: 11.5px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-contact-strip {
      display: block;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-contact-strip-inner {
      gap: 4px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-contact-strip-item {
      font-size: 11.5px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-page-title {
      font-size: clamp(22px, 6.8vw, 30px);
    }
}

@media (max-width: 380px) {
    body.xmdsite-template-home .xmdsite-nav-list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

body.xmdsite-template-home .xmdsite-menu-toggle {
  display: none;
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-header {
      background: rgba(255, 255, 255, 0.98);
      border-bottom: 1px solid rgba(45, 130, 207, 0.14);
      box-shadow: 0 10px 26px rgba(16, 42, 67, 0.08);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-header-inner {
      display: grid;
      width: min(100% - 28px, 1180px);
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
      gap: 10px;
      margin: 0 auto;
      padding: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-brand {
      width: auto;
      min-width: 0;
      margin: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-menu-toggle {
      display: inline-flex;
      min-width: 76px;
      min-height: 34px;
      align-items: center;
      justify-content: center;
      gap: 8px;
      border: 1px solid rgba(45, 130, 207, 0.18);
      border-radius: 0 !important;
      background: #ffffff;
      color: #1769ad;
      font: inherit;
      font-size: 12.5px;
      font-weight: 780;
      box-shadow: 0 5px 14px rgba(16, 42, 67, 0.065);
      cursor: pointer;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-menu-toggle-icon {
      display: inline-grid;
      width: 14px;
      gap: 4px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-menu-toggle-icon span {
      display: block;
      height: 2px;
      background: currentColor;
      transition: transform 180ms ease, opacity 180ms ease;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-header.is-nav-open .xmdsite-menu-toggle-icon span:first-child {
      transform: translateY(3px) rotate(45deg);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-header.is-nav-open .xmdsite-menu-toggle-icon span:last-child {
      transform: translateY(-3px) rotate(-45deg);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-nav {
      grid-column: 1 / -1;
      max-height: 0;
      margin: 0 -14px;
      overflow: hidden;
      border-top: 0;
      background: linear-gradient(180deg, #ffffff, #f4faff);
      border-radius: 0 !important;
      opacity: 0;
      pointer-events: none;
      transform: translateY(-4px);
      transition: max-height 220ms ease, opacity 180ms ease, transform 180ms ease, border-color 180ms ease;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-header.is-nav-open .xmdsite-nav {
      max-height: 360px;
      border-top: 1px solid rgba(45, 130, 207, 0.12);
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-nav::before,
  body.xmdsite-template-home .xmdsite-nav::after {
      display: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-nav-list {
      display: grid;
      width: 100%;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px;
      overflow: visible;
      padding: 10px 14px 12px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-nav-item,
  body.xmdsite-template-home .xmdsite-nav-item:last-child,
  body.xmdsite-template-home .xmdsite-nav-item:nth-child(3n),
  body.xmdsite-template-home .xmdsite-nav-item:nth-child(-n + 3) {
      min-width: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-nav-link {
      width: 100%;
      min-width: 0;
      min-height: 38px;
      padding: 0 10px;
      border-radius: 0 !important;
      white-space: normal;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead-inner {
      gap: 16px;
      padding: 26px 0 24px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-page-title {
      font-size: clamp(21px, 5.4vw, 28px);
      font-weight: 740;
      line-height: 1.22;
      text-shadow: 0 5px 14px rgba(8, 41, 79, 0.10);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead-description {
      max-width: 620px;
      color: rgba(255, 255, 255, 0.84);
      font-size: 13px;
      line-height: 1.72;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead-index a {
      min-height: 48px;
      font-size: 12.5px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-header-inner {
      width: min(100% - 24px, 1180px);
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-menu-toggle {
      min-width: 70px;
      min-height: 32px;
      font-size: 12px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-nav {
      margin: 0 -12px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-nav-list {
      gap: 7px;
      padding: 9px 12px 11px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-nav-link {
      min-height: 36px;
      font-size: 12px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-page-title {
      font-size: clamp(20px, 5.7vw, 26px);
    }
}

body.xmdsite-template-home .xmdsite-contact-strip {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(45, 130, 207, 0.24);
  background:
  linear-gradient(90deg, rgba(255, 255, 255, 0.10) 1px, transparent 1px),
  linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
  linear-gradient(128deg, #2d82cf 0%, #2f8edc 62%, #3aa0e6 100%);
  background-size: 42px 42px, 42px 42px, auto;
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(45, 130, 207, 0.14);
}

body.xmdsite-template-home .xmdsite-contact-strip::before {
  display: none;
}

body.xmdsite-template-home .xmdsite-contact-strip-label,
body.xmdsite-template-home .xmdsite-contact-strip-text,
body.xmdsite-template-home .xmdsite-phone-link {
  color: rgba(255, 255, 255, 0.94);
}

body.xmdsite-template-home .xmdsite-contact-strip-label {
  font-weight: 740;
}

body.xmdsite-template-home .xmdsite-contact-strip-icon {
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff;
}

body.xmdsite-template-home .xmdsite-footer-logo {
  filter: brightness(0) invert(1) drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18));
  opacity: 0.96;
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-contact-strip {
      background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.10) 1px, transparent 1px),
      linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
      linear-gradient(128deg, #2d82cf 0%, #2f8edc 62%, #3aa0e6 100%);
      background-size: 42px 42px, 42px 42px, auto;
      box-shadow: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-contact-strip-label,
  body.xmdsite-template-home .xmdsite-contact-strip-text,
  body.xmdsite-template-home .xmdsite-phone-link {
      color: rgba(255, 255, 255, 0.93);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-phone-link {
      border-bottom-color: rgba(255, 255, 255, 0.42);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-contact-strip-icon {
      border-color: rgba(255, 255, 255, 0.42);
      background: rgba(255, 255, 255, 0.10);
      color: #ffffff;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead {
      border-bottom-color: rgba(45, 130, 207, 0.26);
      background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.10) 1px, transparent 1px),
      linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
      linear-gradient(128deg, #2d82cf 0%, #2f8edc 62%, #3aa0e6 100%);
      background-size: 42px 42px, 42px 42px, auto;
      color: #ffffff;
      box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.24);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead::before {
      opacity: 0.55;
      background: linear-gradient(135deg, transparent 0 46%, rgba(255, 255, 255, 0.12) 46% 47%, transparent 47% 100%);
      background-size: 220px 220px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead-description {
      color: rgba(255, 255, 255, 0.82);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-page-title {
      color: rgba(255, 255, 255, 0.92);
      font-size: clamp(19px, 5vw, 25px);
      font-weight: 680;
      text-shadow: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead-inner {
      gap: 12px;
      padding: 22px 0 18px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead-description {
      margin-top: 8px;
      font-size: 12.5px;
      line-height: 1.58;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead-index {
      width: 100%;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      border-color: rgba(171, 225, 255, 0.34);
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(24, 174, 229, 0.075));
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead-index a {
      grid-template-columns: auto auto;
      gap: 7px;
      min-height: 34px;
      justify-items: center;
      justify-content: center;
      border-right: 1px solid rgba(255, 255, 255, 0.18);
      border-bottom: 0;
      color: rgba(255, 255, 255, 0.90);
      font-size: 12px;
      letter-spacing: 0.02em;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead-index a:last-child {
      border-right: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead-index span:first-child {
      height: auto;
      border-right: 0;
      color: rgba(255, 255, 255, 0.58);
      font-size: 10px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-page-title {
      font-size: clamp(18px, 5.2vw, 23px);
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-masthead-inner {
      padding: 18px 0 15px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-masthead-description {
      display: block;
      overflow: visible;
      -webkit-line-clamp: unset;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-masthead-index a {
      min-height: 32px;
      font-size: 11.5px;
    }
}

body.xmdsite-template-home .xmdsite-card-title,
body.xmdsite-template-home .xmdsite-service-card .xmdsite-card-title,
body.xmdsite-template-home .xmdsite-news-card .xmdsite-card-title,
body.xmdsite-template-home .xmdsite-case-card .xmdsite-card-title,
body.xmdsite-template-home .xmdsite-case-card:first-child .xmdsite-card-title {
  color: #3d5872;
  overflow-wrap: anywhere;
  word-break: break-word;
}

body.xmdsite-template-home .xmdsite-service-card .xmdsite-item-link:hover .xmdsite-card-title,
body.xmdsite-template-home .xmdsite-service-card .xmdsite-item-link:focus-visible .xmdsite-card-title,
body.xmdsite-template-home .xmdsite-news-card .xmdsite-news-link:hover .xmdsite-card-title,
body.xmdsite-template-home .xmdsite-news-card .xmdsite-news-link:focus-visible .xmdsite-card-title,
body.xmdsite-template-home .xmdsite-case-card .xmdsite-case-link:hover .xmdsite-card-title,
body.xmdsite-template-home .xmdsite-case-card .xmdsite-case-link:focus-visible .xmdsite-card-title {
  color: #2f75ad;
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-card-title,
  body.xmdsite-template-home .xmdsite-service-card .xmdsite-card-title,
  body.xmdsite-template-home .xmdsite-news-card .xmdsite-card-title,
  body.xmdsite-template-home .xmdsite-case-card .xmdsite-card-title,
  body.xmdsite-template-home .xmdsite-case-card:first-child .xmdsite-card-title {
      color: #466178;
      line-height: 1.5;
    }
}

body.xmdsite-template-home {
  --brand: #2d82cf;
  --brand-dark: #2d82cf;
  --brand-deep: #2d82cf;
  --brand-accent: #ffffff;
}

body.xmdsite-template-home .xmdsite-masthead,
body.xmdsite-template-home .xmdsite-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.24);
  background-color: #2d82cf;
  background-image:
  linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
  linear-gradient(180deg, rgba(255, 255, 255, 0.085) 1px, transparent 1px),
  linear-gradient(135deg, transparent 0 46%, rgba(255, 255, 255, 0.14) 46% 46.8%, transparent 46.8% 100%);
  background-size: 42px 42px, 42px 42px, 220px 220px;
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 12px 28px rgba(45, 130, 207, 0.14);
}

body.xmdsite-template-home .xmdsite-masthead::before,
body.xmdsite-template-home .xmdsite-footer::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  background:
  linear-gradient(115deg, transparent 0 12%, rgba(255, 255, 255, 0.13) 12% 12.45%, transparent 12.45% 100%),
  linear-gradient(115deg, transparent 0 72%, rgba(255, 255, 255, 0.11) 72% 72.35%, transparent 72.35% 100%);
  background-size: 360px 100%, 520px 100%;
  content: "";
  opacity: 0.85;
  pointer-events: none;
}

body.xmdsite-template-home .xmdsite-masthead::after {
  border-color: rgba(255, 255, 255, 0.26);
  box-shadow: none;
  opacity: 0.6;
}

body.xmdsite-template-home .xmdsite-masthead-inner,
body.xmdsite-template-home .xmdsite-footer-inner,
body.xmdsite-template-home .xmdsite-footer-contact,
body.xmdsite-template-home .xmdsite-footer-slogan-wrap,
body.xmdsite-template-home .xmdsite-footer-legal {
  position: relative;
  z-index: 1;
}

body.xmdsite-template-home .xmdsite-footer {
  border-top: 0;
}

body.xmdsite-template-home .xmdsite-footer-logo {
  filter: brightness(0) invert(1) drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18));
}

body.xmdsite-template-home .xmdsite-page-title,
body.xmdsite-template-home .xmdsite-masthead-description,
body.xmdsite-template-home .xmdsite-footer-brand,
body.xmdsite-template-home .xmdsite-footer-slogan,
body.xmdsite-template-home .xmdsite-footer-legal,
body.xmdsite-template-home .xmdsite-footer-legal a {
  color: rgba(255, 255, 255, 0.94);
}

body.xmdsite-template-home .xmdsite-masthead-index,
body.xmdsite-template-home .xmdsite-footer-nav,
body.xmdsite-template-home .xmdsite-footer-link {
  border-color: rgba(255, 255, 255, 0.30);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

body.xmdsite-template-home .xmdsite-footer-slogan-wrap,
body.xmdsite-template-home .xmdsite-footer-legal {
  border-top-color: rgba(255, 255, 255, 0.22);
}

body.xmdsite-template-home .xmdsite-footer-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
  gap: 12px;
  padding-top: clamp(14px, 2.2vw, 20px);
}

body.xmdsite-template-home .xmdsite-footer-contact-item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.10);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

body.xmdsite-template-home .xmdsite-footer-contact-icon {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.30);
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
}

body.xmdsite-template-home .xmdsite-footer-contact-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

body.xmdsite-template-home .xmdsite-footer-contact-link:hover,
body.xmdsite-template-home .xmdsite-footer-contact-link:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.xmdsite-template-home .xmdsite-masthead-index a {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.92);
}

body.xmdsite-template-home .xmdsite-masthead-index a:hover,
body.xmdsite-template-home .xmdsite-masthead-index a:focus-visible,
body.xmdsite-template-home .xmdsite-footer-link:hover,
body.xmdsite-template-home .xmdsite-footer-link:focus-visible {
  background: rgba(255, 255, 255, 0.24);
  color: #ffffff;
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-contact {
      grid-template-columns: 1fr;
      gap: 10px;
      padding-top: 14px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-contact-text {
      font-size: 14px;
      line-height: 1.42;
    }
}

body.xmdsite-template-home {
  --brand: #2d82cf;
  --brand-dark: #2d82cf;
  --brand-deep: #2d82cf;
  --brand-accent: #2d82cf;
  --brand-ice: #eef7ff;
  --line: rgba(45, 130, 207, 0.16);
  --line-strong: rgba(45, 130, 207, 0.34);
}

body.xmdsite-template-home .xmdsite-nav-link:hover,
body.xmdsite-template-home .xmdsite-nav-link:focus-visible,
body.xmdsite-template-home .xmdsite-category-link:hover,
body.xmdsite-template-home .xmdsite-category-link:focus-visible,
body.xmdsite-template-home .xmdsite-breadcrumb-link:hover,
body.xmdsite-template-home .xmdsite-breadcrumb-link:focus-visible,
body.xmdsite-template-home .xmdsite-card-more,
body.xmdsite-template-home .xmdsite-section-link,
body.xmdsite-template-home .xmdsite-masthead-index a:hover,
body.xmdsite-template-home .xmdsite-masthead-index a:focus-visible {
  color: #2d82cf;
}

body.xmdsite-template-home .xmdsite-category-link.is-active,
body.xmdsite-template-home .xmdsite-category-link.is-active:hover,
body.xmdsite-template-home .xmdsite-category-link.is-active:focus-visible,
body.xmdsite-template-home .xmdsite-section-link:hover,
body.xmdsite-template-home .xmdsite-section-link:focus-visible,
body.xmdsite-template-home .xmdsite-mobile-call:hover,
body.xmdsite-template-home .xmdsite-mobile-call:focus-visible,
body.xmdsite-template-home .xmdsite-pagination-current,
body.xmdsite-template-home .xmdsite-pagination-link:hover,
body.xmdsite-template-home .xmdsite-pagination-link:focus-visible,
body.xmdsite-template-home .xmdsite-page-jump-btn,
body.xmdsite-template-home .xmdsite-page-jump-btn:hover,
body.xmdsite-template-home .xmdsite-page-jump-btn:focus-visible,
body.xmdsite-template-home .xmdsite-tab.is-active,
body.xmdsite-template-home .xmdsite-tab:hover,
body.xmdsite-template-home .xmdsite-tab:focus-visible {
  border-color: #2d82cf;
  background: #2d82cf;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(45, 130, 207, 0.18);
}

body.xmdsite-template-home .xmdsite-service-card .xmdsite-item-link:hover,
body.xmdsite-template-home .xmdsite-service-card .xmdsite-item-link:focus-visible,
body.xmdsite-template-home .xmdsite-news-card .xmdsite-news-link:hover,
body.xmdsite-template-home .xmdsite-news-card .xmdsite-news-link:focus-visible,
body.xmdsite-template-home .xmdsite-case-card .xmdsite-case-link:hover,
body.xmdsite-template-home .xmdsite-case-card .xmdsite-case-link:focus-visible,
body.xmdsite-template-home .xmdsite-item-card-link:hover,
body.xmdsite-template-home .xmdsite-item-card-link:focus-visible,
body.xmdsite-template-home .xmdsite-adjacent-card:hover,
body.xmdsite-template-home .xmdsite-adjacent-card:focus-visible {
  border-color: rgba(45, 130, 207, 0.38);
  box-shadow: 0 18px 42px rgba(45, 130, 207, 0.14);
}

body.xmdsite-template-home .xmdsite-service-card .xmdsite-item-link:hover .xmdsite-card-title,
body.xmdsite-template-home .xmdsite-service-card .xmdsite-item-link:focus-visible .xmdsite-card-title,
body.xmdsite-template-home .xmdsite-news-card .xmdsite-news-link:hover .xmdsite-card-title,
body.xmdsite-template-home .xmdsite-news-card .xmdsite-news-link:focus-visible .xmdsite-card-title,
body.xmdsite-template-home .xmdsite-case-card .xmdsite-case-link:hover .xmdsite-card-title,
body.xmdsite-template-home .xmdsite-case-card .xmdsite-case-link:focus-visible .xmdsite-card-title,
body.xmdsite-template-home .xmdsite-item-card-link:hover .xmdsite-card-title,
body.xmdsite-template-home .xmdsite-item-card-link:focus-visible .xmdsite-card-title {
  color: #2d82cf;
}

body.xmdsite-template-home .xmdsite-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-top: 0;
  background-color: #2d82cf;
  background-image:
  linear-gradient(90deg, rgba(255, 255, 255, 0.115) 1px, transparent 1px),
  linear-gradient(180deg, rgba(255, 255, 255, 0.085) 1px, transparent 1px),
  linear-gradient(118deg, transparent 0 18%, rgba(255, 255, 255, 0.12) 18% 18.35%, transparent 18.35% 100%),
  linear-gradient(118deg, transparent 0 76%, rgba(255, 255, 255, 0.10) 76% 76.35%, transparent 76.35% 100%);
  background-size: 44px 44px, 44px 44px, 420px 100%, 560px 100%;
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

body.xmdsite-template-home .xmdsite-footer::before {
  display: none;
}

body.xmdsite-template-home .xmdsite-footer-inner {
  display: grid;
  grid-template-columns: minmax(180px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(18px, 4vw, 56px);
  padding: clamp(26px, 4.2vw, 42px) 0 clamp(16px, 2.5vw, 24px);
}

body.xmdsite-template-home .xmdsite-footer-brand {
  min-width: 0;
  color: #ffffff;
}

body.xmdsite-template-home .xmdsite-footer-logo {
  max-width: 190px;
  max-height: 46px;
  filter: brightness(0) invert(1) drop-shadow(0 8px 18px rgba(0, 0, 0, 0.16));
  opacity: 0.96;
}

body.xmdsite-template-home .xmdsite-footer-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
  justify-content: stretch;
  gap: 1px;
  background: rgba(255, 255, 255, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

body.xmdsite-template-home .xmdsite-footer-link {
  min-height: 42px;
  justify-content: center;
  background: rgba(255, 255, 255, 0.105);
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-align: center;
}

body.xmdsite-template-home .xmdsite-footer-link:hover,
body.xmdsite-template-home .xmdsite-footer-link:focus-visible {
  background: rgba(255, 255, 255, 0.26);
  color: #ffffff;
  outline: none;
}

body.xmdsite-template-home .xmdsite-footer-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(220px, 0.72fr);
  gap: 12px;
  padding: 0 0 clamp(18px, 2.8vw, 28px);
}

body.xmdsite-template-home .xmdsite-footer-contact-item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.105);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.13);
}

body.xmdsite-template-home .xmdsite-footer-contact-icon {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
}

body.xmdsite-template-home .xmdsite-footer-contact-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

body.xmdsite-template-home .xmdsite-footer-contact-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

body.xmdsite-template-home .xmdsite-footer-contact-label {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

body.xmdsite-template-home .xmdsite-footer-contact-text {
  color: rgba(255, 255, 255, 0.96);
  font-size: 15px;
  font-weight: 720;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

body.xmdsite-template-home .xmdsite-footer-slogan-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.20);
  padding: clamp(18px, 2.6vw, 26px) 0 clamp(8px, 1.4vw, 12px);
}

body.xmdsite-template-home .xmdsite-footer-slogan {
  max-width: 980px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(15px, 1.65vw, 21px);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.72;
  text-align: center;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
}

body.xmdsite-template-home .xmdsite-footer-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding: 14px 0 20px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12.5px;
  line-height: 1.75;
}

body.xmdsite-template-home .xmdsite-footer-legal a {
  color: rgba(255, 255, 255, 0.92);
}

body.xmdsite-template-home .xmdsite-footer-legal-line {
  gap: 6px 14px;
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer {
      background-size: 34px 34px, 34px 34px, 360px 100%, 480px 100%;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-inner {
      grid-template-columns: 1fr;
      align-items: start;
      gap: 16px;
      padding: 24px 0 14px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-logo {
      max-width: 162px;
      max-height: 38px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-nav {
      width: 100%;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-link {
      min-height: 38px;
      padding: 0 8px;
      font-size: 12.5px;
      letter-spacing: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-contact {
      grid-template-columns: 1fr;
      gap: 10px;
      padding-bottom: 18px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-contact-item {
      grid-template-columns: 34px minmax(0, 1fr);
      gap: 10px;
      padding: 12px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-contact-icon {
      width: 34px;
      height: 34px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-contact-text {
      font-size: 14px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-slogan {
      font-size: 14px;
      line-height: 1.68;
      text-align: left;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-legal {
      padding-bottom: 16px;
      text-align: left;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home {
      padding-bottom: 0;
    }
}

body.xmdsite-template-home .xmdsite-masthead {
  min-height: 400px;
  border-bottom: 1px solid rgba(10, 103, 199, 0.34);
  background:
  radial-gradient(circle at 78% 14%, rgba(71, 174, 237, 0.30) 0, rgba(71, 174, 237, 0) 25%),
  radial-gradient(circle at 17% 8%, rgba(255, 255, 255, 0.16) 0, rgba(255, 255, 255, 0) 30%),
  linear-gradient(128deg, #0759ac 0%, #0a67c7 50%, #1789dc 100%);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.20);
}

body.xmdsite-template-home .xmdsite-masthead::before {
  opacity: 0.74;
  background:
  linear-gradient(90deg, rgba(255, 255, 255, 0.060) 1px, transparent 1px),
  linear-gradient(180deg, rgba(255, 255, 255, 0.046) 1px, transparent 1px);
  background-size: 44px 44px, 44px 44px;
}

body.xmdsite-template-home .xmdsite-masthead::after {
  right: 3%;
  bottom: -28px;
  width: min(520px, 40vw);
  height: 126px;
  border-color: rgba(255, 255, 255, 0.20);
  box-shadow: 0 0 78px rgba(255, 255, 255, 0.10);
}

body.xmdsite-template-home .xmdsite-masthead-inner {
  min-height: 400px;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

body.xmdsite-template-home .xmdsite-masthead-copy {
  position: relative;
  max-width: 940px;
  padding-left: clamp(22px, 2.4vw, 30px);
}

body.xmdsite-template-home .xmdsite-masthead-copy::before {
  position: absolute;
  top: 2px;
  bottom: 4px;
  left: 0;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(178, 232, 255, 0.50));
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.26);
  content: "";
}

body.xmdsite-template-home .xmdsite-masthead-eyebrow {
  display: none;
}

body.xmdsite-template-home .xmdsite-page-title {
  max-width: 980px;
  font-size: clamp(50px, 5.7vw, 74px);
  font-weight: 950;
  letter-spacing: -0.062em;
  line-height: 1.01;
  text-shadow: 0 18px 42px rgba(5, 39, 78, 0.24);
}

body.xmdsite-template-home .xmdsite-page-title span + span {
  margin-top: 2px;
}

body.xmdsite-template-home .xmdsite-page-title strong {
  color: #ffffff;
  font-weight: inherit;
  letter-spacing: -0.035em;
}

body.xmdsite-template-home .xmdsite-masthead-description {
  display: grid;
  gap: 6px;
  max-width: 850px;
  margin-top: 22px;
  color: rgba(247, 252, 255, 0.93);
  font-size: clamp(15px, 1.28vw, 18px);
  line-height: 1.78;
  letter-spacing: 0.01em;
}

body.xmdsite-template-home .xmdsite-masthead-description p {
  margin: 0;
  text-wrap: pretty;
}

body.xmdsite-template-home .xmdsite-masthead-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

body.xmdsite-template-home .xmdsite-masthead-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.30);
  background: rgba(255, 255, 255, 0.13);
  padding: 0 16px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.20), 0 12px 28px rgba(5, 39, 78, 0.10);
  backdrop-filter: blur(8px);
}

body.xmdsite-template-home .xmdsite-masthead-index {
  align-self: end;
  margin-bottom: 78px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(24, 174, 229, 0.08));
  backdrop-filter: blur(8px);
}

@media (min-width: 821px) {
    body.xmdsite-template-home .xmdsite-masthead {
      height: 400px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead {
      min-height: auto;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead-inner {
      min-height: 0;
      gap: 18px;
      padding-top: 36px;
      padding-bottom: 28px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead-copy {
      padding-left: 18px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-page-title {
      max-width: 12em;
      font-size: clamp(34px, 10vw, 48px);
      letter-spacing: -0.035em;
      line-height: 1.04;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead-description {
      gap: 7px;
      margin-top: 16px;
      font-size: 15px;
      line-height: 1.76;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead-tags {
      gap: 8px;
      margin-top: 18px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead-tags span {
      min-height: 30px;
      padding: 0 12px;
      font-size: 12px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-masthead-index {
      align-self: stretch;
      margin-bottom: 0;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-masthead {
      background-size: auto;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-masthead-inner {
      padding-top: 30px;
      padding-bottom: 22px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-masthead-copy {
      padding-left: 14px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-masthead-copy::before {
      width: 3px;
      top: 4px;
      bottom: 6px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-page-title {
      max-width: 11em;
      font-size: clamp(32px, 11vw, 42px);
      line-height: 1.06;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-page-title span + span {
      margin-top: 4px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-masthead-description {
      margin-top: 14px;
      font-size: 14px;
      line-height: 1.74;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-home .xmdsite-masthead-tags span {
      min-height: 28px;
      padding: 0 10px;
      font-size: 11.5px;
      letter-spacing: 0.02em;
    }
}

@media (max-width: 380px) {
    body.xmdsite-template-home .xmdsite-page-title {
      font-size: 30px;
    }
}

@media (max-width: 380px) {
    body.xmdsite-template-home .xmdsite-masthead-description {
      font-size: 13.5px;
    }
}

@media (min-width: 1101px) {
    body.xmdsite-template-home .xmdsite-masthead {
      height: 400px;
      min-height: 400px;
      background:
      radial-gradient(circle at 82% 15%, rgba(63, 169, 239, 0.30) 0, rgba(63, 169, 239, 0) 25%),
      radial-gradient(circle at 14% 8%, rgba(255, 255, 255, 0.14) 0, rgba(255, 255, 255, 0) 28%),
      linear-gradient(128deg, #0754a7 0%, #0a67c7 52%, #147ed6 100%);
    }
}

@media (min-width: 1101px) {
    body.xmdsite-template-home .xmdsite-masthead-inner {
      height: 400px;
      min-height: 400px;
      display: grid;
      grid-template-columns: minmax(0, 820px) minmax(260px, 300px);
      align-items: center;
      gap: clamp(34px, 4.2vw, 54px);
      padding-top: 0;
      padding-bottom: 0;
    }
}

@media (min-width: 1101px) {
    body.xmdsite-template-home .xmdsite-masthead-copy {
      max-width: 820px;
      padding-left: 24px;
    }
}

@media (min-width: 1101px) {
    body.xmdsite-template-home .xmdsite-masthead-copy::before {
      top: 7px;
      bottom: 10px;
      width: 3px;
      opacity: 0.9;
    }
}

@media (min-width: 1101px) {
    body.xmdsite-template-home .xmdsite-page-title {
      max-width: 820px;
      font-size: clamp(36px, 3.4vw, 46px);
      line-height: 1.12;
      letter-spacing: -0.032em;
      white-space: nowrap;
      text-shadow: 0 12px 32px rgba(5, 39, 78, 0.22);
    }
}

@media (min-width: 1101px) {
    body.xmdsite-template-home .xmdsite-page-title span {
      display: inline;
      white-space: nowrap;
    }
}

@media (min-width: 1101px) {
    body.xmdsite-template-home .xmdsite-page-title span + span {
      margin-top: 0;
      margin-left: 0.18em;
    }
}

@media (min-width: 1101px) {
    body.xmdsite-template-home .xmdsite-page-title strong {
      letter-spacing: -0.010em;
    }
}

@media (min-width: 1101px) {
    body.xmdsite-template-home .xmdsite-masthead-description {
      max-width: 820px;
      margin-top: 18px;
      gap: 6px;
      color: rgba(247, 252, 255, 0.94);
      font-size: clamp(15px, 1.12vw, 17px);
      line-height: 1.72;
    }
}

@media (min-width: 1101px) {
    body.xmdsite-template-home .xmdsite-masthead-tags {
      gap: 9px;
      margin-top: 18px;
    }
}

@media (min-width: 1101px) {
    body.xmdsite-template-home .xmdsite-masthead-tags span {
      min-height: 30px;
      padding: 0 14px;
      border-color: rgba(255, 255, 255, 0.26);
      background: rgba(255, 255, 255, 0.11);
      font-size: 12px;
    }
}

@media (min-width: 1101px) {
    body.xmdsite-template-home .xmdsite-masthead-index {
      align-self: center;
      width: 100%;
      max-width: 300px;
      margin: 0;
      grid-template-columns: 1fr;
      overflow: hidden;
      border: 1px solid rgba(210, 239, 255, 0.34);
      background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.075));
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 16px 38px rgba(5, 39, 78, 0.14);
      backdrop-filter: blur(10px);
    }
}

@media (min-width: 1101px) {
    body.xmdsite-template-home .xmdsite-masthead-index a {
      grid-template-columns: 48px minmax(0, 1fr);
      min-height: 54px;
      border-right: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.20);
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.032));
      padding-right: 14px;
      font-size: 15px;
      letter-spacing: 0.05em;
    }
}

@media (min-width: 1101px) {
    body.xmdsite-template-home .xmdsite-masthead-index a:last-child {
      border-right: 0;
      border-bottom: 0;
    }
}

@media (min-width: 1101px) {
    body.xmdsite-template-home .xmdsite-masthead-index span:first-child {
      border-right: 1px solid rgba(255, 255, 255, 0.18);
      color: rgba(255, 255, 255, 0.62);
      font-size: 11px;
    }
}

@media (min-width: 1280px) {
    body.xmdsite-template-home .xmdsite-masthead-description p {
      white-space: nowrap;
    }
}

@media (min-width: 821px) and (max-width: 1100px) {
    body.xmdsite-template-home .xmdsite-masthead {
      height: auto;
      min-height: 400px;
    }
}

@media (min-width: 821px) and (max-width: 1100px) {
    body.xmdsite-template-home .xmdsite-masthead-inner {
      min-height: 400px;
      gap: 22px;
      padding-top: 34px;
      padding-bottom: 30px;
    }
}

@media (min-width: 821px) and (max-width: 1100px) {
    body.xmdsite-template-home .xmdsite-page-title {
      font-size: clamp(38px, 5.3vw, 50px);
      line-height: 1.10;
      letter-spacing: -0.035em;
    }
}

@media (min-width: 821px) and (max-width: 1100px) {
    body.xmdsite-template-home .xmdsite-masthead-description {
      margin-top: 20px;
      font-size: 17px;
      line-height: 1.76;
    }
}

@media (min-width: 821px) and (max-width: 1100px) {
    body.xmdsite-template-home .xmdsite-masthead-index {
      margin-bottom: 0;
    }
}

body.xmdsite-template-home .xmdsite-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-top: 0;
  background-color: #0a67c7;
  background-image:
  linear-gradient(115deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 100%),
  linear-gradient(90deg, rgba(255, 255, 255, 0.085) 1px, transparent 1px),
  linear-gradient(180deg, rgba(255, 255, 255, 0.060) 1px, transparent 1px),
  linear-gradient(128deg, #0754a7 0%, #0a67c7 54%, #2d82cf 100%);
  background-size: 240px 240px, 44px 44px, 44px 44px, auto;
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

body.xmdsite-template-home .xmdsite-footer::before {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
  linear-gradient(90deg, rgba(4, 39, 83, 0.30), transparent 34%, transparent 66%, rgba(4, 39, 83, 0.22)),
  linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 34%);
  content: "";
  pointer-events: none;
}

body.xmdsite-template-home .xmdsite-footer-inner,
body.xmdsite-template-home .xmdsite-footer-contact,
body.xmdsite-template-home .xmdsite-footer-slogan-wrap,
body.xmdsite-template-home .xmdsite-footer-legal {
  position: relative;
  z-index: 1;
}

body.xmdsite-template-home .xmdsite-footer-inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.74fr) minmax(0, 1.26fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(34px, 5vw, 56px) 0 clamp(22px, 3.2vw, 34px);
}

body.xmdsite-template-home .xmdsite-footer-brand {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-width: 0;
  align-items: center;
  min-height: 64px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.96);
  padding: 12px 18px;
  color: #2d82cf;
  box-shadow: 0 18px 46px rgba(4, 39, 83, 0.18), inset 0 1px 0 #ffffff;
}

body.xmdsite-template-home .xmdsite-footer-brand span {
  color: #2d82cf;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
}

body.xmdsite-template-home .xmdsite-footer-logo {
  width: auto;
  max-width: 210px;
  max-height: 48px;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

body.xmdsite-template-home .xmdsite-footer-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(116px, 1fr));
  gap: 10px;
  border: 0;
  background: transparent;
}

body.xmdsite-template-home .xmdsite-footer-link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.105);
  padding: 0 16px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

body.xmdsite-template-home .xmdsite-footer-link:hover,
body.xmdsite-template-home .xmdsite-footer-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff;
  outline: none;
}

body.xmdsite-template-home .xmdsite-footer-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr);
  gap: 14px;
  padding: 0 0 clamp(24px, 3.4vw, 36px);
}

body.xmdsite-template-home .xmdsite-footer-contact-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.155), rgba(255, 255, 255, 0.080));
  padding: 18px 20px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

body.xmdsite-template-home .xmdsite-footer-contact-icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

body.xmdsite-template-home .xmdsite-footer-contact-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

body.xmdsite-template-home .xmdsite-footer-contact-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

body.xmdsite-template-home .xmdsite-footer-contact-label {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

body.xmdsite-template-home .xmdsite-footer-contact-text {
  color: rgba(255, 255, 255, 0.97);
  font-size: 16px;
  font-weight: 760;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

body.xmdsite-template-home .xmdsite-footer-contact-link {
  text-decoration: none;
  white-space: nowrap;
}

body.xmdsite-template-home .xmdsite-footer-slogan-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding: clamp(22px, 3vw, 32px) 0 clamp(12px, 1.8vw, 18px);
}

body.xmdsite-template-home .xmdsite-footer-slogan {
  position: relative;
  max-width: 980px;
  margin: 0;
  padding-left: clamp(18px, 2.2vw, 26px);
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(16px, 1.55vw, 21px);
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1.72;
  text-align: left;
  text-shadow: 0 10px 24px rgba(4, 39, 83, 0.20);
}

body.xmdsite-template-home .xmdsite-footer-slogan::before {
  position: absolute;
  top: 0.35em;
  bottom: 0.35em;
  left: 0;
  width: 3px;
  background: rgba(255, 255, 255, 0.88);
  content: "";
}

body.xmdsite-template-home .xmdsite-footer-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding: 16px 0 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12.5px;
  line-height: 1.8;
  text-align: left;
}

body.xmdsite-template-home .xmdsite-footer-legal p {
  margin: 0;
}

body.xmdsite-template-home .xmdsite-footer-legal a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

body.xmdsite-template-home .xmdsite-footer-contact-link:hover,
body.xmdsite-template-home .xmdsite-footer-contact-link:focus-visible,
body.xmdsite-template-home .xmdsite-footer-legal a:hover,
body.xmdsite-template-home .xmdsite-footer-legal a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
  outline: none;
}

body.xmdsite-template-home .xmdsite-footer-legal-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 18px;
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer {
      background-size: 220px 220px, 34px 34px, 34px 34px, auto;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-inner {
      grid-template-columns: 1fr;
      align-items: start;
      gap: 22px;
      padding: 28px 0 20px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-brand {
      min-height: 56px;
      padding: 10px 14px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-logo {
      max-width: 172px;
      max-height: 40px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-nav {
      width: 100%;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 8px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-link {
      min-height: 40px;
      padding: 0 8px;
      font-size: 12.5px;
      letter-spacing: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-contact {
      grid-template-columns: 1fr;
      gap: 10px;
      padding-bottom: 22px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-contact-item {
      grid-template-columns: 38px minmax(0, 1fr);
      gap: 12px;
      padding: 14px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-contact-icon {
      width: 38px;
      height: 38px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-contact-text {
      font-size: 14.5px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-slogan {
      font-size: 14px;
      line-height: 1.68;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-legal {
      padding-bottom: 18px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-home .xmdsite-footer-legal-line {
      justify-content: flex-start;
    }
}

@media (max-width: 420px) {
    body.xmdsite-template-home .xmdsite-footer-contact-item {
      align-items: start;
    }
}

@media (max-width: 420px) {
    body.xmdsite-template-home .xmdsite-footer-contact-link {
      white-space: normal;
    }
}

@media (max-width: 420px) {
    body.xmdsite-template-home .xmdsite-footer-sep {
      display: none;
    }
}

body.xmdsite-template-home {
  --brand: #0a67c7;
  --brand-dark: #0754a7;
  --brand-deep: #043e82;
  --brand-accent: #38a7e8;
  --brand-ice: #eff7ff;
  --surface-blue: #eff7ff;
  --line-blue: rgba(10, 103, 199, 0.18);
  --text-blue: #0754a7;
}

body.xmdsite-template-home .xmdsite-nav-link:hover,
body.xmdsite-template-home .xmdsite-nav-link:focus-visible,
body.xmdsite-template-home .xmdsite-section-link,
body.xmdsite-template-home .xmdsite-card-more,
body.xmdsite-template-home .xmdsite-news-read,
body.xmdsite-template-home .xmdsite-case-more,
body.xmdsite-template-home .xmdsite-category-link,
body.xmdsite-template-home .xmdsite-pagination a,
body.xmdsite-template-home .xmdsite-breadcrumb a,
body.xmdsite-template-home .xmdsite-detail-back,
body.xmdsite-template-home .xmdsite-detail-category,
body.xmdsite-template-home .xmdsite-list-meta,
body.xmdsite-template-home .xmdsite-card-meta {
  color: var(--text-blue);
}

body.xmdsite-template-home .xmdsite-section-link,
body.xmdsite-template-home .xmdsite-category-link,
body.xmdsite-template-home .xmdsite-pagination a,
body.xmdsite-template-home .xmdsite-service-card,
body.xmdsite-template-home .xmdsite-news-card,
body.xmdsite-template-home .xmdsite-case-card,
body.xmdsite-template-home .xmdsite-list-card,
body.xmdsite-template-home .xmdsite-detail-card,
body.xmdsite-template-home .xmdsite-empty-state {
  border-color: var(--line-blue);
}

body.xmdsite-template-home .xmdsite-section-link:hover,
body.xmdsite-template-home .xmdsite-section-link:focus-visible,
body.xmdsite-template-home .xmdsite-category-link:hover,
body.xmdsite-template-home .xmdsite-category-link:focus-visible,
body.xmdsite-template-home .xmdsite-pagination a:hover,
body.xmdsite-template-home .xmdsite-pagination a:focus-visible {
  border-color: rgba(10, 103, 199, 0.38);
  background: linear-gradient(135deg, #f7fbff 0%, #eff7ff 100%);
  color: var(--brand-dark);
}

body.xmdsite-template-home .xmdsite-footer {
  max-height: 300px;
  background-color: var(--brand);
  background-image:
  linear-gradient(125deg, rgba(255, 255, 255, 0.13) 0 1px, transparent 1px 100%),
  linear-gradient(90deg, rgba(255, 255, 255, 0.075) 1px, transparent 1px),
  linear-gradient(180deg, rgba(255, 255, 255, 0.060) 1px, transparent 1px);
  background-size: 220px 220px, 38px 38px, 38px 38px;
  color: #ffffff;
}

body.xmdsite-template-home .xmdsite-footer::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.10), transparent 38%);
}

body.xmdsite-template-home .xmdsite-footer-inner {
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1.58fr);
  gap: clamp(22px, 3.4vw, 52px);
  padding: 22px 0 12px;
}

body.xmdsite-template-home .xmdsite-footer-brand {
  min-height: 42px;
  border: 0;
  background: transparent;
  padding: 0;
  color: #ffffff;
  box-shadow: none;
}

body.xmdsite-template-home .xmdsite-footer-brand span {
  color: #ffffff;
  font-size: 19px;
  text-shadow: 0 12px 28px rgba(1, 31, 72, 0.32);
}

body.xmdsite-template-home .xmdsite-footer-logo {
  max-width: 188px;
  max-height: 42px;
  filter: brightness(0) invert(1);
  opacity: 0.98;
}

body.xmdsite-template-home .xmdsite-footer-nav {
  grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
  gap: 8px;
}

body.xmdsite-template-home .xmdsite-footer-link {
  min-height: 34px;
  border-color: rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.085);
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  letter-spacing: 0.03em;
}

body.xmdsite-template-home .xmdsite-footer-contact {
  grid-template-columns: minmax(0, 1.25fr) minmax(210px, 0.75fr);
  gap: 10px;
  padding: 0 0 12px;
}

body.xmdsite-template-home .xmdsite-footer-contact-item {
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  padding: 10px 14px;
  border-color: rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.085);
}

body.xmdsite-template-home .xmdsite-footer-contact-icon {
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.12);
}

body.xmdsite-template-home .xmdsite-footer-contact-icon svg {
  width: 17px;
  height: 17px;
}

body.xmdsite-template-home .xmdsite-footer-contact-copy {
  gap: 2px;
}

body.xmdsite-template-home .xmdsite-footer-contact-label {
  font-size: 11px;
  letter-spacing: 0.07em;
}

body.xmdsite-template-home .xmdsite-footer-contact-text {
  font-size: 14px;
  line-height: 1.32;
}

body.xmdsite-template-home .xmdsite-footer-slogan-wrap {
  padding: 9px 0 7px;
}

body.xmdsite-template-home .xmdsite-footer-slogan {
  max-width: none;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.45;
}

body.xmdsite-template-home .xmdsite-footer-legal {
  padding: 9px 0 14px;
  font-size: 12px;
  line-height: 1.5;
}

body.xmdsite-template-home .xmdsite-footer-legal-line {
  gap: 6px 16px;
}

@media (max-width: 900px) {
    body.xmdsite-template-home .xmdsite-footer {
      max-height: none;
    }
}

@media (max-width: 900px) {
    body.xmdsite-template-home .xmdsite-footer-inner {
      grid-template-columns: 1fr;
      gap: 18px;
      padding: 24px 0 16px;
    }
}

@media (max-width: 900px) {
    body.xmdsite-template-home .xmdsite-footer-logo {
      max-width: 176px;
      max-height: 40px;
    }
}

@media (max-width: 900px) {
    body.xmdsite-template-home .xmdsite-footer-nav {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    body.xmdsite-template-home .xmdsite-footer-contact {
      grid-template-columns: 1fr;
      padding-bottom: 16px;
    }
}

@media (max-width: 900px) {
    body.xmdsite-template-home .xmdsite-footer-slogan-wrap {
      padding: 14px 0 10px;
    }
}

@media (max-width: 900px) {
    body.xmdsite-template-home .xmdsite-footer-slogan {
      font-size: 14px;
      line-height: 1.6;
    }
}

@media (max-width: 900px) {
    body.xmdsite-template-home .xmdsite-footer-legal {
      padding-bottom: 18px;
    }
}

@media (max-width: 420px) {
    body.xmdsite-template-home .xmdsite-footer-nav {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}



/* list template styles. */

body.xmdsite-template-list {
  --brand: #0065d9;
  --brand-dark: #004897;
  --brand-deep: #061832;
  --brand-accent: #00a9d6;
  --brand-ice: #eef7ff;
  --ink: #06182e;
  --muted: rgba(6, 24, 46, 0.68);
  --soft: rgba(6, 24, 46, 0.48);
  --line: rgba(0, 101, 217, 0.13);
  --line-strong: rgba(0, 101, 217, 0.28);
  --bg: #f5f8fc;
  --surface: #ffffff;
  --surface-blue: #eef7ff;
  --shadow: 0 22px 56px rgba(6, 24, 50, 0.12);
  --shadow-soft: 0 14px 36px rgba(6, 24, 50, 0.085);
  color-scheme: light;
}

body.xmdsite-template-list {
  margin: 0;
  background:
  radial-gradient(circle at 12% 7%, rgba(0, 169, 214, 0.105) 0, rgba(0, 169, 214, 0) 28%),
  radial-gradient(circle at 88% 16%, rgba(0, 101, 217, 0.095) 0, rgba(0, 101, 217, 0) 30%),
  linear-gradient(90deg, rgba(0, 101, 217, 0.024) 1px, transparent 1px),
  linear-gradient(180deg, rgba(0, 101, 217, 0.020) 1px, transparent 1px),
  linear-gradient(180deg, #ffffff 0%, #f5f8fc 50%, #ffffff 100%);
  background-size: auto, auto, 30px 30px, 30px 30px, auto;
  color: var(--ink);
  font-family: Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.xmdsite-template-list .xmdsite-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(0, 101, 217, 0.11);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 36px rgba(6, 24, 50, 0.065);
}

body.xmdsite-template-list .xmdsite-header-inner {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 9px 0 8px;
}

body.xmdsite-template-list .xmdsite-brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  color: var(--brand-deep);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

body.xmdsite-template-list .xmdsite-brand-logo {
  width: auto;
  max-width: 220px;
  max-height: 44px;
  object-fit: contain;
}

body.xmdsite-template-list .xmdsite-brand-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.xmdsite-template-list .xmdsite-nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.xmdsite-template-list .xmdsite-nav-item {
  position: relative;
}

body.xmdsite-template-list .xmdsite-nav-item + .xmdsite-nav-item::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 16px;
  background: rgba(0, 101, 217, 0.15);
  content: "";
  transform: translateY(-50%);
}

body.xmdsite-template-list .xmdsite-nav-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid transparent;
  color: #12365d;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

body.xmdsite-template-list .xmdsite-nav-link:hover,
body.xmdsite-template-list .xmdsite-nav-link:focus-visible {
  border-color: rgba(0, 169, 214, 0.38);
  background: linear-gradient(135deg, #eef7ff, #f6fcff);
  color: var(--brand-dark);
  outline: none;
}

body.xmdsite-template-list .xmdsite-contact-strip {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(0, 169, 214, 0.28);
  background:
  radial-gradient(circle at 84% 4%, rgba(0, 169, 214, 0.25), transparent 30%),
  radial-gradient(circle at 14% 8%, rgba(0, 101, 217, 0.24), transparent 36%),
  linear-gradient(128deg, #061832 0%, #07346d 55%, #0065d9 100%);
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(6, 24, 50, 0.18);
}

body.xmdsite-template-list .xmdsite-contact-strip::before {
  position: absolute;
  inset: 0;
  background:
  linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.16) 50%, transparent 100%),
  linear-gradient(135deg, rgba(255, 255, 255, 0.10) 0 1px, transparent 1px 18px);
  background-size: 100% 100%, 18px 18px;
  content: "";
  pointer-events: none;
}

body.xmdsite-template-list .xmdsite-contact-strip-inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 26px;
  padding: 6px 0;
}

body.xmdsite-template-list .xmdsite-contact-strip-item {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 13px;
  line-height: 1.45;
  white-space: nowrap;
}

body.xmdsite-template-list .xmdsite-contact-strip-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.52);
  color: #ffffff;
}

body.xmdsite-template-list .xmdsite-contact-strip-icon svg {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
}

body.xmdsite-template-list .xmdsite-contact-strip-label {
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0.03em;
}

body.xmdsite-template-list .xmdsite-contact-strip-text {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
}

body.xmdsite-template-list .xmdsite-masthead {
  position: relative;
  border-bottom: 1px solid rgba(0, 169, 214, 0.22);
  background:
  radial-gradient(circle at 84% 4%, rgba(0, 169, 214, 0.25), transparent 30%),
  radial-gradient(circle at 14% 8%, rgba(0, 101, 217, 0.24), transparent 36%),
  linear-gradient(128deg, #061832 0%, #07346d 55%, #0065d9 100%);
  color: #ffffff;
  overflow: hidden;
}

body.xmdsite-template-list .xmdsite-masthead::before,
body.xmdsite-template-list .xmdsite-masthead::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

body.xmdsite-template-list .xmdsite-masthead::before {
  inset: 0;
  background:
  linear-gradient(90deg, rgba(255, 255, 255, 0.080) 1px, transparent 1px),
  linear-gradient(180deg, rgba(255, 255, 255, 0.058) 1px, transparent 1px),
  linear-gradient(135deg, transparent 0 44%, rgba(255, 255, 255, 0.10) 44% 45%, transparent 45% 100%);
  background-size: 36px 36px, 36px 36px, 220px 220px;
  opacity: 0.9;
}

body.xmdsite-template-list .xmdsite-masthead::after {
  right: 5%;
  bottom: -42px;
  width: 300px;
  height: 138px;
  border: 1px solid rgba(0, 169, 214, 0.34);
  box-shadow: 0 0 82px rgba(0, 169, 214, 0.16);
  transform: skewX(-22deg);
}

body.xmdsite-template-list .xmdsite-masthead-inner {
  position: relative;
  z-index: 1;
  padding: clamp(34px, 4.5vw, 56px) 0 clamp(28px, 3.5vw, 44px);
}

body.xmdsite-template-list .xmdsite-page-title {
  max-width: 900px;
  margin: 0;
  font-size: clamp(28px, 3.8vw, 48px);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.12;
}

body.xmdsite-template-list .xmdsite-masthead-description {
  max-width: 720px;
  margin: 12px 0 0;
  color: rgba(236, 247, 255, 0.84);
  font-size: clamp(14px, 1.35vw, 16px);
  line-height: 1.76;
}

body.xmdsite-template-list .xmdsite-breadcrumb {
  padding: clamp(14px, 2vw, 20px) 0 0;
}

body.xmdsite-template-list .xmdsite-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
}

body.xmdsite-template-list .xmdsite-breadcrumb-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--soft);
}

body.xmdsite-template-list .xmdsite-breadcrumb-item + .xmdsite-breadcrumb-item::before {
  content: "/";
  color: var(--line-strong);
}

body.xmdsite-template-list .xmdsite-breadcrumb-link {
  color: var(--muted);
  font-weight: 600;
  transition: color 180ms ease;
}

body.xmdsite-template-list .xmdsite-breadcrumb-link:hover,
body.xmdsite-template-list .xmdsite-breadcrumb-link:focus-visible {
  color: var(--brand);
  outline: none;
}

body.xmdsite-template-list .xmdsite-breadcrumb-current {
  color: var(--ink);
  font-weight: 800;
}

body.xmdsite-template-list .xmdsite-main {
  display: grid;
  gap: clamp(20px, 3vw, 32px);
  padding: 0 0 clamp(38px, 5.5vw, 64px);
}

body.xmdsite-template-list .xmdsite-category-nav {
  padding: clamp(10px, 1.5vw, 14px) 0 0;
}

body.xmdsite-template-list .xmdsite-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(0, 101, 217, 0.10);
}

body.xmdsite-template-list .xmdsite-category-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid transparent;
  background: #ffffff;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

body.xmdsite-template-list .xmdsite-category-link:hover,
body.xmdsite-template-list .xmdsite-category-link:focus-visible {
  border-color: rgba(0, 169, 214, 0.30);
  background: linear-gradient(135deg, #eef7ff, #f6fcff);
  color: var(--brand-dark);
  outline: none;
}

body.xmdsite-template-list .xmdsite-category-link.is-active,
body.xmdsite-template-list .xmdsite-category-link.is-active:hover,
body.xmdsite-template-list .xmdsite-category-link.is-active:focus-visible {
  border-color: var(--brand);
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
  color: #ffffff;
  cursor: default;
}

body.xmdsite-template-list .xmdsite-list-section {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 101, 217, 0.13);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(248, 252, 255, 0.99) 100%);
  box-shadow: var(--shadow-soft);
}

body.xmdsite-template-list .xmdsite-list-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: end;
  border-bottom: 1px solid rgba(0, 101, 217, 0.12);
  background: linear-gradient(90deg, rgba(238, 247, 255, 0.82), rgba(255, 255, 255, 0.94));
  padding: clamp(14px, 2vw, 20px);
}

body.xmdsite-template-list .xmdsite-list-title {
  margin: 0;
  color: var(--brand-deep);
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

body.xmdsite-template-list .xmdsite-list-subtitle {
  max-width: 720px;
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.68;
}

body.xmdsite-template-list .xmdsite-list-count {
  margin: 0;
  color: var(--soft);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

body.xmdsite-template-list .xmdsite-list-count strong {
  color: var(--brand-dark);
  font-weight: 900;
}

body.xmdsite-template-list .xmdsite-item-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
  margin: 0;
  padding: clamp(16px, 2.2vw, 24px);
  list-style: none;
  background:
  radial-gradient(circle at 12% 12%, rgba(0, 169, 214, 0.10), transparent 30%),
  linear-gradient(180deg, rgba(238, 247, 255, 0.74), rgba(255, 255, 255, 0.92));
}

body.xmdsite-template-list .xmdsite-item-card {
  min-width: 0;
}

body.xmdsite-template-list .xmdsite-item-card-link {
  position: relative;
  display: grid;
  min-height: 210px;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 18px;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(0, 101, 217, 0.14);
  background:
  linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 252, 255, 0.94)),
  #ffffff;
  box-shadow: 0 16px 34px rgba(6, 24, 50, 0.075);
  padding: clamp(16px, 2vw, 22px);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

body.xmdsite-template-list .xmdsite-item-card-link::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--brand), var(--brand-accent));
  content: "";
  opacity: 0.86;
}

body.xmdsite-template-list .xmdsite-item-card-link::after {
  position: absolute;
  top: -44px;
  right: -48px;
  width: 132px;
  height: 132px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 169, 214, 0.18), transparent 68%);
  content: "";
  pointer-events: none;
}

body.xmdsite-template-list .xmdsite-item-card-link:hover,
body.xmdsite-template-list .xmdsite-item-card-link:focus-visible {
  border-color: rgba(0, 101, 217, 0.36);
  background: linear-gradient(135deg, #ffffff 0%, #eef7ff 100%);
  box-shadow: 0 22px 46px rgba(6, 24, 50, 0.13);
  outline: none;
  transform: translateY(-4px);
}

body.xmdsite-template-list .xmdsite-card-visual {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 168px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(0, 101, 217, 0.12);
  background:
  linear-gradient(150deg, rgba(0, 72, 151, 0.92), rgba(0, 101, 217, 0.76) 55%, rgba(0, 169, 214, 0.78)),
  var(--brand);
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

body.xmdsite-template-list .xmdsite-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

body.xmdsite-template-list .xmdsite-item-card-link:hover .xmdsite-card-image,
body.xmdsite-template-list .xmdsite-item-card-link:focus-visible .xmdsite-card-image {
  transform: scale(1.045);
}

body.xmdsite-template-list .xmdsite-card-index {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: Arial, sans-serif;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
}

body.xmdsite-template-list .xmdsite-card-index::before {
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  content: "ITEM";
}

body.xmdsite-template-list .xmdsite-card-index::after {
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  content: "";
}

body.xmdsite-template-list .xmdsite-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 10px;
}

body.xmdsite-template-list .xmdsite-card-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  min-height: 26px;
}

body.xmdsite-template-list .xmdsite-card-category,
body.xmdsite-template-list .xmdsite-card-date-pill {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border: 1px solid rgba(0, 101, 217, 0.12);
  background: rgba(238, 247, 255, 0.86);
  padding: 0 10px;
  color: rgba(0, 72, 151, 0.82);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

body.xmdsite-template-list .xmdsite-card-date-pill {
  margin-left: auto;
  background: rgba(0, 169, 214, 0.08);
  color: var(--soft);
}

body.xmdsite-template-list .xmdsite-card-title {
  margin: 0;
  color: #0b2c52;
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.34;
  transition: color 180ms ease;
}

body.xmdsite-template-list .xmdsite-item-card-link:hover .xmdsite-card-title,
body.xmdsite-template-list .xmdsite-item-card-link:focus-visible .xmdsite-card-title {
  color: var(--brand-dark);
}

body.xmdsite-template-list .xmdsite-card-summary {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.xmdsite-template-list .xmdsite-card-date {
  margin: 10px 0 0;
  color: var(--soft);
  font-size: 13px;
  font-weight: 500;
}

body.xmdsite-template-list .xmdsite-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  margin-top: auto;
  border-top: 1px solid rgba(0, 101, 217, 0.10);
  padding-top: 12px;
  color: var(--soft);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

body.xmdsite-template-list .xmdsite-card-time-label {
  color: var(--brand-dark);
  font-weight: 900;
  letter-spacing: 0.04em;
}

body.xmdsite-template-list .xmdsite-card-time,
body.xmdsite-template-list .xmdsite-card-time-empty {
  color: var(--muted);
  font-weight: 700;
}

body.xmdsite-template-list .xmdsite-card-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  color: var(--brand);
  font-weight: 900;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

body.xmdsite-template-list .xmdsite-card-more::after {
  content: "→";
  transform: translateY(-1px);
  transition: transform 180ms ease;
}

body.xmdsite-template-list .xmdsite-item-card-link:hover .xmdsite-card-more::after,
body.xmdsite-template-list .xmdsite-item-card-link:focus-visible .xmdsite-card-more::after {
  transform: translate(3px, -1px);
}

body.xmdsite-template-list .xmdsite-empty-state {
  border: 1px dashed var(--line-strong);
  background: rgba(255, 255, 255, 0.86);
  padding: 28px;
  margin: clamp(12px, 1.8vw, 18px);
  color: var(--muted);
}

body.xmdsite-template-list .xmdsite-empty-state h2 {
  margin: 0 0 8px;
  color: var(--brand-deep);
  font-size: 20px;
}

body.xmdsite-template-list .xmdsite-empty-state p {
  margin: 0;
}

body.xmdsite-template-list .xmdsite-pagination {
  display: grid;
  gap: 12px;
  justify-items: center;
  padding: clamp(10px, 2vw, 16px);
  border: 1px solid rgba(0, 101, 217, 0.11);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
}

body.xmdsite-template-list .xmdsite-pagination-status {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

body.xmdsite-template-list .xmdsite-pagination-status strong {
  color: var(--brand-dark);
}

body.xmdsite-template-list .xmdsite-pagination-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

body.xmdsite-template-list .xmdsite-pagination-link {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(0, 101, 217, 0.28);
  background: rgba(255, 255, 255, 0.64);
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  white-space: nowrap;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

body.xmdsite-template-list .xmdsite-pagination-link:hover,
body.xmdsite-template-list .xmdsite-pagination-link:focus-visible {
  border-color: var(--brand);
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
  color: #ffffff;
  outline: none;
}

body.xmdsite-template-list .xmdsite-pagination-current {
  display: inline-flex;
  min-width: 36px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--brand);
  background: var(--brand);
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

body.xmdsite-template-list .xmdsite-pagination-number {
  min-width: 36px;
  padding-right: 10px;
  padding-left: 10px;
}

body.xmdsite-template-list .xmdsite-pagination-ellipsis {
  display: inline-flex;
  min-width: 24px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  color: var(--soft);
  font-weight: 800;
  letter-spacing: 0.08em;
}

body.xmdsite-template-list .xmdsite-pagination-disabled {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(0, 101, 217, 0.10);
  background: rgba(0, 101, 217, 0.03);
  color: var(--line-strong);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  white-space: nowrap;
  cursor: default;
  user-select: none;
}

body.xmdsite-template-list .xmdsite-pagination-jump {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 13px;
}

body.xmdsite-template-list .xmdsite-page-jump-input {
  width: 52px;
  min-height: 34px;
  border: 1px solid rgba(0, 101, 217, 0.22);
  background: #ffffff;
  padding: 4px 6px;
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  outline: none;
  transition: border-color 180ms ease;
}

body.xmdsite-template-list .xmdsite-page-jump-input:focus-visible {
  border-color: var(--brand);
}

body.xmdsite-template-list .xmdsite-page-jump-btn {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--brand);
  background: var(--brand);
  color: #ffffff;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: background-color 180ms ease;
}

body.xmdsite-template-list .xmdsite-page-jump-btn:hover,
body.xmdsite-template-list .xmdsite-page-jump-btn:focus-visible {
  background: var(--brand-dark);
  outline: none;
}

body.xmdsite-template-list .xmdsite-footer {
  border-top: 1px solid rgba(0, 169, 214, 0.22);
  background:
  radial-gradient(circle at 86% 0%, rgba(0, 169, 214, 0.18), transparent 30%),
  linear-gradient(128deg, #061832 0%, #07346d 60%, #0065d9 100%);
  color: rgba(238, 247, 255, 0.84);
}

body.xmdsite-template-list .xmdsite-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
}

body.xmdsite-template-list .xmdsite-footer-brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: -0.02em;
}

body.xmdsite-template-list .xmdsite-footer-logo {
  width: auto;
  max-width: 180px;
  max-height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.20));
  opacity: 0.96;
}

body.xmdsite-template-list .xmdsite-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1px;
  background: rgba(255, 255, 255, 0.13);
}

body.xmdsite-template-list .xmdsite-footer-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  background: rgba(6, 24, 50, 0.42);
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

body.xmdsite-template-list .xmdsite-footer-link:hover,
body.xmdsite-template-list .xmdsite-footer-link:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  outline: none;
}

body.xmdsite-template-list .xmdsite-footer-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 14px 0 18px;
  color: rgba(238, 247, 255, 0.78);
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}

body.xmdsite-template-list .xmdsite-footer-legal a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

body.xmdsite-template-list .xmdsite-footer-legal a:hover,
body.xmdsite-template-list .xmdsite-footer-legal a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  outline: none;
}

body.xmdsite-template-list .xmdsite-footer-legal-line {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 14px;
}

@media (max-width: 1100px) {
    body.xmdsite-template-list .xmdsite-item-card-link {
      grid-template-columns: 96px minmax(0, 1fr);
    }
}

@media (max-width: 1100px) {
    body.xmdsite-template-list .xmdsite-card-visual {
      min-height: 152px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-header-inner {
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;
      min-height: 0;
      padding: 10px 0 9px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-nav,
  body.xmdsite-template-list .xmdsite-nav-list {
      width: 100%;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-nav-list {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      border: 1px solid var(--line);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-nav-item {
      border-right: 1px solid var(--line);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-nav-item:last-child {
      border-right: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-nav-item:nth-child(3n) {
      border-right: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-nav-item:nth-child(-n + 3) {
      border-bottom: 1px solid var(--line);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-nav-link {
      width: 100%;
      min-height: 40px;
      padding: 0 8px;
      font-size: 13px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-contact-strip-inner {
      justify-content: flex-start;
      gap: 12px;
      overflow-x: auto;
      padding: 6px 0;
      scrollbar-width: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-contact-strip-inner::-webkit-scrollbar {
      display: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-contact-strip-item {
      font-size: 13px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-contact-strip-icon {
      width: 20px;
      height: 20px;
      flex-basis: 20px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-list-head {
      grid-template-columns: 1fr;
      align-items: start;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-inner {
      flex-direction: column;
      align-items: flex-start;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-nav {
      justify-content: flex-start;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list {
      font-size: 15px;
      background-size: 26px 26px, 26px 26px, auto;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-brand-logo {
      max-width: 190px;
      max-height: 42px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-nav-list {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-nav-item:nth-child(3n) {
      border-right: 0;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-nav-item:nth-child(-n + 3) {
      border-bottom: 1px solid var(--line);
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-contact-strip-inner {
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
      overflow: visible;
      padding: 7px 0;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-contact-strip-item {
      width: 100%;
      align-items: flex-start;
      gap: 8px;
      font-size: 12px;
      white-space: normal;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-contact-strip-icon {
      width: 18px;
      height: 18px;
      flex: 0 0 18px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-contact-strip-icon svg {
      width: 11px;
      height: 11px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-masthead-inner {
      padding-top: 28px;
      padding-bottom: 24px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-item-grid {
      grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-item-card-link {
      min-height: 0;
      grid-template-columns: 92px minmax(0, 1fr);
      gap: 14px;
      padding: 16px 14px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-card-visual {
      min-height: 136px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-card-topline {
      justify-content: flex-start;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-card-date-pill {
      margin-left: 0;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-card-summary {
      -webkit-line-clamp: 2;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-card-meta {
      gap: 6px 10px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-card-more {
      margin-left: 0;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-category-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-pagination-actions {
      gap: 4px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-pagination-link,
  body.xmdsite-template-list .xmdsite-pagination-disabled {
      padding: 0 10px;
      font-size: 12px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-footer-nav {
      display: grid;
      width: 100%;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-footer-link {
      justify-content: center;
      padding: 0 8px;
    }
}

body.xmdsite-template-list .xmdsite-category-nav {
  padding: 0;
  overflow: hidden;
}

body.xmdsite-template-list .xmdsite-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  overflow: visible;
  margin: 0;
  border: 1px solid rgba(0, 101, 217, 0.10);
  background: rgba(255, 255, 255, 0.72);
  padding: 12px;
  box-shadow: 0 10px 28px rgba(6, 24, 50, 0.045);
}

body.xmdsite-template-list .xmdsite-category-list > li {
  min-width: 0;
}

body.xmdsite-template-list .xmdsite-category-link {
  min-height: 36px;
  padding: 0 15px;
  border-color: rgba(0, 101, 217, 0.12);
  background: #ffffff;
  color: rgba(6, 24, 46, 0.66);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 4px 14px rgba(6, 24, 50, 0.035);
}

body.xmdsite-template-list .xmdsite-category-link:hover,
body.xmdsite-template-list .xmdsite-category-link:focus-visible {
  border-color: rgba(0, 101, 217, 0.24);
  background: #f7fbff;
  color: var(--brand-dark);
}

body.xmdsite-template-list .xmdsite-category-link.is-active,
body.xmdsite-template-list .xmdsite-category-link.is-active:hover,
body.xmdsite-template-list .xmdsite-category-link.is-active:focus-visible {
  border-color: rgba(0, 101, 217, 0.18);
  background: var(--brand);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(0, 101, 217, 0.16);
}

body.xmdsite-template-list .xmdsite-list-section {
  overflow: visible;
  border-color: rgba(0, 101, 217, 0.10);
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(6, 24, 50, 0.06);
}

body.xmdsite-template-list .xmdsite-list-head {
  border-bottom-color: rgba(6, 24, 46, 0.08);
  background: #ffffff;
}

body.xmdsite-template-list .xmdsite-item-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  background: #f7faff;
  padding: clamp(16px, 2.2vw, 26px);
}

body.xmdsite-template-list .xmdsite-item-card-link {
  display: block;
  min-height: 0;
  height: 100%;
  border: 1px solid rgba(6, 24, 46, 0.08);
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(6, 24, 50, 0.055);
  padding: clamp(18px, 2.2vw, 24px);
}

body.xmdsite-template-list .xmdsite-item-card-link::before {
  width: 3px;
  background: linear-gradient(180deg, rgba(0, 101, 217, 0.85), rgba(0, 169, 214, 0.66));
  opacity: 0;
  transition: opacity 180ms ease;
}

body.xmdsite-template-list .xmdsite-item-card-link::after,
body.xmdsite-template-list .xmdsite-card-visual,
body.xmdsite-template-list .xmdsite-card-image,
body.xmdsite-template-list .xmdsite-card-index,
body.xmdsite-template-list .xmdsite-card-date-pill {
  display: none !important;
}

body.xmdsite-template-list .xmdsite-item-card-link:hover,
body.xmdsite-template-list .xmdsite-item-card-link:focus-visible {
  border-color: rgba(0, 101, 217, 0.22);
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(6, 24, 50, 0.10);
  transform: translateY(-3px);
}

body.xmdsite-template-list .xmdsite-item-card-link:hover::before,
body.xmdsite-template-list .xmdsite-item-card-link:focus-visible::before {
  opacity: 1;
}

body.xmdsite-template-list .xmdsite-card-content {
  display: flex;
  min-height: 180px;
  flex-direction: column;
  gap: 12px;
}

body.xmdsite-template-list .xmdsite-card-topline {
  justify-content: flex-start;
  min-height: 0;
}

body.xmdsite-template-list .xmdsite-card-category {
  min-height: 26px;
  border-color: rgba(0, 101, 217, 0.10);
  background: #f3f8ff;
  color: rgba(0, 72, 151, 0.78);
  padding: 0 10px;
  font-size: 12px;
  letter-spacing: 0;
}

body.xmdsite-template-list .xmdsite-card-title {
  color: #0a2748;
  font-size: clamp(18px, 1.55vw, 21px);
  line-height: 1.38;
}

body.xmdsite-template-list .xmdsite-card-summary {
  color: rgba(6, 24, 46, 0.62);
  font-size: 14px;
  line-height: 1.78;
  -webkit-line-clamp: 3;
}

body.xmdsite-template-list .xmdsite-card-meta {
  gap: 10px 14px;
  justify-content: space-between;
  margin-top: auto;
  border-top-color: rgba(6, 24, 46, 0.08);
  padding-top: 14px;
}

body.xmdsite-template-list .xmdsite-card-time-wrap {
  display: inline-flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 6px 8px;
  align-items: center;
  color: var(--muted);
}

body.xmdsite-template-list .xmdsite-card-time-label {
  color: rgba(6, 24, 46, 0.48);
  font-weight: 800;
  letter-spacing: 0;
}

body.xmdsite-template-list .xmdsite-card-time,
body.xmdsite-template-list .xmdsite-card-time-empty {
  color: #31465d;
  font-weight: 800;
}

body.xmdsite-template-list .xmdsite-card-more {
  margin-left: 0;
  color: var(--brand);
  letter-spacing: 0;
}

@media (min-width: 641px) and (max-width: 900px) {
    body.xmdsite-template-list .xmdsite-category-list {
      gap: 8px;
      padding: 10px;
    }
}

@media (min-width: 641px) and (max-width: 900px) {
    body.xmdsite-template-list .xmdsite-category-link {
      min-height: 34px;
      padding: 0 13px;
      font-size: 12px;
    }
}

@media (min-width: 641px) and (max-width: 900px) {
    body.xmdsite-template-list .xmdsite-item-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
      padding: 16px;
    }
}

@media (min-width: 641px) and (max-width: 900px) {
    body.xmdsite-template-list .xmdsite-item-card-link {
      padding: 18px;
    }
}

@media (min-width: 641px) and (max-width: 900px) {
    body.xmdsite-template-list .xmdsite-card-content {
      min-height: 170px;
    }
}

@media (max-width: 640px) {
    body.xmdsite-template-list .xmdsite-category-nav {
      margin-right: -12px;
      margin-left: -12px;
    }
}

@media (max-width: 640px) {
    body.xmdsite-template-list .xmdsite-category-list {
      flex-wrap: nowrap;
      gap: 8px;
      overflow-x: auto;
      padding: 10px 12px;
      border-right: 0;
      border-left: 0;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 640px) {
    body.xmdsite-template-list .xmdsite-category-list::-webkit-scrollbar {
      display: none;
    }
}

@media (max-width: 640px) {
    body.xmdsite-template-list .xmdsite-category-list > li {
      flex: 0 0 auto;
    }
}

@media (max-width: 640px) {
    body.xmdsite-template-list .xmdsite-category-link {
      min-height: 34px;
      padding: 0 13px;
      font-size: 12px;
    }
}

@media (max-width: 640px) {
    body.xmdsite-template-list .xmdsite-item-grid {
      grid-template-columns: 1fr;
      gap: 14px;
      padding: 12px;
    }
}

@media (max-width: 640px) {
    body.xmdsite-template-list .xmdsite-item-card-link {
      padding: 17px 15px;
    }
}

@media (max-width: 640px) {
    body.xmdsite-template-list .xmdsite-card-content {
      min-height: 0;
      gap: 10px;
    }
}

@media (max-width: 640px) {
    body.xmdsite-template-list .xmdsite-card-summary {
      -webkit-line-clamp: 2;
    }
}

@media (max-width: 640px) {
    body.xmdsite-template-list .xmdsite-card-meta {
      align-items: flex-start;
    }
}

body.xmdsite-template-list .xmdsite-masthead {
  border-bottom-color: rgba(0, 101, 217, 0.10);
  background:
  radial-gradient(circle at 88% 0%, rgba(0, 169, 214, 0.13), transparent 30%),
  radial-gradient(circle at 10% 8%, rgba(0, 101, 217, 0.10), transparent 34%),
  linear-gradient(135deg, #f7fbff 0%, #eef7ff 58%, #ffffff 100%);
  color: #243b55;
}

body.xmdsite-template-list .xmdsite-masthead::before {
  opacity: 0.28;
  background:
  linear-gradient(90deg, rgba(0, 101, 217, 0.065) 1px, transparent 1px),
  linear-gradient(180deg, rgba(0, 101, 217, 0.050) 1px, transparent 1px);
  background-size: 34px 34px;
}

body.xmdsite-template-list .xmdsite-masthead::after {
  border-color: rgba(0, 101, 217, 0.12);
  box-shadow: 0 0 54px rgba(0, 101, 217, 0.08);
  opacity: 0.55;
}

body.xmdsite-template-list .xmdsite-masthead-inner {
  padding: clamp(24px, 3.6vw, 42px) 0 clamp(20px, 2.8vw, 34px);
}

body.xmdsite-template-list .xmdsite-page-title {
  color: #2c4058;
  font-size: clamp(24px, 3.05vw, 38px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.18;
}

body.xmdsite-template-list .xmdsite-masthead-description {
  margin-top: 8px;
  color: rgba(44, 64, 88, 0.70);
  font-size: clamp(13px, 1.2vw, 15px);
  line-height: 1.65;
}

body.xmdsite-template-list .xmdsite-main {
  gap: clamp(14px, 2vw, 24px);
}

body.xmdsite-template-list .xmdsite-breadcrumb {
  padding-top: clamp(10px, 1.5vw, 16px);
}

body.xmdsite-template-list .xmdsite-category-list {
  gap: 8px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 8px 22px rgba(6, 24, 50, 0.035);
}

body.xmdsite-template-list .xmdsite-category-link {
  min-height: 32px;
  padding: 0 12px;
  color: rgba(39, 60, 84, 0.72);
  font-size: 12px;
  font-weight: 700;
}

body.xmdsite-template-list .xmdsite-category-link.is-active,
body.xmdsite-template-list .xmdsite-category-link.is-active:hover,
body.xmdsite-template-list .xmdsite-category-link.is-active:focus-visible {
  background: #2f80d8;
  box-shadow: 0 8px 18px rgba(0, 101, 217, 0.12);
}

body.xmdsite-template-list .xmdsite-list-section {
  box-shadow: 0 12px 30px rgba(6, 24, 50, 0.045);
}

body.xmdsite-template-list .xmdsite-list-head {
  padding: clamp(12px, 1.7vw, 16px);
}

body.xmdsite-template-list .xmdsite-list-title {
  color: #2c4058;
  font-size: clamp(17px, 1.75vw, 22px);
  font-weight: 800;
  letter-spacing: -0.02em;
}

body.xmdsite-template-list .xmdsite-list-subtitle {
  margin-top: 2px;
  color: rgba(44, 64, 88, 0.58);
  font-size: 12px;
}

body.xmdsite-template-list .xmdsite-list-count {
  color: rgba(44, 64, 88, 0.60);
}

body.xmdsite-template-list .xmdsite-item-grid {
  gap: clamp(12px, 1.6vw, 18px);
  padding: clamp(12px, 1.8vw, 18px);
  background: #f8fbff;
}

body.xmdsite-template-list .xmdsite-item-card-link {
  padding: clamp(14px, 1.8vw, 18px);
  box-shadow: 0 8px 20px rgba(6, 24, 50, 0.038);
}

body.xmdsite-template-list .xmdsite-item-card-link:hover,
body.xmdsite-template-list .xmdsite-item-card-link:focus-visible {
  box-shadow: 0 12px 28px rgba(6, 24, 50, 0.075);
  transform: translateY(-2px);
}

body.xmdsite-template-list .xmdsite-card-content {
  min-height: 136px;
  gap: 9px;
}

body.xmdsite-template-list .xmdsite-card-title {
  color: #344963;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 750;
  line-height: 1.42;
  letter-spacing: -0.012em;
}

body.xmdsite-template-list .xmdsite-item-card-link:hover .xmdsite-card-title,
body.xmdsite-template-list .xmdsite-item-card-link:focus-visible .xmdsite-card-title {
  color: #1f65ad;
}

body.xmdsite-template-list .xmdsite-card-summary {
  color: rgba(44, 64, 88, 0.62);
  font-size: 13px;
  line-height: 1.64;
  -webkit-line-clamp: 2;
}

body.xmdsite-template-list .xmdsite-card-meta {
  gap: 8px 12px;
  padding-top: 10px;
}

body.xmdsite-template-list .xmdsite-card-category,
body.xmdsite-template-list .xmdsite-card-category-meta {
  min-height: 24px;
  padding: 0 9px;
  border-color: rgba(47, 128, 216, 0.12);
  background: #f5f9ff;
  color: rgba(31, 101, 173, 0.78);
  font-size: 12px;
  font-weight: 700;
}

body.xmdsite-template-list .xmdsite-card-more {
  color: rgba(31, 101, 173, 0.86);
  font-size: 12px;
  font-weight: 750;
}

@media (min-width: 641px) and (max-width: 900px) {
    body.xmdsite-template-list .xmdsite-card-content {
      min-height: 126px;
    }
}

@media (max-width: 640px) {
    body.xmdsite-template-list .xmdsite-masthead-inner {
      padding-top: 20px;
      padding-bottom: 18px;
    }
}

@media (max-width: 640px) {
    body.xmdsite-template-list .xmdsite-page-title {
      font-size: clamp(22px, 6vw, 28px);
      color: #334a63;
    }
}

@media (max-width: 640px) {
    body.xmdsite-template-list .xmdsite-masthead-description {
      font-size: 13px;
      line-height: 1.58;
    }
}

@media (max-width: 640px) {
    body.xmdsite-template-list .xmdsite-category-nav {
      margin-right: 0;
      margin-left: 0;
    }
}

@media (max-width: 640px) {
    body.xmdsite-template-list .xmdsite-category-list {
      flex-wrap: wrap;
      overflow-x: visible;
      gap: 7px;
      padding: 8px;
      border-right: 1px solid rgba(0, 101, 217, 0.10);
      border-left: 1px solid rgba(0, 101, 217, 0.10);
      scrollbar-width: auto;
    }
}

@media (max-width: 640px) {
    body.xmdsite-template-list .xmdsite-category-list > li {
      flex: 0 1 auto;
    }
}

@media (max-width: 640px) {
    body.xmdsite-template-list .xmdsite-category-link {
      min-height: 30px;
      padding: 0 10px;
      font-size: 12px;
      white-space: normal;
      text-align: center;
      line-height: 1.25;
    }
}

@media (max-width: 640px) {
    body.xmdsite-template-list .xmdsite-list-head {
      gap: 8px;
      padding: 12px;
    }
}

@media (max-width: 640px) {
    body.xmdsite-template-list .xmdsite-list-title {
      font-size: 17px;
    }
}

@media (max-width: 640px) {
    body.xmdsite-template-list .xmdsite-item-grid {
      gap: 10px;
      padding: 10px;
    }
}

@media (max-width: 640px) {
    body.xmdsite-template-list .xmdsite-item-card-link {
      padding: 13px 12px;
    }
}

@media (max-width: 640px) {
    body.xmdsite-template-list .xmdsite-card-content {
      min-height: 0;
      gap: 7px;
    }
}

@media (max-width: 640px) {
    body.xmdsite-template-list .xmdsite-card-title {
      color: #3a5068;
      font-size: 15px;
      line-height: 1.42;
    }
}

@media (max-width: 640px) {
    body.xmdsite-template-list .xmdsite-card-summary {
      font-size: 12.5px;
      line-height: 1.58;
    }
}

@media (max-width: 640px) {
    body.xmdsite-template-list .xmdsite-card-meta {
      align-items: center;
      padding-top: 8px;
    }
}

body.xmdsite-template-list .xmdsite-masthead {
  border-bottom: 1px solid rgba(33, 150, 243, 0.22);
  background:
  radial-gradient(circle at 16% 18%, rgba(45, 212, 191, 0.26), transparent 26%),
  radial-gradient(circle at 78% 6%, rgba(59, 130, 246, 0.34), transparent 30%),
  linear-gradient(115deg, #061225 0%, #0b2a57 45%, #0b62c4 100%);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.12), 0 18px 44px rgba(5, 25, 58, 0.16);
  color: #ffffff;
}

body.xmdsite-template-list .xmdsite-masthead::before {
  opacity: 0.46;
  background:
  linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
  linear-gradient(180deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
  linear-gradient(135deg, transparent 0 45%, rgba(111, 231, 255, 0.13) 45% 46%, transparent 46% 100%);
  background-size: 28px 28px, 28px 28px, 180px 180px;
}

body.xmdsite-template-list .xmdsite-masthead::after {
  right: 8%;
  bottom: -54px;
  width: min(420px, 42vw);
  height: 150px;
  border-color: rgba(125, 211, 252, 0.30);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(45, 212, 191, 0.05));
  box-shadow: 0 0 72px rgba(45, 212, 191, 0.18);
  opacity: 0.85;
}

body.xmdsite-template-list .xmdsite-masthead-inner {
  display: flex;
  align-items: center;
  min-height: clamp(72px, 7vw, 92px);
  padding: clamp(12px, 1.8vw, 20px) 0;
}

body.xmdsite-template-list .xmdsite-page-title {
  position: relative;
  width: min(980px, 100%);
  max-width: 980px;
  margin: 0;
  padding: 0 0 0 14px;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(17px, 1.9vw, 25px);
  font-weight: 760;
  letter-spacing: -0.012em;
  line-height: 1.38;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
}

body.xmdsite-template-list .xmdsite-page-title::before {
  position: absolute;
  left: 0;
  top: 0.22em;
  bottom: 0.22em;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #67e8f9 0%, #2dd4bf 48%, #60a5fa 100%);
  box-shadow: 0 0 14px rgba(103, 232, 249, 0.45);
  content: "";
}

body.xmdsite-template-list {
  --brand: #2478c7;
  --brand-dark: #0b5ea8;
  --brand-deep: #073b73;
  --brand-accent: #5aa7dc;
  --brand-ice: #f3f8fd;
  --ink: #102a43;
  --muted: rgba(16, 42, 67, 0.68);
  --soft: rgba(16, 42, 67, 0.48);
  --line: rgba(36, 120, 199, 0.14);
  --line-strong: rgba(36, 120, 199, 0.28);
  --bg: #f8fbfe;
  --surface: #ffffff;
  --surface-blue: #f3f8fd;
  --shadow: 0 22px 54px rgba(5, 46, 87, 0.10);
  --shadow-soft: 0 12px 34px rgba(5, 46, 87, 0.07);
}

body.xmdsite-template-list {
  background:
  linear-gradient(90deg, rgba(36, 120, 199, 0.014) 1px, transparent 1px),
  linear-gradient(180deg, rgba(36, 120, 199, 0.012) 1px, transparent 1px),
  linear-gradient(180deg, #ffffff 0%, #f8fbfe 52%, #ffffff 100%);
}

body.xmdsite-template-list .xmdsite-header {
  border-bottom-color: rgba(36, 120, 199, 0.12);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 30px rgba(5, 46, 87, 0.055);
}

body.xmdsite-template-list .xmdsite-contact-strip,
body.xmdsite-template-list .xmdsite-masthead {
  background:
  linear-gradient(120deg, #073b73 0%, #0b5ea8 62%, #2478c7 100%);
  box-shadow: 0 14px 30px rgba(5, 46, 87, 0.16);
}

body.xmdsite-template-list .xmdsite-card,
body.xmdsite-template-list .xmdsite-item-card-link,
body.xmdsite-template-list .xmdsite-filter-panel,
body.xmdsite-template-list .xmdsite-empty-state,
body.xmdsite-template-list .xmdsite-pagination {
  border-color: rgba(36, 120, 199, 0.12);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow-soft);
}

body.xmdsite-template-list .xmdsite-card:hover,
body.xmdsite-template-list .xmdsite-card:focus-within,
body.xmdsite-template-list .xmdsite-item-card-link:hover,
body.xmdsite-template-list .xmdsite-item-card-link:focus-visible {
  border-color: rgba(36, 120, 199, 0.24);
  box-shadow: 0 18px 42px rgba(5, 46, 87, 0.10);
}

body.xmdsite-template-list .xmdsite-page-jump-btn,
body.xmdsite-template-list .xmdsite-page-link.is-current {
  background: #2478c7;
  border-color: #2478c7;
}

body.xmdsite-template-list .xmdsite-page-title::before {
  background: linear-gradient(180deg, #cfe7f8 0%, #5aa7dc 48%, #2478c7 100%);
  box-shadow: 0 0 12px rgba(36, 120, 199, 0.26);
}

body.xmdsite-template-list .xmdsite-footer {
  border-top-color: rgba(36, 120, 199, 0.22);
  background:
  linear-gradient(120deg, #052e57 0%, #073b73 56%, #0b5ea8 100%);
  color: rgba(245, 250, 255, 0.90);
}

body.xmdsite-template-list .xmdsite-footer-brand {
  color: #ffffff;
}

body.xmdsite-template-list .xmdsite-footer-nav {
  background: rgba(255, 255, 255, 0.12);
}

body.xmdsite-template-list .xmdsite-footer-link {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(245, 250, 255, 0.92);
}

body.xmdsite-template-list .xmdsite-footer-slogan-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: clamp(20px, 3vw, 30px) 0 clamp(8px, 1.8vw, 14px);
}

body.xmdsite-template-list .xmdsite-footer-slogan {
  max-width: 980px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.65;
  text-align: center;
  text-shadow: 0 8px 22px rgba(8, 27, 42, 0.24);
}

body.xmdsite-template-list .xmdsite-footer-legal {
  border-top-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.84);
}

body.xmdsite-template-list .xmdsite-footer-legal a {
  color: #ffffff;
}

body.xmdsite-template-list {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 54%, #ffffff 100%);
}

body.xmdsite-template-list .xmdsite-contact-strip,
body.xmdsite-template-list .xmdsite-masthead {
  background:
  linear-gradient(120deg, #287dcc 0%, #2f8bd6 58%, #3aa0e6 100%);
  box-shadow: 0 10px 26px rgba(36, 120, 199, 0.14);
}

body.xmdsite-template-list .xmdsite-contact-strip::before,
body.xmdsite-template-list .xmdsite-masthead::before {
  opacity: 0.35;
}

body.xmdsite-template-list .xmdsite-card,
body.xmdsite-template-list .xmdsite-item-card-link,
body.xmdsite-template-list .xmdsite-filter-panel,
body.xmdsite-template-list .xmdsite-empty-state,
body.xmdsite-template-list .xmdsite-pagination {
  border-color: rgba(40, 125, 204, 0.12);
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(40, 125, 204, 0.055);
}

body.xmdsite-template-list .xmdsite-card:hover,
body.xmdsite-template-list .xmdsite-card:focus-within,
body.xmdsite-template-list .xmdsite-item-card-link:hover,
body.xmdsite-template-list .xmdsite-item-card-link:focus-visible {
  border-color: rgba(40, 125, 204, 0.24);
  box-shadow: 0 18px 42px rgba(40, 125, 204, 0.09);
}

body.xmdsite-template-list .xmdsite-page-jump-btn,
body.xmdsite-template-list .xmdsite-page-link.is-current {
  background: #287dcc;
  border-color: #287dcc;
}

body.xmdsite-template-list .xmdsite-page-title::before {
  background: #62afe6;
  box-shadow: none;
}

body.xmdsite-template-list .xmdsite-footer {
  background:
  linear-gradient(120deg, #287dcc 0%, #2f8bd6 60%, #3aa0e6 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

body.xmdsite-template-list .xmdsite-footer-link {
  background: rgba(255, 255, 255, 0.12);
}

body.xmdsite-template-list .xmdsite-footer-slogan {
  max-width: 1040px;
  font-weight: 760;
  letter-spacing: 0.01em;
  text-shadow: none;
}

body.xmdsite-template-list {
  --brand: #2d82cf;
  --brand-dark: #2278c5;
  --brand-deep: #1769ad;
  --brand-accent: #6bb7ea;
  --brand-ice: #f4faff;
  --ink: #102a43;
  --muted: rgba(16, 42, 67, 0.68);
  --soft: rgba(16, 42, 67, 0.48);
  --line: rgba(45, 130, 207, 0.14);
  --line-strong: rgba(45, 130, 207, 0.26);
  --bg: #f8fbfe;
  --surface-blue: #f4faff;
  --shadow: 0 22px 54px rgba(45, 130, 207, 0.09);
  --shadow-soft: 0 12px 34px rgba(45, 130, 207, 0.055);
}

body.xmdsite-template-list {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 56%, #ffffff 100%);
}

body.xmdsite-template-list .xmdsite-header {
  border-bottom-color: rgba(45, 130, 207, 0.12);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 24px rgba(45, 130, 207, 0.045);
}

body.xmdsite-template-list .xmdsite-contact-strip,
body.xmdsite-template-list .xmdsite-masthead {
  background: #2d82cf;
  box-shadow: 0 10px 24px rgba(45, 130, 207, 0.14);
}

body.xmdsite-template-list .xmdsite-card,
body.xmdsite-template-list .xmdsite-item-card-link,
body.xmdsite-template-list .xmdsite-filter-panel,
body.xmdsite-template-list .xmdsite-empty-state,
body.xmdsite-template-list .xmdsite-pagination {
  border-color: rgba(45, 130, 207, 0.11);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(45, 130, 207, 0.05);
}

body.xmdsite-template-list .xmdsite-card:hover,
body.xmdsite-template-list .xmdsite-card:focus-within,
body.xmdsite-template-list .xmdsite-item-card-link:hover,
body.xmdsite-template-list .xmdsite-item-card-link:focus-visible {
  border-color: rgba(45, 130, 207, 0.22);
  box-shadow: 0 18px 42px rgba(45, 130, 207, 0.08);
}

body.xmdsite-template-list .xmdsite-page-jump-btn,
body.xmdsite-template-list .xmdsite-page-link.is-current {
  background: #2d82cf;
  border-color: #2d82cf;
}

body.xmdsite-template-list .xmdsite-page-title::before {
  background: #6bb7ea;
  box-shadow: none;
}

body.xmdsite-template-list .xmdsite-footer {
  border-top: 1px solid rgba(45, 130, 207, 0.16);
  background: linear-gradient(180deg, #ffffff 0%, #f4faff 100%);
  color: rgba(16, 42, 67, 0.72);
  box-shadow: inset 0 4px 0 #2d82cf;
}

body.xmdsite-template-list .xmdsite-footer-brand,
body.xmdsite-template-list .xmdsite-footer-slogan {
  color: #1769ad;
}

body.xmdsite-template-list .xmdsite-footer-nav {
  background: rgba(45, 130, 207, 0.10);
}

body.xmdsite-template-list .xmdsite-footer-link {
  background: #ffffff;
  color: #1769ad;
}

body.xmdsite-template-list .xmdsite-footer-link:hover,
body.xmdsite-template-list .xmdsite-footer-link:focus-visible {
  background: #2d82cf;
  color: #ffffff;
}

body.xmdsite-template-list .xmdsite-footer-slogan-wrap,
body.xmdsite-template-list .xmdsite-footer-legal {
  border-top-color: rgba(45, 130, 207, 0.14);
}

body.xmdsite-template-list .xmdsite-footer-legal,
body.xmdsite-template-list .xmdsite-footer-legal a {
  color: rgba(16, 42, 67, 0.74);
}

body.xmdsite-template-list .xmdsite-contact-strip,
body.xmdsite-template-list .xmdsite-masthead {
  background:
  linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0)),
  linear-gradient(120deg, #2d82cf 0%, #2b8bd8 58%, #3aa0e6 100%);
  box-shadow: 0 12px 28px rgba(45, 130, 207, 0.15);
}

body.xmdsite-template-list .xmdsite-card,
body.xmdsite-template-list .xmdsite-item-card-link,
body.xmdsite-template-list .xmdsite-filter-panel,
body.xmdsite-template-list .xmdsite-empty-state,
body.xmdsite-template-list .xmdsite-pagination {
  border-color: rgba(45, 130, 207, 0.14);
  box-shadow: 0 15px 36px rgba(45, 130, 207, 0.06);
}

body.xmdsite-template-list .xmdsite-footer {
  border-top: 0;
  background:
  linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0)),
  linear-gradient(120deg, #2d82cf 0%, #2b8bd8 58%, #3aa0e6 100%);
  color: rgba(255, 255, 255, 0.90);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

body.xmdsite-template-list .xmdsite-footer-brand,
body.xmdsite-template-list .xmdsite-footer-slogan {
  color: #ffffff;
}

body.xmdsite-template-list .xmdsite-footer-slogan {
  font-weight: 820;
}

body.xmdsite-template-list .xmdsite-footer-nav {
  background: rgba(255, 255, 255, 0.18);
}

body.xmdsite-template-list .xmdsite-footer-link {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

body.xmdsite-template-list .xmdsite-footer-link:hover,
body.xmdsite-template-list .xmdsite-footer-link:focus-visible {
  background: #ffffff;
  color: #1769ad;
}

body.xmdsite-template-list .xmdsite-footer-slogan-wrap,
body.xmdsite-template-list .xmdsite-footer-legal {
  border-top-color: rgba(255, 255, 255, 0.20);
}

body.xmdsite-template-list .xmdsite-footer-legal,
body.xmdsite-template-list .xmdsite-footer-legal a {
  color: rgba(255, 255, 255, 0.86);
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-slogan-wrap {
      padding-top: 18px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-slogan {
      font-size: 16px;
      line-height: 1.7;
      text-align: left;
    }
}

@media (max-width: 640px) {
    body.xmdsite-template-list .xmdsite-masthead-inner {
      min-height: 62px;
      padding-top: 10px;
      padding-bottom: 10px;
    }
}

@media (max-width: 640px) {
    body.xmdsite-template-list .xmdsite-page-title {
      padding-left: 10px;
      color: rgba(255, 255, 255, 0.94);
      font-size: clamp(15px, 4.2vw, 18px);
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1.45;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list {
      font-size: 15px;
      line-height: 1.7;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-brand-logo {
      max-width: 168px;
      max-height: 38px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-contact-strip {
      box-shadow: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-contact-strip-inner {
      gap: 12px;
      padding: 6px 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-contact-strip-item {
      font-size: 12px;
      line-height: 1.55;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-page-title,
  body.xmdsite-template-list .xmdsite-card-title,
  body.xmdsite-template-list .xmdsite-category-link {
      letter-spacing: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-masthead-description,
  body.xmdsite-template-list .xmdsite-card-summary,
  body.xmdsite-template-list .xmdsite-item-description {
      line-height: 1.72;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-inner {
      align-items: flex-start;
      gap: 14px;
      padding: 20px 0 12px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-logo {
      max-width: 156px;
      max-height: 36px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-nav {
      display: grid;
      width: 100%;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px;
      background: transparent;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-link {
      min-height: 36px;
      justify-content: center;
      border: 1px solid rgba(255, 255, 255, 0.26);
      border-radius: 6px;
      background: rgba(255, 255, 255, 0.12);
      padding: 0 10px;
      font-size: 12.5px;
      font-weight: 720;
      letter-spacing: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-slogan-wrap {
      padding: 12px 0 8px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-slogan {
      max-width: none;
      font-size: 14px;
      font-weight: 680;
      letter-spacing: 0;
      line-height: 1.65;
      text-align: left;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-legal {
      padding: 11px 0 16px;
      font-size: 12px;
      line-height: 1.7;
      text-align: left;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-legal-line {
      justify-content: flex-start;
      gap: 4px 10px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-sep {
      display: none;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list {
      font-size: 14.5px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-header-inner {
      gap: 8px;
      padding: 8px 0 9px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-brand-logo {
      max-width: 150px;
      max-height: 34px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-nav {
      width: calc(100% + 24px);
      margin: 0 -12px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-nav-list {
      gap: 7px;
      padding: 1px 12px 4px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-nav-link {
      min-height: 32px;
      padding: 0 10px;
      font-size: 12.5px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-contact-strip-inner {
      flex-direction: column;
      align-items: flex-start;
      gap: 4px;
      overflow: visible;
      padding: 6px 0;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-contact-strip-item {
      width: 100%;
      gap: 6px;
      font-size: 11.5px;
      line-height: 1.45;
      white-space: normal;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-contact-strip-icon {
      display: none;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-page-title {
      line-height: 1.28;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-card-title {
      font-size: 16px;
      line-height: 1.42;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-category-link {
      min-height: 32px;
      padding: 0 10px;
      font-size: 12px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-footer-inner {
      padding: 18px 0 10px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-footer-nav {
      gap: 7px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-footer-link {
      min-height: 34px;
      font-size: 12px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-footer-slogan {
      font-size: 13.5px;
      line-height: 1.6;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-footer-legal {
      padding-bottom: 14px;
      font-size: 11.5px;
    }
}

@media (max-width: 360px) {
    body.xmdsite-template-list .xmdsite-nav-link {
      min-height: 30px;
      padding: 0 9px;
      font-size: 12px;
    }
}

@media (max-width: 360px) {
    body.xmdsite-template-list .xmdsite-footer-link {
      font-size: 11.5px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-header {
      background: rgba(255, 255, 255, 0.98);
      border-bottom: 1px solid rgba(45, 130, 207, 0.12);
      box-shadow: 0 6px 18px rgba(16, 42, 67, 0.055);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-header-inner {
      width: 100%;
      gap: 0;
      padding: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-brand-logo {
      max-width: 152px;
      max-height: 34px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-brand-logo {
      max-width: 140px;
      max-height: 32px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-nav-list {
      padding: 0 12px;
      scroll-padding: 12px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-nav-link {
      min-height: 36px;
      padding: 0 11px;
      font-size: 12.5px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-nav-link::after {
      right: 11px;
      left: 11px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list {
      background: linear-gradient(180deg, #ffffff 0%, #f5f9fe 45%, #ffffff 100%);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-header {
      background: rgba(255, 255, 255, 0.96);
      backdrop-filter: blur(22px);
      box-shadow: 0 10px 26px rgba(6, 24, 50, 0.08);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-header-inner {
      display: grid;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-brand {
      min-height: 52px;
      align-items: center;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-brand-name {
      max-width: 100%;
      color: #061832;
      font-size: 15px;
      font-weight: 900;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-nav {
      position: relative;
      border-top: 1px solid rgba(0, 101, 217, 0.08);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 249, 254, 0.96));
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-nav::before,
  body.xmdsite-template-list .xmdsite-nav::after {
      position: absolute;
      z-index: 2;
      top: 0;
      bottom: 0;
      width: 22px;
      content: "";
      pointer-events: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-nav::before {
      left: 0;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0));
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-nav::after {
      right: 0;
      background: linear-gradient(270deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0));
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-nav-list {
      gap: 6px;
      padding: 6px 14px 7px;
      scroll-padding: 14px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-nav-link {
      min-height: 34px;
      border: 1px solid rgba(0, 101, 217, 0.12);
      background: rgba(255, 255, 255, 0.72);
      padding: 0 14px;
      color: rgba(6, 24, 46, 0.78);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0;
      box-shadow: 0 4px 12px rgba(6, 24, 50, 0.045);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-nav-link::after {
      display: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-nav-link:hover,
  body.xmdsite-template-list .xmdsite-nav-link:focus-visible {
      border-color: rgba(0, 101, 217, 0.28);
      background: #ffffff;
      color: var(--brand-dark);
      box-shadow: 0 7px 16px rgba(6, 24, 50, 0.08);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-masthead {
      border-bottom: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-masthead::before {
      background-size: 28px 28px, 28px 28px, 180px 180px;
      opacity: 0.62;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-masthead::after {
      right: -78px;
      bottom: -86px;
      width: 220px;
      height: 138px;
      opacity: 0.66;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-masthead-inner {
      min-height: 0;
      padding: 28px 0 24px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-page-title {
      max-width: 100%;
      font-size: clamp(23px, 6.5vw, 34px);
      letter-spacing: 0;
      line-height: 1.22;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-masthead-description {
      margin-top: 10px;
      font-size: 13.5px;
      line-height: 1.76;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-main {
      gap: 16px;
      padding-bottom: 40px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-category-nav {
      margin-right: -14px;
      margin-left: -14px;
      overflow: hidden;
      padding: 10px 14px 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-category-list {
      flex-wrap: nowrap;
      gap: 7px;
      overflow-x: auto;
      background: transparent;
      padding: 0 0 2px;
      scroll-padding: 14px;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-category-list::-webkit-scrollbar {
      display: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-category-list > li {
      flex: 0 0 auto;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-category-link {
      min-height: 34px;
      border-color: rgba(0, 101, 217, 0.12);
      background: rgba(255, 255, 255, 0.88);
      padding: 0 13px;
      color: rgba(6, 24, 46, 0.72);
      font-size: 12.5px;
      font-weight: 800;
      letter-spacing: 0;
      box-shadow: 0 5px 14px rgba(6, 24, 50, 0.045);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-category-link.is-active,
  body.xmdsite-template-list .xmdsite-category-link.is-active:hover,
  body.xmdsite-template-list .xmdsite-category-link.is-active:focus-visible {
      background: linear-gradient(135deg, var(--brand-dark), var(--brand));
      color: #ffffff;
      box-shadow: 0 8px 18px rgba(0, 101, 217, 0.18);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-list-section {
      border-color: rgba(0, 101, 217, 0.10);
      box-shadow: 0 12px 28px rgba(6, 24, 50, 0.075);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-list-head {
      grid-template-columns: 1fr;
      gap: 9px;
      align-items: start;
      padding: 16px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-list-title {
      font-size: 22px;
      letter-spacing: 0;
      line-height: 1.2;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-list-subtitle {
      font-size: 13px;
      line-height: 1.7;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-list-count {
      width: max-content;
      max-width: 100%;
      min-height: 30px;
      display: inline-flex;
      align-items: center;
      border: 1px solid rgba(0, 101, 217, 0.12);
      background: #ffffff;
      padding: 0 10px;
      font-size: 12px;
      letter-spacing: 0;
      white-space: normal;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-item-grid {
      grid-template-columns: 1fr;
      gap: 12px;
      padding: 12px;
      background: linear-gradient(180deg, rgba(238, 247, 255, 0.72), rgba(255, 255, 255, 0.94));
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-item-card-link {
      min-height: 0;
      grid-template-columns: 82px minmax(0, 1fr);
      gap: 12px;
      padding: 14px;
      box-shadow: 0 10px 24px rgba(6, 24, 50, 0.07);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-item-card-link::before {
      width: 3px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-item-card-link::after {
      display: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-card-visual {
      min-height: 96px;
      align-self: stretch;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-card-index {
      font-size: 28px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-card-index::before {
      font-size: 10px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-card-index::after {
      width: 30px;
      height: 2px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-card-content {
      gap: 8px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-card-topline {
      min-height: 0;
      justify-content: flex-start;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-card-category,
  body.xmdsite-template-list .xmdsite-card-date-pill,
  body.xmdsite-template-list .xmdsite-card-category-meta {
      min-height: 24px;
      padding: 0 8px;
      font-size: 11px;
      letter-spacing: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-card-date-pill {
      margin-left: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-card-title {
      font-size: 16px;
      letter-spacing: 0;
      line-height: 1.42;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-card-summary {
      font-size: 12.5px;
      line-height: 1.66;
      -webkit-line-clamp: 2;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-card-date {
      margin-top: 0;
      font-size: 12px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-card-meta {
      gap: 7px;
      padding-top: 9px;
      font-size: 12px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-card-more {
      margin-left: 0;
      font-size: 12px;
      letter-spacing: 0.02em;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-pagination {
      gap: 10px;
      padding: 14px 12px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-pagination-actions {
      gap: 6px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-pagination-link,
  body.xmdsite-template-list .xmdsite-pagination-disabled,
  body.xmdsite-template-list .xmdsite-pagination-current,
  body.xmdsite-template-list .xmdsite-pagination-ellipsis {
      min-height: 34px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-brand {
      min-height: 48px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-brand-logo {
      max-width: 148px;
      max-height: 32px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-nav-list {
      gap: 5px;
      padding: 6px 12px 7px;
      scroll-padding: 12px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-nav-link {
      min-height: 32px;
      padding: 0 12px;
      font-size: 12.5px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-masthead-inner {
      padding: 24px 0 20px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-page-title {
      font-size: clamp(22px, 6.4vw, 30px);
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-masthead-description {
      font-size: 13px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-category-nav {
      margin-right: -12px;
      margin-left: -12px;
      padding-right: 12px;
      padding-left: 12px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-list-head {
      padding: 14px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-list-title {
      font-size: 20px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-item-card-link {
      grid-template-columns: 72px minmax(0, 1fr);
      gap: 11px;
      padding: 12px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-card-visual {
      min-height: 88px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-card-title {
      font-size: 15.5px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-card-summary {
      font-size: 12px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-card-meta {
      padding-top: 8px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-header {
      position: sticky;
      top: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-header-inner {
      width: 100%;
      padding: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-brand {
      width: min(100% - 28px, 1180px);
      min-height: 50px;
      margin: 0 auto;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-nav {
      width: 100%;
      margin: 0;
      overflow: visible;
      border-top: 1px solid rgba(0, 101, 217, 0.10);
      background: #f7fbff;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-nav-list {
      display: grid;
      width: min(100% - 28px, 1180px);
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 6px;
      margin: 0 auto;
      overflow: visible;
      padding: 8px 0;
      border: 0;
      background: transparent;
      scroll-snap-type: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-nav-item,
  body.xmdsite-template-list .xmdsite-nav-item:last-child,
  body.xmdsite-template-list .xmdsite-nav-item:nth-child(3n),
  body.xmdsite-template-list .xmdsite-nav-item:nth-child(-n + 3) {
      min-width: 0;
      border: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-nav-item + .xmdsite-nav-item::before {
      display: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-nav-link {
      width: 100%;
      min-height: 36px;
      height: 100%;
      border: 1px solid rgba(0, 101, 217, 0.14);
      background: rgba(255, 255, 255, 0.92);
      padding: 7px 5px;
      color: rgba(6, 24, 46, 0.82);
      font-size: 12.5px;
      font-weight: 800;
      letter-spacing: 0;
      line-height: 1.25;
      text-align: center;
      white-space: normal;
      word-break: keep-all;
      overflow-wrap: anywhere;
      box-shadow: 0 4px 12px rgba(6, 24, 50, 0.045);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-nav-link:hover,
  body.xmdsite-template-list .xmdsite-nav-link:focus-visible {
      border-color: rgba(0, 101, 217, 0.34);
      background: #ffffff;
      color: var(--brand-dark);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-contact-strip {
      display: block;
      box-shadow: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-contact-strip-inner {
      display: grid;
      grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
      gap: 8px;
      min-height: 0;
      align-items: stretch;
      padding: 7px 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-contact-strip-item {
      display: flex;
      min-width: 0;
      align-items: center;
      gap: 6px;
      overflow: hidden;
      font-size: 11.5px;
      line-height: 1.45;
      white-space: normal;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-contact-strip-item > span:last-child {
      min-width: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-contact-strip-text {
      min-width: 0;
      white-space: normal;
      word-break: break-word;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-contact-strip-icon {
      display: inline-flex;
      width: 18px;
      height: 18px;
      flex: 0 0 18px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-brand {
      width: min(100% - 24px, 1180px);
      min-height: 46px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-brand-logo {
      max-width: 142px;
      max-height: 31px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-nav-list {
      width: min(100% - 24px, 1180px);
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 5px;
      padding: 7px 0;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-nav-link {
      min-height: 34px;
      padding: 6px 4px;
      font-size: 12px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-contact-strip-inner {
      grid-template-columns: 1fr;
      gap: 3px;
      padding: 6px 0;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-contact-strip-item {
      width: 100%;
      font-size: 11.5px;
    }
}

@media (max-width: 380px) {
    body.xmdsite-template-list .xmdsite-nav-link {
      min-height: 32px;
      font-size: 11.5px;
    }
}

body.xmdsite-template-list .xmdsite-masthead {
  border-bottom: 1px solid rgba(36, 120, 199, 0.14);
  background:
  linear-gradient(135deg, rgba(243, 248, 253, 0.98) 0%, rgba(255, 255, 255, 0.98) 58%, rgba(235, 245, 253, 0.96) 100%);
  box-shadow: inset 0 -1px 0 rgba(36, 120, 199, 0.06);
  color: #102a43;
}

body.xmdsite-template-list .xmdsite-masthead::before {
  opacity: 0.5;
  background:
  linear-gradient(90deg, rgba(36, 120, 199, 0.045) 1px, transparent 1px),
  linear-gradient(180deg, rgba(36, 120, 199, 0.035) 1px, transparent 1px);
  background-size: 28px 28px;
}

body.xmdsite-template-list .xmdsite-masthead::after {
  display: none;
}

body.xmdsite-template-list .xmdsite-masthead-inner {
  min-height: clamp(78px, 7vw, 104px);
  padding: clamp(16px, 2.4vw, 26px) 0;
}

body.xmdsite-template-list .xmdsite-page-title {
  max-width: 1020px;
  padding-left: 14px;
  color: #123a5f;
  font-size: clamp(19px, 2vw, 28px);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.42;
  text-shadow: none;
}

body.xmdsite-template-list .xmdsite-page-title::before {
  top: 0.24em;
  bottom: 0.24em;
  width: 3px;
  background: linear-gradient(180deg, #5aa7dc, #2478c7);
  box-shadow: none;
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-header {
      background: rgba(255, 255, 255, 0.98);
      box-shadow: 0 8px 22px rgba(5, 46, 87, 0.06);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-brand {
      min-height: 48px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-nav {
      border-top: 1px solid rgba(36, 120, 199, 0.10);
      background: linear-gradient(180deg, #f8fbfe, #eef6fc);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-nav-list {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 5px;
      padding: 7px 0 8px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-nav-link {
      min-height: 34px;
      border-color: rgba(36, 120, 199, 0.12);
      background: rgba(255, 255, 255, 0.86);
      padding: 6px 4px;
      color: #24435f;
      font-size: 12px;
      font-weight: 720;
      line-height: 1.22;
      box-shadow: 0 3px 10px rgba(5, 46, 87, 0.04);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-nav-link:hover,
  body.xmdsite-template-list .xmdsite-nav-link:focus-visible {
      border-color: rgba(36, 120, 199, 0.26);
      background: #ffffff;
      color: #0b5ea8;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-contact-strip {
      border-top: 1px solid rgba(36, 120, 199, 0.10);
      border-bottom: 1px solid rgba(36, 120, 199, 0.13);
      background: linear-gradient(135deg, #f7fbff 0%, #edf6fc 100%);
      color: #24435f;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-contact-strip::before {
      display: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-contact-strip-label {
      color: #0b5ea8;
      font-weight: 760;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-contact-strip-text {
      color: #315571;
      font-weight: 560;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-contact-strip-icon {
      border-color: rgba(36, 120, 199, 0.18);
      background: #ffffff;
      color: #2478c7;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-masthead {
      background:
      linear-gradient(135deg, #f7fbff 0%, #ffffff 58%, #edf6fc 100%);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-masthead-inner {
      min-height: 0;
      padding: 20px 0 18px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-page-title {
      font-size: clamp(18px, 5.1vw, 25px);
      line-height: 1.42;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-list-title,
  body.xmdsite-template-list .xmdsite-card-title {
      color: #173a5e;
      font-weight: 760;
      letter-spacing: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-list-title {
      font-size: 19px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-card-title {
      font-size: 15.5px;
      line-height: 1.45;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-list-subtitle,
  body.xmdsite-template-list .xmdsite-card-summary {
      color: rgba(16, 42, 67, 0.64);
      font-size: 12.5px;
      line-height: 1.7;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-item-card-link {
      border-color: rgba(36, 120, 199, 0.10);
      background: #ffffff;
      box-shadow: 0 8px 20px rgba(5, 46, 87, 0.055);
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-nav-list {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 4px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-nav-link {
      min-height: 32px;
      font-size: 11.5px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-contact-strip-inner {
      gap: 4px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-contact-strip-item {
      font-size: 11.5px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-page-title {
      font-size: clamp(17px, 5vw, 22px);
    }
}

@media (max-width: 380px) {
    body.xmdsite-template-list .xmdsite-nav-list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

body.xmdsite-template-list .xmdsite-page-title-brand {
  color: #1769ad;
  font-weight: 860;
}

body.xmdsite-template-list .xmdsite-page-title-separator {
  color: rgba(23, 105, 173, 0.62);
  font-weight: 680;
}

body.xmdsite-template-list .xmdsite-page-title-copy {
  color: #123a5f;
  font-weight: 720;
}

body.xmdsite-template-list .xmdsite-menu-toggle {
  display: none;
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-header {
      background: rgba(255, 255, 255, 0.98);
      border-bottom: 1px solid rgba(45, 130, 207, 0.14);
      box-shadow: 0 10px 26px rgba(16, 42, 67, 0.08);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-header-inner {
      display: grid;
      width: min(100% - 28px, 1180px);
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
      gap: 10px;
      margin: 0 auto;
      padding: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-brand {
      width: auto;
      min-width: 0;
      margin: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-menu-toggle {
      display: inline-flex;
      min-width: 76px;
      min-height: 34px;
      align-items: center;
      justify-content: center;
      gap: 8px;
      border: 1px solid rgba(45, 130, 207, 0.18);
      border-radius: 0 !important;
      background: #ffffff;
      color: #1769ad;
      font: inherit;
      font-size: 12.5px;
      font-weight: 780;
      box-shadow: 0 5px 14px rgba(16, 42, 67, 0.065);
      cursor: pointer;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-menu-toggle-icon {
      display: inline-grid;
      width: 14px;
      gap: 4px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-menu-toggle-icon span {
      display: block;
      height: 2px;
      background: currentColor;
      transition: transform 180ms ease, opacity 180ms ease;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-header.is-nav-open .xmdsite-menu-toggle-icon span:first-child {
      transform: translateY(3px) rotate(45deg);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-header.is-nav-open .xmdsite-menu-toggle-icon span:last-child {
      transform: translateY(-3px) rotate(-45deg);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-nav {
      grid-column: 1 / -1;
      max-height: 0;
      margin: 0 -14px;
      overflow: hidden;
      border-top: 0;
      background: linear-gradient(180deg, #ffffff, #f4faff);
      border-radius: 0 !important;
      opacity: 0;
      pointer-events: none;
      transform: translateY(-4px);
      transition: max-height 220ms ease, opacity 180ms ease, transform 180ms ease, border-color 180ms ease;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-header.is-nav-open .xmdsite-nav {
      max-height: 360px;
      border-top: 1px solid rgba(45, 130, 207, 0.12);
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-nav::before,
  body.xmdsite-template-list .xmdsite-nav::after {
      display: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-nav-list {
      display: grid;
      width: 100%;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px;
      overflow: visible;
      padding: 10px 14px 12px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-nav-item,
  body.xmdsite-template-list .xmdsite-nav-item:last-child,
  body.xmdsite-template-list .xmdsite-nav-item:nth-child(3n),
  body.xmdsite-template-list .xmdsite-nav-item:nth-child(-n + 3) {
      min-width: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-nav-link {
      width: 100%;
      min-width: 0;
      min-height: 38px;
      padding: 0 10px;
      border-radius: 0 !important;
      white-space: normal;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-masthead {
      background: linear-gradient(135deg, #f8fbfe 0%, #ffffff 58%, #f2f8fd 100%);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-masthead-inner {
      padding: 16px 0 14px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-page-title {
      font-size: clamp(16px, 4.3vw, 20px);
      font-weight: 700;
      line-height: 1.48;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-page-title-brand {
      font-size: 1.02em;
      font-weight: 780;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-page-title-copy {
      color: #2a465f;
      font-weight: 650;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-header-inner {
      width: min(100% - 24px, 1180px);
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-menu-toggle {
      min-width: 70px;
      min-height: 32px;
      font-size: 12px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-nav {
      margin: 0 -12px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-nav-list {
      gap: 7px;
      padding: 9px 12px 11px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-nav-link {
      min-height: 36px;
      font-size: 12px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-page-title {
      font-size: clamp(15.5px, 4.2vw, 19px);
    }
}

body.xmdsite-template-list .xmdsite-contact-strip {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(45, 130, 207, 0.24);
  background:
  linear-gradient(90deg, rgba(255, 255, 255, 0.10) 1px, transparent 1px),
  linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
  linear-gradient(128deg, #2d82cf 0%, #2f8edc 62%, #3aa0e6 100%);
  background-size: 42px 42px, 42px 42px, auto;
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(45, 130, 207, 0.14);
}

body.xmdsite-template-list .xmdsite-contact-strip::before {
  display: none;
}

body.xmdsite-template-list .xmdsite-contact-strip-label,
body.xmdsite-template-list .xmdsite-contact-strip-text {
  color: rgba(255, 255, 255, 0.94);
}

body.xmdsite-template-list .xmdsite-contact-strip-label {
  font-weight: 740;
}

body.xmdsite-template-list .xmdsite-contact-strip-icon {
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff;
}

body.xmdsite-template-list .xmdsite-footer-logo {
  filter: brightness(0) invert(1) drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18));
  opacity: 0.96;
}

body.xmdsite-template-list .xmdsite-masthead {
  border-bottom: 1px solid rgba(36, 120, 199, 0.10);
  background:
  linear-gradient(135deg, rgba(240, 247, 253, 0.98) 0%, rgba(249, 252, 255, 0.98) 58%, rgba(232, 243, 251, 0.98) 100%);
  box-shadow: inset 0 -1px 0 rgba(36, 120, 199, 0.045);
}

body.xmdsite-template-list .xmdsite-page-title {
  color: #2c485f;
  font-size: clamp(18px, 1.65vw, 24px);
  font-weight: 680;
  line-height: 1.5;
}

body.xmdsite-template-list .xmdsite-page-title::before {
  background: linear-gradient(180deg, rgba(90, 167, 220, 0.75), rgba(36, 120, 199, 0.72));
}

body.xmdsite-template-list .xmdsite-page-title-brand {
  color: #246fae;
  font-weight: 740;
}

body.xmdsite-template-list .xmdsite-page-title-separator {
  color: rgba(44, 72, 95, 0.48);
  font-weight: 560;
}

body.xmdsite-template-list .xmdsite-page-title-copy {
  color: #2c485f;
  font-weight: 600;
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-contact-strip {
      background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.10) 1px, transparent 1px),
      linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
      linear-gradient(128deg, #2d82cf 0%, #2f8edc 62%, #3aa0e6 100%);
      background-size: 42px 42px, 42px 42px, auto;
      box-shadow: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-contact-strip-label,
  body.xmdsite-template-list .xmdsite-contact-strip-text {
      color: rgba(255, 255, 255, 0.93);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-contact-strip-icon {
      border-color: rgba(255, 255, 255, 0.42);
      background: rgba(255, 255, 255, 0.10);
      color: #ffffff;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-masthead {
      background:
      linear-gradient(135deg, rgba(241, 248, 253, 0.98) 0%, rgba(250, 253, 255, 0.98) 58%, rgba(235, 245, 252, 0.98) 100%);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-masthead-inner {
      padding: 14px 0 13px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-page-title {
      color: #38536a;
      font-size: clamp(15px, 4vw, 18px);
      font-weight: 620;
      line-height: 1.52;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-page-title-brand {
      color: #2f75ad;
      font-weight: 700;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-page-title-copy {
      color: #3b5368;
      font-weight: 560;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-list .xmdsite-page-title {
      font-size: clamp(14px, 3.9vw, 17px);
    }
}

body.xmdsite-template-list .xmdsite-card-title {
  color: #3d5872;
  overflow-wrap: anywhere;
  word-break: break-word;
}

body.xmdsite-template-list .xmdsite-contact-phone-link {
  display: inline-flex;
  align-items: center;
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
  white-space: nowrap;
}

body.xmdsite-template-list .xmdsite-contact-phone-link:hover,
body.xmdsite-template-list .xmdsite-contact-phone-link:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.xmdsite-template-list .xmdsite-item-card-link:hover .xmdsite-card-title,
body.xmdsite-template-list .xmdsite-item-card-link:focus-visible .xmdsite-card-title {
  color: #2f75ad;
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-page-title {
      display: block;
      padding-left: 10px;
      line-height: 1.35;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-page-title-brand,
  body.xmdsite-template-list .xmdsite-page-title-separator {
      display: inline;
      font-size: 13px;
      line-height: 1.25;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-page-title-copy {
      display: block;
      max-width: 100%;
      margin-top: 3px;
      overflow: hidden;
      color: #38536a;
      font-size: 13px;
      font-weight: 560;
      line-height: 1.36;
      text-overflow: clip;
      white-space: nowrap;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-card-title {
      color: #466178;
      line-height: 1.5;
    }
}

@media (max-width: 380px) {
    body.xmdsite-template-list .xmdsite-page-title-copy {
      font-size: 12px;
    }
}

body.xmdsite-template-list {
  --brand: #2d82cf;
  --brand-dark: #2d82cf;
  --brand-deep: #2d82cf;
  --brand-accent: #ffffff;
}

body.xmdsite-template-list .xmdsite-masthead,
body.xmdsite-template-list .xmdsite-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.24);
  background-color: #2d82cf;
  background-image:
  linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
  linear-gradient(180deg, rgba(255, 255, 255, 0.085) 1px, transparent 1px),
  linear-gradient(135deg, transparent 0 46%, rgba(255, 255, 255, 0.14) 46% 46.8%, transparent 46.8% 100%);
  background-size: 42px 42px, 42px 42px, 220px 220px;
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 12px 28px rgba(45, 130, 207, 0.14);
}

body.xmdsite-template-list .xmdsite-masthead::before,
body.xmdsite-template-list .xmdsite-footer::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  background:
  linear-gradient(115deg, transparent 0 12%, rgba(255, 255, 255, 0.13) 12% 12.45%, transparent 12.45% 100%),
  linear-gradient(115deg, transparent 0 72%, rgba(255, 255, 255, 0.11) 72% 72.35%, transparent 72.35% 100%);
  background-size: 360px 100%, 520px 100%;
  content: "";
  opacity: 0.85;
  pointer-events: none;
}

body.xmdsite-template-list .xmdsite-masthead::after {
  border-color: rgba(255, 255, 255, 0.26);
  box-shadow: none;
  opacity: 0.6;
}

body.xmdsite-template-list .xmdsite-masthead-inner,
body.xmdsite-template-list .xmdsite-footer-inner,
body.xmdsite-template-list .xmdsite-footer-contact,
body.xmdsite-template-list .xmdsite-footer-slogan-wrap,
body.xmdsite-template-list .xmdsite-footer-legal {
  position: relative;
  z-index: 1;
}

body.xmdsite-template-list .xmdsite-footer {
  border-top: 0;
}

body.xmdsite-template-list .xmdsite-footer-logo {
  filter: brightness(0) invert(1) drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18));
}

body.xmdsite-template-list .xmdsite-page-title,
body.xmdsite-template-list .xmdsite-page-title-brand,
body.xmdsite-template-list .xmdsite-page-title-separator,
body.xmdsite-template-list .xmdsite-page-title-copy,
body.xmdsite-template-list .xmdsite-footer-brand,
body.xmdsite-template-list .xmdsite-footer-slogan,
body.xmdsite-template-list .xmdsite-footer-legal,
body.xmdsite-template-list .xmdsite-footer-legal a {
  color: rgba(255, 255, 255, 0.94);
}

body.xmdsite-template-list .xmdsite-footer-nav,
body.xmdsite-template-list .xmdsite-footer-link {
  border-color: rgba(255, 255, 255, 0.30);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

body.xmdsite-template-list .xmdsite-footer-slogan-wrap,
body.xmdsite-template-list .xmdsite-footer-legal {
  border-top-color: rgba(255, 255, 255, 0.22);
}

body.xmdsite-template-list .xmdsite-footer-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
  gap: 12px;
  padding-top: clamp(14px, 2.2vw, 20px);
}

body.xmdsite-template-list .xmdsite-footer-contact-item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.10);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

body.xmdsite-template-list .xmdsite-footer-contact-icon {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.30);
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
}

body.xmdsite-template-list .xmdsite-footer-contact-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

body.xmdsite-template-list .xmdsite-footer-contact-link:hover,
body.xmdsite-template-list .xmdsite-footer-contact-link:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.xmdsite-template-list .xmdsite-footer-link:hover,
body.xmdsite-template-list .xmdsite-footer-link:focus-visible {
  background: rgba(255, 255, 255, 0.24);
  color: #ffffff;
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-contact {
      grid-template-columns: 1fr;
      gap: 10px;
      padding-top: 14px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-contact-text {
      font-size: 14px;
      line-height: 1.42;
    }
}

body.xmdsite-template-list {
  --brand: #2d82cf;
  --brand-dark: #2d82cf;
  --brand-deep: #2d82cf;
  --brand-accent: #2d82cf;
  --brand-ice: #eef7ff;
  --line: rgba(45, 130, 207, 0.16);
  --line-strong: rgba(45, 130, 207, 0.34);
}

body.xmdsite-template-list .xmdsite-nav-link:hover,
body.xmdsite-template-list .xmdsite-nav-link:focus-visible,
body.xmdsite-template-list .xmdsite-category-link:hover,
body.xmdsite-template-list .xmdsite-category-link:focus-visible,
body.xmdsite-template-list .xmdsite-breadcrumb-link:hover,
body.xmdsite-template-list .xmdsite-breadcrumb-link:focus-visible,
body.xmdsite-template-list .xmdsite-card-more,
body.xmdsite-template-list .xmdsite-section-link,
body.xmdsite-template-list .xmdsite-masthead-index a:hover,
body.xmdsite-template-list .xmdsite-masthead-index a:focus-visible {
  color: #2d82cf;
}

body.xmdsite-template-list .xmdsite-category-link.is-active,
body.xmdsite-template-list .xmdsite-category-link.is-active:hover,
body.xmdsite-template-list .xmdsite-category-link.is-active:focus-visible,
body.xmdsite-template-list .xmdsite-section-link:hover,
body.xmdsite-template-list .xmdsite-section-link:focus-visible,
body.xmdsite-template-list .xmdsite-mobile-call:hover,
body.xmdsite-template-list .xmdsite-mobile-call:focus-visible,
body.xmdsite-template-list .xmdsite-pagination-current,
body.xmdsite-template-list .xmdsite-pagination-link:hover,
body.xmdsite-template-list .xmdsite-pagination-link:focus-visible,
body.xmdsite-template-list .xmdsite-page-jump-btn,
body.xmdsite-template-list .xmdsite-page-jump-btn:hover,
body.xmdsite-template-list .xmdsite-page-jump-btn:focus-visible,
body.xmdsite-template-list .xmdsite-tab.is-active,
body.xmdsite-template-list .xmdsite-tab:hover,
body.xmdsite-template-list .xmdsite-tab:focus-visible {
  border-color: #2d82cf;
  background: #2d82cf;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(45, 130, 207, 0.18);
}

body.xmdsite-template-list .xmdsite-service-card .xmdsite-item-link:hover,
body.xmdsite-template-list .xmdsite-service-card .xmdsite-item-link:focus-visible,
body.xmdsite-template-list .xmdsite-news-card .xmdsite-news-link:hover,
body.xmdsite-template-list .xmdsite-news-card .xmdsite-news-link:focus-visible,
body.xmdsite-template-list .xmdsite-case-card .xmdsite-case-link:hover,
body.xmdsite-template-list .xmdsite-case-card .xmdsite-case-link:focus-visible,
body.xmdsite-template-list .xmdsite-item-card-link:hover,
body.xmdsite-template-list .xmdsite-item-card-link:focus-visible,
body.xmdsite-template-list .xmdsite-adjacent-card:hover,
body.xmdsite-template-list .xmdsite-adjacent-card:focus-visible {
  border-color: rgba(45, 130, 207, 0.38);
  box-shadow: 0 18px 42px rgba(45, 130, 207, 0.14);
}

body.xmdsite-template-list .xmdsite-service-card .xmdsite-item-link:hover .xmdsite-card-title,
body.xmdsite-template-list .xmdsite-service-card .xmdsite-item-link:focus-visible .xmdsite-card-title,
body.xmdsite-template-list .xmdsite-news-card .xmdsite-news-link:hover .xmdsite-card-title,
body.xmdsite-template-list .xmdsite-news-card .xmdsite-news-link:focus-visible .xmdsite-card-title,
body.xmdsite-template-list .xmdsite-case-card .xmdsite-case-link:hover .xmdsite-card-title,
body.xmdsite-template-list .xmdsite-case-card .xmdsite-case-link:focus-visible .xmdsite-card-title,
body.xmdsite-template-list .xmdsite-item-card-link:hover .xmdsite-card-title,
body.xmdsite-template-list .xmdsite-item-card-link:focus-visible .xmdsite-card-title {
  color: #2d82cf;
}

body.xmdsite-template-list .xmdsite-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-top: 0;
  background-color: #2d82cf;
  background-image:
  linear-gradient(90deg, rgba(255, 255, 255, 0.115) 1px, transparent 1px),
  linear-gradient(180deg, rgba(255, 255, 255, 0.085) 1px, transparent 1px),
  linear-gradient(118deg, transparent 0 18%, rgba(255, 255, 255, 0.12) 18% 18.35%, transparent 18.35% 100%),
  linear-gradient(118deg, transparent 0 76%, rgba(255, 255, 255, 0.10) 76% 76.35%, transparent 76.35% 100%);
  background-size: 44px 44px, 44px 44px, 420px 100%, 560px 100%;
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

body.xmdsite-template-list .xmdsite-footer::before {
  display: none;
}

body.xmdsite-template-list .xmdsite-footer-inner {
  display: grid;
  grid-template-columns: minmax(180px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(18px, 4vw, 56px);
  padding: clamp(26px, 4.2vw, 42px) 0 clamp(16px, 2.5vw, 24px);
}

body.xmdsite-template-list .xmdsite-footer-brand {
  min-width: 0;
  color: #ffffff;
}

body.xmdsite-template-list .xmdsite-footer-logo {
  max-width: 190px;
  max-height: 46px;
  filter: brightness(0) invert(1) drop-shadow(0 8px 18px rgba(0, 0, 0, 0.16));
  opacity: 0.96;
}

body.xmdsite-template-list .xmdsite-footer-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
  justify-content: stretch;
  gap: 1px;
  background: rgba(255, 255, 255, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

body.xmdsite-template-list .xmdsite-footer-link {
  min-height: 42px;
  justify-content: center;
  background: rgba(255, 255, 255, 0.105);
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-align: center;
}

body.xmdsite-template-list .xmdsite-footer-link:hover,
body.xmdsite-template-list .xmdsite-footer-link:focus-visible {
  background: rgba(255, 255, 255, 0.26);
  color: #ffffff;
  outline: none;
}

body.xmdsite-template-list .xmdsite-footer-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(220px, 0.72fr);
  gap: 12px;
  padding: 0 0 clamp(18px, 2.8vw, 28px);
}

body.xmdsite-template-list .xmdsite-footer-contact-item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.105);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.13);
}

body.xmdsite-template-list .xmdsite-footer-contact-icon {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
}

body.xmdsite-template-list .xmdsite-footer-contact-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

body.xmdsite-template-list .xmdsite-footer-contact-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

body.xmdsite-template-list .xmdsite-footer-contact-label {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

body.xmdsite-template-list .xmdsite-footer-contact-text {
  color: rgba(255, 255, 255, 0.96);
  font-size: 15px;
  font-weight: 720;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

body.xmdsite-template-list .xmdsite-footer-slogan-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.20);
  padding: clamp(18px, 2.6vw, 26px) 0 clamp(8px, 1.4vw, 12px);
}

body.xmdsite-template-list .xmdsite-footer-slogan {
  max-width: 980px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(15px, 1.65vw, 21px);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.72;
  text-align: center;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
}

body.xmdsite-template-list .xmdsite-footer-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding: 14px 0 20px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12.5px;
  line-height: 1.75;
}

body.xmdsite-template-list .xmdsite-footer-legal a {
  color: rgba(255, 255, 255, 0.92);
}

body.xmdsite-template-list .xmdsite-footer-legal-line {
  gap: 6px 14px;
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer {
      background-size: 34px 34px, 34px 34px, 360px 100%, 480px 100%;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-inner {
      grid-template-columns: 1fr;
      align-items: start;
      gap: 16px;
      padding: 24px 0 14px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-logo {
      max-width: 162px;
      max-height: 38px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-nav {
      width: 100%;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-link {
      min-height: 38px;
      padding: 0 8px;
      font-size: 12.5px;
      letter-spacing: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-contact {
      grid-template-columns: 1fr;
      gap: 10px;
      padding-bottom: 18px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-contact-item {
      grid-template-columns: 34px minmax(0, 1fr);
      gap: 10px;
      padding: 12px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-contact-icon {
      width: 34px;
      height: 34px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-contact-text {
      font-size: 14px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-slogan {
      font-size: 14px;
      line-height: 1.68;
      text-align: left;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-legal {
      padding-bottom: 16px;
      text-align: left;
    }
}

body.xmdsite-template-list .xmdsite-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-top: 0;
  background-color: #0a67c7;
  background-image:
  linear-gradient(115deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 100%),
  linear-gradient(90deg, rgba(255, 255, 255, 0.085) 1px, transparent 1px),
  linear-gradient(180deg, rgba(255, 255, 255, 0.060) 1px, transparent 1px),
  linear-gradient(128deg, #0754a7 0%, #0a67c7 54%, #2d82cf 100%);
  background-size: 240px 240px, 44px 44px, 44px 44px, auto;
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

body.xmdsite-template-list .xmdsite-footer::before {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
  linear-gradient(90deg, rgba(4, 39, 83, 0.30), transparent 34%, transparent 66%, rgba(4, 39, 83, 0.22)),
  linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 34%);
  content: "";
  pointer-events: none;
}

body.xmdsite-template-list .xmdsite-footer-inner,
body.xmdsite-template-list .xmdsite-footer-contact,
body.xmdsite-template-list .xmdsite-footer-slogan-wrap,
body.xmdsite-template-list .xmdsite-footer-legal {
  position: relative;
  z-index: 1;
}

body.xmdsite-template-list .xmdsite-footer-inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.74fr) minmax(0, 1.26fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(34px, 5vw, 56px) 0 clamp(22px, 3.2vw, 34px);
}

body.xmdsite-template-list .xmdsite-footer-brand {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-width: 0;
  align-items: center;
  min-height: 64px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.96);
  padding: 12px 18px;
  color: #2d82cf;
  box-shadow: 0 18px 46px rgba(4, 39, 83, 0.18), inset 0 1px 0 #ffffff;
}

body.xmdsite-template-list .xmdsite-footer-brand span {
  color: #2d82cf;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
}

body.xmdsite-template-list .xmdsite-footer-logo {
  width: auto;
  max-width: 210px;
  max-height: 48px;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

body.xmdsite-template-list .xmdsite-footer-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(116px, 1fr));
  gap: 10px;
  border: 0;
  background: transparent;
}

body.xmdsite-template-list .xmdsite-footer-link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.105);
  padding: 0 16px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

body.xmdsite-template-list .xmdsite-footer-link:hover,
body.xmdsite-template-list .xmdsite-footer-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff;
  outline: none;
}

body.xmdsite-template-list .xmdsite-footer-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr);
  gap: 14px;
  padding: 0 0 clamp(24px, 3.4vw, 36px);
}

body.xmdsite-template-list .xmdsite-footer-contact-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.155), rgba(255, 255, 255, 0.080));
  padding: 18px 20px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

body.xmdsite-template-list .xmdsite-footer-contact-icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

body.xmdsite-template-list .xmdsite-footer-contact-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

body.xmdsite-template-list .xmdsite-footer-contact-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

body.xmdsite-template-list .xmdsite-footer-contact-label {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

body.xmdsite-template-list .xmdsite-footer-contact-text {
  color: rgba(255, 255, 255, 0.97);
  font-size: 16px;
  font-weight: 760;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

body.xmdsite-template-list .xmdsite-footer-contact-link {
  text-decoration: none;
  white-space: nowrap;
}

body.xmdsite-template-list .xmdsite-footer-slogan-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding: clamp(22px, 3vw, 32px) 0 clamp(12px, 1.8vw, 18px);
}

body.xmdsite-template-list .xmdsite-footer-slogan {
  position: relative;
  max-width: 980px;
  margin: 0;
  padding-left: clamp(18px, 2.2vw, 26px);
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(16px, 1.55vw, 21px);
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1.72;
  text-align: left;
  text-shadow: 0 10px 24px rgba(4, 39, 83, 0.20);
}

body.xmdsite-template-list .xmdsite-footer-slogan::before {
  position: absolute;
  top: 0.35em;
  bottom: 0.35em;
  left: 0;
  width: 3px;
  background: rgba(255, 255, 255, 0.88);
  content: "";
}

body.xmdsite-template-list .xmdsite-footer-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding: 16px 0 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12.5px;
  line-height: 1.8;
  text-align: left;
}

body.xmdsite-template-list .xmdsite-footer-legal p {
  margin: 0;
}

body.xmdsite-template-list .xmdsite-footer-legal a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

body.xmdsite-template-list .xmdsite-footer-contact-link:hover,
body.xmdsite-template-list .xmdsite-footer-contact-link:focus-visible,
body.xmdsite-template-list .xmdsite-footer-legal a:hover,
body.xmdsite-template-list .xmdsite-footer-legal a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
  outline: none;
}

body.xmdsite-template-list .xmdsite-footer-legal-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 18px;
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer {
      background-size: 220px 220px, 34px 34px, 34px 34px, auto;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-inner {
      grid-template-columns: 1fr;
      align-items: start;
      gap: 22px;
      padding: 28px 0 20px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-brand {
      min-height: 56px;
      padding: 10px 14px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-logo {
      max-width: 172px;
      max-height: 40px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-nav {
      width: 100%;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 8px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-link {
      min-height: 40px;
      padding: 0 8px;
      font-size: 12.5px;
      letter-spacing: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-contact {
      grid-template-columns: 1fr;
      gap: 10px;
      padding-bottom: 22px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-contact-item {
      grid-template-columns: 38px minmax(0, 1fr);
      gap: 12px;
      padding: 14px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-contact-icon {
      width: 38px;
      height: 38px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-contact-text {
      font-size: 14.5px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-slogan {
      font-size: 14px;
      line-height: 1.68;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-legal {
      padding-bottom: 18px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-list .xmdsite-footer-legal-line {
      justify-content: flex-start;
    }
}

@media (max-width: 420px) {
    body.xmdsite-template-list .xmdsite-footer-contact-item {
      align-items: start;
    }
}

@media (max-width: 420px) {
    body.xmdsite-template-list .xmdsite-footer-contact-link {
      white-space: normal;
    }
}

@media (max-width: 420px) {
    body.xmdsite-template-list .xmdsite-footer-sep {
      display: none;
    }
}

body.xmdsite-template-list {
  --brand: #0a67c7;
  --brand-dark: #0754a7;
  --brand-deep: #043e82;
  --brand-accent: #38a7e8;
  --brand-ice: #eff7ff;
  --surface-blue: #eff7ff;
  --line-blue: rgba(10, 103, 199, 0.18);
  --text-blue: #0754a7;
}

body.xmdsite-template-list .xmdsite-nav-link:hover,
body.xmdsite-template-list .xmdsite-nav-link:focus-visible,
body.xmdsite-template-list .xmdsite-section-link,
body.xmdsite-template-list .xmdsite-card-more,
body.xmdsite-template-list .xmdsite-news-read,
body.xmdsite-template-list .xmdsite-case-more,
body.xmdsite-template-list .xmdsite-category-link,
body.xmdsite-template-list .xmdsite-pagination a,
body.xmdsite-template-list .xmdsite-breadcrumb a,
body.xmdsite-template-list .xmdsite-detail-back,
body.xmdsite-template-list .xmdsite-detail-category,
body.xmdsite-template-list .xmdsite-list-meta,
body.xmdsite-template-list .xmdsite-card-meta {
  color: var(--text-blue);
}

body.xmdsite-template-list .xmdsite-section-link,
body.xmdsite-template-list .xmdsite-category-link,
body.xmdsite-template-list .xmdsite-pagination a,
body.xmdsite-template-list .xmdsite-service-card,
body.xmdsite-template-list .xmdsite-news-card,
body.xmdsite-template-list .xmdsite-case-card,
body.xmdsite-template-list .xmdsite-list-card,
body.xmdsite-template-list .xmdsite-detail-card,
body.xmdsite-template-list .xmdsite-empty-state {
  border-color: var(--line-blue);
}

body.xmdsite-template-list .xmdsite-section-link:hover,
body.xmdsite-template-list .xmdsite-section-link:focus-visible,
body.xmdsite-template-list .xmdsite-category-link:hover,
body.xmdsite-template-list .xmdsite-category-link:focus-visible,
body.xmdsite-template-list .xmdsite-pagination a:hover,
body.xmdsite-template-list .xmdsite-pagination a:focus-visible {
  border-color: rgba(10, 103, 199, 0.38);
  background: linear-gradient(135deg, #f7fbff 0%, #eff7ff 100%);
  color: var(--brand-dark);
}

body.xmdsite-template-list .xmdsite-footer {
  max-height: 300px;
  background-color: var(--brand);
  background-image:
  linear-gradient(125deg, rgba(255, 255, 255, 0.13) 0 1px, transparent 1px 100%),
  linear-gradient(90deg, rgba(255, 255, 255, 0.075) 1px, transparent 1px),
  linear-gradient(180deg, rgba(255, 255, 255, 0.060) 1px, transparent 1px);
  background-size: 220px 220px, 38px 38px, 38px 38px;
  color: #ffffff;
}

body.xmdsite-template-list .xmdsite-footer::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.10), transparent 38%);
}

body.xmdsite-template-list .xmdsite-footer-inner {
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1.58fr);
  gap: clamp(22px, 3.4vw, 52px);
  padding: 22px 0 12px;
}

body.xmdsite-template-list .xmdsite-footer-brand {
  min-height: 42px;
  border: 0;
  background: transparent;
  padding: 0;
  color: #ffffff;
  box-shadow: none;
}

body.xmdsite-template-list .xmdsite-footer-brand span {
  color: #ffffff;
  font-size: 19px;
  text-shadow: 0 12px 28px rgba(1, 31, 72, 0.32);
}

body.xmdsite-template-list .xmdsite-footer-logo {
  max-width: 188px;
  max-height: 42px;
  filter: brightness(0) invert(1);
  opacity: 0.98;
}

body.xmdsite-template-list .xmdsite-footer-nav {
  grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
  gap: 8px;
}

body.xmdsite-template-list .xmdsite-footer-link {
  min-height: 34px;
  border-color: rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.085);
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  letter-spacing: 0.03em;
}

body.xmdsite-template-list .xmdsite-footer-contact {
  grid-template-columns: minmax(0, 1.25fr) minmax(210px, 0.75fr);
  gap: 10px;
  padding: 0 0 12px;
}

body.xmdsite-template-list .xmdsite-footer-contact-item {
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  padding: 10px 14px;
  border-color: rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.085);
}

body.xmdsite-template-list .xmdsite-footer-contact-icon {
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.12);
}

body.xmdsite-template-list .xmdsite-footer-contact-icon svg {
  width: 17px;
  height: 17px;
}

body.xmdsite-template-list .xmdsite-footer-contact-copy {
  gap: 2px;
}

body.xmdsite-template-list .xmdsite-footer-contact-label {
  font-size: 11px;
  letter-spacing: 0.07em;
}

body.xmdsite-template-list .xmdsite-footer-contact-text {
  font-size: 14px;
  line-height: 1.32;
}

body.xmdsite-template-list .xmdsite-footer-slogan-wrap {
  padding: 9px 0 7px;
}

body.xmdsite-template-list .xmdsite-footer-slogan {
  max-width: none;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.45;
}

body.xmdsite-template-list .xmdsite-footer-legal {
  padding: 9px 0 14px;
  font-size: 12px;
  line-height: 1.5;
}

body.xmdsite-template-list .xmdsite-footer-legal-line {
  gap: 6px 16px;
}

@media (max-width: 900px) {
    body.xmdsite-template-list .xmdsite-footer {
      max-height: none;
    }
}

@media (max-width: 900px) {
    body.xmdsite-template-list .xmdsite-footer-inner {
      grid-template-columns: 1fr;
      gap: 18px;
      padding: 24px 0 16px;
    }
}

@media (max-width: 900px) {
    body.xmdsite-template-list .xmdsite-footer-logo {
      max-width: 176px;
      max-height: 40px;
    }
}

@media (max-width: 900px) {
    body.xmdsite-template-list .xmdsite-footer-nav {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    body.xmdsite-template-list .xmdsite-footer-contact {
      grid-template-columns: 1fr;
      padding-bottom: 16px;
    }
}

@media (max-width: 900px) {
    body.xmdsite-template-list .xmdsite-footer-slogan-wrap {
      padding: 14px 0 10px;
    }
}

@media (max-width: 900px) {
    body.xmdsite-template-list .xmdsite-footer-slogan {
      font-size: 14px;
      line-height: 1.6;
    }
}

@media (max-width: 900px) {
    body.xmdsite-template-list .xmdsite-footer-legal {
      padding-bottom: 18px;
    }
}

@media (max-width: 420px) {
    body.xmdsite-template-list .xmdsite-footer-nav {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}



/* detail template styles. */

body.xmdsite-template-detail {
  --brand: #0a67c7;
  --brand-dark: #064f9e;
  --brand-deep: #08294f;
  --brand-accent: #18aee5;
  --brand-ice: #edf7ff;
  --ink: #0b223d;
  --muted: rgba(11, 34, 61, 0.66);
  --soft: rgba(11, 34, 61, 0.46);
  --line: rgba(10, 103, 199, 0.14);
  --line-strong: rgba(10, 103, 199, 0.28);
  --bg: #f6f9fd;
  --surface: #ffffff;
  --surface-blue: #edf7ff;
  --shadow: 0 18px 46px rgba(8, 41, 79, 0.10);
  --shadow-soft: 0 10px 28px rgba(8, 41, 79, 0.075);
  color-scheme: light;
}

body.xmdsite-template-detail {
  margin: 0;
  background:
  radial-gradient(circle at 12% 8%, rgba(24, 174, 229, 0.095) 0, rgba(24, 174, 229, 0) 28%),
  radial-gradient(circle at 86% 18%, rgba(10, 103, 199, 0.085) 0, rgba(10, 103, 199, 0) 30%),
  linear-gradient(90deg, rgba(10, 103, 199, 0.026) 1px, transparent 1px),
  linear-gradient(180deg, rgba(10, 103, 199, 0.020) 1px, transparent 1px),
  linear-gradient(180deg, #ffffff 0%, #f6f9fd 52%, #ffffff 100%);
  background-size: auto, auto, 30px 30px, 30px 30px, auto;
  color: var(--ink);
  font-family: Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.xmdsite-template-detail .xmdsite-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(10, 103, 199, 0.10);
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 34px rgba(8, 41, 79, 0.06);
}

body.xmdsite-template-detail .xmdsite-brand-logo,
body.xmdsite-template-detail .xmdsite-footer-logo {
  background: transparent;
}

body.xmdsite-template-detail .xmdsite-contact-strip {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(10, 103, 199, 0.22);
  background:
  linear-gradient(90deg, #08294f 0%, #064f9e 48%, #0a67c7 100%);
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(8, 41, 79, 0.16);
}

body.xmdsite-template-detail .xmdsite-contact-strip::before {
  position: absolute;
  inset: 0;
  background:
  linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.16) 50%, transparent 100%),
  linear-gradient(135deg, rgba(255, 255, 255, 0.10) 0 1px, transparent 1px 18px);
  background-size: 100% 100%, 18px 18px;
  content: "";
  pointer-events: none;
}

body.xmdsite-template-detail .xmdsite-contact-strip-inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 26px;
  padding: 6px 0;
}

body.xmdsite-template-detail .xmdsite-contact-strip-item {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 13px;
  line-height: 1.45;
  white-space: nowrap;
}

body.xmdsite-template-detail .xmdsite-contact-strip-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.52);
  color: #ffffff;
}

body.xmdsite-template-detail .xmdsite-contact-strip-icon svg {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
}

body.xmdsite-template-detail .xmdsite-contact-strip-label {
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0.03em;
}

body.xmdsite-template-detail .xmdsite-contact-strip-text {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
}

body.xmdsite-template-detail .xmdsite-header-inner {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 9px 0 8px;
}

body.xmdsite-template-detail .xmdsite-brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  color: var(--brand-deep);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

body.xmdsite-template-detail .xmdsite-brand-logo {
  width: auto;
  max-width: 220px;
  max-height: 44px;
  object-fit: contain;
}

body.xmdsite-template-detail .xmdsite-brand-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.xmdsite-template-detail .xmdsite-nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.xmdsite-template-detail .xmdsite-nav-item {
  position: relative;
}

body.xmdsite-template-detail .xmdsite-nav-item + .xmdsite-nav-item::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 16px;
  background: rgba(10, 103, 199, 0.16);
  content: "";
  transform: translateY(-50%);
}

body.xmdsite-template-detail .xmdsite-nav-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid transparent;
  color: #143a5f;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

body.xmdsite-template-detail .xmdsite-nav-link:hover,
body.xmdsite-template-detail .xmdsite-nav-link:focus-visible {
  border-color: rgba(24, 174, 229, 0.36);
  background: linear-gradient(135deg, rgba(237, 247, 255, 0.98), rgba(243, 252, 255, 0.98));
  color: var(--brand-dark);
  outline: none;
}

body.xmdsite-template-detail .xmdsite-hero-images {
  border-bottom: 1px solid rgba(10, 103, 199, 0.12);
  background: #ffffff;
}

body.xmdsite-template-detail .xmdsite-hero-image-list {
  display: block;
}

body.xmdsite-template-detail .xmdsite-hero-slide {
  display: block;
}

body.xmdsite-template-detail .xmdsite-hero-image-item {
  position: relative;
  display: block;
  width: 100%;
}

body.xmdsite-template-detail .xmdsite-hero-image-link {
  display: block;
  width: 100%;
}

body.xmdsite-template-detail .xmdsite-hero-media {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
}

body.xmdsite-template-detail swiper-container:not(:defined) swiper-slide:not(:first-child) {
  display: none;
}

body.xmdsite-template-detail .xmdsite-article-head {
  border-bottom: 1px solid rgba(10, 103, 199, 0.10);
  background: linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%);
  padding: clamp(24px, 3vw, 36px) 0 clamp(28px, 3.5vw, 42px);
}

body.xmdsite-template-detail .xmdsite-breadcrumb {
  margin-bottom: clamp(18px, 2.5vw, 28px);
}

body.xmdsite-template-detail .xmdsite-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--soft);
  font-size: 13px;
}

body.xmdsite-template-detail .xmdsite-breadcrumb-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

body.xmdsite-template-detail .xmdsite-breadcrumb-item + .xmdsite-breadcrumb-item::before {
  width: 5px;
  height: 5px;
  border-top: 1.5px solid var(--line-strong);
  border-right: 1.5px solid var(--line-strong);
  content: "";
  transform: rotate(45deg);
}

body.xmdsite-template-detail .xmdsite-breadcrumb-link {
  color: var(--brand-dark);
  font-weight: 800;
  letter-spacing: 0.04em;
  transition: color 180ms ease;
}

body.xmdsite-template-detail .xmdsite-breadcrumb-link:hover,
body.xmdsite-template-detail .xmdsite-breadcrumb-link:focus-visible {
  color: var(--brand);
  outline: none;
}

body.xmdsite-template-detail .xmdsite-breadcrumb-current {
  color: var(--muted);
}

body.xmdsite-template-detail .xmdsite-title-block {
  max-width: 900px;
}

body.xmdsite-template-detail .xmdsite-eyebrow {
  display: inline-block;
  margin: 0 0 10px;
  padding: 0;
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.xmdsite-template-detail .xmdsite-item-title {
  margin: 0 0 14px;
  color: var(--brand-deep);
  font-size: clamp(28px, 3.8vw, 48px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

body.xmdsite-template-detail .xmdsite-item-summary {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}

body.xmdsite-template-detail .xmdsite-publish-date {
  margin: 14px 0 0;
  color: var(--soft);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

body.xmdsite-template-detail .xmdsite-main {
  display: grid;
  gap: clamp(20px, 3vw, 34px);
  padding: clamp(24px, 3vw, 38px) 0 clamp(34px, 5vw, 58px);
}

body.xmdsite-template-detail .xmdsite-cover {
  margin: 0;
  border: 1px solid rgba(10, 103, 199, 0.12);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

body.xmdsite-template-detail .xmdsite-cover img {
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: cover;
}

body.xmdsite-template-detail .xmdsite-detail-tabs {
  display: grid;
  gap: 0;
}

body.xmdsite-template-detail .xmdsite-tabs-list {
  display: flex;
  gap: 1px;
  border-bottom: 1px solid rgba(10, 103, 199, 0.12);
  background: rgba(10, 103, 199, 0.06);
}

body.xmdsite-template-detail .xmdsite-tab {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--muted);
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

body.xmdsite-template-detail .xmdsite-tab:hover,
body.xmdsite-template-detail .xmdsite-tab:focus-visible {
  color: var(--brand-dark);
  background: rgba(237, 247, 255, 0.64);
  outline: none;
}

body.xmdsite-template-detail .xmdsite-tab.is-active {
  color: var(--brand);
  border-bottom-color: var(--brand);
  background: rgba(237, 247, 255, 0.42);
}

body.xmdsite-template-detail .xmdsite-tab-panel {
  display: block;
}

body.xmdsite-template-detail .xmdsite-tab-panel[hidden] {
  display: none;
}

body.xmdsite-template-detail .xmdsite-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: clamp(20px, 2.5vw, 32px);
  align-items: start;
}

body.xmdsite-template-detail .xmdsite-article {
  min-width: 0;
  border: 1px solid rgba(10, 103, 199, 0.10);
  background: #ffffff;
  padding: clamp(18px, 2.2vw, 32px);
  box-shadow: var(--shadow-soft);
}

body.xmdsite-template-detail .xmdsite-empty-article {
  color: var(--muted);
  font-size: 15px;
}

body.xmdsite-template-detail .xmdsite-article h1,
body.xmdsite-template-detail .xmdsite-article h2,
body.xmdsite-template-detail .xmdsite-article h3,
body.xmdsite-template-detail .xmdsite-article h4 {
  color: var(--brand-deep);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

body.xmdsite-template-detail .xmdsite-article h2 {
  margin: 1.5em 0 0.6em;
  font-size: 1.5em;
}

body.xmdsite-template-detail .xmdsite-article h3 {
  margin: 1.3em 0 0.5em;
  font-size: 1.25em;
}

body.xmdsite-template-detail .xmdsite-article p {
  margin: 0.8em 0;
  color: var(--ink);
  line-height: 1.78;
}

body.xmdsite-template-detail .xmdsite-article img {
  max-width: 100%;
  height: auto;
  margin: 1.2em 0;
}

body.xmdsite-template-detail .xmdsite-article ul,
body.xmdsite-template-detail .xmdsite-article ol {
  padding-left: 1.4em;
}

body.xmdsite-template-detail .xmdsite-article li {
  margin: 0.35em 0;
  line-height: 1.68;
}

body.xmdsite-template-detail .xmdsite-article blockquote {
  margin: 1em 0;
  padding: 12px 18px;
  border-left: 3px solid var(--brand);
  background: var(--brand-ice);
  color: var(--muted);
}

body.xmdsite-template-detail .xmdsite-article table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: 14px;
}

body.xmdsite-template-detail .xmdsite-article th,
body.xmdsite-template-detail .xmdsite-article td {
  padding: 8px 12px;
  border: 1px solid var(--line);
  text-align: left;
}

body.xmdsite-template-detail .xmdsite-article th {
  background: rgba(10, 103, 199, 0.06);
  color: var(--brand-deep);
  font-weight: 800;
}

body.xmdsite-template-detail .xmdsite-facts {
  position: sticky;
  top: 88px;
  border: 1px solid rgba(10, 103, 199, 0.12);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

body.xmdsite-template-detail .xmdsite-detail-maincol {
  min-width: 0;
}

body.xmdsite-template-detail .xmdsite-side-cover,
body.xmdsite-template-detail .xmdsite-cover-from-richtext {
  display: none;
}

body.xmdsite-template-detail .xmdsite-fact-card {
  background: #ffffff;
}

body.xmdsite-template-detail .xmdsite-facts-title {
  margin: 0;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(10, 103, 199, 0.10);
  background: linear-gradient(90deg, rgba(237, 247, 255, 0.78), rgba(255, 255, 255, 0.94));
  color: var(--brand-deep);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

body.xmdsite-template-detail .xmdsite-fact-list {
  display: grid;
  gap: 0;
  margin: 0;
}

body.xmdsite-template-detail .xmdsite-fact-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 8px;
  padding: 11px 18px;
  border-bottom: 1px solid rgba(10, 103, 199, 0.07);
}

body.xmdsite-template-detail .xmdsite-fact-item:last-child {
  border-bottom: 0;
}

body.xmdsite-template-detail .xmdsite-fact-label {
  color: var(--soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

body.xmdsite-template-detail .xmdsite-fact-value {
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  word-break: break-all;
}

body.xmdsite-template-detail .xmdsite-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: clamp(12px, 1.5vw, 18px);
  border: 1px solid rgba(10, 103, 199, 0.10);
  background: rgba(10, 103, 199, 0.03);
  box-shadow: var(--shadow-soft);
}

body.xmdsite-template-detail .xmdsite-gallery-trigger {
  display: block;
  padding: 0;
  border: 1px solid rgba(10, 103, 199, 0.12);
  background: #ffffff;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

body.xmdsite-template-detail .xmdsite-gallery-trigger:hover,
body.xmdsite-template-detail .xmdsite-gallery-trigger:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(8, 41, 79, 0.10);
  outline: 1px solid rgba(10, 103, 199, 0.34);
  outline-offset: -1px;
}

body.xmdsite-template-detail .xmdsite-gallery-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

body.xmdsite-template-detail .xmdsite-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 41, 79, 0.88);
  backdrop-filter: blur(10px);
}

body.xmdsite-template-detail .xmdsite-gallery-modal[hidden] {
  display: none;
}

body.xmdsite-template-detail .xmdsite-gallery-dialog {
  position: relative;
  display: grid;
  width: min(92vw, 1100px);
  gap: 16px;
  justify-items: center;
}

body.xmdsite-template-detail .xmdsite-gallery-close {
  position: absolute;
  top: -42px;
  right: 0;
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 180ms ease;
}

body.xmdsite-template-detail .xmdsite-gallery-close:hover,
body.xmdsite-template-detail .xmdsite-gallery-close:focus-visible {
  background: rgba(255, 255, 255, 0.24);
  outline: none;
}

body.xmdsite-template-detail .xmdsite-gallery-preview {
  display: block;
  max-width: 100%;
  max-height: 78vh;
  object-fit: contain;
}

body.xmdsite-template-detail .xmdsite-gallery-caption {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

body.xmdsite-template-detail .xmdsite-adjacent-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  border-top: 1px solid rgba(10, 103, 199, 0.08);
  padding-top: 14px;
}

body.xmdsite-template-detail .xmdsite-adjacent-card {
  display: grid;
  gap: 3px;
  padding: 10px 12px;
  border: 1px solid rgba(10, 103, 199, 0.08);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: none;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

body.xmdsite-template-detail .xmdsite-adjacent-card:hover,
body.xmdsite-template-detail .xmdsite-adjacent-card:focus-visible {
  border-color: rgba(10, 103, 199, 0.18);
  background: rgba(238, 247, 255, 0.62);
  box-shadow: none;
  transform: none;
  outline: none;
}

body.xmdsite-template-detail .xmdsite-adjacent-card-previous {
  text-align: left;
}

body.xmdsite-template-detail .xmdsite-adjacent-card-next {
  text-align: right;
}

body.xmdsite-template-detail .xmdsite-adjacent-label {
  color: rgba(6, 24, 46, 0.42);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.xmdsite-template-detail .xmdsite-adjacent-title {
  color: rgba(6, 24, 46, 0.58);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.38;
}

body.xmdsite-template-detail .xmdsite-adjacent-card:hover .xmdsite-adjacent-title,
body.xmdsite-template-detail .xmdsite-adjacent-card:focus-visible .xmdsite-adjacent-title {
  color: rgba(6, 79, 158, 0.72);
}

body.xmdsite-template-detail .xmdsite-footer {
  border-top: 1px solid rgba(24, 174, 229, 0.18);
  background:
  radial-gradient(circle at 86% 0%, rgba(24, 174, 229, 0.15), transparent 30%),
  linear-gradient(128deg, #08294f 0%, #064f9e 62%, #0a67c7 100%);
  color: rgba(236, 247, 255, 0.82);
}

body.xmdsite-template-detail .xmdsite-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
}

body.xmdsite-template-detail .xmdsite-footer-brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: -0.02em;
}

body.xmdsite-template-detail .xmdsite-footer-logo {
  width: auto;
  max-width: 180px;
  max-height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18));
  opacity: 0.96;
}

body.xmdsite-template-detail .xmdsite-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
}

body.xmdsite-template-detail .xmdsite-footer-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  background: rgba(8, 41, 79, 0.40);
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

body.xmdsite-template-detail .xmdsite-footer-link:hover,
body.xmdsite-template-detail .xmdsite-footer-link:focus-visible {
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff;
  outline: none;
}

body.xmdsite-template-detail .xmdsite-footer-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 14px 0 18px;
  color: rgba(236, 247, 255, 0.78);
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}

body.xmdsite-template-detail .xmdsite-footer-legal a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

body.xmdsite-template-detail .xmdsite-footer-legal a:hover,
body.xmdsite-template-detail .xmdsite-footer-legal a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  outline: none;
}

body.xmdsite-template-detail .xmdsite-footer-legal-line {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 14px;
}

@media (max-width: 1100px) {
    body.xmdsite-template-detail .xmdsite-detail-grid {
      grid-template-columns: 1fr;
    }
}

@media (max-width: 1100px) {
    body.xmdsite-template-detail .xmdsite-detail-maincol {
      display: grid;
      gap: clamp(20px, 3vw, 28px);
    }
}

@media (max-width: 1100px) {
    body.xmdsite-template-detail .xmdsite-facts {
      position: static;
    }
}

@media (max-width: 1100px) {
    body.xmdsite-template-detail .xmdsite-gallery-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-header-inner {
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;
      min-height: 0;
      padding: 10px 0 9px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-nav,
  body.xmdsite-template-detail .xmdsite-nav-list {
      width: 100%;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-nav-list {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      border: 1px solid var(--line);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-nav-item {
      border-right: 1px solid var(--line);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-nav-item:last-child {
      border-right: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-nav-item:nth-child(3n) {
      border-right: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-nav-item:nth-child(-n + 3) {
      border-bottom: 1px solid var(--line);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-nav-link {
      width: 100%;
      min-height: 40px;
      padding: 0 8px;
      font-size: 13px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-contact-strip-inner {
      justify-content: flex-start;
      gap: 12px;
      overflow-x: auto;
      padding: 6px 0;
      scrollbar-width: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-contact-strip-inner::-webkit-scrollbar {
      display: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-contact-strip-item {
      font-size: 13px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-contact-strip-icon {
      width: 20px;
      height: 20px;
      flex-basis: 20px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-adjacent-nav {
      grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-gallery-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-inner {
      flex-direction: column;
      align-items: flex-start;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-nav {
      justify-content: flex-start;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail {
      font-size: 15px;
      background-size: 26px 26px, 26px 26px, auto;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-brand-logo {
      max-width: 190px;
      max-height: 42px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-nav-list {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-nav-item:nth-child(3n) {
      border-right: 0;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-nav-item:nth-child(-n + 3) {
      border-bottom: 1px solid var(--line);
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-contact-strip-inner {
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
      overflow: visible;
      padding: 7px 0;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-contact-strip-item {
      width: 100%;
      align-items: flex-start;
      gap: 8px;
      font-size: 12px;
      white-space: normal;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-contact-strip-icon {
      width: 18px;
      height: 18px;
      flex: 0 0 18px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-contact-strip-icon svg {
      width: 11px;
      height: 11px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-gallery-grid {
      grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-tabs-list {
      overflow-x: auto;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-tab {
      padding: 0 16px;
      font-size: 13px;
      white-space: nowrap;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-fact-item {
      grid-template-columns: 64px minmax(0, 1fr);
      padding: 10px 14px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-footer-nav {
      display: grid;
      width: 100%;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-footer-link {
      justify-content: center;
      padding: 0 8px;
    }
}

body.xmdsite-template-detail {
  --brand: #0065d9;
  --brand-dark: #004897;
  --brand-deep: #061832;
  --brand-accent: #00a9d6;
  --brand-ice: #eef7ff;
  --ink: #06182e;
  --muted: rgba(6, 24, 46, 0.68);
  --soft: rgba(6, 24, 46, 0.48);
  --line: rgba(0, 101, 217, 0.13);
  --line-strong: rgba(0, 101, 217, 0.28);
  --bg: #f5f8fc;
  --surface: #ffffff;
  --surface-blue: #eef7ff;
  --shadow: 0 22px 56px rgba(6, 24, 50, 0.12);
  --shadow-soft: 0 14px 36px rgba(6, 24, 50, 0.085);
}

body.xmdsite-template-detail {
  background:
  radial-gradient(circle at 12% 7%, rgba(0, 169, 214, 0.105) 0, rgba(0, 169, 214, 0) 28%),
  radial-gradient(circle at 88% 16%, rgba(0, 101, 217, 0.095) 0, rgba(0, 101, 217, 0) 30%),
  linear-gradient(90deg, rgba(0, 101, 217, 0.024) 1px, transparent 1px),
  linear-gradient(180deg, rgba(0, 101, 217, 0.020) 1px, transparent 1px),
  linear-gradient(180deg, #ffffff 0%, #f5f8fc 50%, #ffffff 100%);
}

body.xmdsite-template-detail .xmdsite-header {
  border-bottom-color: rgba(0, 101, 217, 0.11);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 36px rgba(6, 24, 50, 0.065);
}

body.xmdsite-template-detail .xmdsite-footer {
  background:
  radial-gradient(circle at 84% 4%, rgba(0, 169, 214, 0.25), transparent 30%),
  radial-gradient(circle at 14% 8%, rgba(0, 101, 217, 0.24), transparent 36%),
  linear-gradient(128deg, #061832 0%, #07346d 55%, #0065d9 100%);
  color: #ffffff;
}

body.xmdsite-template-detail .xmdsite-contact-strip {
  border-bottom-color: rgba(0, 169, 214, 0.28);
  box-shadow: 0 14px 32px rgba(6, 24, 50, 0.18);
}

body.xmdsite-template-detail .xmdsite-brand,
body.xmdsite-template-detail .xmdsite-item-title,
body.xmdsite-template-detail .xmdsite-facts-title {
  color: var(--brand-deep);
}

body.xmdsite-template-detail .xmdsite-nav-item + .xmdsite-nav-item::before {
  background: rgba(0, 101, 217, 0.15);
}

body.xmdsite-template-detail .xmdsite-nav-link {
  color: #12365d;
}

body.xmdsite-template-detail .xmdsite-nav-link:hover,
body.xmdsite-template-detail .xmdsite-nav-link:focus-visible {
  border-color: rgba(0, 169, 214, 0.38);
  background: linear-gradient(135deg, #eef7ff, #f6fcff);
  color: var(--brand-dark);
}

body.xmdsite-template-detail .xmdsite-article-head {
  border-bottom-color: rgba(0, 101, 217, 0.11);
  background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
}

body.xmdsite-template-detail .xmdsite-eyebrow {
  color: var(--brand);
}

body.xmdsite-template-detail .xmdsite-facts {
  border-color: rgba(0, 101, 217, 0.13);
}

body.xmdsite-template-detail .xmdsite-facts-title {
  border-bottom-color: rgba(0, 101, 217, 0.11);
  background: linear-gradient(90deg, rgba(238, 247, 255, 0.82), rgba(255, 255, 255, 0.94));
}

body.xmdsite-template-detail .xmdsite-fact-item {
  border-bottom-color: rgba(0, 101, 217, 0.07);
}

body.xmdsite-template-detail .xmdsite-adjacent-card:hover,
body.xmdsite-template-detail .xmdsite-adjacent-card:focus-visible {
  border-color: rgba(0, 101, 217, 0.18);
  background: rgba(238, 247, 255, 0.62);
}

body.xmdsite-template-detail .xmdsite-footer {
  border-top-color: rgba(0, 169, 214, 0.22);
  background:
  radial-gradient(circle at 86% 0%, rgba(0, 169, 214, 0.18), transparent 30%),
  linear-gradient(128deg, #061832 0%, #07346d 60%, #0065d9 100%);
  color: rgba(238, 247, 255, 0.84);
}

body.xmdsite-template-detail .xmdsite-footer-logo {
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.20));
}

body.xmdsite-template-detail .xmdsite-footer-nav {
  background: rgba(255, 255, 255, 0.13);
}

body.xmdsite-template-detail .xmdsite-footer-link {
  background: rgba(6, 24, 50, 0.42);
  color: rgba(255, 255, 255, 0.84);
}

body.xmdsite-template-detail .xmdsite-footer-link:hover,
body.xmdsite-template-detail .xmdsite-footer-link:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

body.xmdsite-template-detail .xmdsite-footer-legal {
  border-top-color: rgba(255, 255, 255, 0.14);
  color: rgba(238, 247, 255, 0.78);
}

body.xmdsite-template-detail .xmdsite-footer-legal a {
  color: rgba(255, 255, 255, 0.9);
}

body.xmdsite-template-detail .xmdsite-article-head {
  position: relative;
  overflow: hidden;
  padding: clamp(20px, 3vw, 34px) 0 clamp(26px, 4vw, 46px);
  border-bottom-color: rgba(0, 101, 217, 0.09);
  background:
  radial-gradient(circle at 12% 18%, rgba(0, 169, 214, 0.13), transparent 28%),
  radial-gradient(circle at 84% 8%, rgba(0, 101, 217, 0.10), transparent 32%),
  linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

body.xmdsite-template-detail .xmdsite-title-block {
  position: relative;
  max-width: 860px;
  padding: clamp(18px, 2.4vw, 28px) clamp(18px, 2.8vw, 34px);
  border: 1px solid rgba(0, 101, 217, 0.10);
  border-left: 4px solid var(--brand);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 38px rgba(6, 24, 50, 0.065);
  backdrop-filter: blur(10px);
}

body.xmdsite-template-detail .xmdsite-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--brand-dark);
  font-size: 12px;
  letter-spacing: 0.12em;
}

body.xmdsite-template-detail .xmdsite-eyebrow::before {
  width: 20px;
  height: 2px;
  background: linear-gradient(90deg, var(--brand), var(--brand-accent));
  content: "";
}

body.xmdsite-template-detail .xmdsite-item-title {
  max-width: 820px;
  margin-bottom: 12px;
  color: #061832;
  font-size: clamp(25px, 3.2vw, 40px);
  font-weight: 850;
  letter-spacing: -0.025em;
  line-height: 1.22;
  text-wrap: balance;
}

body.xmdsite-template-detail .xmdsite-item-summary {
  max-width: 760px;
  color: rgba(6, 24, 46, 0.70);
  font-size: clamp(14px, 1.45vw, 16px);
  line-height: 1.82;
  letter-spacing: 0.01em;
}

body.xmdsite-template-detail .xmdsite-publish-date {
  margin-top: 12px;
  color: rgba(6, 24, 46, 0.45);
  font-size: 12px;
  letter-spacing: 0.04em;
}

body.xmdsite-template-detail .xmdsite-article {
  padding: clamp(22px, 3.2vw, 42px);
  border-color: rgba(0, 101, 217, 0.09);
  background:
  linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
  radial-gradient(circle at 92% 4%, rgba(0, 169, 214, 0.08), transparent 30%);
  color: rgba(6, 24, 46, 0.86);
  font-size: 16px;
  line-height: 1.86;
}

body.xmdsite-template-detail .xmdsite-article > :first-child {
  margin-top: 0 !important;
}

body.xmdsite-template-detail .xmdsite-article > :last-child {
  margin-bottom: 0 !important;
}

body.xmdsite-template-detail .xmdsite-article h1,
body.xmdsite-template-detail .xmdsite-article h2,
body.xmdsite-template-detail .xmdsite-article h3,
body.xmdsite-template-detail .xmdsite-article h4 {
  position: relative;
  color: #061832;
  font-weight: 850;
  letter-spacing: -0.018em;
  text-wrap: balance;
}

body.xmdsite-template-detail .xmdsite-article h1 {
  margin: 1.45em 0 0.72em;
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.25;
}

body.xmdsite-template-detail .xmdsite-article h2 {
  margin: 1.55em 0 0.72em;
  padding-left: 14px;
  border-left: 3px solid var(--brand);
  font-size: clamp(21px, 2.15vw, 28px);
  line-height: 1.32;
}

body.xmdsite-template-detail .xmdsite-article h3 {
  margin: 1.35em 0 0.6em;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 101, 217, 0.10);
  font-size: clamp(18px, 1.75vw, 22px);
  line-height: 1.38;
}

body.xmdsite-template-detail .xmdsite-article h4 {
  margin: 1.2em 0 0.5em;
  color: var(--brand-dark);
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.45;
}

body.xmdsite-template-detail .xmdsite-article p {
  margin: 0.72em 0;
  color: rgba(6, 24, 46, 0.78);
  font-size: 1em;
  line-height: 1.88;
  letter-spacing: 0.012em;
}

body.xmdsite-template-detail .xmdsite-article strong,
body.xmdsite-template-detail .xmdsite-article b {
  color: var(--brand-deep);
  font-weight: 850;
}

body.xmdsite-template-detail .xmdsite-article a {
  color: var(--brand-dark);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(0, 169, 214, 0.42);
  text-underline-offset: 4px;
}

body.xmdsite-template-detail .xmdsite-article img {
  display: block;
  width: auto !important;
  max-width: min(100%, 760px) !important;
  max-height: 430px;
  height: auto !important;
  margin: 22px auto;
  border: 1px solid rgba(0, 101, 217, 0.10);
  background: #ffffff;
  object-fit: contain;
  box-shadow: 0 12px 30px rgba(6, 24, 50, 0.08);
}

body.xmdsite-template-detail .xmdsite-article figure {
  margin: 24px auto;
  text-align: center;
}

body.xmdsite-template-detail .xmdsite-article figcaption {
  margin-top: 8px;
  color: rgba(6, 24, 46, 0.48);
  font-size: 13px;
  line-height: 1.6;
}

body.xmdsite-template-detail .xmdsite-article ul,
body.xmdsite-template-detail .xmdsite-article ol {
  margin: 0.9em 0 1.1em;
  padding-left: 1.25em;
  color: rgba(6, 24, 46, 0.78);
}

body.xmdsite-template-detail .xmdsite-article li {
  margin: 0.42em 0;
  padding-left: 0.12em;
  line-height: 1.78;
}

body.xmdsite-template-detail .xmdsite-article blockquote {
  margin: 1.15em 0;
  padding: 16px 20px;
  border-left: 3px solid var(--brand-accent);
  background: linear-gradient(90deg, rgba(238, 247, 255, 0.92), rgba(255, 255, 255, 0.72));
  color: rgba(6, 24, 46, 0.70);
}

body.xmdsite-template-detail .xmdsite-article table {
  overflow: hidden;
  border: 1px solid rgba(0, 101, 217, 0.12);
  font-size: 14px;
}

body.xmdsite-template-detail .xmdsite-article th {
  background: linear-gradient(90deg, rgba(238, 247, 255, 0.95), rgba(247, 251, 255, 0.95));
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-container {
      width: min(1180px, calc(100% - 56px));
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-article-head {
      padding: 18px 0 24px;
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-article-head .xmdsite-container {
      display: grid;
      gap: 12px;
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-breadcrumb {
      margin-bottom: 8px;
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-title-block {
      width: 100%;
      max-width: none;
      box-sizing: border-box;
      padding: 8px 0 0;
      border: 0;
      border-left: 0;
      background: transparent;
      box-shadow: none;
      backdrop-filter: none;
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-eyebrow {
      margin-bottom: 8px;
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-item-title {
      max-width: 920px;
      margin-bottom: 10px;
      font-size: clamp(30px, 2.45vw, 39px);
      line-height: 1.18;
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-item-summary {
      max-width: 930px;
      font-size: 14.5px;
      line-height: 1.78;
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-publish-date {
      margin-top: 8px;
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-main {
      gap: 22px;
      padding-top: 24px;
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-detail-tabs {
      gap: 0;
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-detail-grid {
      grid-template-columns: minmax(0, 1fr) 238px;
      gap: 22px;
      align-items: start;
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-detail-maincol {
      display: grid;
      min-width: 0;
      gap: 18px;
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-cover {
      overflow: hidden;
      border: 6px solid #ffffff;
      outline: 1px solid rgba(0, 101, 217, 0.14);
      background: #ffffff;
      box-shadow: 0 14px 34px rgba(6, 24, 50, 0.10);
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-cover img {
      width: 100%;
      height: 410px;
      max-height: none;
      object-fit: cover;
      object-position: center;
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-facts {
      position: sticky;
      top: 88px;
      display: grid;
      border: 0;
      background: transparent;
      box-shadow: none;
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-side-cover {
      display: none !important;
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-fact-card {
      overflow: hidden;
      border: 1px solid rgba(0, 101, 217, 0.10);
      background: rgba(255, 255, 255, 0.94);
      box-shadow: 0 10px 24px rgba(6, 24, 50, 0.055);
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-facts-title {
      padding: 11px 14px;
      font-size: 13px;
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-fact-item {
      grid-template-columns: 62px minmax(0, 1fr);
      gap: 6px;
      padding: 9px 14px;
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-fact-label {
      font-size: 11px;
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-fact-value {
      font-size: 12px;
      line-height: 1.45;
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-article {
      padding: 28px 32px 34px;
      box-shadow: 0 12px 30px rgba(6, 24, 50, 0.06);
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-cover-from-richtext[hidden] {
      display: none;
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-cover-from-richtext img {
      display: block;
      width: 100%;
      height: 100%;
      margin: 0 !important;
      border: 0 !important;
      box-shadow: none !important;
      object-fit: cover;
      object-position: center;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-article-head {
      padding: 18px 0 28px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-title-block {
      padding: 18px 18px 20px;
      border-left-width: 3px;
      box-shadow: 0 10px 26px rgba(6, 24, 50, 0.055);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-item-title {
      font-size: clamp(22px, 7vw, 30px);
      letter-spacing: -0.015em;
      line-height: 1.28;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-item-summary {
      font-size: 14px;
      line-height: 1.78;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-article {
      padding: 20px 18px;
      font-size: 15.5px;
      line-height: 1.82;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-article p {
      line-height: 1.84;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-article img {
      max-width: 96% !important;
      max-height: 360px;
      margin: 18px auto;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-breadcrumb {
      margin-bottom: 14px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-breadcrumb-list {
      font-size: 12px;
      line-height: 1.45;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-title-block {
      padding: 16px 14px 18px;
      background: rgba(255, 255, 255, 0.84);
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-eyebrow {
      margin-bottom: 10px;
      font-size: 11px;
      letter-spacing: 0.10em;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-item-title {
      margin-bottom: 10px;
      font-size: clamp(21px, 6.4vw, 27px);
      line-height: 1.32;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-publish-date {
      margin-top: 10px;
      font-size: 11px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-main {
      gap: 22px;
      padding-top: 24px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-tabs-list {
      background: rgba(238, 247, 255, 0.86);
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-tab {
      min-height: 40px;
      padding: 0 14px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-article {
      padding: 18px 14px;
      font-size: 15px;
      line-height: 1.82;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-article h1 {
      font-size: 22px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-article h2 {
      margin-top: 1.35em;
      padding-left: 11px;
      font-size: 20px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-article h3 {
      font-size: 18px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-article p,
  body.xmdsite-template-detail .xmdsite-article li {
      line-height: 1.78;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-article img {
      max-width: 94% !important;
      max-height: 300px;
      margin: 16px auto;
    }
}

body.xmdsite-template-detail .xmdsite-item-title {
  font-size: clamp(24px, 2.25vw, 34px);
  font-weight: 760;
  line-height: 1.28;
  letter-spacing: -0.012em;
}

body.xmdsite-template-detail .xmdsite-title-block {
  box-shadow: 0 10px 26px rgba(6, 24, 50, 0.045);
}

body.xmdsite-template-detail .xmdsite-item-summary {
  line-height: 1.68;
}

body.xmdsite-template-detail .xmdsite-article {
  font-size: 15.5px;
  line-height: 1.72;
}

body.xmdsite-template-detail .xmdsite-article h1,
body.xmdsite-template-detail .xmdsite-article h2,
body.xmdsite-template-detail .xmdsite-article h3,
body.xmdsite-template-detail .xmdsite-article h4 {
  color: rgba(6, 24, 46, 0.90);
  font-weight: 760;
  letter-spacing: -0.01em;
}

body.xmdsite-template-detail .xmdsite-article h1 {
  margin: 1.12em 0 0.52em;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.32;
}

body.xmdsite-template-detail .xmdsite-article h2 {
  margin: 1.18em 0 0.50em;
  padding-left: 10px;
  border-left-width: 2px;
  border-left-color: rgba(0, 101, 217, 0.66);
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.36;
}

body.xmdsite-template-detail .xmdsite-article h3 {
  margin: 1.08em 0 0.45em;
  padding-bottom: 5px;
  border-bottom-color: rgba(0, 101, 217, 0.07);
  font-size: clamp(16.5px, 1.35vw, 19px);
  line-height: 1.42;
}

body.xmdsite-template-detail .xmdsite-article h4 {
  margin: 0.95em 0 0.38em;
  font-size: clamp(15.5px, 1.2vw, 17px);
  line-height: 1.46;
}

body.xmdsite-template-detail .xmdsite-article p {
  margin: 0.48em 0;
  line-height: 1.72;
  letter-spacing: 0.006em;
}

body.xmdsite-template-detail .xmdsite-article ul,
body.xmdsite-template-detail .xmdsite-article ol {
  margin: 0.55em 0 0.72em;
}

body.xmdsite-template-detail .xmdsite-article li {
  margin: 0.22em 0;
  line-height: 1.68;
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-item-title {
      font-size: clamp(25px, 2vw, 32px);
      line-height: 1.25;
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-article {
      padding: 24px 30px 30px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-title-block {
      padding: 15px 15px 17px;
      box-shadow: 0 8px 20px rgba(6, 24, 50, 0.04);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-item-title {
      font-size: clamp(20px, 5.6vw, 25px);
      line-height: 1.34;
      font-weight: 740;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-item-summary {
      font-size: 13.5px;
      line-height: 1.62;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-article {
      font-size: 14.5px;
      line-height: 1.66;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-article h1 {
      margin: 1em 0 0.45em;
      font-size: 20px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-article h2 {
      margin: 1.05em 0 0.42em;
      padding-left: 9px;
      font-size: 18px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-article h3 {
      margin: 0.95em 0 0.38em;
      padding-bottom: 4px;
      font-size: 16.5px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-article h4 {
      font-size: 15.5px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-article p {
      margin: 0.42em 0;
      line-height: 1.66;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-article li {
      line-height: 1.62;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-article-head {
      padding: 14px 0 20px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-title-block {
      padding: 13px 12px 15px;
      border-left-width: 2px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-item-title {
      margin-bottom: 8px;
      font-size: clamp(19px, 5.2vw, 23px);
      line-height: 1.36;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-main {
      gap: 18px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-article {
      padding: 16px 13px;
      font-size: 14.5px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-article h1 {
      font-size: 19px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-article h2 {
      font-size: 17px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-article h3 {
      font-size: 16px;
    }
}

body.xmdsite-template-detail .xmdsite-item-title {
  word-break: normal;
  overflow-wrap: normal;
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-article-head {
      padding: 22px 0 30px;
      border-bottom: 1px solid rgba(0, 101, 217, 0.10);
      background:
      radial-gradient(circle at 8% 12%, rgba(24, 174, 229, 0.18), transparent 28%),
      radial-gradient(circle at 92% 0%, rgba(10, 103, 199, 0.16), transparent 34%),
      linear-gradient(135deg, #f8fcff 0%, #ffffff 46%, #eef7ff 100%);
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-article-head::before,
  body.xmdsite-template-detail .xmdsite-article-head::after {
      position: absolute;
      pointer-events: none;
      content: "";
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-article-head::before {
      right: max(26px, calc((100vw - 1180px) / 2));
      bottom: -72px;
      width: 260px;
      height: 260px;
      border: 1px solid rgba(10, 103, 199, 0.10);
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255, 255, 255, 0.72) 0 34%, rgba(24, 174, 229, 0.08) 35% 56%, transparent 57%);
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-article-head::after {
      inset: 0;
      background-image: linear-gradient(rgba(10, 103, 199, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(10, 103, 199, 0.035) 1px, transparent 1px);
      background-size: 24px 24px;
      mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
      opacity: 0.7;
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-article-head .xmdsite-container {
      position: relative;
      z-index: 1;
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-title-block {
      position: relative;
      padding: 22px 30px 24px;
      border: 1px solid rgba(10, 103, 199, 0.12);
      border-left: 4px solid var(--brand);
      border-radius: 0 22px 22px 0;
      background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84)),
      radial-gradient(circle at 96% 18%, rgba(24, 174, 229, 0.11), transparent 30%);
      box-shadow: 0 18px 46px rgba(6, 24, 50, 0.075);
      backdrop-filter: blur(10px);
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-title-block::after {
      position: absolute;
      top: 18px;
      right: 24px;
      width: 86px;
      height: 86px;
      border-radius: 24px;
      background: linear-gradient(135deg, rgba(10, 103, 199, 0.09), rgba(24, 174, 229, 0.035));
      transform: rotate(8deg);
      content: "";
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-eyebrow {
      position: relative;
      z-index: 1;
      width: fit-content;
      margin-bottom: 10px;
      padding: 5px 10px;
      border: 1px solid rgba(10, 103, 199, 0.12);
      border-radius: 999px;
      background: rgba(238, 247, 255, 0.78);
      color: var(--brand-dark);
      font-weight: 760;
      letter-spacing: 0.08em;
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-eyebrow::before {
      width: 16px;
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-item-title {
      position: relative;
      z-index: 1;
      max-width: 980px;
      margin-bottom: 11px;
      font-size: clamp(25px, 2.05vw, 33px);
      line-height: 1.26;
      color: #071d38;
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-item-summary {
      position: relative;
      z-index: 1;
      max-width: 960px;
      color: rgba(6, 24, 46, 0.68);
      font-size: 14.5px;
      line-height: 1.72;
    }
}

@media (min-width: 1025px) {
    body.xmdsite-template-detail .xmdsite-publish-date {
      position: relative;
      z-index: 1;
      display: inline-flex;
      align-items: center;
      margin-top: 12px;
      padding: 5px 10px;
      border-radius: 999px;
      background: rgba(238, 247, 255, 0.72);
      color: rgba(6, 24, 46, 0.50);
      font-size: 12px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-item-title {
      width: 100%;
      max-width: none;
      text-wrap: wrap;
      word-break: normal;
      overflow-wrap: normal;
      hyphens: manual;
    }
}

body.xmdsite-template-detail {
  --brand: #2478c7;
  --brand-dark: #0b5ea8;
  --brand-deep: #073b73;
  --brand-accent: #5aa7dc;
  --brand-ice: #f3f8fd;
  --ink: #102a43;
  --muted: rgba(16, 42, 67, 0.68);
  --soft: rgba(16, 42, 67, 0.48);
  --line: rgba(36, 120, 199, 0.14);
  --line-strong: rgba(36, 120, 199, 0.28);
  --bg: #f8fbfe;
  --surface: #ffffff;
  --surface-blue: #f3f8fd;
  --shadow: 0 22px 54px rgba(5, 46, 87, 0.10);
  --shadow-soft: 0 12px 34px rgba(5, 46, 87, 0.07);
}

body.xmdsite-template-detail {
  background:
  linear-gradient(90deg, rgba(36, 120, 199, 0.014) 1px, transparent 1px),
  linear-gradient(180deg, rgba(36, 120, 199, 0.012) 1px, transparent 1px),
  linear-gradient(180deg, #ffffff 0%, #f8fbfe 52%, #ffffff 100%);
}

body.xmdsite-template-detail .xmdsite-header {
  border-bottom-color: rgba(36, 120, 199, 0.12);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 30px rgba(5, 46, 87, 0.055);
}

body.xmdsite-template-detail .xmdsite-contact-strip {
  background:
  linear-gradient(120deg, #073b73 0%, #0b5ea8 62%, #2478c7 100%);
  box-shadow: 0 14px 30px rgba(5, 46, 87, 0.16);
}

body.xmdsite-template-detail .xmdsite-article-head,
body.xmdsite-template-detail .xmdsite-content-card,
body.xmdsite-template-detail .xmdsite-facts,
body.xmdsite-template-detail .xmdsite-adjacent-card,
body.xmdsite-template-detail .xmdsite-empty-state {
  border-color: rgba(36, 120, 199, 0.12);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow-soft);
}

body.xmdsite-template-detail .xmdsite-facts-title,
body.xmdsite-template-detail .xmdsite-title-block {
  background: linear-gradient(90deg, rgba(243, 248, 253, 0.96), rgba(255, 255, 255, 0.98));
}

body.xmdsite-template-detail .xmdsite-footer {
  border-top-color: rgba(36, 120, 199, 0.22);
  background:
  linear-gradient(120deg, #052e57 0%, #073b73 56%, #0b5ea8 100%);
  color: rgba(245, 250, 255, 0.90);
}

body.xmdsite-template-detail .xmdsite-footer-brand {
  color: #ffffff;
}

body.xmdsite-template-detail .xmdsite-footer-nav {
  background: rgba(255, 255, 255, 0.12);
}

body.xmdsite-template-detail .xmdsite-footer-link {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(245, 250, 255, 0.92);
}

body.xmdsite-template-detail .xmdsite-footer-slogan-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: clamp(20px, 3vw, 30px) 0 clamp(8px, 1.8vw, 14px);
}

body.xmdsite-template-detail .xmdsite-footer-slogan {
  max-width: 980px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.65;
  text-align: center;
  text-shadow: 0 8px 22px rgba(8, 27, 42, 0.24);
}

body.xmdsite-template-detail .xmdsite-footer-legal {
  border-top-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.84);
}

body.xmdsite-template-detail .xmdsite-footer-legal a {
  color: #ffffff;
}

body.xmdsite-template-detail {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 54%, #ffffff 100%);
}

body.xmdsite-template-detail .xmdsite-contact-strip {
  background:
  linear-gradient(120deg, #287dcc 0%, #2f8bd6 58%, #3aa0e6 100%);
  box-shadow: 0 10px 26px rgba(36, 120, 199, 0.14);
}

body.xmdsite-template-detail .xmdsite-contact-strip::before {
  opacity: 0.35;
}

body.xmdsite-template-detail .xmdsite-article-head,
body.xmdsite-template-detail .xmdsite-content-card,
body.xmdsite-template-detail .xmdsite-facts,
body.xmdsite-template-detail .xmdsite-adjacent-card,
body.xmdsite-template-detail .xmdsite-empty-state {
  border-color: rgba(40, 125, 204, 0.12);
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(40, 125, 204, 0.055);
}

body.xmdsite-template-detail .xmdsite-facts-title,
body.xmdsite-template-detail .xmdsite-title-block {
  background: linear-gradient(90deg, rgba(248, 251, 254, 0.98), #ffffff);
}

body.xmdsite-template-detail .xmdsite-footer {
  background:
  linear-gradient(120deg, #287dcc 0%, #2f8bd6 60%, #3aa0e6 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

body.xmdsite-template-detail .xmdsite-footer-link {
  background: rgba(255, 255, 255, 0.12);
}

body.xmdsite-template-detail .xmdsite-footer-slogan {
  max-width: 1040px;
  font-weight: 760;
  letter-spacing: 0.01em;
  text-shadow: none;
}

body.xmdsite-template-detail {
  --brand: #2d82cf;
  --brand-dark: #2278c5;
  --brand-deep: #1769ad;
  --brand-accent: #6bb7ea;
  --brand-ice: #f4faff;
  --ink: #102a43;
  --muted: rgba(16, 42, 67, 0.68);
  --soft: rgba(16, 42, 67, 0.48);
  --line: rgba(45, 130, 207, 0.14);
  --line-strong: rgba(45, 130, 207, 0.26);
  --bg: #f8fbfe;
  --surface-blue: #f4faff;
  --shadow: 0 22px 54px rgba(45, 130, 207, 0.09);
  --shadow-soft: 0 12px 34px rgba(45, 130, 207, 0.055);
}

body.xmdsite-template-detail {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 56%, #ffffff 100%);
}

body.xmdsite-template-detail .xmdsite-header {
  border-bottom-color: rgba(45, 130, 207, 0.12);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 24px rgba(45, 130, 207, 0.045);
}

body.xmdsite-template-detail .xmdsite-contact-strip {
  background: #2d82cf;
  box-shadow: 0 10px 24px rgba(45, 130, 207, 0.14);
}

body.xmdsite-template-detail .xmdsite-article-head,
body.xmdsite-template-detail .xmdsite-content-card,
body.xmdsite-template-detail .xmdsite-facts,
body.xmdsite-template-detail .xmdsite-adjacent-card,
body.xmdsite-template-detail .xmdsite-empty-state {
  border-color: rgba(45, 130, 207, 0.11);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(45, 130, 207, 0.05);
}

body.xmdsite-template-detail .xmdsite-facts-title,
body.xmdsite-template-detail .xmdsite-title-block {
  background: linear-gradient(90deg, rgba(244, 250, 255, 0.98), #ffffff);
}

body.xmdsite-template-detail .xmdsite-footer {
  border-top: 1px solid rgba(45, 130, 207, 0.16);
  background: linear-gradient(180deg, #ffffff 0%, #f4faff 100%);
  color: rgba(16, 42, 67, 0.72);
  box-shadow: inset 0 4px 0 #2d82cf;
}

body.xmdsite-template-detail .xmdsite-footer-brand,
body.xmdsite-template-detail .xmdsite-footer-slogan {
  color: #1769ad;
}

body.xmdsite-template-detail .xmdsite-footer-nav {
  background: rgba(45, 130, 207, 0.10);
}

body.xmdsite-template-detail .xmdsite-footer-link {
  background: #ffffff;
  color: #1769ad;
}

body.xmdsite-template-detail .xmdsite-footer-link:hover,
body.xmdsite-template-detail .xmdsite-footer-link:focus-visible {
  background: #2d82cf;
  color: #ffffff;
}

body.xmdsite-template-detail .xmdsite-footer-slogan-wrap,
body.xmdsite-template-detail .xmdsite-footer-legal {
  border-top-color: rgba(45, 130, 207, 0.14);
}

body.xmdsite-template-detail .xmdsite-footer-legal,
body.xmdsite-template-detail .xmdsite-footer-legal a {
  color: rgba(16, 42, 67, 0.74);
}

body.xmdsite-template-detail .xmdsite-contact-strip {
  background:
  linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0)),
  linear-gradient(120deg, #2d82cf 0%, #2b8bd8 58%, #3aa0e6 100%);
  box-shadow: 0 12px 28px rgba(45, 130, 207, 0.15);
}

body.xmdsite-template-detail .xmdsite-article-head,
body.xmdsite-template-detail .xmdsite-content-card,
body.xmdsite-template-detail .xmdsite-facts,
body.xmdsite-template-detail .xmdsite-adjacent-card,
body.xmdsite-template-detail .xmdsite-empty-state {
  border-color: rgba(45, 130, 207, 0.14);
  box-shadow: 0 15px 36px rgba(45, 130, 207, 0.06);
}

body.xmdsite-template-detail .xmdsite-footer {
  border-top: 0;
  background:
  linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0)),
  linear-gradient(120deg, #2d82cf 0%, #2b8bd8 58%, #3aa0e6 100%);
  color: rgba(255, 255, 255, 0.90);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

body.xmdsite-template-detail .xmdsite-footer-brand,
body.xmdsite-template-detail .xmdsite-footer-slogan {
  color: #ffffff;
}

body.xmdsite-template-detail .xmdsite-footer-slogan {
  font-weight: 820;
}

body.xmdsite-template-detail .xmdsite-footer-nav {
  background: rgba(255, 255, 255, 0.18);
}

body.xmdsite-template-detail .xmdsite-footer-link {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

body.xmdsite-template-detail .xmdsite-footer-link:hover,
body.xmdsite-template-detail .xmdsite-footer-link:focus-visible {
  background: #ffffff;
  color: #1769ad;
}

body.xmdsite-template-detail .xmdsite-footer-slogan-wrap,
body.xmdsite-template-detail .xmdsite-footer-legal {
  border-top-color: rgba(255, 255, 255, 0.20);
}

body.xmdsite-template-detail .xmdsite-footer-legal,
body.xmdsite-template-detail .xmdsite-footer-legal a {
  color: rgba(255, 255, 255, 0.86);
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-slogan-wrap {
      padding-top: 18px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-slogan {
      font-size: 16px;
      line-height: 1.7;
      text-align: left;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-title-block {
      box-sizing: border-box;
      width: 100%;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-item-title {
      font-size: clamp(18px, 4.9vw, 22px);
      line-height: 1.38;
      letter-spacing: -0.006em;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail {
      font-size: 15px;
      line-height: 1.7;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-brand-logo {
      max-width: 168px;
      max-height: 38px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-contact-strip {
      box-shadow: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-contact-strip-inner {
      gap: 12px;
      padding: 6px 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-contact-strip-item {
      font-size: 12px;
      line-height: 1.55;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-item-title,
  body.xmdsite-template-detail .xmdsite-breadcrumb-link,
  body.xmdsite-template-detail .xmdsite-breadcrumb-current {
      letter-spacing: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-richtext,
  body.xmdsite-template-detail .xmdsite-detail-summary,
  body.xmdsite-template-detail .xmdsite-item-description {
      line-height: 1.74;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-inner {
      align-items: flex-start;
      gap: 14px;
      padding: 20px 0 12px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-logo {
      max-width: 156px;
      max-height: 36px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-nav {
      display: grid;
      width: 100%;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px;
      background: transparent;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-link {
      min-height: 36px;
      justify-content: center;
      border: 1px solid rgba(255, 255, 255, 0.26);
      border-radius: 6px;
      background: rgba(255, 255, 255, 0.12);
      padding: 0 10px;
      font-size: 12.5px;
      font-weight: 720;
      letter-spacing: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-slogan-wrap {
      padding: 12px 0 8px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-slogan {
      max-width: none;
      font-size: 14px;
      font-weight: 680;
      letter-spacing: 0;
      line-height: 1.65;
      text-align: left;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-legal {
      padding: 11px 0 16px;
      font-size: 12px;
      line-height: 1.7;
      text-align: left;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-legal-line {
      justify-content: flex-start;
      gap: 4px 10px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-sep {
      display: none;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail {
      font-size: 14.5px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-header-inner {
      gap: 8px;
      padding: 8px 0 9px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-brand-logo {
      max-width: 150px;
      max-height: 34px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-nav {
      width: calc(100% + 24px);
      margin: 0 -12px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-nav-list {
      gap: 7px;
      padding: 1px 12px 4px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-nav-link {
      min-height: 32px;
      padding: 0 10px;
      font-size: 12.5px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-contact-strip-inner {
      flex-direction: column;
      align-items: flex-start;
      gap: 4px;
      overflow: visible;
      padding: 6px 0;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-contact-strip-item {
      width: 100%;
      gap: 6px;
      font-size: 11.5px;
      line-height: 1.45;
      white-space: normal;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-contact-strip-icon {
      display: none;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-item-title {
      line-height: 1.36;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-breadcrumb {
      font-size: 11.5px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-footer-inner {
      padding: 18px 0 10px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-footer-nav {
      gap: 7px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-footer-link {
      min-height: 34px;
      font-size: 12px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-footer-slogan {
      font-size: 13.5px;
      line-height: 1.6;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-footer-legal {
      padding-bottom: 14px;
      font-size: 11.5px;
    }
}

@media (max-width: 360px) {
    body.xmdsite-template-detail .xmdsite-nav-link {
      min-height: 30px;
      padding: 0 9px;
      font-size: 12px;
    }
}

@media (max-width: 360px) {
    body.xmdsite-template-detail .xmdsite-footer-link {
      font-size: 11.5px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-header {
      background: rgba(255, 255, 255, 0.98);
      border-bottom: 1px solid rgba(45, 130, 207, 0.12);
      box-shadow: 0 6px 18px rgba(16, 42, 67, 0.055);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-header-inner {
      width: 100%;
      gap: 0;
      padding: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-brand-logo {
      max-width: 152px;
      max-height: 34px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-brand-logo {
      max-width: 140px;
      max-height: 32px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-nav-list {
      padding: 0 12px;
      scroll-padding: 12px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-nav-link {
      min-height: 36px;
      padding: 0 11px;
      font-size: 12.5px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-nav-link::after {
      right: 11px;
      left: 11px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail {
      background: linear-gradient(180deg, #ffffff 0%, #f5f9fe 42%, #ffffff 100%);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-header {
      background: rgba(255, 255, 255, 0.96);
      backdrop-filter: blur(22px);
      box-shadow: 0 10px 26px rgba(8, 41, 79, 0.08);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-header-inner {
      display: grid;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-brand {
      min-height: 52px;
      align-items: center;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-brand-name {
      max-width: 100%;
      color: #08294f;
      font-size: 15px;
      font-weight: 900;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-nav {
      position: relative;
      border-top: 1px solid rgba(10, 103, 199, 0.08);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 249, 254, 0.96));
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-nav::before,
  body.xmdsite-template-detail .xmdsite-nav::after {
      position: absolute;
      z-index: 2;
      top: 0;
      bottom: 0;
      width: 22px;
      content: "";
      pointer-events: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-nav::before {
      left: 0;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0));
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-nav::after {
      right: 0;
      background: linear-gradient(270deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0));
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-nav-list {
      gap: 6px;
      padding: 6px 14px 7px;
      scroll-padding: 14px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-nav-link {
      min-height: 34px;
      border: 1px solid rgba(10, 103, 199, 0.12);
      background: rgba(255, 255, 255, 0.72);
      padding: 0 14px;
      color: rgba(8, 41, 79, 0.78);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0;
      box-shadow: 0 4px 12px rgba(8, 41, 79, 0.045);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-nav-link::after {
      display: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-nav-link:hover,
  body.xmdsite-template-detail .xmdsite-nav-link:focus-visible {
      border-color: rgba(10, 103, 199, 0.28);
      background: #ffffff;
      color: var(--brand-dark);
      box-shadow: 0 7px 16px rgba(8, 41, 79, 0.08);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-hero-media {
      max-height: 260px;
      object-fit: cover;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-article-head {
      position: relative;
      overflow: hidden;
      border-bottom: 0;
      background:
      linear-gradient(135deg, rgba(237, 247, 255, 0.94), rgba(255, 255, 255, 0.98) 58%, rgba(237, 247, 255, 0.74));
      padding: 22px 0 24px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-breadcrumb {
      margin-bottom: 14px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-breadcrumb-list {
      gap: 6px;
      font-size: 12px;
      line-height: 1.5;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-eyebrow {
      margin-bottom: 8px;
      font-size: 11px;
      letter-spacing: 0.08em;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-item-title {
      margin-bottom: 11px;
      font-size: clamp(24px, 6.6vw, 34px);
      letter-spacing: 0;
      line-height: 1.24;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-item-summary {
      font-size: 13.5px;
      line-height: 1.76;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-publish-date {
      margin-top: 12px;
      font-size: 12px;
      letter-spacing: 0.02em;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-main {
      gap: 16px;
      padding: 20px 0 40px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-tabs-list {
      gap: 6px;
      overflow-x: auto;
      border-bottom: 0;
      background: transparent;
      padding-bottom: 2px;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-tabs-list::-webkit-scrollbar {
      display: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-tab {
      flex: 0 0 auto;
      min-height: 36px;
      border: 1px solid rgba(10, 103, 199, 0.12);
      background: rgba(255, 255, 255, 0.82);
      padding: 0 14px;
      color: rgba(8, 41, 79, 0.72);
      font-size: 12.5px;
      letter-spacing: 0;
      box-shadow: 0 5px 14px rgba(8, 41, 79, 0.045);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-tab.is-active {
      border-color: var(--brand);
      background: linear-gradient(135deg, var(--brand-dark), var(--brand));
      color: #ffffff;
      box-shadow: 0 8px 18px rgba(10, 103, 199, 0.18);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-detail-grid {
      grid-template-columns: 1fr;
      gap: 14px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-article {
      border-color: rgba(10, 103, 199, 0.10);
      padding: 17px 16px;
      box-shadow: 0 12px 28px rgba(8, 41, 79, 0.075);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-article h1,
  body.xmdsite-template-detail .xmdsite-article h2,
  body.xmdsite-template-detail .xmdsite-article h3,
  body.xmdsite-template-detail .xmdsite-article h4 {
      letter-spacing: 0;
      line-height: 1.34;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-article h1 {
      font-size: 1.55em;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-article h2 {
      margin: 1.35em 0 0.55em;
      font-size: 1.34em;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-article h3 {
      margin: 1.2em 0 0.5em;
      font-size: 1.16em;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-article p,
  body.xmdsite-template-detail .xmdsite-article li {
      font-size: 14px;
      line-height: 1.78;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-article p {
      margin: 0.72em 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-article blockquote {
      margin: 0.9em 0;
      padding: 11px 13px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-article table {
      display: block;
      overflow-x: auto;
      white-space: nowrap;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-facts {
      position: static;
      box-shadow: 0 10px 24px rgba(8, 41, 79, 0.06);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-facts-title {
      padding: 12px 14px;
      font-size: 13px;
      letter-spacing: 0.04em;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-fact-item {
      grid-template-columns: 64px minmax(0, 1fr);
      gap: 8px;
      padding: 10px 14px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-fact-label,
  body.xmdsite-template-detail .xmdsite-fact-value {
      font-size: 12px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-gallery-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px;
      padding: 10px;
      box-shadow: 0 10px 24px rgba(8, 41, 79, 0.06);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-adjacent-nav {
      grid-template-columns: 1fr;
      gap: 8px;
      padding-top: 10px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-adjacent-card {
      min-height: 64px;
      padding: 12px;
      background: #ffffff;
      box-shadow: 0 8px 18px rgba(8, 41, 79, 0.045);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-adjacent-card-next {
      text-align: left;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-adjacent-label {
      font-size: 11px;
      letter-spacing: 0.04em;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-adjacent-title {
      font-size: 13px;
      line-height: 1.45;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-brand {
      min-height: 48px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-brand-logo {
      max-width: 148px;
      max-height: 32px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-nav-list {
      gap: 5px;
      padding: 6px 12px 7px;
      scroll-padding: 12px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-nav-link {
      min-height: 32px;
      padding: 0 12px;
      font-size: 12.5px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-hero-media {
      max-height: 220px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-article-head {
      padding: 20px 0 22px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-breadcrumb {
      margin-bottom: 12px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-item-title {
      font-size: clamp(22px, 6.8vw, 30px);
      line-height: 1.28;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-item-summary {
      font-size: 13px;
      line-height: 1.72;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-main {
      padding-top: 16px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-tab {
      min-height: 34px;
      padding: 0 12px;
      font-size: 12px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-article {
      padding: 15px 14px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-article h1 {
      font-size: 1.42em;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-article h2 {
      font-size: 1.24em;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-article h3 {
      font-size: 1.1em;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-article p,
  body.xmdsite-template-detail .xmdsite-article li {
      font-size: 13.5px;
      line-height: 1.76;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-fact-item {
      grid-template-columns: 58px minmax(0, 1fr);
      padding: 9px 12px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-gallery-grid {
      gap: 7px;
      padding: 8px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-gallery-close {
      top: -40px;
      right: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-header {
      position: sticky;
      top: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-header-inner {
      width: 100%;
      padding: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-brand {
      width: min(100% - 28px, 1180px);
      min-height: 50px;
      margin: 0 auto;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-nav {
      width: 100%;
      margin: 0;
      overflow: visible;
      border-top: 1px solid rgba(10, 103, 199, 0.10);
      background: #f7fbff;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-nav-list {
      display: grid;
      width: min(100% - 28px, 1180px);
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 6px;
      margin: 0 auto;
      overflow: visible;
      padding: 8px 0;
      border: 0;
      background: transparent;
      scroll-snap-type: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-nav-item,
  body.xmdsite-template-detail .xmdsite-nav-item:last-child,
  body.xmdsite-template-detail .xmdsite-nav-item:nth-child(3n),
  body.xmdsite-template-detail .xmdsite-nav-item:nth-child(-n + 3) {
      min-width: 0;
      border: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-nav-item + .xmdsite-nav-item::before {
      display: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-nav-link {
      width: 100%;
      min-height: 36px;
      height: 100%;
      border: 1px solid rgba(10, 103, 199, 0.14);
      background: rgba(255, 255, 255, 0.92);
      padding: 7px 5px;
      color: rgba(8, 41, 79, 0.82);
      font-size: 12.5px;
      font-weight: 800;
      letter-spacing: 0;
      line-height: 1.25;
      text-align: center;
      white-space: normal;
      word-break: keep-all;
      overflow-wrap: anywhere;
      box-shadow: 0 4px 12px rgba(8, 41, 79, 0.045);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-nav-link:hover,
  body.xmdsite-template-detail .xmdsite-nav-link:focus-visible {
      border-color: rgba(10, 103, 199, 0.34);
      background: #ffffff;
      color: var(--brand-dark);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-contact-strip {
      display: block;
      box-shadow: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-contact-strip-inner {
      display: grid;
      grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
      gap: 8px;
      min-height: 0;
      align-items: stretch;
      padding: 7px 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-contact-strip-item {
      display: flex;
      min-width: 0;
      align-items: center;
      gap: 6px;
      overflow: hidden;
      font-size: 11.5px;
      line-height: 1.45;
      white-space: normal;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-contact-strip-item > span:last-child {
      min-width: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-contact-strip-text {
      min-width: 0;
      white-space: normal;
      word-break: break-word;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-contact-strip-icon {
      display: inline-flex;
      width: 18px;
      height: 18px;
      flex: 0 0 18px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-brand {
      width: min(100% - 24px, 1180px);
      min-height: 46px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-brand-logo {
      max-width: 142px;
      max-height: 31px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-nav-list {
      width: min(100% - 24px, 1180px);
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 5px;
      padding: 7px 0;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-nav-link {
      min-height: 34px;
      padding: 6px 4px;
      font-size: 12px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-contact-strip-inner {
      grid-template-columns: 1fr;
      gap: 3px;
      padding: 6px 0;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-contact-strip-item {
      width: 100%;
      font-size: 11.5px;
    }
}

@media (max-width: 380px) {
    body.xmdsite-template-detail .xmdsite-nav-link {
      min-height: 32px;
      font-size: 11.5px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-header {
      background: rgba(255, 255, 255, 0.98);
      box-shadow: 0 8px 22px rgba(5, 46, 87, 0.06);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-brand {
      min-height: 48px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-nav {
      border-top: 1px solid rgba(36, 120, 199, 0.10);
      background: linear-gradient(180deg, #f8fbfe, #eef6fc);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-nav-list {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 5px;
      padding: 7px 0 8px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-nav-link {
      min-height: 34px;
      border-color: rgba(36, 120, 199, 0.12);
      background: rgba(255, 255, 255, 0.86);
      padding: 6px 4px;
      color: #24435f;
      font-size: 12px;
      font-weight: 720;
      line-height: 1.22;
      box-shadow: 0 3px 10px rgba(5, 46, 87, 0.04);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-nav-link:hover,
  body.xmdsite-template-detail .xmdsite-nav-link:focus-visible {
      border-color: rgba(36, 120, 199, 0.26);
      background: #ffffff;
      color: #0b5ea8;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-contact-strip {
      border-top: 1px solid rgba(36, 120, 199, 0.10);
      border-bottom: 1px solid rgba(36, 120, 199, 0.13);
      background: linear-gradient(135deg, #f7fbff 0%, #edf6fc 100%);
      color: #24435f;
      box-shadow: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-contact-strip::before {
      display: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-contact-strip-label {
      color: #0b5ea8;
      font-weight: 760;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-contact-strip-text {
      color: #315571;
      font-weight: 560;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-contact-strip-icon {
      border-color: rgba(36, 120, 199, 0.18);
      background: #ffffff;
      color: #2478c7;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-article-head {
      background: linear-gradient(135deg, #f7fbff 0%, #ffffff 58%, #edf6fc 100%);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-eyebrow {
      color: #2478c7;
      font-weight: 760;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-item-title {
      color: #123a5f;
      font-size: clamp(22px, 6vw, 31px);
      font-weight: 780;
      letter-spacing: 0;
      line-height: 1.28;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-item-summary {
      color: rgba(16, 42, 67, 0.66);
      font-size: 13.5px;
      line-height: 1.76;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-publish-date {
      color: rgba(16, 42, 67, 0.50);
      font-weight: 680;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-tab {
      border-color: rgba(36, 120, 199, 0.12);
      background: rgba(255, 255, 255, 0.88);
      color: #24435f;
      font-weight: 720;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-tab.is-active {
      border-color: rgba(36, 120, 199, 0.28);
      background: #eaf4fb;
      color: #0b5ea8;
      box-shadow: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-article h1,
  body.xmdsite-template-detail .xmdsite-article h2,
  body.xmdsite-template-detail .xmdsite-article h3,
  body.xmdsite-template-detail .xmdsite-article h4,
  body.xmdsite-template-detail .xmdsite-facts-title,
  body.xmdsite-template-detail .xmdsite-adjacent-title {
      color: #173a5e;
      font-weight: 760;
      letter-spacing: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-article p,
  body.xmdsite-template-detail .xmdsite-article li,
  body.xmdsite-template-detail .xmdsite-fact-value,
  body.xmdsite-template-detail .xmdsite-adjacent-title {
      color: rgba(16, 42, 67, 0.70);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-article h1 {
      font-size: 1.38em;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-article h2 {
      font-size: 1.22em;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-article h3 {
      font-size: 1.08em;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-article p,
  body.xmdsite-template-detail .xmdsite-article li {
      font-size: 13.5px;
      line-height: 1.78;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-facts,
  body.xmdsite-template-detail .xmdsite-article,
  body.xmdsite-template-detail .xmdsite-adjacent-card {
      border-color: rgba(36, 120, 199, 0.10);
      box-shadow: 0 8px 20px rgba(5, 46, 87, 0.055);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-facts-title {
      background: linear-gradient(90deg, #f7fbff, #ffffff);
      font-size: 13px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-nav-list {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 4px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-nav-link {
      min-height: 32px;
      font-size: 11.5px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-contact-strip-inner {
      gap: 4px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-contact-strip-item {
      font-size: 11.5px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-item-title {
      font-size: clamp(21px, 6.2vw, 28px);
    }
}

@media (max-width: 380px) {
    body.xmdsite-template-detail .xmdsite-nav-list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

body.xmdsite-template-detail .xmdsite-menu-toggle {
  display: none;
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-header {
      background: rgba(255, 255, 255, 0.98);
      border-bottom: 1px solid rgba(45, 130, 207, 0.14);
      box-shadow: 0 10px 26px rgba(16, 42, 67, 0.08);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-header-inner {
      display: grid;
      width: min(100% - 28px, 1180px);
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
      gap: 10px;
      margin: 0 auto;
      padding: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-brand {
      width: auto;
      min-width: 0;
      margin: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-menu-toggle {
      display: inline-flex;
      min-width: 76px;
      min-height: 34px;
      align-items: center;
      justify-content: center;
      gap: 8px;
      border: 1px solid rgba(45, 130, 207, 0.18);
      border-radius: 0 !important;
      background: #ffffff;
      color: #1769ad;
      font: inherit;
      font-size: 12.5px;
      font-weight: 780;
      box-shadow: 0 5px 14px rgba(16, 42, 67, 0.065);
      cursor: pointer;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-menu-toggle-icon {
      display: inline-grid;
      width: 14px;
      gap: 4px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-menu-toggle-icon span {
      display: block;
      height: 2px;
      background: currentColor;
      transition: transform 180ms ease, opacity 180ms ease;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-header.is-nav-open .xmdsite-menu-toggle-icon span:first-child {
      transform: translateY(3px) rotate(45deg);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-header.is-nav-open .xmdsite-menu-toggle-icon span:last-child {
      transform: translateY(-3px) rotate(-45deg);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-nav {
      grid-column: 1 / -1;
      max-height: 0;
      margin: 0 -14px;
      overflow: hidden;
      border-top: 0;
      background: linear-gradient(180deg, #ffffff, #f4faff);
      border-radius: 0 !important;
      opacity: 0;
      pointer-events: none;
      transform: translateY(-4px);
      transition: max-height 220ms ease, opacity 180ms ease, transform 180ms ease, border-color 180ms ease;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-header.is-nav-open .xmdsite-nav {
      max-height: 360px;
      border-top: 1px solid rgba(45, 130, 207, 0.12);
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-nav::before,
  body.xmdsite-template-detail .xmdsite-nav::after {
      display: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-nav-list {
      display: grid;
      width: 100%;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px;
      overflow: visible;
      padding: 10px 14px 12px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-nav-item,
  body.xmdsite-template-detail .xmdsite-nav-item:last-child,
  body.xmdsite-template-detail .xmdsite-nav-item:nth-child(3n),
  body.xmdsite-template-detail .xmdsite-nav-item:nth-child(-n + 3) {
      min-width: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-nav-link {
      width: 100%;
      min-width: 0;
      min-height: 38px;
      padding: 0 10px;
      border-radius: 0 !important;
      white-space: normal;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-article-head {
      padding: 19px 0 21px;
      background: linear-gradient(135deg, #f8fbfe 0%, #ffffff 58%, #f2f8fd 100%);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-eyebrow {
      font-size: 10.5px;
      font-weight: 700;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-item-title {
      color: #143a5f;
      font-size: clamp(20px, 5.3vw, 27px);
      font-weight: 720;
      line-height: 1.34;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-item-summary {
      color: rgba(16, 42, 67, 0.62);
      font-size: 13px;
      line-height: 1.72;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-header-inner {
      width: min(100% - 24px, 1180px);
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-menu-toggle {
      min-width: 70px;
      min-height: 32px;
      font-size: 12px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-nav {
      margin: 0 -12px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-nav-list {
      gap: 7px;
      padding: 9px 12px 11px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-nav-link {
      min-height: 36px;
      font-size: 12px;
    }
}

@media (max-width: 560px) {
    body.xmdsite-template-detail .xmdsite-item-title {
      font-size: clamp(19px, 5.5vw, 25px);
    }
}

body.xmdsite-template-detail .xmdsite-contact-strip {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(45, 130, 207, 0.24);
  background:
  linear-gradient(90deg, rgba(255, 255, 255, 0.10) 1px, transparent 1px),
  linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
  linear-gradient(128deg, #2d82cf 0%, #2f8edc 62%, #3aa0e6 100%);
  background-size: 42px 42px, 42px 42px, auto;
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(45, 130, 207, 0.14);
}

body.xmdsite-template-detail .xmdsite-contact-strip::before {
  display: none;
}

body.xmdsite-template-detail .xmdsite-contact-strip-label,
body.xmdsite-template-detail .xmdsite-contact-strip-text {
  color: rgba(255, 255, 255, 0.94);
}

body.xmdsite-template-detail .xmdsite-contact-strip-label {
  font-weight: 740;
}

body.xmdsite-template-detail .xmdsite-contact-strip-icon {
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff;
}

body.xmdsite-template-detail .xmdsite-footer-logo {
  filter: brightness(0) invert(1) drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18));
  opacity: 0.96;
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-contact-strip {
      background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.10) 1px, transparent 1px),
      linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
      linear-gradient(128deg, #2d82cf 0%, #2f8edc 62%, #3aa0e6 100%);
      background-size: 42px 42px, 42px 42px, auto;
      box-shadow: none;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-contact-strip-label,
  body.xmdsite-template-detail .xmdsite-contact-strip-text {
      color: rgba(255, 255, 255, 0.93);
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-contact-strip-icon {
      border-color: rgba(255, 255, 255, 0.42);
      background: rgba(255, 255, 255, 0.10);
      color: #ffffff;
    }
}

body.xmdsite-template-detail .xmdsite-contact-phone-link {
  display: inline-flex;
  align-items: center;
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
  white-space: nowrap;
}

body.xmdsite-template-detail .xmdsite-contact-phone-link:hover,
body.xmdsite-template-detail .xmdsite-contact-phone-link:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.xmdsite-template-detail .xmdsite-article {
  max-width: 100%;
  overflow-wrap: anywhere;
}

body.xmdsite-template-detail .xmdsite-article h1,
body.xmdsite-template-detail .xmdsite-article h2,
body.xmdsite-template-detail .xmdsite-article h3,
body.xmdsite-template-detail .xmdsite-article h4,
body.xmdsite-template-detail .xmdsite-article h5,
body.xmdsite-template-detail .xmdsite-article h6 {
  color: #315571;
  font-weight: 720;
  letter-spacing: 0;
}

body.xmdsite-template-detail .xmdsite-article h2 {
  border-left-color: rgba(45, 130, 207, 0.38);
}

body.xmdsite-template-detail .xmdsite-article h3 {
  border-bottom-color: rgba(45, 130, 207, 0.12);
}

body.xmdsite-template-detail .xmdsite-table-scroll {
  width: 100%;
  max-width: 100%;
  margin: 1em 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

body.xmdsite-template-detail .xmdsite-table-scroll table {
  display: table;
  overflow: visible;
  table-layout: auto;
  margin: 0;
  white-space: normal;
}

body.xmdsite-template-detail .xmdsite-article table {
  max-width: 100%;
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-article {
      overflow: hidden;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-article h1,
  body.xmdsite-template-detail .xmdsite-article h2,
  body.xmdsite-template-detail .xmdsite-article h3,
  body.xmdsite-template-detail .xmdsite-article h4,
  body.xmdsite-template-detail .xmdsite-article h5,
  body.xmdsite-template-detail .xmdsite-article h6 {
      color: #466178;
      font-weight: 700;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-table-scroll {
      margin: 0.85em 0;
      padding-bottom: 2px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-table-scroll table,
  body.xmdsite-template-detail .xmdsite-article table {
      width: max-content;
      min-width: 100%;
      max-width: none;
      font-size: 12px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-table-scroll th,
  body.xmdsite-template-detail .xmdsite-table-scroll td,
  body.xmdsite-template-detail .xmdsite-article th,
  body.xmdsite-template-detail .xmdsite-article td {
      min-width: 72px;
      padding: 6px 8px;
      line-height: 1.45;
      white-space: normal;
      word-break: break-word;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-table-scroll::-webkit-scrollbar {
      height: 4px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-table-scroll::-webkit-scrollbar-thumb {
      background: rgba(45, 130, 207, 0.30);
    }
}

body.xmdsite-template-detail .xmdsite-article h1,
body.xmdsite-template-detail .xmdsite-article h2,
body.xmdsite-template-detail .xmdsite-article h3,
body.xmdsite-template-detail .xmdsite-article h4,
body.xmdsite-template-detail .xmdsite-article h5,
body.xmdsite-template-detail .xmdsite-article h6 {
  max-width: 100%;
  white-space: normal;
  text-wrap: wrap;
  overflow-wrap: break-word;
  word-break: normal;
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-article h1,
  body.xmdsite-template-detail .xmdsite-article h2,
  body.xmdsite-template-detail .xmdsite-article h3,
  body.xmdsite-template-detail .xmdsite-article h4,
  body.xmdsite-template-detail .xmdsite-article h5,
  body.xmdsite-template-detail .xmdsite-article h6 {
      line-break: strict;
      overflow-wrap: break-word;
      word-break: normal;
    }
}

body.xmdsite-template-detail .xmdsite-item-title {
  color: #2a4f6d;
  font-size: clamp(23px, 1.95vw, 31px);
  font-weight: 720;
  line-height: 1.32;
  letter-spacing: 0;
  overflow-wrap: break-word;
  word-break: normal;
  text-wrap: pretty;
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-title-block {
      padding: 18px 18px 20px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-item-title {
      color: #335c78;
      font-size: clamp(19px, 5vw, 25px);
      font-weight: 700;
      line-height: 1.38;
      text-wrap: wrap;
    }
}

@media (max-width: 420px) {
    body.xmdsite-template-detail .xmdsite-item-title {
      font-size: clamp(18px, 5.2vw, 22px);
      line-height: 1.42;
    }
}

body.xmdsite-template-detail {
  --brand: #2d82cf;
  --brand-dark: #2d82cf;
  --brand-deep: #2d82cf;
  --brand-accent: #ffffff;
}

body.xmdsite-template-detail .xmdsite-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.24);
  background-color: #2d82cf;
  background-image:
  linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
  linear-gradient(180deg, rgba(255, 255, 255, 0.085) 1px, transparent 1px),
  linear-gradient(135deg, transparent 0 46%, rgba(255, 255, 255, 0.14) 46% 46.8%, transparent 46.8% 100%);
  background-size: 42px 42px, 42px 42px, 220px 220px;
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 12px 28px rgba(45, 130, 207, 0.14);
}

body.xmdsite-template-detail .xmdsite-footer::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  background:
  linear-gradient(115deg, transparent 0 12%, rgba(255, 255, 255, 0.13) 12% 12.45%, transparent 12.45% 100%),
  linear-gradient(115deg, transparent 0 72%, rgba(255, 255, 255, 0.11) 72% 72.35%, transparent 72.35% 100%);
  background-size: 360px 100%, 520px 100%;
  content: "";
  opacity: 0.85;
  pointer-events: none;
}

body.xmdsite-template-detail .xmdsite-footer {
  border-top: 0;
}

body.xmdsite-template-detail .xmdsite-footer-logo {
  filter: brightness(0) invert(1) drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18));
}

body.xmdsite-template-detail .xmdsite-footer-brand,
body.xmdsite-template-detail .xmdsite-footer-slogan,
body.xmdsite-template-detail .xmdsite-footer-legal,
body.xmdsite-template-detail .xmdsite-footer-legal a {
  color: rgba(255, 255, 255, 0.94);
}

body.xmdsite-template-detail .xmdsite-footer-nav,
body.xmdsite-template-detail .xmdsite-footer-link {
  border-color: rgba(255, 255, 255, 0.30);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

body.xmdsite-template-detail .xmdsite-footer-slogan-wrap,
body.xmdsite-template-detail .xmdsite-footer-legal {
  border-top-color: rgba(255, 255, 255, 0.22);
}

body.xmdsite-template-detail .xmdsite-footer-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
  gap: 12px;
  padding-top: clamp(14px, 2.2vw, 20px);
}

body.xmdsite-template-detail .xmdsite-footer-contact-item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.10);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

body.xmdsite-template-detail .xmdsite-footer-contact-icon {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.30);
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
}

body.xmdsite-template-detail .xmdsite-footer-contact-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

body.xmdsite-template-detail .xmdsite-footer-contact-link:hover,
body.xmdsite-template-detail .xmdsite-footer-contact-link:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.xmdsite-template-detail .xmdsite-footer-link:hover,
body.xmdsite-template-detail .xmdsite-footer-link:focus-visible {
  background: rgba(255, 255, 255, 0.24);
  color: #ffffff;
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-contact {
      grid-template-columns: 1fr;
      gap: 10px;
      padding-top: 14px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-contact-text {
      font-size: 14px;
      line-height: 1.42;
    }
}

body.xmdsite-template-detail {
  --brand: #2d82cf;
  --brand-dark: #2d82cf;
  --brand-deep: #2d82cf;
  --brand-accent: #2d82cf;
  --brand-ice: #eef7ff;
  --line: rgba(45, 130, 207, 0.16);
  --line-strong: rgba(45, 130, 207, 0.34);
}

body.xmdsite-template-detail .xmdsite-header {
  border-bottom-color: rgba(45, 130, 207, 0.14);
}

body.xmdsite-template-detail .xmdsite-header::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  z-index: 3;
  height: 2px;
  background: linear-gradient(90deg, rgba(45, 130, 207, 0), #2d82cf 18%, #2d82cf 82%, rgba(45, 130, 207, 0));
  content: "";
  pointer-events: none;
}

body.xmdsite-template-detail .xmdsite-nav-link:hover,
body.xmdsite-template-detail .xmdsite-nav-link:focus-visible,
body.xmdsite-template-detail .xmdsite-category-link:hover,
body.xmdsite-template-detail .xmdsite-category-link:focus-visible,
body.xmdsite-template-detail .xmdsite-breadcrumb-link:hover,
body.xmdsite-template-detail .xmdsite-breadcrumb-link:focus-visible,
body.xmdsite-template-detail .xmdsite-card-more,
body.xmdsite-template-detail .xmdsite-section-link,
body.xmdsite-template-detail .xmdsite-masthead-index a:hover,
body.xmdsite-template-detail .xmdsite-masthead-index a:focus-visible {
  color: #2d82cf;
}

body.xmdsite-template-detail .xmdsite-category-link.is-active,
body.xmdsite-template-detail .xmdsite-category-link.is-active:hover,
body.xmdsite-template-detail .xmdsite-category-link.is-active:focus-visible,
body.xmdsite-template-detail .xmdsite-section-link:hover,
body.xmdsite-template-detail .xmdsite-section-link:focus-visible,
body.xmdsite-template-detail .xmdsite-mobile-call:hover,
body.xmdsite-template-detail .xmdsite-mobile-call:focus-visible,
body.xmdsite-template-detail .xmdsite-pagination-current,
body.xmdsite-template-detail .xmdsite-pagination-link:hover,
body.xmdsite-template-detail .xmdsite-pagination-link:focus-visible,
body.xmdsite-template-detail .xmdsite-page-jump-btn,
body.xmdsite-template-detail .xmdsite-page-jump-btn:hover,
body.xmdsite-template-detail .xmdsite-page-jump-btn:focus-visible,
body.xmdsite-template-detail .xmdsite-tab.is-active,
body.xmdsite-template-detail .xmdsite-tab:hover,
body.xmdsite-template-detail .xmdsite-tab:focus-visible {
  border-color: #2d82cf;
  background: #2d82cf;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(45, 130, 207, 0.18);
}

body.xmdsite-template-detail .xmdsite-service-card .xmdsite-item-link:hover,
body.xmdsite-template-detail .xmdsite-service-card .xmdsite-item-link:focus-visible,
body.xmdsite-template-detail .xmdsite-news-card .xmdsite-news-link:hover,
body.xmdsite-template-detail .xmdsite-news-card .xmdsite-news-link:focus-visible,
body.xmdsite-template-detail .xmdsite-case-card .xmdsite-case-link:hover,
body.xmdsite-template-detail .xmdsite-case-card .xmdsite-case-link:focus-visible,
body.xmdsite-template-detail .xmdsite-item-card-link:hover,
body.xmdsite-template-detail .xmdsite-item-card-link:focus-visible,
body.xmdsite-template-detail .xmdsite-adjacent-card:hover,
body.xmdsite-template-detail .xmdsite-adjacent-card:focus-visible {
  border-color: rgba(45, 130, 207, 0.38);
  box-shadow: 0 18px 42px rgba(45, 130, 207, 0.14);
}

body.xmdsite-template-detail .xmdsite-service-card .xmdsite-item-link:hover .xmdsite-card-title,
body.xmdsite-template-detail .xmdsite-service-card .xmdsite-item-link:focus-visible .xmdsite-card-title,
body.xmdsite-template-detail .xmdsite-news-card .xmdsite-news-link:hover .xmdsite-card-title,
body.xmdsite-template-detail .xmdsite-news-card .xmdsite-news-link:focus-visible .xmdsite-card-title,
body.xmdsite-template-detail .xmdsite-case-card .xmdsite-case-link:hover .xmdsite-card-title,
body.xmdsite-template-detail .xmdsite-case-card .xmdsite-case-link:focus-visible .xmdsite-card-title,
body.xmdsite-template-detail .xmdsite-item-card-link:hover .xmdsite-card-title,
body.xmdsite-template-detail .xmdsite-item-card-link:focus-visible .xmdsite-card-title,
body.xmdsite-template-detail .xmdsite-adjacent-card:hover .xmdsite-adjacent-title,
body.xmdsite-template-detail .xmdsite-adjacent-card:focus-visible .xmdsite-adjacent-title {
  color: #2d82cf;
}

body.xmdsite-template-detail .xmdsite-title-block {
  border-left-color: #2d82cf;
}

body.xmdsite-template-detail .xmdsite-eyebrow,
body.xmdsite-template-detail .xmdsite-facts-title,
body.xmdsite-template-detail .xmdsite-adjacent-label {
  color: #2d82cf;
}

body.xmdsite-template-detail .xmdsite-eyebrow::before,
body.xmdsite-template-detail .xmdsite-article h2 {
  border-left-color: #2d82cf;
}

body.xmdsite-template-detail .xmdsite-fact-label {
  color: rgba(8, 41, 79, 0.56);
}

body.xmdsite-template-detail .xmdsite-fact-value {
  color: #1f5f9e;
  font-weight: 700;
}

body.xmdsite-template-detail .xmdsite-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-top: 0;
  background-color: #2d82cf;
  background-image:
  linear-gradient(90deg, rgba(255, 255, 255, 0.115) 1px, transparent 1px),
  linear-gradient(180deg, rgba(255, 255, 255, 0.085) 1px, transparent 1px),
  linear-gradient(118deg, transparent 0 18%, rgba(255, 255, 255, 0.12) 18% 18.35%, transparent 18.35% 100%),
  linear-gradient(118deg, transparent 0 76%, rgba(255, 255, 255, 0.10) 76% 76.35%, transparent 76.35% 100%);
  background-size: 44px 44px, 44px 44px, 420px 100%, 560px 100%;
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

body.xmdsite-template-detail .xmdsite-footer::before {
  display: none;
}

body.xmdsite-template-detail .xmdsite-footer-inner {
  display: grid;
  grid-template-columns: minmax(180px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(18px, 4vw, 56px);
  padding: clamp(26px, 4.2vw, 42px) 0 clamp(16px, 2.5vw, 24px);
}

body.xmdsite-template-detail .xmdsite-footer-brand {
  min-width: 0;
  color: #ffffff;
}

body.xmdsite-template-detail .xmdsite-footer-logo {
  max-width: 190px;
  max-height: 46px;
  filter: brightness(0) invert(1) drop-shadow(0 8px 18px rgba(0, 0, 0, 0.16));
  opacity: 0.96;
}

body.xmdsite-template-detail .xmdsite-footer-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
  justify-content: stretch;
  gap: 1px;
  background: rgba(255, 255, 255, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

body.xmdsite-template-detail .xmdsite-footer-link {
  min-height: 42px;
  justify-content: center;
  background: rgba(255, 255, 255, 0.105);
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-align: center;
}

body.xmdsite-template-detail .xmdsite-footer-link:hover,
body.xmdsite-template-detail .xmdsite-footer-link:focus-visible {
  background: rgba(255, 255, 255, 0.26);
  color: #ffffff;
  outline: none;
}

body.xmdsite-template-detail .xmdsite-footer-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(220px, 0.72fr);
  gap: 12px;
  padding: 0 0 clamp(18px, 2.8vw, 28px);
}

body.xmdsite-template-detail .xmdsite-footer-contact-item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.105);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.13);
}

body.xmdsite-template-detail .xmdsite-footer-contact-icon {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
}

body.xmdsite-template-detail .xmdsite-footer-contact-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

body.xmdsite-template-detail .xmdsite-footer-contact-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

body.xmdsite-template-detail .xmdsite-footer-contact-label {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

body.xmdsite-template-detail .xmdsite-footer-contact-text {
  color: rgba(255, 255, 255, 0.96);
  font-size: 15px;
  font-weight: 720;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

body.xmdsite-template-detail .xmdsite-footer-slogan-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.20);
  padding: clamp(18px, 2.6vw, 26px) 0 clamp(8px, 1.4vw, 12px);
}

body.xmdsite-template-detail .xmdsite-footer-slogan {
  max-width: 980px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(15px, 1.65vw, 21px);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.72;
  text-align: center;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
}

body.xmdsite-template-detail .xmdsite-footer-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding: 14px 0 20px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12.5px;
  line-height: 1.75;
}

body.xmdsite-template-detail .xmdsite-footer-legal a {
  color: rgba(255, 255, 255, 0.92);
}

body.xmdsite-template-detail .xmdsite-footer-legal-line {
  gap: 6px 14px;
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-header::after {
      bottom: -1px;
      height: 2px;
      background: #2d82cf;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer {
      background-size: 34px 34px, 34px 34px, 360px 100%, 480px 100%;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-inner {
      grid-template-columns: 1fr;
      align-items: start;
      gap: 16px;
      padding: 24px 0 14px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-logo {
      max-width: 162px;
      max-height: 38px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-nav {
      width: 100%;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-link {
      min-height: 38px;
      padding: 0 8px;
      font-size: 12.5px;
      letter-spacing: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-contact {
      grid-template-columns: 1fr;
      gap: 10px;
      padding-bottom: 18px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-contact-item {
      grid-template-columns: 34px minmax(0, 1fr);
      gap: 10px;
      padding: 12px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-contact-icon {
      width: 34px;
      height: 34px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-contact-text {
      font-size: 14px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-slogan {
      font-size: 14px;
      line-height: 1.68;
      text-align: left;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-legal {
      padding-bottom: 16px;
      text-align: left;
    }
}

body.xmdsite-template-detail .xmdsite-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-top: 0;
  background-color: #0a67c7;
  background-image:
  linear-gradient(115deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 100%),
  linear-gradient(90deg, rgba(255, 255, 255, 0.085) 1px, transparent 1px),
  linear-gradient(180deg, rgba(255, 255, 255, 0.060) 1px, transparent 1px),
  linear-gradient(128deg, #0754a7 0%, #0a67c7 54%, #2d82cf 100%);
  background-size: 240px 240px, 44px 44px, 44px 44px, auto;
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

body.xmdsite-template-detail .xmdsite-footer::before {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
  linear-gradient(90deg, rgba(4, 39, 83, 0.30), transparent 34%, transparent 66%, rgba(4, 39, 83, 0.22)),
  linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 34%);
  content: "";
  pointer-events: none;
}

body.xmdsite-template-detail .xmdsite-footer-inner,
body.xmdsite-template-detail .xmdsite-footer-contact,
body.xmdsite-template-detail .xmdsite-footer-slogan-wrap,
body.xmdsite-template-detail .xmdsite-footer-legal {
  position: relative;
  z-index: 1;
}

body.xmdsite-template-detail .xmdsite-footer-inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.74fr) minmax(0, 1.26fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(34px, 5vw, 56px) 0 clamp(22px, 3.2vw, 34px);
}

body.xmdsite-template-detail .xmdsite-footer-brand {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-width: 0;
  align-items: center;
  min-height: 64px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.96);
  padding: 12px 18px;
  color: #2d82cf;
  box-shadow: 0 18px 46px rgba(4, 39, 83, 0.18), inset 0 1px 0 #ffffff;
}

body.xmdsite-template-detail .xmdsite-footer-brand span {
  color: #2d82cf;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
}

body.xmdsite-template-detail .xmdsite-footer-logo {
  width: auto;
  max-width: 210px;
  max-height: 48px;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

body.xmdsite-template-detail .xmdsite-footer-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(116px, 1fr));
  gap: 10px;
  border: 0;
  background: transparent;
}

body.xmdsite-template-detail .xmdsite-footer-link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.105);
  padding: 0 16px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

body.xmdsite-template-detail .xmdsite-footer-link:hover,
body.xmdsite-template-detail .xmdsite-footer-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff;
  outline: none;
}

body.xmdsite-template-detail .xmdsite-footer-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr);
  gap: 14px;
  padding: 0 0 clamp(24px, 3.4vw, 36px);
}

body.xmdsite-template-detail .xmdsite-footer-contact-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.155), rgba(255, 255, 255, 0.080));
  padding: 18px 20px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

body.xmdsite-template-detail .xmdsite-footer-contact-icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

body.xmdsite-template-detail .xmdsite-footer-contact-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

body.xmdsite-template-detail .xmdsite-footer-contact-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

body.xmdsite-template-detail .xmdsite-footer-contact-label {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

body.xmdsite-template-detail .xmdsite-footer-contact-text {
  color: rgba(255, 255, 255, 0.97);
  font-size: 16px;
  font-weight: 760;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

body.xmdsite-template-detail .xmdsite-footer-contact-link {
  text-decoration: none;
  white-space: nowrap;
}

body.xmdsite-template-detail .xmdsite-footer-slogan-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding: clamp(22px, 3vw, 32px) 0 clamp(12px, 1.8vw, 18px);
}

body.xmdsite-template-detail .xmdsite-footer-slogan {
  position: relative;
  max-width: 980px;
  margin: 0;
  padding-left: clamp(18px, 2.2vw, 26px);
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(16px, 1.55vw, 21px);
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1.72;
  text-align: left;
  text-shadow: 0 10px 24px rgba(4, 39, 83, 0.20);
}

body.xmdsite-template-detail .xmdsite-footer-slogan::before {
  position: absolute;
  top: 0.35em;
  bottom: 0.35em;
  left: 0;
  width: 3px;
  background: rgba(255, 255, 255, 0.88);
  content: "";
}

body.xmdsite-template-detail .xmdsite-footer-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding: 16px 0 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12.5px;
  line-height: 1.8;
  text-align: left;
}

body.xmdsite-template-detail .xmdsite-footer-legal p {
  margin: 0;
}

body.xmdsite-template-detail .xmdsite-footer-legal a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

body.xmdsite-template-detail .xmdsite-footer-contact-link:hover,
body.xmdsite-template-detail .xmdsite-footer-contact-link:focus-visible,
body.xmdsite-template-detail .xmdsite-footer-legal a:hover,
body.xmdsite-template-detail .xmdsite-footer-legal a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
  outline: none;
}

body.xmdsite-template-detail .xmdsite-footer-legal-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 18px;
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer {
      background-size: 220px 220px, 34px 34px, 34px 34px, auto;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-inner {
      grid-template-columns: 1fr;
      align-items: start;
      gap: 22px;
      padding: 28px 0 20px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-brand {
      min-height: 56px;
      padding: 10px 14px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-logo {
      max-width: 172px;
      max-height: 40px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-nav {
      width: 100%;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 8px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-link {
      min-height: 40px;
      padding: 0 8px;
      font-size: 12.5px;
      letter-spacing: 0;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-contact {
      grid-template-columns: 1fr;
      gap: 10px;
      padding-bottom: 22px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-contact-item {
      grid-template-columns: 38px minmax(0, 1fr);
      gap: 12px;
      padding: 14px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-contact-icon {
      width: 38px;
      height: 38px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-contact-text {
      font-size: 14.5px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-slogan {
      font-size: 14px;
      line-height: 1.68;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-legal {
      padding-bottom: 18px;
    }
}

@media (max-width: 820px) {
    body.xmdsite-template-detail .xmdsite-footer-legal-line {
      justify-content: flex-start;
    }
}

@media (max-width: 420px) {
    body.xmdsite-template-detail .xmdsite-footer-contact-item {
      align-items: start;
    }
}

@media (max-width: 420px) {
    body.xmdsite-template-detail .xmdsite-footer-contact-link {
      white-space: normal;
    }
}

@media (max-width: 420px) {
    body.xmdsite-template-detail .xmdsite-footer-sep {
      display: none;
    }
}

body.xmdsite-template-detail {
  --brand: #0a67c7;
  --brand-dark: #0754a7;
  --brand-deep: #043e82;
  --brand-accent: #38a7e8;
  --brand-ice: #eff7ff;
  --surface-blue: #eff7ff;
  --line-blue: rgba(10, 103, 199, 0.18);
  --text-blue: #0754a7;
}

body.xmdsite-template-detail .xmdsite-nav-link:hover,
body.xmdsite-template-detail .xmdsite-nav-link:focus-visible,
body.xmdsite-template-detail .xmdsite-section-link,
body.xmdsite-template-detail .xmdsite-card-more,
body.xmdsite-template-detail .xmdsite-news-read,
body.xmdsite-template-detail .xmdsite-case-more,
body.xmdsite-template-detail .xmdsite-category-link,
body.xmdsite-template-detail .xmdsite-pagination a,
body.xmdsite-template-detail .xmdsite-breadcrumb a,
body.xmdsite-template-detail .xmdsite-detail-back,
body.xmdsite-template-detail .xmdsite-detail-category,
body.xmdsite-template-detail .xmdsite-list-meta,
body.xmdsite-template-detail .xmdsite-card-meta {
  color: var(--text-blue);
}

body.xmdsite-template-detail .xmdsite-section-link,
body.xmdsite-template-detail .xmdsite-category-link,
body.xmdsite-template-detail .xmdsite-pagination a,
body.xmdsite-template-detail .xmdsite-service-card,
body.xmdsite-template-detail .xmdsite-news-card,
body.xmdsite-template-detail .xmdsite-case-card,
body.xmdsite-template-detail .xmdsite-list-card,
body.xmdsite-template-detail .xmdsite-detail-card,
body.xmdsite-template-detail .xmdsite-empty-state {
  border-color: var(--line-blue);
}

body.xmdsite-template-detail .xmdsite-section-link:hover,
body.xmdsite-template-detail .xmdsite-section-link:focus-visible,
body.xmdsite-template-detail .xmdsite-category-link:hover,
body.xmdsite-template-detail .xmdsite-category-link:focus-visible,
body.xmdsite-template-detail .xmdsite-pagination a:hover,
body.xmdsite-template-detail .xmdsite-pagination a:focus-visible {
  border-color: rgba(10, 103, 199, 0.38);
  background: linear-gradient(135deg, #f7fbff 0%, #eff7ff 100%);
  color: var(--brand-dark);
}

body.xmdsite-template-detail .xmdsite-footer {
  max-height: 300px;
  background-color: var(--brand);
  background-image:
  linear-gradient(125deg, rgba(255, 255, 255, 0.13) 0 1px, transparent 1px 100%),
  linear-gradient(90deg, rgba(255, 255, 255, 0.075) 1px, transparent 1px),
  linear-gradient(180deg, rgba(255, 255, 255, 0.060) 1px, transparent 1px);
  background-size: 220px 220px, 38px 38px, 38px 38px;
  color: #ffffff;
}

body.xmdsite-template-detail .xmdsite-footer::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.10), transparent 38%);
}

body.xmdsite-template-detail .xmdsite-footer-inner {
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1.58fr);
  gap: clamp(22px, 3.4vw, 52px);
  padding: 22px 0 12px;
}

body.xmdsite-template-detail .xmdsite-footer-brand {
  min-height: 42px;
  border: 0;
  background: transparent;
  padding: 0;
  color: #ffffff;
  box-shadow: none;
}

body.xmdsite-template-detail .xmdsite-footer-brand span {
  color: #ffffff;
  font-size: 19px;
  text-shadow: 0 12px 28px rgba(1, 31, 72, 0.32);
}

body.xmdsite-template-detail .xmdsite-footer-logo {
  max-width: 188px;
  max-height: 42px;
  filter: brightness(0) invert(1);
  opacity: 0.98;
}

body.xmdsite-template-detail .xmdsite-footer-nav {
  grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
  gap: 8px;
}

body.xmdsite-template-detail .xmdsite-footer-link {
  min-height: 34px;
  border-color: rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.085);
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  letter-spacing: 0.03em;
}

body.xmdsite-template-detail .xmdsite-footer-contact {
  grid-template-columns: minmax(0, 1.25fr) minmax(210px, 0.75fr);
  gap: 10px;
  padding: 0 0 12px;
}

body.xmdsite-template-detail .xmdsite-footer-contact-item {
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  padding: 10px 14px;
  border-color: rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.085);
}

body.xmdsite-template-detail .xmdsite-footer-contact-icon {
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.12);
}

body.xmdsite-template-detail .xmdsite-footer-contact-icon svg {
  width: 17px;
  height: 17px;
}

body.xmdsite-template-detail .xmdsite-footer-contact-copy {
  gap: 2px;
}

body.xmdsite-template-detail .xmdsite-footer-contact-label {
  font-size: 11px;
  letter-spacing: 0.07em;
}

body.xmdsite-template-detail .xmdsite-footer-contact-text {
  font-size: 14px;
  line-height: 1.32;
}

body.xmdsite-template-detail .xmdsite-footer-slogan-wrap {
  padding: 9px 0 7px;
}

body.xmdsite-template-detail .xmdsite-footer-slogan {
  max-width: none;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.45;
}

body.xmdsite-template-detail .xmdsite-footer-legal {
  padding: 9px 0 14px;
  font-size: 12px;
  line-height: 1.5;
}

body.xmdsite-template-detail .xmdsite-footer-legal-line {
  gap: 6px 16px;
}

@media (max-width: 900px) {
    body.xmdsite-template-detail .xmdsite-footer {
      max-height: none;
    }
}

@media (max-width: 900px) {
    body.xmdsite-template-detail .xmdsite-footer-inner {
      grid-template-columns: 1fr;
      gap: 18px;
      padding: 24px 0 16px;
    }
}

@media (max-width: 900px) {
    body.xmdsite-template-detail .xmdsite-footer-logo {
      max-width: 176px;
      max-height: 40px;
    }
}

@media (max-width: 900px) {
    body.xmdsite-template-detail .xmdsite-footer-nav {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    body.xmdsite-template-detail .xmdsite-footer-contact {
      grid-template-columns: 1fr;
      padding-bottom: 16px;
    }
}

@media (max-width: 900px) {
    body.xmdsite-template-detail .xmdsite-footer-slogan-wrap {
      padding: 14px 0 10px;
    }
}

@media (max-width: 900px) {
    body.xmdsite-template-detail .xmdsite-footer-slogan {
      font-size: 14px;
      line-height: 1.6;
    }
}

@media (max-width: 900px) {
    body.xmdsite-template-detail .xmdsite-footer-legal {
      padding-bottom: 18px;
    }
}

@media (max-width: 420px) {
    body.xmdsite-template-detail .xmdsite-footer-nav {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
