:root{--page-title-display:none;}/* Start custom CSS */.hero-orb {
    position: relative !important;
    overflow: hidden;
    min-height: 100vh;
}

.hero-orb > .e-con-inner > *:not(.hero-orb-canvas) {
    position: relative;
    z-index: 1;
}

.hero-orb-canvas {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 0;
    pointer-events: none;
    display: block;
}/* End custom CSS */