:root {
    --shell-ink: #123746;
    --shell-teal: #087f82;
    --shell-teal-dark: #075f69;
    --shell-teal-soft: #e5f5f2;
    --shell-line: rgba(255, 255, 255, .24);
}

#heading.hs-shell-header {
    position: relative;
    z-index: 5;
    display: block;
    width: auto;
    height: auto;
    min-height: 124px;
    margin: 0 0 16px;
    float: none;
    overflow: hidden;
    border: 0;
    border-radius: 0 0 30px 30px;
    color: #fff;
    background:
        radial-gradient(circle at 9% 14%, rgba(255, 255, 255, .09) 0 92px, transparent 93px),
        radial-gradient(circle at 9% 14%, transparent 0 126px, rgba(255, 255, 255, .10) 127px 151px, transparent 152px),
        linear-gradient(135deg, #08767b 0%, #0b898c 54%, #075f6a 100%);
    box-shadow: 0 16px 38px rgba(5, 72, 80, .2);
}

#heading.hs-shell-header::after {
    position: absolute;
    bottom: -105px;
    right: -65px;
    width: 220px;
    height: 220px;
    border: 34px solid rgba(255, 255, 255, .06);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.hs-shell-header__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(250px, auto) minmax(0, 1fr) auto;
    min-height: 124px;
    padding: 18px 24px;
    align-items: center;
    gap: 22px;
}

.hs-shell-brand {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 13px;
    color: #fff;
    text-decoration: none;
}

#heading .hs-shell-brand__logo {
    width: 76px;
    height: 76px;
    max-width: none;
    margin: 0;
    padding: 8px;
    float: none;
    flex: 0 0 76px;
    border: 1px solid rgba(255, 255, 255, .58);
    border-radius: 23px;
    object-fit: contain;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 13px 30px rgba(0, 47, 55, .22);
}

.hs-shell-brand__text {
    display: grid;
    min-width: 0;
    gap: 3px;
}

.hs-shell-brand__eyebrow {
    color: rgba(255, 255, 255, .68);
    font-size: 11px;
}

#heading .hs-shell-brand__title {
    margin: 0;
    overflow: hidden;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hs-shell-tools {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    flex-wrap: wrap;
}

.hs-shell-chip {
    display: inline-flex;
    min-height: 31px;
    padding: 5px 11px;
    align-items: center;
    gap: 5px;
    border: 1px solid var(--shell-line);
    border-radius: 999px;
    color: #fff;
    font-size: 10px;
    white-space: nowrap;
    background: rgba(255, 255, 255, .13);
    backdrop-filter: blur(8px);
}

.hs-shell-chip--identity {
    background: rgba(255, 255, 255, .19);
}

.hs-shell-search {
    display: flex;
    width: min(320px, 25vw);
    min-width: 225px;
    padding: 6px;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 15px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 10px 24px rgba(0, 55, 61, .14);
}

.hs-shell-search input[type="text"] {
    width: 100%;
    min-width: 0;
    padding: 0 8px;
    border: 0;
    outline: 0;
    color: var(--shell-ink);
    background: transparent;
}

.hs-shell-search button {
    padding: 7px 12px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: var(--shell-teal);
    font: inherit;
    font-size: 11px;
    cursor: pointer;
}

#footer.hs-shell-footer {
    position: relative;
    display: block;
    width: auto;
    max-width: none;
    min-height: 92px;
    margin: 18px 0 0;
    padding: 0;
    align-self: end;
    overflow: hidden;
    border: 0;
    border-radius: 28px 28px 0 0;
    color: #fff;
    background:
        radial-gradient(circle at 92% 110%, transparent 0 75px, rgba(255, 255, 255, .09) 76px 98px, transparent 99px),
        linear-gradient(135deg, #075f69 0%, #087f82 58%, #096f76 100%);
    box-shadow: 0 -12px 32px rgba(5, 72, 80, .14);
}

.hs-shell-footer__row {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 92px;
    padding: 16px 23px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

.hs-shell-footer__brand-wrap {
    display: flex;
    align-items: center;
    gap: 11px;
}

.hs-shell-footer__mark {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 15px;
    color: #fff;
    background: rgba(255, 255, 255, .13);
}

.hs-shell-footer__mark svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.hs-shell-footer__brand {
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

.hs-shell-footer__meta {
    margin-top: 2px;
    color: rgba(255, 255, 255, .66);
    font-size: 10px;
    line-height: 1.8;
}

.hs-shell-footer__copy {
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, .7);
    font-size: 10px;
}

.hs-shell-footer__version {
    padding: 4px 10px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
    color: #fff;
    direction: ltr;
    font-size: 10px;
    font-weight: 800;
    background: rgba(255, 255, 255, .13);
}

@media (max-width: 980px) {
    .hs-shell-header__inner {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .hs-shell-search {
        width: 100%;
    }
}

@media (max-width: 720px) {
    #heading.hs-shell-header {
        min-height: 0;
        margin-bottom: 10px;
        border-radius: 0 0 23px 23px;
    }

    .hs-shell-header__inner {
        min-height: 0;
        padding: 13px 14px;
    }

    #heading .hs-shell-brand__logo {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
        padding: 6px;
        border-radius: 18px;
    }

    #heading .hs-shell-brand__title {
        font-size: 17px;
    }

    .hs-shell-brand__eyebrow {
        font-size: 9px;
    }

    .hs-shell-tools {
        gap: 5px;
    }

    .hs-shell-chip {
        min-height: 27px;
        padding: 4px 8px;
        font-size: 9px;
    }

    #footer.hs-shell-footer {
        min-height: 0;
        margin-top: 12px;
        border-radius: 22px 22px 0 0;
    }

    .hs-shell-footer__row {
        min-height: 0;
        padding: 13px 14px;
        align-items: flex-start;
        gap: 8px;
    }

    .hs-shell-footer__mark {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
        border-radius: 12px;
    }

    .hs-shell-footer__copy {
        width: 100%;
        justify-content: flex-end;
    }
}

@media print {
    #heading.hs-shell-header,
    #footer.hs-shell-footer {
        display: none !important;
    }
}
