
.site-footer[data-v-fc49d22c] {
  border-top: 1px solid #d2d2d7;
  background: #f5f5f7;
  color: #1d1d1f;
}
.footer-inner[data-v-fc49d22c] {
  width: min(100% - 48px, 1200px);
  margin: 0 auto;
  padding: 56px 0 28px;
}
.footer-summary[data-v-fc49d22c] {
  display: grid;
  max-width: 560px;
  gap: 12px;
  margin-bottom: 42px;
}
.footer-summary h2[data-v-fc49d22c],
.footer-summary p[data-v-fc49d22c],
.footer-group h3[data-v-fc49d22c],
.footer-bottom p[data-v-fc49d22c] {
  margin: 0;
}
.footer-summary h2[data-v-fc49d22c] {
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 600;
  letter-spacing: 0;
}
.footer-summary p[data-v-fc49d22c] {
  color: #6e6e73;
  font-size: 15px;
  line-height: 1.8;
}
.footer-links[data-v-fc49d22c] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  padding-bottom: 44px;
}
.footer-group[data-v-fc49d22c] {
  display: grid;
  align-content: start;
  gap: 12px;
}
.footer-group h3[data-v-fc49d22c] {
  color: #1d1d1f;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
}
.footer-link[data-v-fc49d22c] {
  width: fit-content;
  color: #6e6e73;
  font-size: 14px;
  transition: color 0.25s ease;
}
.footer-link[data-v-fc49d22c]:hover {
  color: #0071e3;
}
.footer-bottom[data-v-fc49d22c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 22px;
  border-top: 1px solid rgba(210, 210, 215, 0.85);
  color: #6e6e73;
  font-size: 13px;
}
.footer-bottom a[data-v-fc49d22c] {
  transition: color 0.25s ease;
}
.footer-bottom a[data-v-fc49d22c]:hover {
  color: #0071e3;
}
@media (max-width: 720px) {
.footer-inner[data-v-fc49d22c] {
    width: min(100% - 32px, 1200px);
    padding: 44px 0 24px;
}
.footer-summary[data-v-fc49d22c] {
    margin-bottom: 34px;
}
.footer-links[data-v-fc49d22c] {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-bottom: 34px;
}
.footer-bottom[data-v-fc49d22c] {
    align-items: flex-start;
    flex-direction: column;
}
}

.site-header[data-v-f27935d5] {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  height: 64px;
  border-bottom: 1px solid rgba(210, 210, 215, 0.55);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}
.site-nav[data-v-f27935d5] {
  display: flex;
  width: min(100% - 48px, 1360px);
  height: 100%;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 4vw, 64px);
  margin: 0 auto;
}
.brand[data-v-f27935d5] {
  display: inline-flex;
  align-items: center;
}
.brand-logo[data-v-f27935d5] {
  display: block;
  width: 51px;
  height: 34px;
}
.brand-logo[data-v-f27935d5] svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.brand-logo[data-v-f27935d5] .logo-ring {
  transform-box: view-box;
  transform-origin: 410px 504px;
}
.brand:hover .brand-logo[data-v-f27935d5] .logo-ring.logo-ring-inner {
  animation: header-logo-ring-wave-f27935d5 860ms cubic-bezier(0.22, 0.82, 0.28, 1.08) both;
}
.brand:hover .brand-logo[data-v-f27935d5] .logo-ring.logo-ring-middle {
  animation: header-logo-ring-wave-f27935d5 860ms cubic-bezier(0.22, 0.82, 0.28, 1.08) 85ms both;
}
.brand:hover .brand-logo[data-v-f27935d5] .logo-ring.logo-ring-outer {
  animation: header-logo-ring-wave-f27935d5 860ms cubic-bezier(0.22, 0.82, 0.28, 1.08) 170ms both;
}
@keyframes header-logo-ring-wave-f27935d5 {
0% {
    transform: scale(1);
}
34% {
    transform: scale(1.085);
}
56% {
    transform: scale(0.99);
}
76% {
    transform: scale(1.018);
}
100% {
    transform: scale(1);
}
}
.site-menu[data-v-f27935d5] {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
}
.nav-link[data-v-f27935d5] {
  color: #1d1d1f;
  font-size: 12px;
  transition: color 0.25s ease;
}
.nav-link[data-v-f27935d5]:hover {
  color: #0071e3;
}
.search-button[data-v-f27935d5],
.menu-toggle[data-v-f27935d5] {
  display: grid;
  border: 0;
  background: transparent;
  color: #1d1d1f;
  cursor: pointer;
  place-items: center;
}
.search-button[data-v-f27935d5] {
  width: 32px;
  height: 32px;
  transition: color 0.25s ease;
}
.search-button[data-v-f27935d5]:hover {
  color: #0071e3;
}
.search-button img[data-v-f27935d5] {
  display: block;
  width: 19px;
  height: 19px;
  object-fit: contain;
}
.site-search[data-v-f27935d5] {
  position: absolute;
  top: 64px;
  right: 0;
  left: 0;
  overflow: hidden;
  max-height: 0;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.92);
  opacity: 0;
  transition:
    max-height 0.28s ease,
    opacity 0.24s ease,
    border-color 0.24s ease;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}
.site-search.is-open[data-v-f27935d5] {
  max-height: 112px;
  border-bottom-color: rgba(210, 210, 215, 0.7);
  opacity: 1;
}
.site-search-inner[data-v-f27935d5] {
  display: grid;
  width: min(100% - 48px, 860px);
  min-height: 96px;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin: 0 auto;
}
.site-search-inner img[data-v-f27935d5] {
  display: block;
  width: 21px;
  height: 21px;
  opacity: 0.62;
}
.site-search-inner input[data-v-f27935d5] {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #1d1d1f;
  font-size: 26px;
}
.site-search-inner input[data-v-f27935d5]::placeholder {
  color: #86868b;
}
.site-search-inner button[data-v-f27935d5] {
  height: 40px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: #0071e3;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  transition: background 0.25s ease;
}
.site-search-inner button[data-v-f27935d5]:hover {
  background: #005bb5;
}
.menu-toggle[data-v-f27935d5] {
  display: none;
}
@media (max-width: 960px) {
.site-nav[data-v-f27935d5] {
    width: min(100% - 32px, 1360px);
    justify-content: space-between;
    gap: 20px;
}
.menu-toggle[data-v-f27935d5] {
    display: flex;
    width: 34px;
    height: 34px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}
.menu-toggle span[data-v-f27935d5] {
    display: block;
    width: 18px;
    height: 1.5px;
    border-radius: 999px;
    background: #1d1d1f;
}
.site-menu[data-v-f27935d5] {
    position: absolute;
    top: 64px;
    right: 0;
    left: 0;
    display: grid;
    overflow: hidden;
    max-height: 0;
    gap: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
    opacity: 0;
    transition:
      max-height 0.35s ease,
      opacity 0.25s ease;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
.site-menu.is-open[data-v-f27935d5] {
    max-height: 480px;
    border-bottom: 1px solid rgba(210, 210, 215, 0.7);
    opacity: 1;
}
.nav-link[data-v-f27935d5] {
    padding: 14px 24px;
    border-bottom: 1px solid rgba(210, 210, 215, 0.45);
}
.search-button[data-v-f27935d5] {
    width: 100%;
    height: 52px;
    justify-content: start;
    padding-left: 24px;
}
.site-search-inner[data-v-f27935d5] {
    width: min(100% - 32px, 860px);
    min-height: 86px;
    grid-template-columns: 20px minmax(0, 1fr) auto;
    gap: 12px;
}
.site-search-inner input[data-v-f27935d5] {
    font-size: 20px;
}
.site-search-inner button[data-v-f27935d5] {
    height: 36px;
    padding: 0 14px;
    font-size: 14px;
}
}
@media (prefers-reduced-motion: reduce) {
.brand:hover .brand-logo[data-v-f27935d5] .logo-ring {
    animation: none;
}
}
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background: #fff;
  color: #1d1d1f;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

button,
input,
textarea {
  font: inherit;
}
