.go-to-top-button{background:var(--wp--preset--color--custom-color-2);border-radius:50px;width:50px;height:50px;justify-content:center;align-items:center;display:none;position:fixed;bottom:1.8rem;right:1rem;z-index:99;color:#fff;cursor:pointer;transition:all .4s ease}.go-to-top-button:hover{background:var(--wp--preset--color--custom-color-1)}.go-to-top-button svg{fill:#fff}button{display:flex;cursor:pointer;width:100%;justify-content:center;align-items:center;background:linear-gradient(var(--wp--preset--color--custom-color-4),var(--wp--preset--color--custom-color-2));border:2px solid #fff !important;padding:17px;color:#fff;font-weight:bolder;font-size:20px;border-radius:30px}.card{border:2px solid var(--wp--preset--color--custom-color-2) !important;transition:all .2s ease;background:var(--wp--preset--color--custom-color-4);transform:scale(.98)}.card:hover{transform:scale(1);border-color:var(--wp--preset--color--custom-color-1) !important;background:#0bb4a93d;button{background:linear-gradient(var(--wp--preset--color--custom-color-3),var(--wp--preset--color--custom-color-1))}}html,body{height:100%;margin:0}.wp-site-blocks{display:flex;flex-direction:column;min-height:100vh}.entry-content{flex:1}.hidden{display:none !important}