.btn:hover { border-radius: 0; transition: all 0.3s ease; z-index: 1; } .four{ position: relative; z-index: 1; } .four:hover { background: var(--secondary); } .four:hover::after { content: ''; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px; background: var(--secondary); z-index: -1; filter: blur(8px); opacity: 0.7; } .contact-21__form-content button[type=submit].bricks-button { padding:var(--space-xs) var(--space-s); font-size:var(--text-m); gap:var(--space-3xs); transition:all 0.25s ease-in-out; border:none; } .contact-21__form-content button[type=submit].bricks-button:hover { transform:translateY(-0.1rem); }  .bricks-is-frontend .animation-trigger{ opacity:0; }  .animate{ animation-name: fadeAnimation; animation-delay: calc(var(--delay, 0) * 200ms); animation-duration: var(--duration, 400ms); animation-timing-function: ease-in-out; animation-fill-mode: forwards; }  .animation--left-to-right{ --translate: -20px,0,0; } .animation--right-to-left{ --translate: 20px,0,0; } .animation--top-to-bottom{ --translate: 0,-20px,0; } .animation--bottom-to-top{ --translate: 0,20px,0; }  @keyframes fadeAnimation{ from{ transform: translate3d(var(--translate)); } to{ opacity: 1; transform: translate3d(0,0,0); } } .wp-block-heading { margin-bottom:1.5rem; } #brxe-ubhkrk .bricks-isotope-filters{ display:none!important; }