body{padding-bottom:var(--nav-mainbar-height, 12rem)}.twz-footer{font-family:var(--font-base);font-weight:700;font-size:2.1rem;position:fixed;background:var(--white);width:100vw;bottom:0;z-index:100;height:var(--nav-mainbar-height, 12rem);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}}
