.hamburger-button[data-v-67b34256] {
    --size: 1.3rem;
    width: var(--size);
    height: var(--size);
    min-width: var(--size);
    min-height: var(--size);
    max-width: var(--size);
    max-height: var(--size);
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.hamburger-button>[data-v-67b34256] {
    width: 100%;
    border-radius: 1em;
    background-color: #eadebf;
    min-height: 4px
}

.actionbar-header[data-v-5ff2d4b5] {
    z-index: 1;
    height: 3.5rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .3);
    position: sticky;
    top: 0
}

.actionbar-header .actionbar-header-nav[data-v-5ff2d4b5] {
    width: 100%;
    height: 100%;
    padding: .4rem 1rem;
    background: #2a2a2a;
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: 1fr max-content 2fr;
    grid-template-areas: "hamburger logo login-register"
}

@media(min-width:576px) {
    .actionbar-header .actionbar-header-nav[data-v-5ff2d4b5] {
        grid-template-columns: 1fr max-content 1fr
    }
}

.actionbar-header .actionbar-header-nav .actionbar-header-logo[data-v-5ff2d4b5] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.actionbar-header .actionbar-header-nav .actionbar-header-logo>img[data-v-5ff2d4b5] {
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: -5px
}

.actionbar-header .actionbar-header-nav .header-login[data-v-5ff2d4b5] {
    display: flex;
    justify-content: flex-end
}

.actionbar-header .actionbar-header-nav .header-login>a[data-v-5ff2d4b5] {
    width: 4rem;
    font-weight: 700;
    font-size: .75rem;
    color: #000;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: .7em;
    word-wrap: break-word;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: .7em .25em;
    border-radius: 2em;
    cursor: pointer;
    background: linear-gradient(180deg, #e7d39d, #b19560)
}

@media(max-width:370px) {
    .actionbar-header .actionbar-header-nav .header-login>a[data-v-5ff2d4b5] {
        font-size: .65rem
    }
}

.actionbar-header .actionbar-header-nav .header-login>a+a[data-v-5ff2d4b5] {
    margin-left: 8px
}

.actionbar-header .actionbar-header-nav .header-login>a.register[data-v-5ff2d4b5] {
    background: 0 0;
    border: 2px solid #e9c56d;
    color: #e9c56d;
    font-weight: 500
}

.actionbar-header .actionbar-header-container[data-v-5ff2d4b5] {
    position: sticky;
    top: 3.5rem;
    left: 0;
    right: 0;
    overflow: hidden;
    transition: all .4s ease;
    display: grid;
    grid-template-columns: 1fr
}

.actionbar-header .actionbar-header-container[data-expand=false][data-v-5ff2d4b5] {
    grid-template-rows: 0fr
}

.actionbar-header .actionbar-header-container[data-expand=false] .actionbar-header-container-dismiss[data-v-5ff2d4b5] {
    pointer-events: none;
    opacity: 0
}

.actionbar-header .actionbar-header-container[data-expand=true][data-v-5ff2d4b5] {
    grid-template-rows: 1fr
}

.actionbar-header .actionbar-header-container[data-expand=true] .actionbar-header-container-dismiss[data-v-5ff2d4b5] {
    opacity: 1
}

.actionbar-header .actionbar-header-container .actionbar-header-container-body[data-v-5ff2d4b5] {
    z-index: 2;
    transition: all .4s ease-in-out;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center
}

.actionbar-header .actionbar-header-container .actionbar-header-container-body .actionbar-header-container-main[data-v-5ff2d4b5] {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    color: #e1cc96;
    gap: 1rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #000
}

.actionbar-header .actionbar-header-container .actionbar-header-container-dismiss[data-v-5ff2d4b5] {
    z-index: 1;
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    flex-grow: 1;
    width: 100vw;
    height: 100dvh;
    transition: all .2s ease
}