:root {
  --yd-ink: #10213b;
  --yd-muted: #617086;
  --yd-blue: #1268d6;
  --yd-cyan: #00a6b8;
  --yd-bg: #f5f8fc;
  --yd-line: #dce7f2;
  --yd-shadow: 0 18px 50px rgba(16, 33, 59, .14);
  --yd-shadow-soft: 0 12px 28px rgba(16, 33, 59, .08);
}

html {
  scroll-behavior: smooth;
}

body.yd-theme-shell {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  color: var(--yd-ink);
  background:
    radial-gradient(circle at top left, rgba(18, 104, 214, .06), transparent 34%),
    radial-gradient(circle at top right, rgba(0, 166, 184, .05), transparent 28%),
    linear-gradient(180deg, #fafdff 0%, var(--yd-bg) 100%);
}

body.yd-theme-shell a {
  color: var(--yd-blue);
  transition: color .18s ease, opacity .18s ease, transform .18s ease;
}

body.yd-theme-shell a:hover {
  color: #0b4fa7;
}

body.yd-theme-shell h1,
body.yd-theme-shell h2,
body.yd-theme-shell h3,
body.yd-theme-shell h4,
body.yd-theme-shell h5,
body.yd-theme-shell h6,
body.yd-theme-shell .page-header,
body.yd-theme-shell .boxTitle,
body.yd-theme-shell .titleBox,
body.yd-theme-shell .banner-title,
body.yd-theme-shell .banner-sub-title,
body.yd-theme-shell .panel-title,
body.yd-theme-shell .card-title {
  color: var(--yd-ink);
}

body.yd-theme-shell p,
body.yd-theme-shell li,
body.yd-theme-shell .text-muted,
body.yd-theme-shell .help-block,
body.yd-theme-shell .small,
body.yd-theme-shell .form-group label,
body.yd-theme-shell .breadcrumb,
body.yd-theme-shell .pagination,
body.yd-theme-shell .table {
  color: var(--yd-muted);
}

body.yd-theme-shell img {
  max-width: 100%;
  height: auto;
}

.navbar.navbar-white.navbar-fixed-top {
  background: rgba(255, 255, 255, .96);
  border: 0;
  box-shadow: 0 8px 28px rgba(16, 33, 59, .08);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.navbar-white .navbar-brand {
  color: #0b2b58 !important;
  font-weight: 900;
  letter-spacing: -.02em;
}

.navbar-white .navbar-nav > li > a {
  color: #243a57 !important;
  font-weight: 700;
}

.navbar-white .navbar-nav > li > a:hover,
.navbar-white .navbar-nav > li > a:focus,
.navbar-white .navbar-nav > li.active > a {
  color: var(--yd-blue) !important;
  background: transparent !important;
}

.navbar-white .dropdown-menu {
  border: 1px solid var(--yd-line);
  border-radius: 18px;
  box-shadow: var(--yd-shadow);
}

main.content,
#content-container,
.user-section,
.login-section,
.register-section,
.profile-section,
.genScript-overview-2022,
.svc-detail-main,
.svc-detail-side,
.service-nav,
.service-nav-inner,
.yd-theme-shell .container,
.yd-theme-shell .container-fluid {
  position: relative;
  z-index: 1;
}

main.content {
  min-height: calc(100vh - 240px);
  padding-top: 94px;
  padding-bottom: 32px;
}

body.yd-theme-shell .genScript-overview-2022.no-banner,
body.yd-theme-shell .genScript-overview-2022.no-banner-has-nav {
  padding-top: 0 !important;
}

.footer {
  clear: both;
  margin: 0;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: #061426;
  color: rgba(255, 255, 255, .72);
}

.footer .copyright {
  margin: 0;
  color: rgba(255, 255, 255, .72);
}

.footer .copyright a {
  color: #72e2ef;
}

body.yd-theme-shell .btn,
body.yd-theme-shell .btn-lg,
body.yd-theme-shell .btn-md,
body.yd-theme-shell .btn-sm,
body.yd-theme-shell .form-control,
body.yd-theme-shell select,
body.yd-theme-shell textarea,
body.yd-theme-shell .input-group .form-control,
body.yd-theme-shell .breadcrumb,
body.yd-theme-shell .pagination > li > a,
body.yd-theme-shell .pagination > li > span,
body.yd-theme-shell .panel,
body.yd-theme-shell .card,
body.yd-theme-shell .well,
body.yd-theme-shell .thumbnail,
body.yd-theme-shell .list-group-item,
body.yd-theme-shell .modal-content {
  border-radius: 16px;
}

body.yd-theme-shell .btn {
  border: 1px solid transparent;
  box-shadow: none;
}

body.yd-theme-shell .btn-primary,
body.yd-theme-shell .btn.btn-primary,
body.yd-theme-shell .btn-primary:hover,
body.yd-theme-shell .btn-primary:focus,
body.yd-theme-shell .btn-primary:active,
body.yd-theme-shell .btn-primary.active {
  border-color: transparent;
  background: linear-gradient(90deg, var(--yd-blue), #0f5ec4);
  box-shadow: 0 12px 26px rgba(18, 104, 214, .24);
}

body.yd-theme-shell .btn-default,
body.yd-theme-shell .btn.btn-default {
  border-color: var(--yd-line);
  background: #fff;
  color: var(--yd-ink);
}

body.yd-theme-shell .btn-default:hover,
body.yd-theme-shell .btn.btn-default:hover {
  border-color: #c8d8ea;
  background: #f7fbff;
  color: var(--yd-blue);
}

body.yd-theme-shell .form-control,
body.yd-theme-shell select,
body.yd-theme-shell textarea {
  border: 1px solid var(--yd-line);
  background: #fff;
  box-shadow: none;
}

body.yd-theme-shell .form-control:focus,
body.yd-theme-shell select:focus,
body.yd-theme-shell textarea:focus {
  border-color: var(--yd-blue);
  box-shadow: 0 0 0 .2rem rgba(18, 104, 214, .14);
}

body.yd-theme-shell .breadcrumb {
  padding: 12px 18px;
  background: rgba(255, 255, 255, .9);
  border: 1px solid var(--yd-line);
  box-shadow: var(--yd-shadow-soft);
}

body.yd-theme-shell .table {
  background: #fff;
}

body.yd-theme-shell .table > thead > tr > th,
body.yd-theme-shell .table > tbody > tr > th,
body.yd-theme-shell .table > tfoot > tr > th,
body.yd-theme-shell .table > thead > tr > td,
body.yd-theme-shell .table > tbody > tr > td,
body.yd-theme-shell .table > tfoot > tr > td {
  border-color: #e4edf7;
}

body.yd-theme-shell .pagination > li > a,
body.yd-theme-shell .pagination > li > span {
  border-color: var(--yd-line);
  color: var(--yd-ink);
}

body.yd-theme-shell .pagination > .active > a,
body.yd-theme-shell .pagination > .active > span,
body.yd-theme-shell .pagination > .active > a:hover,
body.yd-theme-shell .pagination > .active > span:hover,
body.yd-theme-shell .pagination > .active > a:focus,
body.yd-theme-shell .pagination > .active > span:focus {
  background: var(--yd-blue);
  border-color: var(--yd-blue);
}

body.yd-theme-shell .panel,
body.yd-theme-shell .card,
body.yd-theme-shell .well,
body.yd-theme-shell .thumbnail,
body.yd-theme-shell .list-group-item,
body.yd-theme-shell .modal-content,
body.yd-theme-shell .login-main,
body.yd-theme-shell .user-section,
body.yd-theme-shell .service-nav-panel,
.yd-mega,
.yd-footer-cta a,
.yd-footer-col,
.yd-footer-brand,
body.yd-theme-shell .related-services-card,
body.yd-theme-shell .workflow-item,
body.yd-theme-shell .resource-card,
body.yd-theme-shell .contact-card,
body.yd-theme-shell .content-box,
body.yd-theme-shell .article-card,
body.yd-theme-shell .item-card {
  border-color: var(--yd-line);
  box-shadow: var(--yd-shadow-soft);
}

body.yd-theme-shell .panel,
body.yd-theme-shell .card,
body.yd-theme-shell .well,
body.yd-theme-shell .thumbnail,
body.yd-theme-shell .list-group-item,
body.yd-theme-shell .modal-content,
body.yd-theme-shell .login-main,
body.yd-theme-shell .user-section,
body.yd-theme-shell .related-services-card,
body.yd-theme-shell .workflow-item,
body.yd-theme-shell .resource-card,
body.yd-theme-shell .contact-card,
body.yd-theme-shell .content-box,
body.yd-theme-shell .article-card,
body.yd-theme-shell .item-card {
  background: rgba(255, 255, 255, .96);
}

body.yd-theme-shell .page-header,
body.yd-theme-shell .boxTitle,
body.yd-theme-shell .titleBox,
body.yd-theme-shell .section-title,
body.yd-theme-shell .banner-title,
body.yd-theme-shell .panel-title,
body.yd-theme-shell .card-title {
  letter-spacing: -.02em;
}

body.yd-theme-shell .page-header,
body.yd-theme-shell .boxTitle,
body.yd-theme-shell .titleBox,
body.yd-theme-shell .section-title {
  margin-bottom: 18px;
}

.login-main,
.user-section {
  padding: 28px;
}

.user-section .form-group label,
.login-main .form-group label {
  color: var(--yd-ink);
  font-weight: 700;
}

.user-section .btn-block,
.login-main .btn-block {
  border-radius: 999px;
}

.genScript-overview-2022 .boxTitle,
.genScript-overview-2022 .titleBox,
.genScript-overview-2022 .banner-title,
.genScript-overview-2022 .page-title,
.genScript-overview-2022 h1,
.genScript-overview-2022 h2,
.genScript-overview-2022 h3 {
  color: var(--yd-ink);
}

.genScript-overview-2022 .banner-sub-title,
.genScript-overview-2022 .banner-desc,
.genScript-overview-2022 .pText,
.genScript-overview-2022 .text-muted,
.genScript-overview-2022 .info-text {
  color: var(--yd-muted);
}

.genScript-overview-2022 a:not(.btn):hover,
.service-nav a:hover,
.article-card a:hover,
.resource-card a:hover,
.related-services-card a:hover {
  color: var(--yd-blue);
}

.svc-detail-main,
.svc-detail-side,
.genScript-overview-2022 .container,
.genScript-overview-2022 .container-fluid,
.genScript-overview-2022 .container-menu {
  position: relative;
}

.genScript-overview-2022 .container-menu,
.genScript-overview-2022 .breadcrumbs,
.genScript-overview-2022 .LinkNav,
.genScript-overview-2022 .LinkNav-box,
.genScript-overview-2022 .linkNav-nav-mb,
.genScript-overview-2022 .service-nav,
.genScript-overview-2022 .service-nav-panel {
  border-radius: 20px;
}

.genScript-overview-2022 .breadcrumbs,
.genScript-overview-2022 .LinkNav-box,
.genScript-overview-2022 .LinkNav,
.genScript-overview-2022 .container-menu,
.genScript-overview-2022 .svc-detail-main,
.genScript-overview-2022 .svc-detail-side {
  background: transparent;
}

.genScript-overview-2022 .LinkNav-nav .nav-link,
.genScript-overview-2022 .linkNav-nav-mb .nav-link,
.genScript-overview-2022 .LinkNav-button-link,
.service-nav a,
.service-nav button,
.yd-footer-cta a,
.yd-nav-link,
.yd-tool-link {
  border-radius: 999px;
}

.genScript-overview-2022 .LinkNav-nav .nav-link,
.genScript-overview-2022 .linkNav-nav-mb .nav-link {
  border: 1px solid var(--yd-line);
  background: rgba(255, 255, 255, .9);
}

.genScript-overview-2022 .LinkNav-nav .nav-link.active,
.genScript-overview-2022 .LinkNav-nav .nav-link:hover,
.genScript-overview-2022 .linkNav-nav-mb .nav-link:hover {
  background: rgba(18, 104, 214, .08);
  border-color: rgba(18, 104, 214, .18);
}

.genScript-overview-2022 .LinkNav-button-link {
  background: #fff;
  border: 1px solid var(--yd-line);
  color: var(--yd-ink);
}

.genScript-overview-2022 .LinkNav-button-link:hover,
.genScript-overview-2022 .LinkNav-button-link.active {
  background: var(--yd-blue);
  border-color: var(--yd-blue);
  color: #fff;
}

.genScript-overview-2022 .related-services-link,
.genScript-overview-2022 .workflow-item,
.genScript-overview-2022 .resource-card,
.genScript-overview-2022 .content-card,
.genScript-overview-2022 .news-card,
.genScript-overview-2022 .event-card {
  overflow: hidden;
}

.genScript-overview-2022 img,
body.yd-theme-shell .card img,
body.yd-theme-shell .panel img,
body.yd-theme-shell .thumbnail img {
  border-radius: 12px;
}

@media (max-width: 1024px) {
  main.content {
    padding-top: 78px;
  }

  .login-main,
  .user-section {
    padding: 22px;
  }
}

@media (max-width: 720px) {
  body.yd-theme-shell {
    background-attachment: scroll;
  }

  main.content {
    padding-top: 70px;
    padding-bottom: 24px;
  }

  body.yd-theme-shell .page-header,
  body.yd-theme-shell .boxTitle,
  body.yd-theme-shell .titleBox,
  body.yd-theme-shell .section-title,
  body.yd-theme-shell .banner-title {
    margin-bottom: 14px;
  }

  .login-main,
  .user-section {
    padding: 18px;
    border-radius: 18px;
  }
}

/* New public-page foundation: a lightweight replacement for the legacy GenScript/Bootstrap page stack. */
body.yd-theme-shell {
  margin: 0;
  line-height: 1.65;
}

body.yd-theme-shell *,
body.yd-theme-shell *::before,
body.yd-theme-shell *::after {
  box-sizing: border-box;
}

body.yd-theme-shell .container,
body.yd-theme-shell .container-inner {
  width: min(1200px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

body.yd-theme-shell .row,
body.yd-theme-shell .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

body.yd-theme-shell .row > [class*="col-"],
body.yd-theme-shell .form-row > [class*="col-"] {
  width: 100%;
  min-width: 0;
  padding-right: 12px;
  padding-left: 12px;
}

body.yd-theme-shell .col-sm-12,
body.yd-theme-shell .col-md-12,
body.yd-theme-shell .col-lg-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

body.yd-theme-shell .d-block { display: block !important; }
body.yd-theme-shell .d-inline-block { display: inline-block !important; }
body.yd-theme-shell .d-flex { display: flex !important; }
body.yd-theme-shell .align-items-start { align-items: flex-start !important; }
body.yd-theme-shell .align-items-center { align-items: center !important; }
body.yd-theme-shell .align-items-end { align-items: flex-end !important; }
body.yd-theme-shell .justify-content-center { justify-content: center !important; }
body.yd-theme-shell .justify-content-between { justify-content: space-between !important; }
body.yd-theme-shell .text-left { text-align: left !important; }
body.yd-theme-shell .text-center { text-align: center !important; }
body.yd-theme-shell .text-decoration-none { text-decoration: none !important; }
body.yd-theme-shell .text-reset { color: inherit !important; }
body.yd-theme-shell .overflow-hidden { overflow: hidden !important; }
body.yd-theme-shell .position-relative { position: relative !important; }
body.yd-theme-shell .position-absolute { position: absolute !important; }
body.yd-theme-shell .bottom-0 { bottom: 0 !important; }
body.yd-theme-shell .w-100 { width: 100% !important; }
body.yd-theme-shell .h-100 { height: 100% !important; }
body.yd-theme-shell .mx-auto { margin-right: auto !important; margin-left: auto !important; }
body.yd-theme-shell .mt-2 { margin-top: .5rem !important; }
body.yd-theme-shell .mt-3 { margin-top: 1rem !important; }
body.yd-theme-shell .mt-4 { margin-top: 1.5rem !important; }
body.yd-theme-shell .mt-40 { margin-top: 40px !important; }
body.yd-theme-shell .mt-100 { margin-top: 72px !important; }
body.yd-theme-shell .mb-0 { margin-bottom: 0 !important; }
body.yd-theme-shell .mb-2 { margin-bottom: .5rem !important; }
body.yd-theme-shell .mb-4 { margin-bottom: 1.5rem !important; }
body.yd-theme-shell .mb-30 { margin-bottom: 30px !important; }
body.yd-theme-shell .mb-40 { margin-bottom: 40px !important; }
body.yd-theme-shell .mb-100 { margin-bottom: 80px !important; }
body.yd-theme-shell .p-0 { padding: 0 !important; }
body.yd-theme-shell .px-2 { padding-right: .5rem !important; padding-left: .5rem !important; }
body.yd-theme-shell .px-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
body.yd-theme-shell .py-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
body.yd-theme-shell .pl-0 { padding-left: 0 !important; }
body.yd-theme-shell .pr-0 { padding-right: 0 !important; }
body.yd-theme-shell .text-red,
body.yd-theme-shell .text-danger { color: #e5484d !important; }
body.yd-theme-shell .ml-1 { margin-left: .25rem !important; }
body.yd-theme-shell .ml-2 { margin-left: .5rem !important; }

body.yd-theme-shell .btn,
body.yd-theme-shell .button-main,
body.yd-theme-shell .button-sub,
body.yd-theme-shell .button-banner,
body.yd-theme-shell .LinkNav-button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 20px;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 800;
}

body.yd-theme-shell .btn-block {
  width: 100%;
}

body.yd-theme-shell .table-responsive,
body.yd-theme-shell .table-responsive-sm {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

body.yd-theme-shell .table,
body.yd-theme-shell table {
  width: 100%;
  border-collapse: collapse;
}

body.yd-theme-shell .table th,
body.yd-theme-shell .table td,
body.yd-theme-shell table th,
body.yd-theme-shell table td {
  padding: 13px 15px;
  border: 1px solid var(--yd-line);
  vertical-align: top;
}

body.yd-theme-shell .table th,
body.yd-theme-shell table th {
  background: #f2f7fd;
  color: var(--yd-ink);
  font-weight: 800;
}

body.yd-theme-shell .form-control,
body.yd-theme-shell .custom-select,
body.yd-theme-shell select,
body.yd-theme-shell textarea,
body.yd-theme-shell input[type="text"],
body.yd-theme-shell input[type="email"],
body.yd-theme-shell input[type="tel"] {
  width: 100%;
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid var(--yd-line);
  border-radius: 14px;
  background: #fff;
  color: var(--yd-ink);
  font: inherit;
}

body.yd-theme-shell textarea.form-control,
body.yd-theme-shell textarea {
  min-height: 110px;
}

body.yd-theme-shell .collapse:not(.show) {
  display: none;
}

body.yd-theme-shell .show {
  display: block;
}

body.yd-theme-shell .target-fix {
  display: block;
  position: relative;
  top: -96px;
  visibility: hidden;
}

.yd-page-shell {
  padding: 28px 0 84px;
  background:
    radial-gradient(circle at top left, rgba(18, 104, 214, .08), transparent 34%),
    linear-gradient(180deg, #fafdff 0%, #f5f8fc 100%);
  min-height: 100vh;
}

.yd-page-hero,
.yd-card,
.yd-side-card,
.yd-empty,
.yd-filter,
.yd-detail-box,
.yd-note {
  border: 1px solid var(--yd-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--yd-shadow-soft);
}

.yd-page-hero {
  margin-bottom: 30px;
  padding: 40px 36px;
  background: linear-gradient(135deg, #0b2b58, var(--yd-blue) 62%, var(--yd-cyan));
  color: #fff;
  overflow: hidden;
}

.yd-page-hero h1 {
  margin: 0 0 12px;
  color: #fff !important;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.16;
}

.yd-page-hero p {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, .82) !important;
  font-size: 17px;
  line-height: 1.8;
}

.yd-badge,
.yd-tag,
.literature-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 5px 11px;
  background: rgba(18, 104, 214, .08);
  color: var(--yd-blue);
  font-size: 12px;
  font-weight: 900;
}

.yd-breadcrumbs,
.breadcrumbs,
.breadcrumb-line {
  margin: 0 0 28px;
  color: var(--yd-muted);
  font-size: 14px;
}

.yd-breadcrumbs p,
.breadcrumbs p,
.breadcrumb-line p {
  margin: 0;
}

.yd-breadcrumbs a,
.breadcrumbs a,
.breadcrumb-line a {
  color: var(--yd-blue) !important;
  text-decoration: none;
}

.yd-two-col {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.yd-side-card {
  position: sticky;
  top: 104px;
  overflow: hidden;
}

.yd-side-title,
.leftmenu_title,
.side-title {
  padding: 16px 20px;
  background: linear-gradient(90deg, var(--yd-blue), var(--yd-cyan));
  color: #fff !important;
  font-size: 18px;
  font-weight: 900;
}

.yd-side-title a,
.leftmenu_title a,
.side-title a {
  color: #fff !important;
  text-decoration: none;
}

.yd-side-nav,
.menulist,
.side-nav {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}

.yd-side-nav a,
.menulist a,
.side-nav a {
  display: block;
  padding: 10px 20px;
  color: var(--yd-ink) !important;
  text-decoration: none;
}

.yd-side-nav li.active a,
.yd-side-nav a:hover,
.menulist li.active a,
.menulist a:hover,
.side-nav a:hover {
  color: var(--yd-blue) !important;
  background: rgba(18, 104, 214, .06);
}

.yd-card-grid,
.yd-resource-grid,
.imgLinkCards,
.imgAdvantages.card-deck {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.yd-resource-grid,
.imgAdvantages.card-deck {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.yd-card,
.yd-resource-card,
.img-link-card,
.imgAdvantages-box > .card,
.literature-card,
.content-card,
.detail-box {
  border: 1px solid var(--yd-line) !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: var(--yd-shadow-soft) !important;
  overflow: hidden;
}

.yd-card,
.literature-card,
.content-card,
.detail-box {
  padding: 24px;
}

.yd-card:hover,
.yd-resource-card:hover,
.img-link-card:hover,
.imgAdvantages-box > .card:hover,
.literature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 38px rgba(16, 33, 59, .14) !important;
}

.img-box,
.imgAdvantages-body {
  min-height: 180px;
  overflow: hidden;
  background: #eef4fb;
}

.h-180 { min-height: 180px; }
.h-260 { min-height: 260px; }

.imgLinkCards > [class*="col-"],
.imgAdvantages.card-deck > [class*="col-"] {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

.img-box img,
.imgAdvantages-body img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .2s ease;
}

.img-link-card:hover img,
.imgAdvantages-box > .card:hover img {
  transform: scale(1.04);
}

.card-text,
.imgAdvantages-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 16px;
  text-align: center;
  background: linear-gradient(180deg, rgba(16, 33, 59, 0), rgba(16, 33, 59, .86));
}

.card-link,
.imgAdvantages .sub-title,
.imgAdvantages-text h4 {
  margin: 0;
  color: #fff !important;
  font-size: 17px;
  line-height: 1.35;
  text-decoration: none;
}

.imgAdvantages-bg {
  display: none;
}

.yd-empty,
.empty-box {
  padding: 28px;
  color: var(--yd-muted);
}

.yd-filter,
.literature-filter {
  padding: 18px;
  margin-bottom: 28px;
}

.literature-card .title,
.detail-title,
.group-title {
  color: var(--yd-ink) !important;
  font-weight: 900;
}

.literature-card .title {
  font-size: 20px;
  line-height: 1.35;
}

.literature-card .meta,
.detail-meta,
.literature-card .summary,
.detail-summary {
  color: var(--yd-muted) !important;
  line-height: 1.8;
}

.yd-note,
.note {
  padding: 22px 24px;
  border-left: 4px solid var(--yd-blue);
  color: var(--yd-muted);
}

.yd-link-nav,
.LinkNav-box {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--yd-line);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 8px 24px rgba(16, 33, 59, .08);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.LinkNav-row,
.LinkNav-nav,
.LinkNav-button {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.LinkNav-row {
  min-height: 62px;
  justify-content: space-between;
}

.LinkNav-nav a,
.LinkNav-button-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 16px !important;
  border: 1px solid var(--yd-line);
  border-radius: 999px;
  background: #fff;
  color: var(--yd-ink) !important;
  text-decoration: none !important;
}

.LinkNav-nav a:hover,
.LinkNav-nav a.active,
.LinkNav-button-link:hover {
  border-color: rgba(18, 104, 214, .24);
  background: rgba(18, 104, 214, .08);
  color: var(--yd-blue) !important;
}

.LinkNav-button-link.dlyB,
.LinkNav-button-link.dlyNs {
  background: var(--yd-blue);
  border-color: var(--yd-blue);
  color: #fff !important;
}

.yd-about-page {
  padding: 110px 0 80px;
  background: linear-gradient(180deg, #fafdff 0%, #f5f8fc 100%);
}

.yd-about-page .container,
.yd-about-page .content,
.yd-about-page .main,
.yd-about-page section,
.yd-about-page article {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.yd-about-page .content-box,
.yd-about-page .about-card,
.yd-about-page .info-card,
.yd-about-page table,
.yd-about-page .basicTable {
  border: 1px solid var(--yd-line) !important;
  border-radius: 20px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--yd-shadow-soft);
}

.yd-about-page h1,
.yd-about-page h2,
.yd-about-page h3 {
  color: var(--yd-ink) !important;
}

.yd-about-page p,
.yd-about-page li,
.yd-about-page td {
  color: var(--yd-muted) !important;
  line-height: 1.8;
}

@media (min-width: 768px) {
  body.yd-theme-shell .col-md-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
  body.yd-theme-shell .col-md-3 { flex: 0 0 25%; max-width: 25%; }
  body.yd-theme-shell .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  body.yd-theme-shell .col-md-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
  body.yd-theme-shell .col-md-6 { flex: 0 0 50%; max-width: 50%; }
  body.yd-theme-shell .col-md-9 { flex: 0 0 75%; max-width: 75%; }
  body.yd-theme-shell .col-md-12 { flex: 0 0 100%; max-width: 100%; }
}

@media (min-width: 992px) {
  body.yd-theme-shell .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
  body.yd-theme-shell .col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  body.yd-theme-shell .col-lg-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
  body.yd-theme-shell .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
  body.yd-theme-shell .col-lg-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
  body.yd-theme-shell .col-lg-9 { flex: 0 0 75%; max-width: 75%; }
}

@media (max-width: 991.98px) {
  body.yd-theme-shell .container,
  body.yd-theme-shell .container-inner {
    width: calc(100% - 28px);
  }

  .yd-page-shell {
    padding-top: 24px;
  }

  .yd-two-col {
    grid-template-columns: 1fr;
  }

  .yd-side-card {
    position: static;
  }

  .yd-card-grid,
  .yd-resource-grid,
  .imgLinkCards,
  .imgAdvantages.card-deck {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  body.yd-theme-shell .row,
  body.yd-theme-shell .form-row {
    margin-right: 0;
    margin-left: 0;
  }

  body.yd-theme-shell .row > [class*="col-"],
  body.yd-theme-shell .form-row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  .yd-page-hero {
    padding: 28px 22px;
    border-radius: 22px;
  }

  .yd-card-grid,
  .yd-resource-grid,
  .imgLinkCards,
  .imgAdvantages.card-deck {
    grid-template-columns: 1fr;
  }
}

/* Public site header */
  :root {
    --yd-ink: #10213b;
    --yd-muted: #617086;
    --yd-blue: #1268d6;
    --yd-cyan: #00a6b8;
    --yd-bg: #f5f8fc;
    --yd-line: #dce7f2;
    --yd-shadow: 0 18px 50px rgba(16, 33, 59, .14);
  }

  #header,
  #header * {
    box-sizing: border-box;
  }

  #header {
    position: sticky;
    top: 0;
    z-index: 10000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    color: var(--yd-ink);
  }

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

  #header ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #header .yd-header-container {
    width: min(1280px, calc(100% - 40px));
    margin: 0 auto;
  }

  #header .yd-topbar {
    background: #061b36;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
  }

  #header .yd-topbar-inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
  }

  #header .yd-topbar-links {
    display: flex;
    align-items: center;
    gap: 18px;
    white-space: nowrap;
  }

  #header .yd-topbar a:hover,
  #header .yd-nav-link:hover,
  #header .yd-tool-link:hover,
  #header .yd-mega a:hover {
    color: var(--yd-blue);
  }

  #header .yd-mainbar {
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid var(--yd-line);
    box-shadow: 0 8px 28px rgba(16, 33, 59, .06);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  #header.scroll-header .yd-mainbar {
    box-shadow: 0 12px 34px rgba(16, 33, 59, .1);
  }

  #header .yd-nav {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
  }

  #header .yd-logo {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    min-width: 132px;
    font-size: 23px;
    line-height: 1;
    font-weight: 950;
    color: #0b2b58;
  }

  #header .yd-logo span {
    margin-top: 5px;
    color: var(--yd-blue);
    font-size: 11px;
    letter-spacing: .16em;
  }

  #header .yd-links {
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 2px;
    flex: 1;
    justify-content: center;
  }

  #header .yd-nav-item {
    position: relative;
  }

  #header .yd-nav-link {
    position: relative;
    height: 76px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    color: #243a57;
    font-size: 15px;
    font-weight: 850;
    transition: color .18s ease;
    white-space: nowrap;
  }

  #header .yd-nav-link::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 17px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--yd-blue), var(--yd-cyan));
    transition: width .18s ease;
  }

  #header .yd-nav-item:hover .yd-nav-link::after {
    width: calc(100% - 24px);
  }

  #header .yd-mega {
    position: absolute;
    top: 76px;
    left: 50%;
    width: min(980px, calc(100vw - 40px));
    max-height: min(70vh, 620px);
    overflow: auto;
    background: #fff;
    border: 1px solid var(--yd-line);
    border-radius: 22px;
    box-shadow: var(--yd-shadow);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 12px);
    transition: opacity .18s ease, transform .18s ease;
  }

  #header .yd-nav-item:hover .yd-mega,
  #header .yd-nav-item:focus-within .yd-mega {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }

  #header .yd-mega-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #header .yd-mega-col {
    padding: 22px;
    border-right: 1px solid var(--yd-line);
  }

  #header .yd-mega-col:nth-child(3n),
  #header .yd-mega-col:last-child {
    border-right: 0;
  }

  #header .yd-mega-col h3 {
    margin: 0 0 10px;
    color: var(--yd-ink);
    font-size: 17px;
    line-height: 1.3;
  }

  #header .yd-mega-col a {
    display: block;
    padding: 6px 0;
    color: var(--yd-muted);
    font-size: 14px;
    line-height: 1.45;
  }

  #header .yd-mega-note {
    background: linear-gradient(135deg, #f4f9ff, #effbf9);
  }

  #header .yd-service-mega,
  #header .yd-cascade-mega {
    left: 0;
    width: min(1120px, calc(100vw - 40px));
    max-height: none;
    overflow: visible;
    transform: translateY(12px);
  }

  #header .yd-service-nav-item,
  #header .yd-cascade-nav-item {
    position: static;
  }

  #header .yd-service-nav-item:hover .yd-service-mega,
  #header .yd-service-nav-item:focus-within .yd-service-mega,
  #header .yd-cascade-nav-item:hover .yd-cascade-mega,
  #header .yd-cascade-nav-item:focus-within .yd-cascade-mega {
    transform: translateY(0);
  }

  #header .yd-service-layout,
  #header .yd-cascade-layout {
    position: relative;
    min-height: 500px;
    display: grid;
    grid-template-columns: 310px 1fr;
    background: linear-gradient(90deg, #f7fbff 0, #f7fbff 310px, #fff 310px, #fff 100%);
    border-radius: 22px;
    overflow: hidden;
  }

  #header .yd-service-second,
  #header .yd-cascade-second {
    padding: 16px 0;
    border-right: 1px solid var(--yd-line);
  }

  #header .yd-service-row,
  #header .yd-cascade-row {
    position: static;
  }

  #header .yd-service-second-link,
  #header .yd-cascade-second-link {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 18px 10px 22px;
    color: #243a57;
    font-size: 15px;
    font-weight: 850;
    line-height: 1.35;
    border-left: 3px solid transparent;
  }

  #header .yd-service-second-link i,
  #header .yd-cascade-second-link i {
    color: #8a9ab0;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
  }

  #header .yd-service-row:hover .yd-service-second-link,
  #header .yd-service-row:focus-within .yd-service-second-link,
  #header .yd-cascade-row:hover .yd-cascade-second-link,
  #header .yd-cascade-row:focus-within .yd-cascade-second-link {
    color: var(--yd-blue);
    background: #fff;
    border-left-color: var(--yd-blue);
    box-shadow: 0 8px 24px rgba(16, 33, 59, .08);
  }

  #header .yd-service-third,
  #header .yd-cascade-third {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 310px;
    overflow: auto;
    padding: 26px 30px 30px;
    background: #fff;
  }

  #header .yd-service-row.is-default .yd-service-third,
  #header .yd-cascade-row.is-default .yd-cascade-third {
    display: block;
  }

  #header .yd-service-second:hover .yd-service-row.is-default:not(:hover) .yd-service-third,
  #header .yd-service-second:focus-within .yd-service-row.is-default:not(:focus-within) .yd-service-third,
  #header .yd-cascade-second:hover .yd-cascade-row.is-default:not(:hover) .yd-cascade-third,
  #header .yd-cascade-second:focus-within .yd-cascade-row.is-default:not(:focus-within) .yd-cascade-third {
    display: none;
  }

  #header .yd-service-row:hover .yd-service-third,
  #header .yd-service-row:focus-within .yd-service-third,
  #header .yd-cascade-row:hover .yd-cascade-third,
  #header .yd-cascade-row:focus-within .yd-cascade-third {
    display: block;
  }

  #header .yd-service-third-head,
  #header .yd-cascade-third-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--yd-line);
  }

  #header .yd-service-third-head h3,
  #header .yd-cascade-third-head h3 {
    margin: 0 0 7px;
    color: var(--yd-ink);
    font-size: 22px;
    line-height: 1.25;
  }

  #header .yd-service-third-head p,
  #header .yd-cascade-third-head p {
    margin: 0;
    color: var(--yd-muted);
    font-size: 14px;
    line-height: 1.55;
  }

  #header .yd-service-third-head a,
  #header .yd-cascade-third-head a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 9px 14px;
    background: rgba(18, 104, 214, .08);
    color: var(--yd-blue);
    font-size: 13px;
    font-weight: 850;
  }

  #header .yd-service-third-grid,
  #header .yd-cascade-third-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 22px;
  }

  #header .yd-service-third-grid a,
  #header .yd-cascade-third-grid a {
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 0;
    color: #42516a;
    font-size: 14px;
    line-height: 1.35;
    border-bottom: 1px solid #eef3f8;
  }

  #header .yd-service-third-grid a:hover,
  #header .yd-service-third-head a:hover,
  #header .yd-cascade-third-grid a:hover,
  #header .yd-cascade-third-head a:hover {
    color: var(--yd-blue);
    text-decoration: none;
  }

  #header .yd-service-third-grid em {
    margin-left: 5px;
    color: #d93652;
    font-style: normal;
    font-size: 12px;
  }

  #header .yd-service-ads {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
  }

  #header .yd-service-ads a {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 12px;
    align-items: center;
    min-height: 74px;
    padding: 10px;
    border: 1px solid var(--yd-line);
    border-radius: 16px;
    background: linear-gradient(135deg, #f4f9ff, #effbf9);
    color: var(--yd-ink);
  }

  #header .yd-service-ads img {
    width: 88px;
    height: 54px;
    object-fit: cover;
    border-radius: 11px;
  }

  #header .yd-actions {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  #header .yd-search {
    position: relative;
    width: 210px;
  }

  #header .yd-search input {
    width: 100%;
    height: 42px;
    border: 1px solid var(--yd-line);
    border-radius: 999px;
    padding: 0 42px 0 15px;
    background: #f8fbff;
    color: var(--yd-ink);
    outline: 0;
  }

  #header .yd-search button {
    position: absolute;
    top: 4px;
    right: 5px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: var(--yd-blue);
    color: #fff;
    cursor: pointer;
    line-height: 34px;
  }

  #header .yd-tool {
    position: relative;
  }

  #header .yd-tool-link,
  #header .yd-menu-btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid var(--yd-line);
    border-radius: 999px;
    background: #fff;
    padding: 0 13px;
    color: #243a57;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
  }

  #header .yd-primary-link {
    border-color: transparent;
    background: var(--yd-blue);
    color: #fff;
    box-shadow: 0 10px 22px rgba(18, 104, 214, .24);
  }

  #header .yd-primary-link:hover {
    color: #fff;
    background: #0f5ec4;
  }

  #header .yd-tool-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 48px;
    min-width: 150px;
    padding: 8px;
    border: 1px solid var(--yd-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--yd-shadow);
  }

  #header .yd-tool:hover .yd-tool-menu,
  #header .yd-tool:focus-within .yd-tool-menu {
    display: block;
  }

  #header .yd-tool-menu a,
  #header .yd-tool-menu span {
    display: block;
    padding: 8px 10px;
    color: var(--yd-muted);
    font-size: 14px;
    cursor: pointer;
  }

  #header .yd-menu-btn {
    display: none;
    border: 0;
    background: var(--yd-blue);
    color: #fff;
    cursor: pointer;
  }

  #header .yd-mobile-panel,
  #header .yd-mobile-mask,
  #header .yd-search-modal {
    display: none;
  }

  #header .force-dn,
  #header .dn {
    display: none !important;
  }

  @media (max-width: 1180px) {
    #header .yd-search {
      display: none;
    }
  }

  @media (max-width: 1024px) {
    #header .yd-header-container {
      width: calc(100% - 28px);
    }

    #header .yd-topbar-inner {
      min-height: 34px;
      font-size: 12px;
    }

    #header .yd-topbar-links a:first-child,
    #header .yd-topbar-links a:nth-child(2) {
      display: none;
    }

    #header .yd-links,
    #header .yd-tool-account,
    #header .yd-tool-language,
    #header .yd-contact-link {
      display: none;
    }

    #header .yd-nav {
      min-height: 64px;
    }

    #header .yd-logo {
      font-size: 20px;
    }

    #header .yd-menu-btn {
      display: inline-flex;
    }

    #header .yd-mobile-mask {
      position: fixed;
      inset: 0;
      z-index: 10001;
      background: rgba(6, 20, 38, .46);
    }

    #header .yd-mobile-panel {
      position: fixed;
      top: 0;
      right: 0;
      z-index: 10002;
      width: min(390px, 88vw);
      height: 100vh;
      overflow: auto;
      background: #fff;
      box-shadow: -20px 0 50px rgba(16, 33, 59, .18);
      padding: 18px;
      transform: translateX(100%);
      transition: transform .22s ease;
    }

    #header.yd-mobile-open .yd-mobile-mask,
    #header.yd-mobile-open .yd-mobile-panel {
      display: block;
    }

    #header.yd-mobile-open .yd-mobile-panel {
      transform: translateX(0);
    }

    #header .yd-mobile-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 16px;
    }

    #header .yd-mobile-close {
      width: 38px;
      height: 38px;
      border: 1px solid var(--yd-line);
      border-radius: 12px;
      background: #fff;
      color: var(--yd-ink);
      cursor: pointer;
    }

    #header .yd-mobile-search {
      display: block;
      width: 100%;
      margin: 12px 0 18px;
    }

    #header .yd-mobile-nav a,
    #header .yd-mobile-nav summary,
    #header .yd-mobile-nav > span {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 13px 0;
      border-bottom: 1px solid #eef3f8;
      color: #243a57;
      font-weight: 850;
      cursor: pointer;
    }

    #header .yd-mobile-sub {
      padding: 6px 0 10px 12px;
    }

    #header .yd-mobile-sub a {
      padding: 8px 0;
      border: 0;
      color: var(--yd-muted);
      font-size: 14px;
      font-weight: 500;
    }

    body.yd-lock-scroll {
      overflow: hidden;
    }
  }

/* Public site footer */
  #footer,
  #footer * {
    box-sizing: border-box;
  }

  #footer {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    color: rgba(255, 255, 255, .78);
    background: #061426;
  }

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

  #footer a:hover {
    color: #fff;
    text-decoration: underline;
  }

  #footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #footer .yd-footer-container {
    width: min(1280px, calc(100% - 40px));
    margin: 0 auto;
  }

  #footer .yd-footer-cta {
    padding: 54px 0;
    background: linear-gradient(135deg, #0b2b58, #1268d6 60%, #00a6b8);
    color: #fff;
  }

  #footer .yd-footer-cta-grid {
    display: grid;
    grid-template-columns: 1.35fr repeat(5, 1fr);
    gap: 14px;
    align-items: stretch;
  }

  #footer .yd-footer-cta h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 34px;
    line-height: 1.2;
  }

  #footer .yd-footer-cta p {
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: 15px;
  }

  #footer .yd-footer-cta a {
    display: block;
    min-height: 94px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 20px;
    padding: 18px;
    background: rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
    transition: transform .18s ease, background .18s ease;
  }

  #footer .yd-footer-cta a:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, .16);
    text-decoration: none;
  }

  #footer .yd-footer-cta b {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-size: 17px;
  }

  #footer .yd-footer-cta span {
    color: rgba(255, 255, 255, .76);
    font-size: 13px;
  }

  #footer .yd-footer-main {
    padding: 42px 0 24px;
  }

  #footer .yd-footer-grid {
    display: grid;
    grid-template-columns: 1.15fr repeat(4, 1fr) 1.1fr;
    gap: 28px;
  }

  #footer .yd-footer-brand h3,
  #footer .yd-footer-col h3 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 17px;
    line-height: 1.3;
  }

  #footer .yd-footer-brand strong {
    display: block;
    margin-bottom: 7px;
    color: #fff;
    font-size: 23px;
    line-height: 1;
  }

  #footer .yd-footer-brand span {
    display: block;
    margin-bottom: 16px;
    color: #72e2ef;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
  }

  #footer .yd-footer-brand p,
  #footer .yd-footer-col p {
    margin: 0;
    color: rgba(255, 255, 255, .64);
    font-size: 14px;
    line-height: 1.7;
  }

  #footer .yd-footer-col li {
    margin: 8px 0;
    color: rgba(255, 255, 255, .68);
    font-size: 14px;
    line-height: 1.45;
  }

  #footer .yd-qrcodes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  #footer .yd-qrcode img {
    width: 92px !important;
    height: 92px !important;
    max-width: 100%;
    border-radius: 12px;
    background: #fff;
    padding: 4px;
  }

  #footer .yd-qrcode p {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.4;
  }

  #footer .yd-footer-bottom {
    margin-top: 32px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 22px;
    align-items: center;
  }

  #footer .yd-footer-family {
    display: flex;
    align-items: center;
    gap: 18px;
  }

  #footer .yd-footer-family img {
    max-height: 34px;
    max-width: 130px;
    object-fit: contain;
  }

  #footer .yd-footer-legal {
    text-align: right;
    color: rgba(255, 255, 255, .6);
    font-size: 13px;
    line-height: 1.8;
  }

  #footer .yd-footer-legal img {
    display: inline-block;
    vertical-align: -4px;
    margin-right: 3px;
  }

  @media (max-width: 1080px) {
    #footer .yd-footer-cta-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    #footer .yd-footer-cta-grid > div:first-child {
      grid-column: 1 / -1;
    }

    #footer .yd-footer-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media (max-width: 720px) {
    #footer .yd-footer-container {
      width: calc(100% - 28px);
    }

    #footer .yd-footer-cta {
      padding: 38px 0;
    }

    #footer .yd-footer-cta-grid,
    #footer .yd-footer-grid,
    #footer .yd-footer-bottom {
      grid-template-columns: 1fr;
    }

    #footer .yd-footer-cta h2 {
      font-size: 28px;
    }

    #footer .yd-footer-legal {
      text-align: left;
    }
  }
