.h4g-menu {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #0e172c;
}
.h4g-menu,
.h4g-menu *,
.h4g-menu *::before,
.h4g-menu *::after {
    box-sizing: border-box;
}
.h4g-menu ul,
.h4g-menu ol {
    list-style: none !important;
    margin: 0;
    padding: 0;
}
.h4g-menu li {
    list-style: none !important;
    margin: 0;
    padding: 0;
}
.h4g-menu a {
    text-decoration: none;
    background-color: transparent;
}
.h4g-menu a:focus {
    outline: none;
}
.h4g-menu img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    display: inline-block;
}
.h4g-menu button {
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    font: inherit;
    color: inherit;
}
.h4g-menu h1,
.h4g-menu h2,
.h4g-menu h3,
.h4g-menu h4,
.h4g-menu h5,
.h4g-menu h6,
.h4g-menu p,
.h4g-menu span {
    margin: 0;
    padding: 0;
}

.h4g-menu-container {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.h4g-menu-nav {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(14, 23, 44, 0.1);
}

.h4g-menu .h4g-brand {
    display: inline-flex;
    align-items: center;
    margin-right: 16px;
    padding: 0;
    line-height: 1;
}
.h4g-menu .h4g-brand-img {
    height: 40px;
    width: auto;
    display: block;
    max-width: none;
}

.h4g-menu .h4g-toggler {
    display: none;
    width: 40px;
    height: 40px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #0e172c;
    line-height: 1;
}
.h4g-menu .h4g-toggler-icon {
    width: 24px;
    height: 24px;
    display: block;
    color: #0e172c;
}
.h4g-menu .h4g-toggler-icon-close {
    display: none;
}
.h4g-menu .h4g-toggler[aria-expanded="true"] .h4g-toggler-icon-open {
    display: none;
}
.h4g-menu .h4g-toggler[aria-expanded="true"] .h4g-toggler-icon-close {
    display: block;
}

.h4g-menu .h4g-collapse {
    flex-grow: 1;
    flex-basis: auto;
    display: flex;
    align-items: center;
}
.h4g-menu .h4g-nav-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.h4g-menu .h4g-nav-list-main {
    margin-right: auto !important;
}
.h4g-menu .h4g-nav-list-right {
    margin-left: auto !important;
}

.h4g-menu .h4g-nav-item {
    margin-left: 25px;
    position: relative;
}

.h4g-menu .h4g-nav-link {
    display: inline-flex;
    align-items: center;
    font-family: "hk_groteskbold", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 1.4;
    color: #0e172c;
    padding: 10px 0;
    transition: color 0.2s ease;
    white-space: nowrap;
    text-transform: none;
    letter-spacing: normal;
}
.h4g-menu .h4g-nav-link:hover,
.h4g-menu .h4g-nav-link:focus {
    color: #e54040;
    text-decoration: none;
}

.h4g-menu .h4g-arrow {
    margin-left: 6px;
    width: 10px;
    height: auto;
    transition: transform 0.3s ease;
    pointer-events: none;
}

.h4g-menu .h4g-signin {
    display: inline-block;
    color: #e54040 !important;
    background-color: rgba(229, 64, 64, 0.1);
    font-family: "hk_groteskbold", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-weight: bold !important;
    font-size: 14px !important;
    padding: 0 26px;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    white-space: nowrap;
    border: 0;
}
.h4g-menu .h4g-signin:hover,
.h4g-menu .h4g-signin:focus {
    background-color: rgba(229, 64, 64, 0.2);
    color: #e54040 !important;
    text-decoration: none;
}

.h4g-menu .h4g-dropdown-item {
    display: block;
    padding: 10px 25px;
    font-family: "hk_grotesksemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1.4;
    color: #4a5568;
    transition: color 0.2s ease, padding-left 0.2s ease, background-color 0.2s ease;
    white-space: nowrap;
}
.h4g-menu .h4g-dropdown-item:hover,
.h4g-menu .h4g-dropdown-item:focus {
    background-color: transparent;
    color: #e54040;
    text-decoration: none;
}

.h4g-menu .h4g-megamenu-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.h4g-menu .h4g-megamenu-cols {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-wrap: wrap;
}
.h4g-menu .h4g-megamenu-side {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
}
.h4g-menu .h4g-col {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 15px 10px 15px;
}

.h4g-menu .h4g-col-title {
    display: block;
    font-family: "hk_groteskbold", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: bold !important;
    font-size: 12px !important;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #e54040;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
    transition: color 0.2s ease;
}
.h4g-menu a.h4g-col-title:hover,
.h4g-menu a.h4g-col-title:focus {
    color: #c93535;
    text-decoration: none;
}

.h4g-menu .h4g-col-list li {
    margin-bottom: 10px;
}
.h4g-menu .h4g-col-list li:last-child {
    margin-bottom: 0;
}
.h4g-menu .h4g-col-link {
    display: inline-block;
    font-family: "hk_grotesksemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1.4;
    color: #4a5568;
    transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.h4g-menu .h4g-col-link:hover,
.h4g-menu .h4g-col-link:focus {
    color: #e54040;
    transform: translateX(4px);
    text-decoration: none;
}

.h4g-menu .h4g-support {
    background-color: rgba(229, 64, 64, 0.03);
    border: 1px solid rgba(229, 64, 64, 0.1);
    border-radius: 8px;
    height: 100%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.h4g-menu .h4g-support-text {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.6;
    margin: 0 0 20px 0;
    color: #0e172c;
    font-weight: 400 !important;
}
.h4g-menu .h4g-support-btn {
    display: inline-block;
    background-color: #e54040;
    border: 1px solid #e54040;
    color: #fff !important;
    font-family: "hk_groteskbold", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-weight: bold !important;
    font-size: 13px !important;
    line-height: 1.4;
    border-radius: 5px;
    padding: 10px 22px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
.h4g-menu .h4g-support-btn:hover,
.h4g-menu .h4g-support-btn:focus {
    background-color: #c93535;
    border-color: #c93535;
    color: #fff !important;
    text-decoration: none;
}

.h4g-menu .h4g-menu-empty {
    padding: 12px 16px;
    color: #856404;
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
}

@media (min-width: 992px) {

    .h4g-menu .h4g-nav-item.h4g-has-dropdown {
        position: relative;
    }
    .h4g-menu .h4g-nav-item.h4g-has-megamenu {
        position: static;
    }

    .h4g-menu .h4g-dropdown {
        position: absolute;
        top: 100%;
        display: block;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        margin-top: 0;
        border: 1px solid rgba(14, 23, 44, 0.05);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
        border-radius: 8px;
        background-color: #fff;
        transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
        transform: translateY(15px);
        z-index: 9999;
    }

    .h4g-menu .h4g-dropdown::before {
        content: '';
        position: absolute;
        top: -20px;
        left: 0;
        width: 100%;
        height: 20px;
        background: transparent;
    }

    .h4g-menu .h4g-has-dropdown:hover > .h4g-dropdown,
    .h4g-menu .h4g-has-megamenu:hover > .h4g-dropdown,
    .h4g-menu .h4g-has-dropdown:focus-within > .h4g-dropdown,
    .h4g-menu .h4g-has-megamenu:focus-within > .h4g-dropdown {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .h4g-menu .h4g-has-dropdown:hover > .h4g-nav-link .h4g-arrow,
    .h4g-menu .h4g-has-megamenu:hover > .h4g-nav-link .h4g-arrow,
    .h4g-menu .h4g-has-dropdown:focus-within > .h4g-nav-link .h4g-arrow,
    .h4g-menu .h4g-has-megamenu:focus-within > .h4g-nav-link .h4g-arrow {
        transform: rotate(180deg);
    }

    .h4g-menu .h4g-dropdown-list {
        left: 0;
        min-width: 250px;
        padding: 15px 0;
    }
    .h4g-menu .h4g-dropdown-item:hover,
    .h4g-menu .h4g-dropdown-item:focus {
        padding-left: 30px;
    }

    .h4g-menu .h4g-megamenu {
        width: 850px;
        left: 50%;
        margin-left: -425px;
        padding: 30px;
    }
}

@media (max-width: 991.98px) {

    .h4g-menu-nav {
        border-bottom: none;
    }

    .h4g-menu .h4g-brand {
        margin-right: 0;
    }

    .h4g-menu .h4g-toggler {
        display: inline-flex;
        margin-left: auto;
    }

    .h4g-menu .h4g-collapse {
        flex-basis: 100%;
        flex-direction: column;
        align-items: stretch;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease;
    }
    .h4g-menu .h4g-collapse.h4g-collapse-open {
        max-height: 4000px;
    }

    .h4g-menu .h4g-nav-list {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }
    .h4g-menu .h4g-nav-list-main,
    .h4g-menu .h4g-nav-list-right {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .h4g-menu .h4g-nav-item {
        margin-left: 0;
        width: 100%;
    }
    .h4g-menu .h4g-nav-link {
        padding: 12px 0;
        justify-content: space-between;
        width: 100%;
        font-size: 14px !important;
        font-weight: bold !important;
        font-family: "hk_groteskbold", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    }

    .h4g-menu .h4g-open > .h4g-nav-link .h4g-arrow {
        transform: rotate(180deg);
    }

    .h4g-menu .h4g-dropdown {
        display: block;
        background-color: #f8f9fa;
        box-shadow: none;
        border: none;
        border-radius: 0;
        padding: 0 15px;
        margin-top: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease, padding 0.25s ease;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        position: static;
        transform: none;
        width: 100%;
    }
    .h4g-menu .h4g-open > .h4g-dropdown {
        max-height: 4000px;
        padding: 10px 15px;
    }

    .h4g-menu .h4g-dropdown-item {
        padding: 10px 15px;
        font-size: 14px !important;
    }
    .h4g-menu .h4g-dropdown-item:hover,
    .h4g-menu .h4g-dropdown-item:focus {
        padding-left: 15px;
    }

    .h4g-menu .h4g-megamenu-row {
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }
    .h4g-menu .h4g-megamenu-cols,
    .h4g-menu .h4g-megamenu-side {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .h4g-menu .h4g-col {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0 15px 0;
    }
    .h4g-menu .h4g-col-link:hover,
    .h4g-menu .h4g-col-link:focus {
        transform: none;
    }
    .h4g-menu .h4g-col-link {
        font-size: 14px !important;
    }
    .h4g-menu .h4g-support {
        margin-top: 15px;
        padding: 20px;
    }

    .h4g-menu .h4g-nav-list-right {
        padding: 14px 0 6px 0;
    }
    .h4g-menu .h4g-nav-item-signin {
        padding: 0;
    }
    .h4g-menu .h4g-signin {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 14px !important;
    }
}
