/* Anchor offset for sticky header */
html {
    --vdma-anchor-offset: 0px;
    scroll-padding-top: var(--vdma-anchor-offset);
}

.et_pb_section[id] {
    scroll-margin-top: var(--vdma-anchor-offset);
}
