.et-l--header .et_pb_social_media_follow_0_tb_header {
    visibility: hidden;
}

.hpn-header-actions {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    width: 100%;
}

.hpn-header-actions *,
.hpn-header-actions *::before,
.hpn-header-actions *::after {
    box-sizing: border-box;
}

.hpn-header-actions a {
    text-decoration: none;
}

.hpn-header-actions__donate {
    align-items: center;
    background: var(--gcid-8quypvcsre, #f19f39);
    border: 2px solid var(--gcid-8quypvcsre, #f19f39);
    border-radius: 999px;
    color: #fff !important;
    display: inline-flex;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 800;
    gap: 10px;
    justify-content: center;
    line-height: 1;
    min-height: 42px;
    padding: 10px 18px 10px 16px;
    transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
    white-space: nowrap;
}

.hpn-header-actions__donate:hover,
.hpn-header-actions__donate:focus-visible {
    background: #dc842c;
    border-color: #dc842c;
    color: #fff !important;
    outline: none;
    transform: translateY(-1px);
}

.hpn-header-actions__donate-icon,
.hpn-header-actions__round {
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.hpn-header-actions__donate-icon {
    height: 22px;
    width: 22px;
}

.hpn-header-actions__icon-wrap {
    align-items: center;
    display: inline-grid;
    grid-template-areas: "icon";
    height: 20px;
    justify-items: center;
    position: relative;
    width: 20px;
}

.hpn-header-actions__donate .hpn-header-actions__icon-wrap {
    height: 22px;
    width: 22px;
}

.hpn-header-actions__round {
    background: #fff;
    border: 2px solid rgba(97, 62, 145, 0.22);
    border-radius: 50%;
    color: var(--gcid-primary-color, #613e91) !important;
    flex: 0 0 38px;
    height: 38px;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
    width: 38px;
}

.hpn-header-actions__round:hover,
.hpn-header-actions__round:focus-visible {
    background: var(--gcid-primary-color, #613e91);
    border-color: var(--gcid-primary-color, #613e91);
    color: #fff !important;
    outline: none;
    transform: translateY(-1px);
}

.hpn-header-actions svg {
    fill: none;
    grid-area: icon;
    height: 20px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 20px;
}

.hpn-header-actions__donate svg {
    fill: currentColor;
    height: 22px;
    stroke: none;
    width: 22px;
}

.hpn-header-actions__icon-img {
    display: block;
    grid-area: icon;
    height: 20px;
    object-fit: contain;
    transition: opacity 160ms ease;
    width: 20px;
}

.hpn-header-actions__donate .hpn-header-actions__icon-img {
    height: 22px;
    width: 22px;
}

.hpn-header-actions__icon-img--hover {
    opacity: 0;
}

.hpn-header-actions a:hover .hpn-header-actions__icon-img--default,
.hpn-header-actions a:focus-visible .hpn-header-actions__icon-img--default {
    opacity: 0;
}

.hpn-header-actions a:hover .hpn-header-actions__icon-img--hover,
.hpn-header-actions a:focus-visible .hpn-header-actions__icon-img--hover {
    opacity: 1;
}

@media (max-width: 980px) {
    .hpn-header-actions {
        gap: 8px;
    }

    .hpn-header-actions__donate {
        font-size: 14px;
        min-height: 40px;
        padding-inline: 15px;
    }

    .hpn-header-actions__round {
        flex-basis: 36px;
        height: 36px;
        width: 36px;
    }
}

@media (max-width: 767px) {
    .et-l--header .et_pb_column_1_tb_header {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-top: 12px;
    }

    .hpn-header-actions {
        flex-wrap: wrap;
        justify-content: center;
    }

    .hpn-header-actions__donate {
        min-width: 148px;
    }
}
