@media (min-width: 721px) {
  body:not(.dark) .site-header,
  body:not(.dark) .site-header.scrolled,
  body.hero-page:not(.dark) .site-header,
  body.hero-page:not(.dark).header-scrolled .site-header,
  body.izajes-solid-day-header:not(.dark) .site-header {
    background: #eef4ff !important;
    background-image: none !important;
    border-bottom: 1px solid rgba(194, 206, 236, 0.7) !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    opacity: 1 !important;
  }

  body.dark .site-header,
  body.dark .site-header.scrolled,
  body.dark.hero-page .site-header,
  body.dark.hero-page .site-header.scrolled {
    background: #050608 !important;
    background-image: none !important;
    border-bottom: 1px solid rgba(179, 198, 244, 0.14) !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    opacity: 1 !important;
  }

  body:not(.dark) .site-header::before,
  body:not(.dark) .site-header::after,
  body.dark .site-header::before,
  body.dark .site-header::after {
    content: none !important;
    background: none !important;
    box-shadow: none !important;
    opacity: 0 !important;
  }

  .site-header {
    transition: none !important;
  }

  .site-header .header-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 68px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    gap: 16px !important;
  }

  .site-header .brand {
    flex: 0 0 auto !important;
    min-width: 250px !important;
    gap: 0 !important;
    opacity: 1 !important;
    filter: none !important;
    text-decoration: none !important;
  }

  .site-header .brand .brand-logo {
    display: block !important;
    width: auto !important;
    height: 40px !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    mix-blend-mode: normal !important;
  }

  body:not(.dark) .site-header .brand .logo-light {
    display: none !important;
  }

  body:not(.dark) .site-header .brand .logo-dark {
    display: block !important;
  }

  body.dark .site-header .brand .logo-light {
    display: block !important;
  }

  body.dark .site-header .brand .logo-dark {
    display: none !important;
  }

  .site-header .main-nav {
    flex: 1 1 auto !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    margin-left: auto !important;
    padding: 6px 8px 6px 14px !important;
    border-radius: 999px !important;
    width: min(100%, 1040px) !important;
  }

  body:not(.dark) .site-header .main-nav {
    background: #ffffff !important;
    border: 1px solid rgba(194, 206, 236, 0.7) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1) !important;
  }

  body.dark .site-header .main-nav {
    background: #0b0d11 !important;
    border: 1px solid rgba(179, 198, 244, 0.14) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
  }

  .site-header .main-nav .nav-link,
  .site-header .main-nav .nav-dropdown-toggle {
    min-height: 32px !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
  }

  body:not(.dark) .site-header .main-nav .nav-link,
  body:not(.dark) .site-header .main-nav .nav-dropdown-toggle,
  body:not(.dark) .site-header .theme-toggle,
  body:not(.dark) .site-header .book-link,
  body:not(.dark) .site-header .header-utility,
  body:not(.dark) .site-header .material-symbols-outlined,
  body:not(.dark) .site-header .header-search-input,
  body:not(.dark) .site-header .header-search-input::placeholder {
    color: #24389a !important;
    -webkit-text-fill-color: #24389a !important;
    opacity: 1 !important;
    text-shadow: none !important;
  }

  body.dark .site-header .main-nav .nav-link,
  body.dark .site-header .main-nav .nav-dropdown-toggle,
  body.dark .site-header .theme-toggle,
  body.dark .site-header .book-link,
  body.dark .site-header .header-utility,
  body.dark .site-header .material-symbols-outlined,
  body.dark .site-header .header-search-input,
  body.dark .site-header .header-search-input::placeholder {
    color: #f5f6f8 !important;
    -webkit-text-fill-color: #f5f6f8 !important;
    opacity: 1 !important;
    text-shadow: none !important;
  }

  .site-header .nav-dropdown-toggle .material-symbols-outlined {
    font-size: 18px !important;
  }

  .site-header .header-search {
    margin-left: auto !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    width: 274px !important;
    min-width: 274px !important;
    height: 44px !important;
    padding: 0 14px 0 44px !important;
    border-radius: 999px !important;
  }

  body:not(.dark) .site-header .header-search {
    background: #ffffff !important;
    border: 1px solid rgba(194, 206, 236, 0.7) !important;
  }

  body.dark .site-header .header-search {
    background: #11151c !important;
    border: 1px solid rgba(179, 198, 244, 0.12) !important;
  }

  .site-header .header-search-icon {
    position: absolute !important;
    left: 16px !important;
    top: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 16px !important;
    height: 16px !important;
    font-size: 15px !important;
    line-height: 1 !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: none !important;
  }

  .site-header .header-search-input {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
  }

  body:not(.dark) .site-header .header-search-input::placeholder {
    color: #5f72a1 !important;
    -webkit-text-fill-color: #5f72a1 !important;
  }

  body.dark .site-header .header-search-input::placeholder {
    color: rgba(245, 246, 248, 0.68) !important;
    -webkit-text-fill-color: rgba(245, 246, 248, 0.68) !important;
  }

  .site-header .header-search-results {
    top: calc(100% + 8px) !important;
  }

  .site-header .header-utilities {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin-left: 0 !important;
    padding-left: 8px !important;
  }

  body:not(.dark) .site-header .header-utilities {
    border-left: 1px solid rgba(194, 206, 236, 0.7) !important;
  }

  body.dark .site-header .header-utilities {
    border-left: 1px solid rgba(179, 198, 244, 0.12) !important;
  }

  .site-header .header-utility {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    border-radius: 50% !important;
  }

  body:not(.dark) .site-header .header-utility {
    background: #ffffff !important;
    border: 1px solid rgba(194, 206, 236, 0.7) !important;
    box-shadow: none !important;
  }

  body.dark .site-header .header-utility {
    background: #11151c !important;
    border: 1px solid rgba(179, 198, 244, 0.12) !important;
    box-shadow: none !important;
  }

  .site-header .header-utility .material-symbols-outlined {
    font-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
  }

  body:not(.dark) .site-header .nav-dropdown-menu {
    background: #ffffff !important;
    border: 1px solid rgba(194, 206, 236, 0.7) !important;
    box-shadow: 0 16px 32px rgba(24, 41, 95, 0.08) !important;
  }

  body.dark .site-header .nav-dropdown-menu {
    background: #0b0d11 !important;
    border: 1px solid rgba(179, 198, 244, 0.12) !important;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2) !important;
  }

  body:not(.dark) .site-header .nav-dropdown-menu a {
    color: #24389a !important;
  }

  body.dark .site-header .nav-dropdown-menu a {
    color: #f5f6f8 !important;
  }

  .site-header .main-nav .nav-link:hover,
  .site-header .main-nav .nav-link:focus-visible,
  .site-header .main-nav .nav-dropdown-toggle:hover,
  .site-header .main-nav .nav-dropdown-toggle:focus-visible,
  .site-header .main-nav .nav-dropdown-toggle[aria-expanded="true"] {
    box-shadow: none !important;
    transform: none !important;
  }

  body:not(.dark) .site-header .main-nav .nav-link:hover,
  body:not(.dark) .site-header .main-nav .nav-link:focus-visible,
  body:not(.dark) .site-header .main-nav .nav-dropdown-toggle:hover,
  body:not(.dark) .site-header .main-nav .nav-dropdown-toggle:focus-visible,
  body:not(.dark) .site-header .main-nav .nav-dropdown-toggle[aria-expanded="true"] {
    background: rgba(36, 56, 154, 0.06) !important;
  }

  body.dark .site-header .main-nav .nav-link:hover,
  body.dark .site-header .main-nav .nav-link:focus-visible,
  body.dark .site-header .main-nav .nav-dropdown-toggle:hover,
  body.dark .site-header .main-nav .nav-dropdown-toggle:focus-visible,
  body.dark .site-header .main-nav .nav-dropdown-toggle[aria-expanded="true"] {
    background: rgba(255, 255, 255, 0.08) !important;
  }
}
