/* Cô giáo Emily header styled after the two-tier English center reference. */
.site-header.site-header--sunflower {
    --ms-header-navy: #07175b;
    --ms-header-navy-2: #0d246f;
    --ms-header-blue: #102b78;
    --ms-header-red: #c8102e;
    --ms-header-red-2: #e11d32;
    --ms-header-red-dark: #9f1239;
    --ms-header-red-deep: #7f0d1d;
    --ms-header-gold: #f7b718;
    --ms-header-gold-dark: #e0a10b;
    --ms-header-ink: #101942;
    --ms-header-muted: #667085;
    --ms-header-line: rgba(16, 25, 66, 0.1);
    --ms-header-shell: min(calc(100% - clamp(1rem, 4vw, 5rem)), 94rem);
    position: relative !important;
    z-index: 1200 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: 0 1px 0 rgba(16, 25, 66, 0.08), 0 12px 30px rgba(16, 25, 66, 0.06) !important;
    overflow: visible !important;
    isolation: isolate !important;
    font-family: "Google Sans Flex", "Inter", Arial, sans-serif !important;
}

body.home-page .site-header.site-header--sunflower {
    position: sticky !important;
    top: 0 !important;
}

.site-header.site-header--sunflower *,
.site-header.site-header--sunflower *::before,
.site-header.site-header--sunflower *::after {
    box-sizing: border-box !important;
    letter-spacing: 0 !important;
}

.site-header--sunflower a {
    text-decoration: none !important;
}

.site-header--sunflower svg {
    display: block !important;
}

.site-header--sunflower .site-header__utility {
    width: 100% !important;
    background: linear-gradient(90deg, var(--ms-header-red-deep) 0%, var(--ms-header-red-dark) 42%, var(--ms-header-red) 100%) !important;
    color: #ffffff !important;
}

.site-header--sunflower .site-header__utility-inner,
.site-header--sunflower .site-header__main {
    width: var(--ms-header-shell) !important;
    max-width: none !important;
    margin-inline: auto !important;
}

.site-header--sunflower .site-header__utility-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: clamp(0.8rem, 2vw, 2rem) !important;
    min-height: 3.2rem !important;
    padding: 0.35rem 0 !important;
}

.site-header--sunflower .site-header__contact-list,
.site-header--sunflower .site-header__utility-actions,
.site-header--sunflower .site-header__socials,
.site-header--sunflower .site-header__quick-links,
.site-header--sunflower .site-header__auth-actions,
.site-header--sunflower .header-actions {
    display: flex !important;
    align-items: center !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.site-header--sunflower .site-header__contact-list {
    flex: 1 1 auto !important;
    gap: clamp(0.8rem, 1.6vw, 1.65rem) !important;
    overflow: hidden !important;
}

.site-header--sunflower .site-header__contact-track,
.site-header--sunflower .site-header__contact-group {
    display: flex !important;
    align-items: center !important;
    min-width: 0 !important;
}

.site-header--sunflower .site-header__contact-track {
    flex: 1 1 auto !important;
    overflow: hidden !important;
}

.site-header--sunflower .site-header__contact-group {
    gap: clamp(0.8rem, 1.6vw, 1.65rem) !important;
}

.site-header--sunflower .site-header__contact-group--duplicate {
    display: none !important;
}

.site-header--sunflower .site-header__contact-link,
.site-header--sunflower .site-header__contact-link:visited {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.44rem !important;
    min-width: 0 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.9) !important;
    font-size: 0.88rem !important;
    font-weight: 750 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
}

.site-header--sunflower .site-header__contact-link:hover,
.site-header--sunflower .site-header__contact-link:focus-visible {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    outline: none !important;
}

.site-header--sunflower .site-header__contact-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 1.05rem !important;
    height: 1.05rem !important;
    flex: 0 0 1.05rem !important;
    color: #ffffff !important;
}

.site-header--sunflower .site-header__contact-icon svg {
    width: 100% !important;
    height: 100% !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.25 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.site-header--sunflower .site-header__contact-label {
    display: block !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.site-header--sunflower .site-header__contact-link--address .site-header__contact-label {
    max-width: min(34rem, 34vw) !important;
}

.site-header--sunflower .site-header__utility-actions {
    flex: 0 0 auto !important;
    justify-content: flex-end !important;
    gap: 0.72rem !important;
}

.site-header--sunflower .site-header__socials {
    gap: 0.55rem !important;
}

.site-header--sunflower .site-header__social-link,
.site-header--sunflower .site-header__social-link:visited {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 1.95rem !important;
    height: 1.95rem !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: rgba(255, 255, 255, 0.1) !important;
    transition: background 0.18s ease, transform 0.18s ease !important;
}

.site-header--sunflower .site-header__social-link:hover,
.site-header--sunflower .site-header__social-link:focus-visible {
    background: rgba(255, 255, 255, 0.18) !important;
    transform: translateY(-1px) !important;
    outline: none !important;
}

.site-header--sunflower .site-header__social-link svg {
    width: 1.18rem !important;
    height: 1.18rem !important;
    fill: currentColor !important;
}

.site-header--sunflower .site-header__utility-separator {
    width: 1px !important;
    height: 1.55rem !important;
    flex: 0 0 1px !important;
    background: rgba(255, 255, 255, 0.32) !important;
}

.site-header--sunflower .site-header__quick-links,
.site-header--sunflower .site-header__auth-actions,
.site-header--sunflower .header-actions {
    justify-content: flex-end !important;
    gap: 0.62rem !important;
}

.site-header--sunflower .site-language-switcher {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.34rem !important;
    min-height: 2.2rem !important;
    padding: 0 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}

.site-header--sunflower .site-language-switcher__icon,
.site-header--sunflower .site-language-switcher__caret {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: currentColor !important;
}

.site-header--sunflower .site-language-switcher__icon {
    width: 1rem !important;
    height: 1rem !important;
}

.site-header--sunflower .site-language-switcher__caret {
    width: 0.78rem !important;
    height: 0.78rem !important;
}

.site-header--sunflower .site-language-switcher svg {
    width: 100% !important;
    height: 100% !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.25 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.site-header--sunflower .site-language-switcher__links {
    position: relative !important;
    display: inline-grid !important;
    min-width: 2.12rem !important;
    align-items: center !important;
}

.site-header--sunflower .site-language-switcher__link,
.site-header--sunflower .site-language-switcher__link:visited {
    grid-area: 1 / 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    min-height: 1.1rem !important;
    color: currentColor !important;
    -webkit-text-fill-color: currentColor !important;
    font-size: 0.9rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.site-header--sunflower .site-language-switcher__link.is-active {
    opacity: 1 !important;
    pointer-events: auto !important;
}

.site-header--sunflower .site-language-switcher__link:not(.is-active) {
    position: absolute !important;
    top: calc(100% + 0.72rem) !important;
    left: -1.35rem !important;
    z-index: 30 !important;
    min-width: 5.4rem !important;
    min-height: 2.35rem !important;
    padding: 0 0.9rem !important;
    border: 1px solid rgba(16, 25, 66, 0.1) !important;
    border-radius: 0.62rem !important;
    background: #ffffff !important;
    color: var(--ms-header-ink) !important;
    -webkit-text-fill-color: var(--ms-header-ink) !important;
    box-shadow: 0 16px 34px rgba(16, 25, 66, 0.16) !important;
    transform: translateY(-0.2rem) !important;
    transition: opacity 0.16s ease, transform 0.16s ease !important;
}

.site-header--sunflower .site-language-switcher:hover .site-language-switcher__link:not(.is-active),
.site-header--sunflower .site-language-switcher:focus-within .site-language-switcher__link:not(.is-active) {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
}

.site-header--sunflower .header-notify-btn,
.site-header--sunflower .header-notify-btn:visited {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 2.25rem !important;
    height: 2.25rem !important;
    flex: 0 0 2.25rem !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    box-shadow: none !important;
    transform: none !important;
}

.site-header--sunflower .header-notify-btn:hover,
.site-header--sunflower .header-notify-btn:focus-visible,
.site-header--sunflower .header-notify-btn.is-active {
    background: rgba(255, 255, 255, 0.12) !important;
    outline: none !important;
}

.site-header--sunflower .header-notify-btn__icon,
.site-header--sunflower .header-notify-btn__icon svg {
    width: 1.18rem !important;
    height: 1.18rem !important;
}

.site-header--sunflower .header-notify-btn__badge {
    position: absolute !important;
    top: 0rem !important;
    right: 0.05rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 1.15rem !important;
    height: 1.15rem !important;
    padding: 0 0.25rem !important;
    border: 1.5px solid #ffffff !important;
    border-radius: 999px !important;
    background: var(--ms-header-gold) !important;
    color: var(--ms-header-red) !important;
    -webkit-text-fill-color: var(--ms-header-red) !important;
    font-size: 0.65rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-align: center !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
    z-index: 2 !important;
}

.site-header--sunflower .header-notify-btn__badge--dot {
    position: absolute !important;
    top: 0.24rem !important;
    right: 0.3rem !important;
    display: inline-flex !important;
    width: 0.5rem !important;
    min-width: 0.5rem !important;
    height: 0.5rem !important;
    padding: 0 !important;
    border: 2px solid var(--ms-header-red-deep) !important;
    border-radius: 999px !important;
    background: var(--ms-header-gold) !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    z-index: 2 !important;
}

.site-header--sunflower .header-notify-btn__badge[hidden]:not(.header-notify-btn__badge--dot) {
    display: none !important;
}

.site-header--sunflower .btn-login,
.site-header--sunflower .btn-login:visited,
.site-header--sunflower .user-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.45rem !important;
    min-height: 2.25rem !important;
    padding: 0 0.92rem 0 0.4rem !important;
    border: 1px solid rgba(255, 255, 255, 0.42) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    box-shadow: none !important;
    font-size: 0.88rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    cursor: pointer !important;
}

.site-header--sunflower .btn-login:hover,
.site-header--sunflower .btn-login:focus-visible,
.site-header--sunflower .user-toggle:hover,
.site-header--sunflower .user-toggle:focus-visible {
    border-color: rgba(255, 255, 255, 0.72) !important;
    background: rgba(255, 255, 255, 0.15) !important;
    outline: none !important;
}

.site-header--sunflower .btn-login__icon,
.site-header--sunflower .user-avatar {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 1.62rem !important;
    height: 1.62rem !important;
    flex: 0 0 1.62rem !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: var(--ms-header-red) !important;
    -webkit-text-fill-color: var(--ms-header-red) !important;
}

.site-header--sunflower .btn-login__icon svg {
    width: 0.98rem !important;
    height: 0.98rem !important;
}

.site-header--sunflower .btn-login__icon svg path {
    fill: currentColor !important;
}

.site-header--sunflower .site-header-utility-consultation,
.site-header--sunflower .site-header-utility-consultation:visited {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.44rem !important;
    min-height: 2.25rem !important;
    padding: 0 0.92rem 0 0.42rem !important;
    border: 1px solid rgba(255, 255, 255, 0.42) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    box-shadow: none !important;
    font-size: 0.82rem !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

.site-header--sunflower .site-header-utility-consultation:hover,
.site-header--sunflower .site-header-utility-consultation:focus-visible {
    border-color: rgba(255, 255, 255, 0.74) !important;
    background: rgba(255, 255, 255, 0.18) !important;
    outline: none !important;
}

.site-header--sunflower .site-header-utility-consultation__icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 1.62rem !important;
    height: 1.62rem !important;
    flex: 0 0 1.62rem !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.18) !important;
    color: #ffffff !important;
}

.site-header--sunflower .site-header-utility-consultation__icon svg {
    width: 0.98rem !important;
    height: 0.98rem !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.25 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.site-header--sunflower .user-menu {
    position: relative !important;
    z-index: 40 !important;
    display: inline-flex !important;
    min-width: 0 !important;
}

.site-header--sunflower .user-avatar img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.site-header--sunflower .user-avatar-fallback {
    color: var(--ms-header-red) !important;
    -webkit-text-fill-color: var(--ms-header-red) !important;
    font-size: 0.66rem !important;
    font-weight: 900 !important;
}

.site-header--sunflower .user-meta {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.08rem !important;
    min-width: 0 !important;
}

.site-header--sunflower .user-greeting {
    display: none !important;
}

.site-header--sunflower .user-name {
    max-width: min(12rem, 18vw) !important;
    overflow: hidden !important;
    color: currentColor !important;
    -webkit-text-fill-color: currentColor !important;
    font-weight: 900 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.site-header--sunflower .user-caret {
    margin-left: 0.08rem !important;
    border-top-color: currentColor !important;
}

.site-header--sunflower .site-header__main {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: clamp(1rem, 2.6vw, 3rem) !important;
    min-height: 6.8rem !important;
    padding: 0.85rem 0 !important;
    background: #ffffff !important;
}

.site-header--sunflower .site-header__brand-search {
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    min-width: 0 !important;
}

.site-header--sunflower .logo-block {
    display: inline-flex !important;
    align-items: center !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.site-header--sunflower .logo-link,
.site-header--sunflower .site-brand-link,
.site-header--sunflower .site-brand-link:visited {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0 !important;
    min-width: 0 !important;
    color: var(--ms-header-red) !important;
    -webkit-text-fill-color: var(--ms-header-red) !important;
}

.site-header--sunflower .site-brand-mark {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: clamp(9.6rem, 11.6vw, 11.25rem) !important;
    height: auto !important;
    aspect-ratio: 1491 / 575 !important;
    flex: 0 0 clamp(9.6rem, 11.6vw, 11.25rem) !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.site-header--sunflower .site-brand-mark img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.site-header--sunflower .site-brand-word {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
}

.site-header--sunflower .site-header__menu {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: clamp(0.9rem, 2vw, 2rem) !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.site-header--sunflower .main-nav {
    display: flex !important;
    flex: 1 1 auto !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: clamp(0.55rem, 1vw, 1.35rem) !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.site-header--sunflower .main-nav .site-language-switcher--mobile {
    display: none !important;
}

.site-header--sunflower .main-nav__item {
    position: relative !important;
    display: inline-flex !important;
    align-items: stretch !important;
    flex: 0 0 auto !important;
}

.site-header--sunflower .main-nav__link,
.site-header--sunflower .main-nav a.main-nav__link,
.site-header--sunflower .main-nav a.main-nav__link:visited,
html body .site-header.site-header--sunflower .main-nav a.main-nav__link,
html body .site-header.site-header--sunflower .main-nav a.main-nav__link:visited {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 4.7rem !important;
    padding: 0 0.04rem !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: none !important;
    color: rgba(16, 25, 66, 0.82) !important;
    -webkit-text-fill-color: rgba(16, 25, 66, 0.82) !important;
    box-shadow: none !important;
    font-size: 0.93rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    opacity: 1 !important;
    filter: none !important;
}

.site-header--sunflower .main-nav__link::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0.72rem !important;
    height: 0.2rem !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, var(--ms-header-red) 0%, var(--ms-header-red-2) 100%) !important;
    opacity: 0 !important;
    transform: scaleX(0.62) !important;
    transition: opacity 0.18s ease, transform 0.18s ease !important;
}

.site-header--sunflower .main-nav__link::after {
    content: none !important;
}

.site-header--sunflower .main-nav__label,
html body .site-header.site-header--sunflower .main-nav a.main-nav__link .main-nav__label {
    color: currentColor !important;
    -webkit-text-fill-color: currentColor !important;
    opacity: 1 !important;
}

.site-header--sunflower .main-nav__link--install .main-nav__icon {
    width: 1.08rem !important;
    height: 1.08rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 1.08rem !important;
    margin-right: 0.36rem !important;
    color: currentColor !important;
}

.site-header--sunflower .main-nav__link--install .main-nav__icon svg {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.site-header--sunflower .main-nav__link:hover,
.site-header--sunflower .main-nav__link:focus-visible,
.site-header--sunflower .main-nav__link[aria-current="page"],
html body .site-header.site-header--sunflower .main-nav a.main-nav__link:hover,
html body .site-header.site-header--sunflower .main-nav a.main-nav__link:focus-visible,
html body .site-header.site-header--sunflower .main-nav a.main-nav__link[aria-current="page"] {
    color: var(--ms-header-red-dark) !important;
    -webkit-text-fill-color: var(--ms-header-red-dark) !important;
    outline: none !important;
}

.site-header--sunflower .main-nav__link:hover::before,
.site-header--sunflower .main-nav__link:focus-visible::before,
.site-header--sunflower .main-nav__link[aria-current="page"]::before {
    opacity: 1 !important;
    transform: scaleX(1) !important;
}

.site-header--sunflower .main-nav__submenu-caret {
    display: inline-flex !important;
    width: 0.82rem !important;
    height: 0.82rem !important;
    margin-left: 0.38rem !important;
    color: currentColor !important;
}

.site-header--sunflower .main-nav__submenu-caret svg {
    width: 100% !important;
    height: 100% !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.35 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.site-header--sunflower .main-nav__submenu {
    position: absolute !important;
    top: calc(100% + 0.4rem) !important;
    left: 50% !important;
    z-index: 80 !important;
    display: grid !important;
    width: min(19rem, calc(100vw - 2rem)) !important;
    padding: 0.55rem !important;
    border: 1px solid var(--ms-header-line) !important;
    border-radius: 0.8rem !important;
    background: #ffffff !important;
    box-shadow: 0 18px 38px rgba(16, 25, 66, 0.12) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translate(-50%, -0.35rem) !important;
}

.site-header--sunflower .main-nav__item--has-submenu:hover .main-nav__submenu,
.site-header--sunflower .main-nav__item--has-submenu:focus-within .main-nav__submenu {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translate(-50%, 0) !important;
}

.site-header--sunflower .main-nav__submenu-link,
.site-header--sunflower .main-nav__submenu-link:visited {
    display: flex !important;
    align-items: center !important;
    min-height: 2.7rem !important;
    padding: 0 0.8rem !important;
    border-radius: 0.58rem !important;
    color: var(--ms-header-ink) !important;
    -webkit-text-fill-color: var(--ms-header-ink) !important;
    font-weight: 850 !important;
}

.site-header--sunflower .main-nav__submenu-link:hover,
.site-header--sunflower .main-nav__submenu-link:focus-visible {
    background: rgba(247, 183, 24, 0.14) !important;
    color: var(--ms-header-navy) !important;
    -webkit-text-fill-color: var(--ms-header-navy) !important;
    outline: none !important;
}

.site-header--sunflower .site-header__install-slot {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.site-header--sunflower .site-header__install-slot:not(.is-visible) {
    display: none !important;
}

.site-header--sunflower .pwa-install-btn.pwa-install-btn--header,
.site-header--sunflower .pwa-install-btn.pwa-install-btn--header:visited {
    position: relative !important;
    inset: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 4.7rem !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: rgba(16, 25, 66, 0.82) !important;
    -webkit-text-fill-color: rgba(16, 25, 66, 0.82) !important;
    box-shadow: none !important;
    font-size: 0.93rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    transform: none !important;
    animation: none !important;
}

.site-header--sunflower .pwa-install-btn.pwa-install-btn--header::before,
.site-header--sunflower .pwa-install-btn.pwa-install-btn--header::after {
    content: none !important;
    display: none !important;
}

.site-header--sunflower .pwa-install-btn.pwa-install-btn--header .pwa-install-btn__icon {
    width: 1.08rem !important;
    height: 1.08rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 1.08rem !important;
    margin-right: 0.36rem !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: currentColor !important;
}

.site-header--sunflower .pwa-install-btn.pwa-install-btn--header .pwa-install-btn__icon svg {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
}

.site-header--sunflower .pwa-install-btn.pwa-install-btn--header:hover,
.site-header--sunflower .pwa-install-btn.pwa-install-btn--header:focus-visible {
    color: var(--ms-header-navy) !important;
    -webkit-text-fill-color: var(--ms-header-navy) !important;
    outline: none !important;
}

.site-header--sunflower .site-header__tools {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 0.72rem !important;
    flex: 0 0 auto !important;
    min-width: 0 !important;
}

.site-header--sunflower .site-header-search {
    position: relative !important;
    z-index: 90 !important;
    display: block !important;
    flex: 0 0 3.15rem !important;
    width: 3.15rem !important;
    min-width: 3.15rem !important;
    height: 3.12rem !important;
    margin: 0 !important;
    border: 1px solid rgba(200, 16, 46, 0.18) !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    box-shadow: 0 10px 24px rgba(16, 25, 66, 0.05) !important;
    transition: border-color 0.18s ease, box-shadow 0.18s ease !important;
}

.site-header--sunflower .site-header-search.is-expanded,
.site-header--sunflower .site-header-search:focus-within,
.site-header--sunflower .site-header-search:not(.is-empty) {
    flex-basis: 3.15rem !important;
    width: 3.15rem !important;
    min-width: 3.15rem !important;
    border-color: rgba(200, 16, 46, 0.4) !important;
    box-shadow: 0 0 0 4px rgba(200, 16, 46, 0.08), 0 14px 30px rgba(16, 25, 66, 0.08) !important;
}

.site-header--sunflower .site-header-search__icon {
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: var(--ms-header-red) !important;
    cursor: pointer !important;
    touch-action: manipulation !important;
    transform: none !important;
    transition: color 0.18s ease !important;
}

.site-header--sunflower .site-header-search.is-expanded .site-header-search__icon,
.site-header--sunflower .site-header-search:focus-within .site-header-search__icon,
.site-header--sunflower .site-header-search:not(.is-empty) .site-header-search__icon {
    inset: 0 !important;
    transform: none !important;
}

.site-header--sunflower .site-header-search__icon svg,
.site-header--sunflower .site-header-search__icon svg path {
    display: block !important;
    flex: 0 0 auto !important;
    width: 1.08rem !important;
    height: 1.08rem !important;
    fill: currentColor !important;
}

.site-header--sunflower .site-header-search input {
    position: absolute !important;
    top: calc(100% + 0.72rem) !important;
    right: 0 !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 4 !important;
    width: min(22rem, calc(100vw - 2rem)) !important;
    height: 3.2rem !important;
    padding: 0 1.05rem !important;
    border: 1px solid rgba(200, 16, 46, 0.18) !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: var(--ms-header-ink) !important;
    -webkit-text-fill-color: var(--ms-header-ink) !important;
    box-shadow: 0 16px 36px rgba(16, 25, 66, 0.14) !important;
    font: inherit !important;
    font-size: 0.88rem !important;
    font-weight: 780 !important;
    outline: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-0.28rem) !important;
    transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease !important;
}

.site-header--sunflower .site-header-search input::placeholder {
    color: rgba(94, 53, 63, 0.48) !important;
    -webkit-text-fill-color: rgba(94, 53, 63, 0.48) !important;
}

.site-header--sunflower .site-header-search:hover {
    border-color: rgba(200, 16, 46, 0.36) !important;
    box-shadow: 0 0 0 4px rgba(200, 16, 46, 0.08), 0 14px 30px rgba(16, 25, 66, 0.08) !important;
}

.site-header--sunflower .site-header-search:focus-within input,
.site-header--sunflower .site-header-search.is-expanded input,
.site-header--sunflower .site-header-search:not(.is-empty) input {
    border-color: rgba(200, 16, 46, 0.36) !important;
    box-shadow: 0 0 0 4px rgba(200, 16, 46, 0.08), 0 18px 42px rgba(16, 25, 66, 0.16) !important;
    color: var(--ms-header-ink) !important;
    -webkit-text-fill-color: var(--ms-header-ink) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
}

.site-header--sunflower .site-header-search:focus-within input::placeholder,
.site-header--sunflower .site-header-search.is-expanded input::placeholder,
.site-header--sunflower .site-header-search:not(.is-empty) input::placeholder {
    color: rgba(94, 53, 63, 0.48) !important;
    -webkit-text-fill-color: rgba(94, 53, 63, 0.48) !important;
}

.site-header--sunflower .site-header-search__dropdown {
    top: calc(100% + 4.45rem) !important;
    z-index: 1500 !important;
    left: auto !important;
    right: 0 !important;
    width: min(21rem, calc(100vw - 2rem)) !important;
    border-radius: 0.8rem !important;
}

.site-header--sunflower .site-header-login-cta,
.site-header--sunflower .site-header-login-cta:visited {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.64rem !important;
    min-height: 3.45rem !important;
    padding: 0 1.55rem !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, var(--ms-header-red-2) 0%, var(--ms-header-red) 48%, var(--ms-header-red-dark) 100%) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    box-shadow: 0 14px 30px rgba(200, 16, 46, 0.28) !important;
    font-size: 0.94rem !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    transform: none !important;
    transition: transform 0.18s ease, box-shadow 0.18s ease !important;
}

.site-header--sunflower .site-header-login-cta:hover,
.site-header--sunflower .site-header-login-cta:focus-visible {
    box-shadow: 0 18px 38px rgba(200, 16, 46, 0.36) !important;
    transform: translateY(-1px) !important;
    outline: none !important;
}

.site-header--sunflower .site-header-login-cta__icon {
    display: inline-flex !important;
    width: 1.15rem !important;
    height: 1.15rem !important;
    flex: 0 0 1.15rem !important;
    color: currentColor !important;
}

.site-header--sunflower .site-header-login-cta__icon svg {
    width: 100% !important;
    height: 100% !important;
    fill: currentColor !important;
}

.site-header--sunflower .site-header-login-cta__icon svg path {
    fill: currentColor !important;
}

.site-header--sunflower .mobile-nav-toggle {
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 0.25rem !important;
    width: 2.75rem !important;
    height: 2.75rem !important;
    flex: 0 0 2.75rem !important;
    border: 1px solid rgba(16, 25, 66, 0.14) !important;
    border-radius: 0.72rem !important;
    background: #ffffff !important;
    color: var(--ms-header-navy) !important;
    box-shadow: 0 8px 20px rgba(16, 25, 66, 0.08) !important;
}

.site-header--sunflower .mobile-nav-toggle__line {
    width: 1.18rem !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: currentColor !important;
}

.site-header--sunflower .user-dropdown,
body .user-dropdown.user-dropdown--sunflower-portal {
    width: min(24rem, calc(100vw - 1rem)) !important;
    min-width: min(20rem, calc(100vw - 1rem)) !important;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 1.1rem !important;
    background: rgba(255, 255, 255, 0.88) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    box-shadow: 0 20px 50px rgba(16, 25, 66, 0.08), 0 5px 15px rgba(16, 25, 66, 0.03) !important;
    overflow: hidden !important;
    display: block !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(12px) scale(0.97) !important;
    transition: opacity 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), visibility 0.25s !important;
    pointer-events: none !important;
}

.site-header--sunflower .user-dropdown {
    top: calc(100% + 0.55rem) !important;
}

.site-header--sunflower .user-menu.is-open .user-dropdown,
body .user-dropdown.user-dropdown--sunflower-portal.is-open-portal {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) scale(1) !important;
    pointer-events: auto !important;
}

.site-header--sunflower .user-dropdown__header,
body .user-dropdown.user-dropdown--sunflower-portal .user-dropdown__header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0.75rem !important;
    min-height: 3.8rem !important;
    padding: 1.1rem 1.25rem !important;
    border-bottom: 1px solid rgba(16, 25, 66, 0.05) !important;
    background: transparent !important;
}

.site-header--sunflower .user-dropdown__header strong,
body .user-dropdown.user-dropdown--sunflower-portal .user-dropdown__header strong {
    color: var(--ms-header-ink) !important;
    -webkit-text-fill-color: var(--ms-header-ink) !important;
    font-size: 1.08rem !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.01em !important;
}

.site-header--sunflower .user-dropdown__view-all,
body .user-dropdown.user-dropdown--sunflower-portal .user-dropdown__view-all {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    color: var(--ms-header-red) !important;
    -webkit-text-fill-color: var(--ms-header-red) !important;
    font-size: 0.9rem !important;
    font-weight: 850 !important;
    text-decoration: none !important;
    transition: gap 0.2s ease, opacity 0.2s ease !important;
}

.site-header--sunflower .user-dropdown__view-all:hover,
body .user-dropdown.user-dropdown--sunflower-portal .user-dropdown__view-all:hover {
    opacity: 0.85 !important;
    gap: 7px !important;
}

.site-header--sunflower .user-dropdown__actions,
body .user-dropdown.user-dropdown--sunflower-portal .user-dropdown__actions {
    display: grid !important;
    gap: 0.4rem !important;
    padding: 0.75rem !important;
}

.site-header--sunflower .user-action,
.site-header--sunflower .user-dropdown .user-action,
body .user-dropdown.user-dropdown--sunflower-portal .user-action {
    display: grid !important;
    grid-template-columns: 2.45rem minmax(0, 1fr) 1rem !important;
    align-items: center !important;
    gap: 0.85rem !important;
    min-width: 0 !important;
    min-height: 3.6rem !important;
    margin: 0 !important;
    padding: 0.6rem 0.8rem !important;
    border: 0 !important;
    border-radius: 0.8rem !important;
    background: transparent !important;
    color: var(--ms-header-ink) !important;
    -webkit-text-fill-color: var(--ms-header-ink) !important;
    box-shadow: none !important;
    text-align: left !important;
    text-decoration: none !important;
    transition: background-color 0.22s ease, transform 0.22s ease !important;
}

.site-header--sunflower .user-dropdown .user-action:hover,
.site-header--sunflower .user-dropdown .user-action:focus-visible,
.site-header--sunflower .user-dropdown .user-action.is-active,
.site-header--sunflower .user-dropdown .user-action[aria-current='page'],
body .user-dropdown.user-dropdown--sunflower-portal .user-action:hover,
body .user-dropdown.user-dropdown--sunflower-portal .user-action:focus-visible,
body .user-dropdown.user-dropdown--sunflower-portal .user-action.is-active,
body .user-dropdown.user-dropdown--sunflower-portal .user-action[aria-current='page'] {
    background: rgba(225, 29, 72, 0.06) !important;
    outline: none !important;
    transform: translateY(-1px) !important;
}

.site-header--sunflower .user-dropdown .user-action:hover .user-action__icon,
body .user-dropdown.user-dropdown--sunflower-portal .user-action:hover .user-action__icon {
    transform: scale(1.05) !important;
}

.site-header--sunflower .user-dropdown .user-action:hover .user-action__chevron,
body .user-dropdown.user-dropdown--sunflower-portal .user-action:hover .user-action__chevron {
    transform: translateX(3px) !important;
    color: var(--ms-header-red) !important;
}

.site-header--sunflower .user-action__icon,
body .user-dropdown.user-dropdown--sunflower-portal .user-action__icon {
    display: inline-grid !important;
    width: 2.45rem !important;
    height: 2.45rem !important;
    place-items: center !important;
    border-radius: 12px !important;
    background: rgba(16, 25, 66, 0.05) !important;
    color: #475569 !important;
    -webkit-text-fill-color: #475569 !important;
    transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.2s ease !important;
}

.site-header--sunflower .user-action[data-user-action-kind="notifications"] .user-action__icon,
body .user-dropdown.user-dropdown--sunflower-portal .user-action[data-user-action-kind="notifications"] .user-action__icon {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(37, 99, 235, 0.15) 100%) !important;
    color: #2563eb !important;
    -webkit-text-fill-color: #2563eb !important;
}

.site-header--sunflower .user-action[data-user-action-kind="profile"] .user-action__icon,
body .user-dropdown.user-dropdown--sunflower-portal .user-action[data-user-action-kind="profile"] .user-action__icon {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(5, 150, 105, 0.15) 100%) !important;
    color: #059669 !important;
    -webkit-text-fill-color: #059669 !important;
}

.site-header--sunflower .user-action[data-user-action-kind="history"] .user-action__icon,
body .user-dropdown.user-dropdown--sunflower-portal .user-action[data-user-action-kind="history"] .user-action__icon {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.1) 0%, rgba(217, 119, 6, 0.15) 100%) !important;
    color: #d97706 !important;
    -webkit-text-fill-color: #d97706 !important;
}

.site-header--sunflower .user-action[data-user-action-kind="logout"] .user-action__icon,
body .user-dropdown.user-dropdown--sunflower-portal .user-action[data-user-action-kind="logout"] .user-action__icon {
    background: linear-gradient(135deg, rgba(244, 63, 94, 0.1) 0%, rgba(225, 29, 72, 0.15) 100%) !important;
    color: #e11d48 !important;
    -webkit-text-fill-color: #e11d48 !important;
}

.site-header--sunflower .user-action__icon svg,
body .user-dropdown.user-dropdown--sunflower-portal .user-action__icon svg {
    width: 1.15rem !important;
    height: 1.15rem !important;
}

.site-header--sunflower .user-action__copy,
body .user-dropdown.user-dropdown--sunflower-portal .user-action__copy {
    display: flex !important;
    min-width: 0 !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.16rem !important;
    line-height: 1.12 !important;
}

.site-header--sunflower .user-action__label,
body .user-dropdown.user-dropdown--sunflower-portal .user-action__label {
    overflow: hidden !important;
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
    font-size: 0.96rem !important;
    font-weight: 750 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.site-header--sunflower .user-action__meta,
body .user-dropdown.user-dropdown--sunflower-portal .user-action__meta {
    overflow: hidden !important;
    color: #64748b !important;
    -webkit-text-fill-color: #64748b !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.site-header--sunflower .user-action__chevron,
body .user-dropdown.user-dropdown--sunflower-portal .user-action__chevron {
    display: inline-grid !important;
    width: 1rem !important;
    height: 1rem !important;
    place-items: center !important;
    color: rgba(16, 25, 66, 0.28) !important;
    -webkit-text-fill-color: rgba(16, 25, 66, 0.28) !important;
    transition: transform 0.2s ease, color 0.2s ease !important;
}

.site-header--sunflower .user-action__chevron svg,
body .user-dropdown.user-dropdown--sunflower-portal .user-action__chevron svg {
    width: 0.9rem !important;
    height: 0.9rem !important;
}

.site-header--sunflower .user-action.is-destructive,
body .user-dropdown.user-dropdown--sunflower-portal .user-action.is-destructive {
    background: transparent !important;
}

.site-header--sunflower .user-action.is-destructive:hover,
body .user-dropdown.user-dropdown--sunflower-portal .user-action.is-destructive:hover {
    background: rgba(244, 63, 94, 0.08) !important;
}

@media (max-width: 1500px) and (min-width: 1181px) {
    .site-header--sunflower {
        --ms-header-shell: min(calc(100% - 2rem), 86rem);
    }

    .site-header--sunflower .site-header__main {
        gap: 1.2rem !important;
    }

    .site-header--sunflower .main-nav {
        gap: clamp(0.48rem, 0.72vw, 0.82rem) !important;
    }

    .site-header--sunflower .main-nav__link,
    html body .site-header.site-header--sunflower .main-nav a.main-nav__link {
        font-size: 0.84rem !important;
    }

    .site-header--sunflower .site-header-login-cta {
        padding-inline: 1.05rem !important;
        font-size: 0.84rem !important;
    }
}

@media (max-width: 1180px) {
    .site-header--sunflower {
        --ms-header-shell: min(calc(100% - 1rem), 56rem);
    }

    .site-header--sunflower .site-header__utility-inner {
        min-height: 2.9rem !important;
    }

    .site-header--sunflower .site-header__contact-list {
        gap: 0.9rem !important;
    }

    .site-header--sunflower .site-header__contact-link--address {
        display: none !important;
    }

    .site-header--sunflower .site-header__main {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        grid-template-areas:
            "brand toggle"
            "menu menu" !important;
        gap: 0.75rem !important;
        min-height: 0 !important;
        padding: 0.78rem 0 !important;
    }

    .site-header--sunflower .site-header__brand-search {
        grid-area: brand !important;
        min-width: 0 !important;
    }

    .site-header--sunflower .site-header__menu {
        grid-area: menu !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 0.65rem !important;
        width: 100% !important;
    }

    .site-header--sunflower .mobile-nav-toggle {
        grid-area: toggle !important;
        display: inline-flex !important;
        justify-self: end !important;
        align-self: center !important;
    }

    .site-header--sunflower .main-nav {
        display: none !important;
        grid-template-columns: minmax(0, 1fr) !important;
        justify-content: stretch !important;
        gap: 0.1rem !important;
        width: 100% !important;
        padding: 0.3rem 0 !important;
    }

    .site-header--sunflower .main-nav.is-open {
        display: grid !important;
    }

    .site-header--sunflower .main-nav .site-language-switcher--mobile {
        display: inline-flex !important;
        width: fit-content !important;
        min-height: 2.5rem !important;
        margin: 0.1rem 0 0.3rem !important;
        color: var(--ms-header-red) !important;
        -webkit-text-fill-color: var(--ms-header-red) !important;
    }

    .site-header--sunflower .main-nav__item,
    .site-header--sunflower .main-nav__link {
        width: 100% !important;
    }

    .site-header--sunflower .main-nav__link,
    html body .site-header.site-header--sunflower .main-nav a.main-nav__link,
    .site-header--sunflower .pwa-install-btn.pwa-install-btn--header {
        justify-content: flex-start !important;
        min-height: 2.8rem !important;
        padding: 0 0.2rem !important;
        font-size: 0.92rem !important;
        text-align: left !important;
    }

    .site-header--sunflower .main-nav__link::before {
        left: 0 !important;
        right: auto !important;
        bottom: 0.25rem !important;
        width: 2.25rem !important;
    }

    .site-header--sunflower .main-nav__submenu {
        position: static !important;
        width: 100% !important;
        padding: 0.2rem 0 0.4rem 0.85rem !important;
        border: 0 !important;
        box-shadow: none !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: none !important;
    }

    .site-header--sunflower .site-header__tools {
        width: 100% !important;
        justify-content: stretch !important;
    }

    .site-header--sunflower .site-header-search,
    .site-header--sunflower .site-header-search.is-expanded,
    .site-header--sunflower .site-header-search:focus-within,
    .site-header--sunflower .site-header-search:not(.is-empty) {
        width: 100% !important;
        min-width: 0 !important;
        flex: 1 1 auto !important;
        flex-basis: auto !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .site-header--sunflower .site-header-search__dropdown {
        top: calc(100% + 0.5rem) !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
    }

    .site-header--sunflower .site-header-login-cta {
        min-height: 3rem !important;
        padding-inline: 1rem !important;
        font-size: 0.86rem !important;
    }

    .site-header--sunflower .site-header-search__icon {
        top: 50% !important;
        right: auto !important;
        bottom: auto !important;
        left: 0.28rem !important;
        width: 2.4rem !important;
        height: 2.4rem !important;
        transform: translateY(-50%) !important;
    }

    .site-header--sunflower .site-header-search input {
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        padding: 0 1.05rem 0 2.85rem !important;
        color: var(--ms-header-ink) !important;
        -webkit-text-fill-color: var(--ms-header-ink) !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: none !important;
    }

    .site-header--sunflower .site-header-search input::placeholder {
        color: rgba(94, 53, 63, 0.45) !important;
        -webkit-text-fill-color: rgba(94, 53, 63, 0.45) !important;
    }

    .site-header--sunflower .site-header-login-cta {
        display: inline-flex !important;
    }
}

@media (max-width: 760px) {
    .site-header--sunflower .site-header__utility-inner {
        justify-content: flex-end !important;
        gap: 0.6rem !important;
    }

    .site-header--sunflower .site-header__contact-link--email {
        display: none !important;
    }

    .site-header--sunflower .site-header__socials,
    .site-header--sunflower .site-header__utility-separator {
        display: none !important;
    }

    .site-header--sunflower .site-header__quick-links,
    .site-header--sunflower .site-header__auth-actions,
    .site-header--sunflower .header-actions {
        gap: 0.45rem !important;
    }

    .site-header--sunflower .site-language-switcher--desktop {
        display: none !important;
    }

    .site-header--sunflower .site-header-utility-consultation {
        display: none !important;
    }
}

@media (max-width: 620px) {
    .site-header--sunflower .site-header__utility-inner {
        min-height: 2.7rem !important;
    }

    .site-header--sunflower .site-header__contact-list {
        flex: 1 1 auto !important;
    }

    .site-header--sunflower .site-header__contact-link--phone .site-header__contact-label {
        max-width: 8.5rem !important;
    }

    .site-header--sunflower .site-brand-mark {
        width: min(9.8rem, 54vw) !important;
        flex-basis: min(9.8rem, 54vw) !important;
    }

    .site-header--sunflower .btn-login,
    .site-header--sunflower .user-toggle {
        width: 2.32rem !important;
        min-width: 2.32rem !important;
        min-height: 2.32rem !important;
        padding: 0 !important;
    }

    .site-header--sunflower .btn-login span:last-child,
    .site-header--sunflower .user-meta,
    .site-header--sunflower .user-caret {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0 0 0 0) !important;
        white-space: nowrap !important;
    }

    .site-header--sunflower .header-notify-btn {
        width: 2.32rem !important;
        height: 2.32rem !important;
        flex-basis: 2.32rem !important;
    }

    .site-header--sunflower .site-header-search {
        height: 2.8rem !important;
    }
}

body .site-footer.site-footer--sunflower .site-footer__brand {
    gap: 0 !important;
}

body .site-footer.site-footer--sunflower .site-brand-mark {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: min(15rem, 100%) !important;
    height: auto !important;
    aspect-ratio: 1491 / 575 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0.7rem !important;
    background: #ffffff !important;
    box-shadow: 0 14px 30px rgba(16, 25, 66, 0.12) !important;
}

body .site-footer.site-footer--sunflower .site-brand-mark img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

body .site-footer.site-footer--sunflower .site-brand-word {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
}

body .site-footer.site-footer--sunflower .site-footer__consultation-logo {
    width: min(16rem, 100%) !important;
    height: auto !important;
    max-width: min(16rem, 100%) !important;
    border-radius: 0.75rem !important;
}

@media (max-width: 620px) {
    body .site-footer.site-footer--sunflower .site-brand-mark {
        width: min(12.5rem, 100%) !important;
    }

    body .site-footer.site-footer--sunflower .site-footer__consultation-logo {
        width: min(13rem, 100%) !important;
        max-width: min(13rem, 100%) !important;
    }
}

@keyframes site-header-contact-marquee {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(calc(-50% - 1rem), 0, 0);
    }
}

@media (max-width: 760px) {
    .site-header--sunflower .site-header__contact-list {
        min-width: 0 !important;
        overflow: hidden !important;
        -webkit-mask-image: linear-gradient(90deg, transparent, #000 0.6rem, #000 calc(100% - 0.6rem), transparent);
        mask-image: linear-gradient(90deg, transparent, #000 0.6rem, #000 calc(100% - 0.6rem), transparent);
    }

    .site-header--sunflower .site-header__contact-track {
        width: max-content !important;
        flex: 0 0 max-content !important;
        gap: 2rem !important;
        overflow: visible !important;
        animation: site-header-contact-marquee 24s linear infinite;
        will-change: transform;
    }

    .site-header--sunflower .site-header__contact-group,
    .site-header--sunflower .site-header__contact-group--duplicate {
        display: flex !important;
        flex: 0 0 auto !important;
        gap: 1.5rem !important;
    }

    .site-header--sunflower .site-header__contact-link,
    .site-header--sunflower .site-header__contact-link--address {
        display: inline-flex !important;
        flex: 0 0 auto !important;
    }

    .site-header--sunflower .site-header__contact-label,
    .site-header--sunflower .site-header__contact-link--address .site-header__contact-label,
    .site-header--sunflower .site-header__contact-link--phone .site-header__contact-label {
        max-width: none !important;
        overflow: visible !important;
        text-overflow: clip !important;
    }

    .site-header--sunflower .site-header__contact-list:hover .site-header__contact-track,
    .site-header--sunflower .site-header__contact-list:focus-within .site-header__contact-track {
        animation-play-state: paused;
    }
}

@media (max-width: 760px) and (prefers-reduced-motion: reduce) {
    .site-header--sunflower .site-header__contact-list {
        overflow-x: auto !important;
        -webkit-mask-image: none;
        mask-image: none;
        scrollbar-width: none;
    }

    .site-header--sunflower .site-header__contact-list::-webkit-scrollbar {
        display: none;
    }

    .site-header--sunflower .site-header__contact-track {
        animation: none !important;
        transform: none !important;
        will-change: auto;
    }

    .site-header--sunflower .site-header__contact-group--duplicate {
        display: none !important;
    }
}
