:root{--BottomOffset:25px;--LineHeight:5px;--LineColor:#29EECC}.dl-menu-style1 ul.et-menu>li>a{position:relative;z-index:1}.dl-menu-style1 ul.et-menu>li>a:before{position:absolute;content:'';display:block;z-index:-1;background:var(--LineColor);width:0;height:var(--LineHeight);bottom:var(--BottomOffset);border-radius:var(--LineHeight);left:50%;transition:0.4s cubic-bezier(0.25,0.1,0,2.02)}.dl-menu-style1 ul.et-menu>li>a:hover:before{width:calc(100% + var(--LineHeight));left:calc(var(--LineHeight) / -2)}.et_pb_button,button,input[type="submit"],input[type="button"]{animation:pulseButton 2.2s ease-in-out infinite;transform-origin:center;will-change:transform}@keyframes pulseButton{0%,100%{transform:scale(1)}50%{transform:scale(1.06)}}.et_pb_button:hover,button:hover,input[type="submit"]:hover,input[type="button"]:hover{animation-play-state:paused;transform:scale(1.08)}