.custom-fixed-header{position:fixed!important;top:0;left:50%;width:100%;z-index:9999;opacity:0;pointer-events:none;transition:opacity 0.4s ease}.custom-fixed-header.header-visible{opacity:1;pointer-events:all}.animated-border-row{position:relative;z-index:1;overflow:hidden;box-sizing:border-box}.animated-border-row .et_pb_code_inner{height:100%}.animated-border-row .border-top,.animated-border-row .border-right,.animated-border-row .border-bottom,.animated-border-row .border-left{position:absolute;background-color:white;opacity:1;transition:width 0.2s ease,height 0.2s ease}.animated-border-row .border-top{position:absolute;top:0;left:0;height:2px;width:calc(var(--border-progress-top,0) * 100%);background-color:white;transform-origin:left;transform:translateY(0)}.animated-border-row .border-right{position:absolute;top:0;right:0;width:2px;height:calc(var(--border-progress-right,0) * 100%);background-color:white;transform-origin:top;transform:translateX(0)}.animated-border-row .border-bottom{position:absolute;bottom:0;right:0;height:2px;width:calc(var(--border-progress-bottom,0) * 100%);background-color:white;transform-origin:right;transform:translateY(0)}.animated-border-row .border-left{position:absolute;bottom:0;left:0;width:2px;height:calc(var(--border-progress-left,0) * 100%);background-color:white;transform-origin:bottom;transform:translateX(0)}