.header {
    display: flex;
    padding: 30px 14vw 30px 14vw;
    color: white;
    background: #35003D url(/images/header-background-19a52b04afedc53edc15160353e0690f.svg) right+2vw center no-repeat;
    height: 155px;
}

.header-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    gap: 5vw;
}

.header-logo {
}

.header-right {
    display: flex;
    flex-direction: column;
    flex: auto;
    gap: 12px;
}

.header-right-top {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-left: 15vw;
    gap: 10px;
    flex: auto;
}