

.vt-header {
    --overlay-opacity: 0.4;
}

.vt-small-header .vt-header-divider {
    display: none;
}

.vt-small-header .vt-header-breadcrumb-funnel {
    display: block !important;
}

.vt-small-header .vt-header-content-axis {
    display: flex;
    position: static;
    box-sizing: border-box;
    flex-direction: column;
    align-self: stretch;
    width: 100%;
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
    --vt-small-header-content-left: 40px;

    padding-right: 40px;
    padding-left: var(--vt-small-header-content-left);
}

@media (max-width: 1024px) {
    .vt-small-header .vt-header-content-axis {
        --vt-small-header-content-left: 32px;

        padding-right: 32px;
    }
}

@media (max-width: 767px) {
    .vt-small-header .vt-header-content-axis {
        --vt-small-header-content-left: 24px;

        padding-right: 24px;
    }
}

@media (min-width: 545px) and (max-width: 860px) {
    .vt-small-header .vt-header-content-axis {
        --vt-small-header-content-left: 36px;
    }
}

@media (min-width: 861px) and (max-width: 1399px) {
    .vt-small-header .vt-header-content-axis {
        --vt-small-header-content-left: calc(
                60px - max(0px, (100vw - 1320px) / 2)
            );
    }
}

@media (min-width: 1400px) {
    .vt-small-header .vt-header-content-axis {
        --vt-small-header-content-left: 24px;
    }
}

@media (min-width: 840px) {
    .vt-small-header .vt-header-axis-row--desktop {
        padding-left: 28px;
    }
}

@media (min-width: 840px) and (max-width: 860px) {
    .vt-small-header .vt-header-axis-row--desktop {
        padding-left: 4px;
    }
}

@media (min-width: 1025px) {
    .vt-small-header .vt-header-axis-row--desktop {
        padding-left: 20px;
    }
}

@media (min-width: 1400px) {
    .vt-small-header .vt-header-axis-row--desktop {
        padding-left: 24px;
    }
}

@media (min-width: 840px) {
    .vt-small-header .vt-header-top {
        row-gap: 24px;
    }

    .vt-small-header .vt-header-subtitle p:last-child {
        margin-bottom: 0;
    }

}

@media (min-width: 545px) and (max-width: 839px) {
    .vt-small-header .vt-header-content-axis {
        --vt-small-header-content-left: 36px;
    }
}

@media (max-width: 480px) {
    .vt-small-header .vt-header-axis-row--mobile {
        margin-left: -11px;
        margin-right: 11px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .vt-small-header .vt-header-axis-row--mobile {
        margin-left: 11px;
        margin-right: -11px;
    }
}

@media (min-width: 481px) and (max-width: 544px) {
    .vt-small-header .vt-header-axis-row--mobile {
        padding-left: 11.5px;
    }
}

@media (min-width: 861px) {
    .vt-small-header .vt-header-image {
        padding-right: 0;
        padding-left: 0;
    }

    .vt-small-header .vt-header-top {
        row-gap: 0;
        padding-bottom: 24px;
    }

    .vt-small-header .vt-header-title {
        text-indent: -4px;
    }

}

@media (min-width: 545px) and (max-width: 767px) {
    .vt-small-header .vt-header-content-axis {
        --vt-small-header-content-left: 24px;
    }
}

@media (min-width: 768px) and (max-width: 860px) {
    .vt-small-header .vt-header-content-axis {
        --vt-small-header-content-left: 32px;
    }
}

@media (min-width: 545px) and (max-width: 839px) {
    .vt-small-header .vt-header-axis-row--mobile {
        padding-left: 4px;
    }

    .vt-small-header .vt-header-logo {
        width: 150px;
        max-width: 150px;
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 860px) {
    .vt-small-header .vt-header-content-axis {
        --vt-small-header-content-left: 4px;
    }
}

@media (min-width: 768px) and (max-width: 860px) {
    .vt-small-header .vt-header-subtitle,
        .vt-small-header .vt-header-breadcrumb-funnel {
        margin-left: 4px;
    }
}

@media (min-width: 840px) and (max-width: 860px) {
    .vt-small-header .vt-header-top {
        row-gap: 0;
    }
}

@media (max-width: 440px) {
    .vt-small-header .vt-header-image {
        padding-left: 14.5px;
    }

    .vt-small-header .vt-header-content-axis {
        --vt-small-header-content-left: 0px;
    }
}

@media (max-width: 280px) {
    .vt-small-header .vt-header-image .vt-header-content-axis .vt-header-title h1 {
        font-size: 22px;
    }

    .vt-small-header .vt-header-breadcrumb-funnel {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .vt-small-header .vt-header-content-axis {
        position: static;
    }

    .vt-small-header .vt-header-bottom-bread {
        right: auto;
        width: calc(100% - 96px);
    }
}

@media (max-width: 440px) {
    .vt-small-header .vt-header-bottom-bread {
        width: calc(100% - 62.5px);
    }
}

@media (min-width: 1025px) {
    .vt-small-header .vt-header-divider {
        display: block;
    }
}



.vt-small-header .vt-header-image {
    position: relative;
}

.vt-small-header .vt-header-gap {
    flex: 0 0 0;
    height: 0;
    min-height: 0;
}

.vt-small-header .vt-header-bottom-bread {
    position: absolute;
    right: 0;
    bottom: 6px;
    left: var(--vt-small-header-content-left);
    width: auto;
    margin-top: 0;
}

@media (min-width: 1025px) {
    .vt-small-header .vt-header-divider {
        position: absolute;
        top: auto;
        bottom: -60px;
        left: 50%;
        margin: 0;
        padding: 0;
        transform: translateX(-50%);
    }
}





@media (min-width: 441px) and (max-width: 480px) {
    .vt-small-header .vt-header-title,
    .vt-small-header .vt-header-subtitle {
        transform: translateX(-35px);
    }

    .vt-small-header .vt-header-bottom-bread {
        left: 13px;
    }
}



@media (min-width: 481px) and (max-width: 500px) {
    .vt-small-header .vt-header-bottom-bread {
        left: 48px;
    }
}



@media (min-width: 280px) and (max-width: 440px) {
    .vt-small-header .vt-header-bottom-bread {
        left: 14.5px;
    }
}



@media (min-width: 501px) and (max-width: 767px) {
    .vt-small-header .vt-header-bottom-bread {
        left: 48px;
    }
}

@media (min-width: 768px) and (max-width: 860px) {
    .vt-small-header .vt-header-bottom-bread {
        left: 36px;
    }
}

@media (min-width: 1321px) and (max-width: 1399px) {
    .vt-small-header .vt-header-bottom-bread {
        left: 60px;
    }
}

@media (min-width: 1400px) {
    .vt-small-header .vt-header-bottom-bread {
        left: calc(
            max(0px, (100vw - 1320px) / 2)
            + 24px
        );
    }
}

