html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; }
body { font:normal 16px/1.5 "Barlow", "Roboto", "PingFang SC", Helvetica,"微软雅黑", sans-serif; background:#fff; color:#333; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:100%; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:"courier new", courier, monospace; }
small { font-size:12px; }
ul, ol { list-style:none; }
a { text-decoration:none; color:#0069ca; }
a:hover { text-decoration:none; color:#f60; }
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%; }
table { border-collapse:collapse; border-spacing:0; }
select { vertical-align:middle; }
input::-ms-clear { display: none; }
.clr, .clear { clear:both; height:0; overflow:hidden; }
.clr_after {  height: 1%;  zoom: 1  }
.clr_after:after {  display: block; visibility: hidden; height: 0; clear: both; content: "."; }
*{
    box-sizing: border-box;
}
@charset "utf-8";
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-Light.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-LightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-ExtraLight.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-ExtraLightItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow';
  src: url('https://staticcdn.buzud.com/fonts/barlow/Barlow-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
html,
body {
  background-color: #ffffff;
  color: #0E0F10;
  --bg-color: #ffffff;
  --bg-color-transparent: rgba(0, 0, 0, 0.5);
  --bg-color-grayer: #F1F4F6;
  --bg-color-grayer2: #F3F6F7;
  --txt-color: #0E0F10;
  --txt-color-light: #0E0F10;
  --txt-color-dakr: #F1F0EF;
  --title-color: #272A2B;
  --border-color: #0E0F10;
  --control-line-color: rgba(14, 15, 16, 0.16);
}
html a,
body a {
  color: #0E0F10;
}
body.dark,
html:has(body.dark) {
  background-color: #16191B;
  color: #F1F0EF;
  --bg-color: #16191B;
  --bg-color-transparent: rgba(255, 255, 255, 0.5);
  --bg-color-grayer: #212629;
  --bg-color-grayer2: #0D0E0F;
  --txt-color: #F1F0EF;
  --title-color: #F1F0EF;
  --border-color: #F1F0EF;
  --control-line-color: rgba(241, 240, 239, 0.16);
}
body.dark a,
html:has(body.dark) a {
  color: #F1F0EF;
}
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  src: url('https://staticcdn.buzud.com/ui/material-symbols/material-symbols-outlined.woff2') format('woff2');
}
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 100%;
  vertical-align: text-top;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.desktop-submenu-overlay {
  display: none;
}
.header {
  background: transparent;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}
.header.has_placeholder {
  background: #fff;
  backdrop-filter: blur(0.625rem);
}
.header.has_placeholder .logo {
  filter: none;
}
.header.has_placeholder .nav-menu {
  filter: none;
}
.header.has_placeholder .nav-actions {
  filter: none;
}
.header.has_placeholder .logo img {
  content: url('https://staticcdn.buzud.com/home/Logo-v2.svg');
}
.header.has_placeholder .nav-link {
  color: var(--Text-Primary, #0E0F10);
  text-shadow: none;
}
.header.has_placeholder .nav-link:hover {
  color: var(--Text-Link, #00A9CE);
}
.header.has_placeholder .language-btn {
  color: var(--Text-Primary, #0E0F10);
  text-shadow: none;
}
.header.has_placeholder .dropdown-arrow {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.header.has_placeholder .action-btn {
  color: var(--Text-Primary, #0E0F10);
}
.header.has_placeholder .action-btn:hover {
  color: var(--Text-Link, #00A9CE);
}
.header.has_placeholder .search-icon {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.header.has_placeholder .shopping-bag-icon {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.header.has_placeholder .profile-icon {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.header.has_placeholder .mobile-menu-toggle .menu-icon,
.header.has_placeholder .mobile-menu-toggle .menu-text {
  color: var(--Text-Primary, #0E0F10);
  text-shadow: none;
}
.header a:hover {
  color: #00A9CE !important;
}
.header .logo {
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.25));
}
.header .nav-menu {
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.25));
}
.header .nav-actions {
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.25));
}
.header:hover {
  background: #fff;
  backdrop-filter: blur(0.625rem);
}
.header:hover .logo {
  filter: none;
}
.header:hover .nav-menu {
  filter: none;
}
.header:hover .nav-actions {
  filter: none;
}
.header:hover .logo img {
  content: url('https://staticcdn.buzud.com/home/Logo-v2.svg');
}
.header:hover .nav-link {
  color: var(--Text-Primary, #0E0F10);
  text-shadow: none;
}
.header:hover .nav-link:hover {
  color: var(--Text-Link, #00A9CE);
}
.header:hover .language-btn {
  color: var(--Text-Primary, #0E0F10);
  text-shadow: none;
}
.header:hover .dropdown-arrow {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.header:hover .action-btn {
  color: var(--Text-Primary, #0E0F10);
}
.header:hover .action-btn:hover {
  color: var(--Text-Link, #00A9CE);
}
.header:hover .search-icon {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.header:hover .shopping-bag-icon {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.header:hover .profile-icon {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.header.scrolled {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(0.625rem);
}
.header.scrolled .logo {
  filter: none;
}
.header.scrolled .nav-menu {
  filter: none;
}
.header.scrolled .nav-actions {
  filter: none;
}
.header.scrolled .logo img {
  content: url('https://staticcdn.buzud.com/home/Logo-v2.svg');
}
.header.scrolled .nav-link {
  color: var(--Text-Primary, #0E0F10);
  text-shadow: none;
}
.header.scrolled .nav-link:hover {
  color: var(--Text-Link, #00A9CE);
}
.header.scrolled .language-btn {
  color: var(--Text-Primary, #0E0F10);
  text-shadow: none;
}
.header.scrolled .dropdown-arrow {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.header.scrolled .action-btn {
  color: var(--Text-Primary, #0E0F10);
}
.header.scrolled .action-btn:hover {
  color: var(--Text-Link, #00A9CE);
}
.header.scrolled .search-icon {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.header.scrolled .shopping-bag-icon {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.header.scrolled .profile-icon {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.nav {
  position: relative;
}
.nav-container {
  max-width: 77rem;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4.375rem;
}
.nav-container .nav-logo {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.nav-container .nav-logo .nav-menu {
  margin-left: 2.5rem;
}
.logo {
  display: flex;
  align-items: center;
}
.logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.logo a:focus {
  outline: none;
}
.logo img {
  height: 2.5rem;
  width: auto;
  display: block;
}
.nav-menu {
  display: flex;
  list-style: none;
  gap: 2.5rem;
  margin: 0;
  padding: 0;
  align-items: center;
}
.nav-menu li {
  margin: 0;
}
.nav-link {
  text-decoration: none;
  color: #fff;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 141.176% */
  letter-spacing: -0.00425rem;
  text-shadow: 0rem 0rem 0.125rem rgba(0, 0, 0, 0.25);
  transition: color 0.3s ease;
}
.nav-link:hover {
  color: var(--Text-Link, #00A9CE);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.language-selector {
  position: relative;
}
.language-selector:hover .language-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.language-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem 0;
  border-radius: 0.5rem;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 141.176% */
  letter-spacing: -0.00425rem;
  color: #fff;
  text-shadow: 0rem 0rem 0.125rem rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  min-width: 6.25rem;
}
.language-btn:hover {
  color: var(--Text-Link, #00A9CE);
}
.globe-icon {
  font-size: 1.5rem;
}
.language-text {
  font-size: 0.875rem;
  font-weight: 500;
}
.dropdown-arrow {
  width: 1rem;
  height: 1rem;
  background-image: url('https://staticcdn.buzud.com/web/home/dropdown-arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.language-btn:hover .dropdown-arrow {
  transform: rotate(180deg);
}
.language-dropdown {
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 50%;
  transform: translateX(-50%) translateY(-0.625rem);
  background: #FFF;
  border-radius: 0.75rem;
  box-shadow: 0rem 0.25rem 0.75rem 0rem rgba(0, 0, 0, 0.25);
  padding: 0;
  min-width: 12rem;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  border: none;
}
.language-dropdown.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.language-option {
  display: flex;
  height: 3.5rem;
  padding: 1rem 1.5rem;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  color: #0E0F10;
  text-decoration: none;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 141.176% */
  letter-spacing: -0.00425rem;
  transition: background-color 0.3s ease;
  border-bottom: 0.0625rem solid var(--Text-Quaternary, #D8D9D9);
}
.language-option:last-child {
  border-bottom: none;
  border-radius: 0 0 0.75rem 0.75rem;
}
.language-option:first-child {
  border-radius: 0.75rem 0.75rem 0 0;
}
.language-option:hover {
  color: #00A9CE;
}
.language-option .language-name {
  flex: 1;
}
.language-option .checkmark {
  opacity: 0;
  font-size: 1.5rem;
  transition: opacity 0.3s ease;
}
.language-option.active .checkmark {
  opacity: 1;
}
.action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  background: none;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  color: #fff;
  text-shadow: 0rem 0rem 0.125rem rgba(0, 0, 0, 0.25);
  transition: color 0.3s ease;
  padding: 0;
}
.action-btn:hover {
  color: var(--Text-Link, #00A9CE);
}
.action-btn:hover .search-icon,
.action-btn:hover .shopping-bag-icon,
.action-btn:hover .profile-icon {
  filter: brightness(0) saturate(100%) invert(69%) sepia(99%) saturate(1739%) hue-rotate(175deg) brightness(87%) contrast(101%);
}
.action-btn .material-symbols-outlined {
  font-size: 1.5rem;
  color: currentColor;
}
.search-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('https://staticcdn.buzud.com/web/home/search.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  transition: filter 0.3s ease;
}
.shopping-bag-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('https://staticcdn.buzud.com/web/home/shopping-bag.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  transition: filter 0.3s ease;
}
.profile-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('https://staticcdn.buzud.com/web/home/profile.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  transition: filter 0.3s ease;
}
.mobile-menu-toggle {
  display: none;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  padding: 0.5rem;
  border: none;
  background: none;
  z-index: 1001;
  position: relative;
}
.mobile-menu-toggle .menu-icon {
  font-size: 1.5rem;
  color: #fff;
  text-shadow: 0rem 0rem 0.125rem rgba(0, 0, 0, 0.25);
  transition: color 0.3s ease;
}
.mobile-menu-toggle .menu-text {
  color: #fff;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 141.176% */
  letter-spacing: -0.00425rem;
  text-shadow: 0rem 0rem 0.125rem rgba(0, 0, 0, 0.25);
  transition: color 0.3s ease;
}
.mobile-menu-toggle.active {
  opacity: 0;
  pointer-events: none;
}
.fullscreen-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  background: #FFF;
  background-color: #FFF;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fullscreen-menu-overlay.show {
  opacity: 1;
  visibility: visible;
}
.fullscreen-menu-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.fullscreen-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 0.0625rem solid var(--Text-Quaternary, #D8D9D9);
}
.fullscreen-menu-header .logo img {
  height: 2.5rem;
}
.close-menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: none;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  color: var(--Text-Primary, #0E0F10);
  z-index: 1002;
}
.close-menu-btn .material-symbols-outlined {
  font-size: 1.5rem;
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.fullscreen-menu-body {
  flex: 1;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.menu-section h3 {
  color: var(--Text-Primary, #0E0F10);
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
}
.fullscreen-nav {
  display: flex;
  flex-direction: column;
}
.fullscreen-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  color: var(--Text-Primary, #0E0F10);
  text-decoration: none;
  font-size: 1.0625rem;
  font-weight: 500;
  border-bottom: 0.0625rem solid var(--Text-Quaternary, #D8D9D9);
}
.fullscreen-nav-link:last-child {
  border-bottom: none;
}
.fullscreen-nav-link .material-symbols-outlined {
  font-size: 1.25rem;
  color: var(--Text-Tertiary, #8A8B8D);
}
.services-section h3 {
  color: var(--Text-Primary, #0E0F10);
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
}
.services-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
.service-action {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--Text-Primary, #0E0F10);
  text-align: left;
  font-size: 1.0625rem;
  font-weight: 500;
}
.service-action .material-symbols-outlined {
  font-size: 1.5rem;
}
.service-action .search-icon,
.service-action .shopping-bag-icon,
.service-action .profile-icon {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.language-section {
  border-top: 0.0625rem solid var(--Text-Quaternary, #D8D9D9);
  padding-top: 1.5rem;
}
.language-selector-fullscreen {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: var(--Text-Primary, #0E0F10);
  font-size: 1.0625rem;
  font-weight: 500;
}
.language-selector-fullscreen .material-symbols-outlined {
  font-size: 1.5rem;
}
.language-options-fullscreen {
  display: flex;
  flex-direction: column;
  padding-left: 2.25rem;
}
.language-option-fullscreen {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--Text-Primary, #0E0F10);
  text-align: left;
  font-size: 1.0625rem;
  font-weight: 500;
  transition: color 0.3s ease;
}
.language-option-fullscreen .checkmark {
  opacity: 0;
  font-size: 1.5rem;
  transition: opacity 0.3s ease;
}
.language-option-fullscreen.active .checkmark {
  opacity: 1;
}
.submenu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  background: #FFF;
  background-color: #FFF;
  z-index: 1001;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.submenu-overlay.show {
  transform: translateX(0);
}
.submenu-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.submenu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
}
.submenu-header .logo img {
  height: 2.5rem;
}
.submenu-nav-header {
  margin-bottom: 2rem;
}
.back-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--Text-Primary, #0E0F10);
  font-size: 1.0625rem;
  font-weight: 500;
  padding: 0;
}
.back-btn .material-symbols-outlined {
  font-size: 1.5rem;
}
.close-submenu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: none;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  color: var(--Text-Primary, #0E0F10);
  z-index: 1002;
}
.close-submenu-btn .material-symbols-outlined {
  font-size: 1.5rem;
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.submenu-body {
  flex: 1;
  padding: 2.5rem 5rem;
  display: flex;
  flex-direction: column;
}
.submenu-image {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  cursor: pointer;
  background: #d3d3d3;
}
.submenu-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.submenu-image .submenu-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.5rem;
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 500;
  backdrop-filter: blur(0.625rem);
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}
.submenu-nav {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
  width: 100%;
}
.submenu-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  color: var(--Text-Primary, #0E0F10);
  text-decoration: none;
  font-size: 1.0625rem;
  font-weight: 500;
  border-bottom: 0.0625rem solid var(--Text-Quaternary, #D8D9D9);
}
.submenu-nav-link:last-child {
  border-bottom: none;
}
.submenu-nav-link .material-symbols-outlined {
  font-size: 1.25rem;
  color: var(--Text-Tertiary, #8A8B8D);
}
@media screen and (max-width: 768px) {
  .header:hover {
    background: transparent;
    backdrop-filter: none;
  }
  .header:hover .logo img {
    content: url(https://staticcdn.buzud.com/home/logo_mono_dark.svg);
  }
  .header.scrolled,
  .header.has_placeholder {
    background: #fff;
    backdrop-filter: blur(0.625rem);
  }
  .header.scrolled .logo,
  .header.has_placeholder .logo {
    filter: none;
  }
  .header.scrolled .logo img,
  .header.has_placeholder .logo img {
    content: url('https://staticcdn.buzud.com/home/Logo-v2.svg');
  }
  .header.scrolled .mobile-menu-toggle .menu-icon,
  .header.has_placeholder .mobile-menu-toggle .menu-icon,
  .header.scrolled .mobile-menu-toggle .menu-text,
  .header.has_placeholder .mobile-menu-toggle .menu-text {
    color: var(--Text-Primary, #0E0F10);
    text-shadow: none;
  }
  .nav-container {
    height: 3.75rem;
    padding: 0 1rem;
  }
  .logo img {
    height: 2rem;
  }
  .nav-menu {
    display: none;
  }
  .nav-actions {
    gap: 0.75rem;
  }
  .nav-actions .language-selector,
  .nav-actions .search-btn,
  .nav-actions .store-btn,
  .nav-actions .profile-btn {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .fullscreen-menu-overlay {
    display: block;
  }
  .submenu-overlay {
    display: block !important;
  }
  .fullscreen-menu-header {
    border-bottom: none;
  }
  .fullscreen-menu-body {
    padding: 1.5rem 1.5rem 2rem 1.5rem;
    flex-direction: column;
    gap: 2.5rem;
  }
  .submenu-nav-header {
    margin-bottom: 2rem;
  }
  .submenu-body {
    padding: 2rem 1.5rem;
    max-width: none;
  }
  .submenu-image {
    width: 100%;
    height: 12rem;
  }
  .language-section {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
  .language-options-fullscreen {
    padding-left: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .desktop-submenu-overlay {
    display: none;
  }
  .nav-container {
    max-width: 100%;
    padding: 0 2rem;
  }
  .nav-menu {
    display: none;
  }
  .nav-actions {
    gap: 0.875rem;
  }
  .nav-actions .language-selector,
  .nav-actions .search-btn,
  .nav-actions .store-btn,
  .nav-actions .profile-btn {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .header:hover .mobile-menu-toggle .menu-icon,
  .header.scrolled .mobile-menu-toggle .menu-icon {
    color: var(--Text-Primary, #0E0F10);
    text-shadow: none;
  }
  .header:hover .mobile-menu-toggle .menu-text,
  .header.scrolled .mobile-menu-toggle .menu-text {
    color: var(--Text-Primary, #0E0F10);
    text-shadow: none;
  }
  .fullscreen-menu-overlay {
    display: block;
  }
  .fullscreen-menu-header {
    border-bottom: none;
  }
  .fullscreen-menu-body {
    padding: 2.5rem 5rem;
    flex-direction: row;
    gap: 9.5rem;
    align-items: flex-start;
  }
  .menu-section {
    flex: 0 0 auto;
    width: 29.5rem;
    max-width: none;
  }
  .menu-section h3 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    /* 100% */
    letter-spacing: -0.006rem;
  }
  .menu-section .fullscreen-nav-link {
    padding: 1rem 0.5rem 1rem 0rem;
    height: 3.5rem;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    /* 141.176% */
    letter-spacing: -0.00425rem;
    border-bottom: 0.0625rem solid var(--Text-Quaternary, #D8D9D9);
  }
  .services-section {
    flex: 0 0 auto;
    max-width: none;
  }
  .services-section h3 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    /* 100% */
    letter-spacing: -0.006rem;
  }
  .services-section .services-actions {
    margin-bottom: 4rem;
    border-bottom: none;
  }
  .services-section .service-action {
    gap: 0.5rem;
    padding: 0;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    /* 141.176% */
    letter-spacing: -0.00425rem;
  }
  .services-section .service-action .material-symbols-outlined {
    font-size: 1.5rem;
  }
  .services-section .language-section {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
    width: 12rem;
  }
  .services-section .language-options-fullscreen {
    padding: 0;
  }
  .services-section .language-option-fullscreen {
    height: 3.5rem;
    padding: 1rem 1.5rem 1rem 2rem;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    /* 141.176% */
    letter-spacing: -0.00425rem;
    border-bottom: 0.0625rem solid var(--Text-Quaternary, #D8D9D9);
  }
  .services-section .language-option-fullscreen .checkmark {
    font-size: 1.5rem;
    color: inherit;
  }
  .submenu-overlay {
    display: block !important;
  }
  .submenu-nav-header {
    margin-bottom: 2rem;
  }
  .submenu-body {
    max-width: 40rem;
  }
  .submenu-image {
    width: 30rem;
    height: 11.75rem;
  }
}
@media screen and (min-width: 1281px) {
  .mobile-menu-toggle {
    display: none !important;
  }
  .fullscreen-menu-overlay {
    display: none !important;
  }
  .submenu-overlay {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 24rem;
    background: #FFF;
    z-index: 9999;
    transform: translateY(-0.5rem);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 0.25rem 2rem rgba(0, 0, 0, 0.15);
    border-radius: 0;
    overflow: hidden;
  }
  .submenu-overlay.show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .submenu-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    max-width: 77rem;
    margin: 0 auto;
    padding: 0;
  }
  .submenu-header {
    display: none;
  }
  .submenu-body {
    flex: 1;
    padding: 2.25rem 9rem 2.25rem 9rem;
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: none;
    height: 100%;
    position: relative;
  }
  .submenu-title {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.5rem;
    letter-spacing: -0.008rem;
    color: #0E0F10;
    margin-bottom: 1.5rem;
    text-align: left;
  }
  .submenu-content-area {
    display: flex;
    flex-direction: row;
    gap: 2.875rem;
    flex: 1;
  }
  .submenu-nav-header {
    display: none;
  }
  .submenu-image {
    width: 23.875rem;
    height: 14rem;
    flex-shrink: 0;
    border-radius: 0.75rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background: #E7E7E7;
  }
  .submenu-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .submenu-image .submenu-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.5rem;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(0.625rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
    color: #ffffff;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 1.0625rem;
    line-height: 1.5rem;
    letter-spacing: -0.00425rem;
  }
  .submenu-image .submenu-image-overlay span {
    display: flex;
    align-items: center;
  }
  .submenu-image .submenu-image-overlay::after {
    content: '';
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml;utf8,<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6 4L10 8L6 12\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    flex-shrink: 0;
  }
  .submenu-nav {
    flex: 1;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 20rem;
  }
  .submenu-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    height: 3.5rem;
    border-bottom: 0.0625rem solid #D8D9D9;
    transition: color 0.3s ease;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 1.0625rem;
    line-height: 1.5rem;
    letter-spacing: -0.00425rem;
    color: #0E0F10;
    text-decoration: none;
  }
  .submenu-nav-link:hover {
    color: #00A9CE;
  }
  .submenu-nav-link:last-child {
    border-bottom: none;
  }
  .submenu-nav-link .material-symbols-outlined {
    font-size: 1rem;
    color: #8A8B8D;
  }
  .desktop-submenu-overlay {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 24rem;
    background: #FFF;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: translateY(-0.5rem);
  }
  .desktop-submenu-overlay.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .desktop-submenu-overlay .submenu-content {
    width: 100%;
    height: 100%;
    max-width: 77rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 2.5rem;
  }
  .desktop-submenu-overlay .submenu-content > div {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
  }
  .desktop-submenu-overlay .submenu-content > div h3 {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.5rem;
    color: #0E0F10;
    margin: 0;
  }
  .desktop-submenu-overlay .submenu-content > div > div {
    display: flex;
    flex-direction: row;
    gap: 2.875rem;
    align-items: flex-start;
  }
  .desktop-submenu-overlay .submenu-content > div > div > div:first-child {
    width: 23.875rem;
    height: 14rem;
    border-radius: 0.75rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background: #E7E7E7;
    flex-shrink: 0;
  }
  .desktop-submenu-overlay .submenu-content > div > div > div:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .desktop-submenu-overlay .submenu-content > div > div > div:first-child > div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.5rem;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(0.625rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
    color: #ffffff;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 1.0625rem;
  }
  .desktop-submenu-overlay .submenu-content > div > div nav {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 19.5rem;
  }
  .desktop-submenu-overlay .submenu-content > div > div nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    height: 3.5rem;
    border-bottom: 0.0625rem solid #D8D9D9;
    color: #0E0F10;
    text-decoration: none;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 1.0625rem;
    box-sizing: border-box;
    transition: color 0.3s ease;
  }
  .desktop-submenu-overlay .submenu-content > div > div nav a:hover {
    color: #00A9CE;
  }
  .desktop-submenu-overlay .submenu-content > div > div nav a:last-child {
    border-bottom: none;
  }
  .desktop-submenu-overlay .submenu-content > div > div nav a span:last-child {
    color: #8A8B8D;
  }
}
html {
  scroll-padding-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 3.75rem;
  }
}
@keyframes headerSlideIn {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.header {
  animation: headerSlideIn 0.3s ease-out;
}
.header_placeholder {
  background: #fff;
  position: relative;
  width: 100%;
  height: 4.375rem;
}
@media screen and (max-width: 768px) {
  .desktop-submenu-overlay {
    display: none;
  }
  .header_placeholder {
    height: 3.75rem;
  }
}
.medicare-hero-section {
  position: relative;
  height: 31.5rem;
  width: 100%;
  overflow: hidden;
  background-color: #00a9ce;
}
.medicare-hero-section .hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://staticcdn.buzud.com/web/home/solutions/medisave-hero.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.medicare-hero-section .hero-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background: linear-gradient(180deg, #6183B2 0%, rgba(97, 131, 178, 0) 100%);
}
.medicare-hero-section .hero-content {
  position: relative;
  z-index: 2;
  padding: 8.935rem 0 0 6.5rem;
  max-width: 77rem;
  margin: 0 auto;
}
.medicare-hero-section .hero-content .medicare-logo {
  width: 9.875rem;
  height: 1.5rem;
  background-image: url('https://staticcdn.buzud.com/web/home/solutions/medisave.svg');
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
}
.medicare-hero-section .hero-content .hero-title {
  font-weight: 500;
  font-size: 2rem;
  line-height: normal;
  color: #0e0f10;
  letter-spacing: -0.008rem;
  width: 31.25rem;
  margin-top: 1rem;
}
.medicare-hero-section .hero-content .hero-subtitle {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: normal;
  color: #0e0f10;
  letter-spacing: -0.0035rem;
  max-width: 31.125rem;
  margin-top: 0.5rem;
}
.medicare-hero-section .hero-content .hero-buttons {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}
.medicare-hero-section .hero-content .hero-buttons .btn-primary {
  background-color: #0e0f10;
  color: #ffffff;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: -0.0035rem;
  cursor: pointer;
}
.medicare-hero-section .hero-content .hero-buttons .btn-secondary {
  background-color: transparent;
  color: #0e0f10;
  border: 0.0625rem solid #0e0f10;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: -0.0035rem;
  cursor: pointer;
}
.statistics-section {
  background-color: #084999;
  border-radius: 1rem;
  margin: 1.5rem auto 0;
  width: 80rem;
  height: 10.75rem;
  overflow: hidden;
  position: relative;
}
.statistics-section .stats-container {
  display: flex;
  padding: 1.5rem;
  height: 100%;
  gap: 1.5rem;
}
.statistics-section .stats-container .stat-item {
  flex: 1;
  text-align: center;
  color: #ffffff;
}
.statistics-section .stats-container .stat-item .stat-number {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3.5rem;
  letter-spacing: -0.01rem;
  margin-top: 1.5rem;
}
.statistics-section .stats-container .stat-item .stat-label {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.0035rem;
  margin-top: 1rem;
}
.section-title {
  font-weight: 700;
  font-size: 2rem;
  line-height: normal;
  color: #0e0f10;
  text-align: center;
  letter-spacing: -0.008rem;
}
.section-description {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: normal;
  color: #0e0f10;
  text-align: center;
  letter-spacing: -0.0035rem;
  margin: 0.5rem auto 0;
}
.scenario-solutions-section {
  max-width: 80rem;
  margin: 3rem auto 0;
}
.scenario-solutions-section .scenario-cards-row {
  display: flex;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.scenario-solutions-section .scenario-cards-row .scenario-card {
  flex: 1;
  height: 28.5rem;
  background-color: #eeeff0;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.scenario-solutions-section .scenario-cards-row .scenario-card:hover {
  transform: scale(1.05);
}
.scenario-solutions-section .scenario-cards-row .scenario-card .card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.scenario-solutions-section .scenario-cards-row .scenario-card .card-bg.icu-bg {
  background-image: url('https://staticcdn.buzud.com/web/home/solutions/medisave-solutions-1.jpg');
}
.scenario-solutions-section .scenario-cards-row .scenario-card .card-bg.chronic-bg {
  background-image: url('https://staticcdn.buzud.com/web/home/solutions/medisave-solutions-2.jpg');
}
.scenario-solutions-section .scenario-cards-row .scenario-card .card-bg.emergency-bg {
  background-image: url('https://staticcdn.buzud.com/web/home/solutions/medisave-solutions-3.jpg');
}
.scenario-solutions-section .scenario-cards-row .scenario-card .card-bg.nursing-bg {
  background-image: url('https://staticcdn.buzud.com/web/home/solutions/medisave-solutions-4.jpg');
}
.scenario-solutions-section .scenario-cards-row .scenario-card .card-bg.primary-bg {
  background-image: url('https://staticcdn.buzud.com/web/home/solutions/medisave-solutions-5.jpg');
}
.scenario-solutions-section .scenario-cards-row .scenario-card .card-bg.rehab-bg {
  background-image: url('https://staticcdn.buzud.com/web/home/solutions/medisave-solutions-6.jpg');
}
.scenario-solutions-section .scenario-cards-row .scenario-card .card-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18.125rem;
  backdrop-filter: blur(0.625rem);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 20%, #000000 100%);
}
.scenario-solutions-section .scenario-cards-row .scenario-card .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1.5rem 1.88rem;
  z-index: 2;
}
.scenario-solutions-section .scenario-cards-row .scenario-card .card-content .card-title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #ffffff;
  letter-spacing: -0.006rem;
  min-height: 4.25rem;
}
.scenario-solutions-section .scenario-cards-row .scenario-card .card-content .card-description {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #ffffff;
  letter-spacing: -0.0035rem;
  margin-top: 1rem;
}
.scenario-solutions-section .scenario-cards-row .scenario-card .card-content .card-features {
  list-style: disc;
  padding-left: 1.3125rem;
  margin: 0;
  margin-top: 1rem;
}
.scenario-solutions-section .scenario-cards-row .scenario-card .card-content .card-features li {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #ffffff;
  letter-spacing: -0.0035rem;
  margin-bottom: 0;
}
.scenario-solutions-section .scenario-cards-row .scenario-card .card-content .card-features li:last-child {
  margin-bottom: 0;
}
.core-equipment-section {
  max-width: 80rem;
  margin: 4.5rem auto 0;
}
.core-equipment-section .equipment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.core-equipment-section .equipment-grid .equipment-card {
  background: linear-gradient(180deg, #f7f9fc 51.442%, #eaeff5 100%);
  border-radius: 0.75rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.core-equipment-section .equipment-grid .equipment-card.large-card {
  grid-column: span 2;
}
.core-equipment-section .equipment-grid .equipment-card .equipment-image {
  background-color: #eaeaea;
  height: 15rem;
  flex-shrink: 0;
}
.core-equipment-section .equipment-grid .equipment-card .equipment-info {
  padding: 1.5rem;
  height: 14.375rem;
  display: flex;
  flex-direction: column;
}
.core-equipment-section .equipment-grid .equipment-card .equipment-info .equipment-category {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #0e0f10;
  letter-spacing: -0.0035rem;
}
.core-equipment-section .equipment-grid .equipment-card .equipment-info .equipment-name {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: normal;
  color: #0e0f10;
  letter-spacing: -0.006rem;
  min-height: 3.625rem;
  margin-top: 1rem;
}
.core-equipment-section .equipment-grid .equipment-card .equipment-info .equipment-description {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #0e0f10;
  letter-spacing: -0.0035rem;
  margin-top: 0.5rem;
}
.service-support-section {
  max-width: 80rem;
  margin: 4.5rem auto 0;
}
.service-support-section .service-timeline {
  position: relative;
  margin-top: 2.5rem;
}
.service-support-section .service-timeline .timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  background-color: #084999;
  transform: translateX(-50%);
  height: 100%;
  width: 0.25rem;
}
.service-support-section .service-timeline .timeline-dot {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.25rem solid #084999;
  border-radius: 50%;
  background-color: #fff;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.service-support-section .service-timeline .service-card {
  width: 35.875rem;
  background: linear-gradient(180deg, #f7f9fc 51.442%, #eaeff5 100%);
  border-radius: 0.75rem;
  padding: 1.5rem;
  position: relative;
  margin-top: 1rem;
}
.service-support-section .service-timeline .service-card:first-of-type {
  margin-top: 0;
}
.service-support-section .service-timeline .service-card.left {
  margin-right: auto;
  margin-left: 1.5rem;
}
.service-support-section .service-timeline .service-card.left .timeline-dot {
  right: -3.37rem;
}
.service-support-section .service-timeline .service-card.right {
  margin-left: auto;
  margin-right: 1.5rem;
}
.service-support-section .service-timeline .service-card.right .timeline-dot {
  left: -3.37rem;
}
.service-support-section .service-timeline .service-card .service-title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: normal;
  color: #0e0f10;
  letter-spacing: -0.006rem;
}
.service-support-section .service-timeline .service-card .service-description {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #0e0f10;
  letter-spacing: -0.0035rem;
  margin-top: 0.75rem;
}
.collaboration-process-section {
  max-width: 80rem;
  margin: 4.5rem auto 0;
}
.collaboration-process-section .process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2.5rem 0;
  margin-top: 2.5rem;
}
.collaboration-process-section .process-steps .process-step {
  text-align: center;
  padding: 1rem;
}
.collaboration-process-section .process-steps .process-step .step-number {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #084999;
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.5rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #ffffff;
  letter-spacing: -0.006rem;
}
.collaboration-process-section .process-steps .process-step .step-title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #0e0f10;
  letter-spacing: -0.006rem;
  margin-top: 0.5rem;
}
.collaboration-process-section .process-steps .process-step .step-description {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #000000;
  letter-spacing: -0.004rem;
  margin-top: 0.5rem;
}
.success-stories-section {
  max-width: 80rem;
  margin: 4.5rem auto 0;
}
.success-stories-section .story-card {
  display: flex;
  border-radius: 1rem;
  overflow: hidden;
  margin: 2.5rem auto 0;
  height: 20rem;
  width: 55rem;
}
.success-stories-section .story-card .story-image {
  width: 20rem;
  height: 20rem;
  background-color: #eaeaea;
  background-image: url('https://staticcdn.buzud.com/web/home/solutions/medisave-story.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.success-stories-section .story-card .story-content {
  background: linear-gradient(180deg, #f7f9fc 51.442%, #eaeff5 100%);
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.success-stories-section .story-card .story-content .story-title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #0e0f10;
  letter-spacing: -0.006rem;
}
.success-stories-section .story-card .story-content .story-meta {
  display: flex;
  gap: 1rem;
  margin-top: 2.5rem;
}
.success-stories-section .story-card .story-content .story-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.success-stories-section .story-card .story-content .story-meta .meta-item .meta-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.success-stories-section .story-card .story-content .story-meta .meta-item .meta-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.success-stories-section .story-card .story-content .story-meta .meta-item .meta-text {
  margin-left: 0.25rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #0e0f10;
  letter-spacing: -0.004rem;
}
.success-stories-section .story-card .story-content .story-description {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #0e0f10;
  letter-spacing: -0.004rem;
  margin-top: 3rem;
}
.cta-section {
  background-color: #084999;
  width: 100%;
  padding: 2.5rem 0;
  margin-top: 3rem;
  text-align: center;
}
.cta-section .cta-title {
  font-weight: 700;
  font-size: 2rem;
  line-height: normal;
  color: #ffffff;
  letter-spacing: -0.008rem;
}
.cta-section .cta-subtitle {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: normal;
  color: #ffffff;
  letter-spacing: -0.0035rem;
  margin-top: 0.5rem;
}
.cta-section .cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2.5rem;
}
.cta-section .cta-buttons .btn-primary-inverse {
  background-color: #ffffff;
  color: #0e0f10;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: -0.0035rem;
  cursor: pointer;
}
.cta-section .cta-buttons .btn-secondary-inverse {
  background-color: transparent;
  color: #ffffff;
  border: 0.0625rem solid #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: -0.0035rem;
  cursor: pointer;
}
@media screen and (max-width: 1280px) and (min-width: 750px) {
  .hero-section {
    height: 31.5rem;
  }
  .hero-section .hero-mask {
    width: 64rem;
    height: 10rem;
  }
  .hero-section .hero-content {
    padding: 10.8125rem 0 0 5rem;
    max-width: 64rem;
  }
  .hero-section .hero-content .vitalmind-logo {
    width: 8.75rem;
    height: 1.5rem;
    margin-bottom: 1rem;
  }
  .hero-section .hero-content .hero-title {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
  .hero-section .hero-content .hero-subtitle {
    font-size: 0.875rem;
    max-width: 23.8125rem;
  }
  .section-title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
  .analysis-section {
    max-width: 64rem;
    padding: 3rem 0 0;
  }
  .analysis-section .section-description {
    font-size: 0.875rem;
    max-width: 37.6875rem;
    margin: 0 auto 4rem;
  }
  .analysis-section .process-cards {
    gap: 1.5rem;
    padding: 0 1.5rem;
  }
  .analysis-section .process-cards .process-card {
    height: auto;
    padding: 1.5rem 1.5rem 2.75rem;
  }
  .analysis-section .process-cards .process-card .card-title {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 2.75rem;
  }
  .analysis-section .process-cards .process-card .data-items {
    gap: 0.5rem;
    padding: 0;
  }
  .analysis-section .process-cards .process-card .data-items .data-item {
    height: 3.5rem;
    padding: 0 1.5rem;
    font-size: 0.875rem;
  }
  .advantages-section {
    max-width: 64rem;
    margin: 4.5rem auto 0;
  }
  .advantages-section .advantage-cards {
    gap: 1.5rem;
    padding: 0 1.5rem;
  }
  .advantages-section .advantage-cards .advantage-card {
    padding: 1.5rem 2.5rem 2.5rem;
  }
  .advantages-section .advantage-cards .advantage-card .advantage-icon {
    width: 6rem;
    height: 6rem;
  }
  .advantages-section .advantage-cards .advantage-card .advantage-title {
    font-size: 1.375rem;
    line-height: 1.875rem;
    margin: 1rem auto 0;
  }
  .advantages-section .advantage-cards .advantage-card .advantage-list {
    padding-left: 1.3125rem;
    margin: 1.5rem auto 0;
  }
  .advantages-section .advantage-cards .advantage-card .advantage-list li {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .scenarios-section {
    margin: 3rem 0 0;
    padding: 2.5rem 0 4rem;
  }
  .scenarios-section .scenario-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 64rem;
    margin: 12.375rem auto 0;
    padding: 0 1.5rem;
  }
  .scenarios-section .scenario-grid .scenario-card {
    padding: 2rem 1.5rem 2rem 2.5rem;
    gap: 2rem;
  }
  .scenarios-section .scenario-grid .scenario-card .scenario-icon {
    width: 4rem;
    height: 4rem;
  }
  .scenarios-section .scenario-grid .scenario-card .scenario-title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
  .scenarios-section .scenario-grid .scenario-card .scenario-description {
    font-size: 0.875rem;
  }
  .competitive-section {
    padding: 2.5rem 0;
  }
  .competitive-section .competitive-cards {
    gap: 1.5rem;
    max-width: 64rem;
    margin: 2.5rem auto 0;
    padding: 0 1.5rem;
  }
  .competitive-section .competitive-cards .competitive-card {
    padding: 1.5rem;
  }
  .competitive-section .competitive-cards .competitive-card .competitive-title {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
  .competitive-section .competitive-cards .competitive-card .competitive-description {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 1rem;
  }
  .contact-section {
    padding: 4rem 0 1.5rem;
  }
  .contact-section .contact-cards {
    gap: 1.5rem;
    max-width: 64rem;
    margin: 2.5rem auto 0;
    padding: 0 1.5rem;
  }
  .contact-section .contact-cards .contact-card {
    padding: 1.5rem 0;
    gap: 0.5rem;
  }
  .contact-section .contact-cards .contact-card .contact-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .contact-section .contact-cards .contact-card .contact-info {
    gap: 0.3125rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media screen and (max-width: 750px) {
  .hero-section {
    height: 31.5rem;
  }
  .hero-section .hero-mask {
    width: 23.4375rem;
    height: 10rem;
  }
  .hero-section .hero-content {
    padding: 10.5625rem 0 0 1.5rem;
    max-width: 23.4375rem;
  }
  .hero-section .hero-content .vitalmind-logo {
    width: 8.75rem;
    height: 1.5rem;
    margin-bottom: 1rem;
  }
  .hero-section .hero-content .hero-title {
    font-size: 1.5rem;
    line-height: 2.125rem;
    margin-bottom: 0.5rem;
    width: 20.4375rem;
  }
  .hero-section .hero-content .hero-subtitle {
    font-size: 0.875rem;
    width: 20.4375rem;
  }
  .section-title {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
  }
  .analysis-section {
    max-width: 23.4375rem;
    padding: 2.5rem 0 0;
  }
  .analysis-section .section-description {
    font-size: 0.875rem;
    line-height: 1.125rem;
    max-width: 20.4375rem;
    margin: 0 auto 2.5rem;
  }
  .analysis-section .process-cards {
    flex-direction: column;
    gap: 1.5rem;
    padding: 0 1.5rem;
  }
  .analysis-section .process-cards .process-card {
    height: auto;
    width: 100%;
    padding: 1.5rem 1.5rem 2.75rem;
  }
  .analysis-section .process-cards .process-card .card-title {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 2.75rem;
  }
  .analysis-section .process-cards .process-card .data-items {
    gap: 0.5rem;
    padding: 0;
  }
  .analysis-section .process-cards .process-card .data-items .data-item {
    height: 3.5rem;
    padding: 0 1.5rem;
    font-size: 0.875rem;
  }
  .advantages-section {
    max-width: 23.4375rem;
    margin: 5rem auto 0;
  }
  .advantages-section .section-title {
    margin-bottom: 1.5rem;
  }
  .advantages-section .advantage-cards {
    flex-direction: column;
    gap: 1.5rem;
    padding: 0 1.5rem;
  }
  .advantages-section .advantage-cards .advantage-card {
    width: 100%;
    padding: 1.5rem 1.5rem 2.5rem;
  }
  .advantages-section .advantage-cards .advantage-card .advantage-icon {
    width: 6rem;
    height: 6rem;
  }
  .advantages-section .advantage-cards .advantage-card .advantage-title {
    font-size: 1.375rem;
    line-height: 1.875rem;
    margin: 1rem auto 0;
  }
  .advantages-section .advantage-cards .advantage-card .advantage-list {
    padding-left: 1.3125rem;
    margin: 1.5rem auto 0;
  }
  .advantages-section .advantage-cards .advantage-card .advantage-list li {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .scenarios-section {
    margin: 2.5rem 0 0;
    padding: 2.5rem 0 4rem;
  }
  .scenarios-section .scenario-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 20.4375rem;
    margin: 0 auto 0;
    padding: 0;
  }
  .scenarios-section .scenario-grid .scenario-card {
    padding: 1.5rem;
    gap: 1.5rem;
    height: auto;
    min-height: 9.75rem;
  }
  .scenarios-section .scenario-grid .scenario-card .scenario-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  .scenarios-section .scenario-grid .scenario-card .scenario-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .scenarios-section .scenario-grid .scenario-card .scenario-description {
    font-size: 0.875rem;
  }
  .competitive-section {
    padding: 2.5rem 0 4rem;
  }
  .competitive-section .competitive-cards {
    flex-direction: column;
    gap: 4.5rem;
    max-width: 20.4375rem;
    margin: 4rem auto 0;
    padding: 0 1.5rem;
  }
  .competitive-section .competitive-cards .competitive-card {
    width: 100%;
    padding: 0;
    height: 9.875rem;
  }
  .competitive-section .competitive-cards .competitive-card .competitive-title {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
  .competitive-section .competitive-cards .competitive-card .competitive-description {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 1rem;
  }
  .contact-section {
    padding: 2.5rem 1.5rem;
  }
  .contact-section .section-title {
    margin-bottom: 1.5rem;
  }
  .contact-section .contact-cards {
    flex-direction: column;
    gap: 0;
    max-width: 20.4375rem;
    margin: 2.5rem auto 0;
    padding: 0;
  }
  .contact-section .contact-cards .contact-card {
    width: 100%;
    padding: 0.5rem 0;
    gap: 0.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact-section .contact-cards .contact-card .contact-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .contact-section .contact-cards .contact-card .contact-info {
    gap: 0.3125rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}


/*# sourceMappingURL=solutions-medicare.cadf582e.css.map*/