footer{user-select:none}.footer-container{display:flex;flex-direction:column;gap:10px;width:70%;max-width:1400px;margin:auto}.footer-top{padding:1.5rem 0}.footer-bottom{position:relative;padding-top:1rem;display:flex;justify-content:space-between;align-items:start}.footer-policy{display:flex;flex-direction:column;gap:5px;padding-bottom:1rem}.footer-copyright{display:flex;flex-direction:column;gap:5px;padding-bottom:1.5rem;font-size:1.1rem}.footer-copyright a{display:flex;align-items:center;gap:5px}.footer-copyright svg{width:20px;height:20px}.footer-bottom::after{content:'';position:absolute;top:0;left:0;width:100%;height:2px;border-radius:30px;background-color:rgb(255,255,255,.5)}.footer-social{display:flex;align-items:center;gap:10px}.footer-menu-list{list-style-type:none;display:flex;justify-content:space-between;align-items:start}.footer-menu{display:flex;flex-direction:column;gap:5px;justify-content:start}.footer-logo img{width:130px;object-fit:contain}.footer-link,.footer-link b{text-decoration:none;background-color:transparent;border:0;outline:0;display:flex;align-items:center;font-size:18px;cursor:pointer;gap:5px;white-space:nowrap}.footer-link svg{width:25px;height:25px}.footer-link:hover{text-decoration:underline}.footer-signature{display:flex;justify-content:center;align-items:center;padding:2rem}.footer-signature .signature .creator{position:relative;text-decoration:none;transition:.25s;font-weight:700}.footer-signature .signature .creator::after{content:'';position:absolute;bottom:-2px;left:50%;transform:translateX(-50%);background-color:var(--text-color);border-radius:10px;height:2px;width:0;transition:.25s}.footer-signature .signature .creator:hover:after{width:100%}.footer-signature .signature .creator:active{letter-spacing:1px}