body{padding-bottom:var(--nav-mainbar-height, 7.5rem)}.twz-footer{font-family:var(--font-base);font-weight:700;font-size:1.3125rem;position:fixed;background:var(--white);width:100vw;bottom:0;z-index:100;height:var(--nav-mainbar-height, 7.5rem);display:flex;justify-content:center;align-items:center;transition:all .3s ease-in-out}.twz-footer__wrapper{opacity:0;transition:opacity .3s ease-in-out}.is-sticky .twz-footer{transform:translateY(0)}.is-sticky .twz-footer__wrapper{opacity:1}@media(max-width: 767px){.twz-footer{display:none}}
