.mobile-menu{transition:all .3s cubic-bezier(.785,.135,.15,.86)}.accordian button{padding:0}.accordian span{background:var(--tg-gray);width:32px;height:32px;text-align:center;border-radius:2px;display:flex;justify-content:center;align-items:center;position:absolute;left:15px}.mobile-menu .close-btn{transition:all .9s ease}.mobile-menu-visible .mobile-menu .close-btn{transform:rotate(1turn)}.mobile-menu-visible .mobile-menu{transform:translateX(0)}.menu-backdrop{position:fixed;right:0;top:0;width:100%;height:100%;z-index:2;transition:all .7s ease;opacity:0;visibility:hidden;background:rgba(0,0,0,.5)}.mobile-menu-visible .menu-backdrop{opacity:1;visibility:visible}.fw-title{font-size:24px;position:relative;padding-bottom:18px;margin-bottom:16px;font-family:aviny}.fw-title:before{content:"";position:absolute;right:0;bottom:0;width:30px;height:4px;border-radius:4px;background:var(--tg-primary-color)}button{transition:all .3s ease-out 0s}.footer-link ul li a:hover,.fw-title{color:var(--tg-white)}.footer-link ul li a:before{content:"";position:absolute;left:0;bottom:-1px;width:100%;height:1px;background:var(--tg-white);transform-origin:right top;transform:scaleX(0);transition:transform .4s cubic-bezier(.74,.72,.27,.24)}.footer-link ul li a:hover:before{transform-origin:left top;transform:scale(1)}