.scrollTop{position:fixed;bottom:20px;right:20px;opacity:0;transform:translateY(100%);transition:all .2s var(--material-cubic-bezier)}.scrollTop.show{opacity:1;transform:translateY(0)}.whatsappFab{cursor:pointer;position:fixed;bottom:80px;right:-5px;writing-mode:tb;padding:12px 6px 12px 11px;background-color:var(--ascent-color);color:#fff;border-radius:0 12px 12px 0;transform:rotate(180deg);display:flex;align-items:center;transition:transform .2s var(--material-cubic-bezier)}.whatsappFab>img{width:20px;height:20px;margin-bottom:8px;transform:scaleY(-1)}.whatsappFab:hover{transform:rotate(180deg) translateX(5px)}.footerWrapper{padding:40px 0 48px;background:#303133}@media screen and (max-width:480px){.footerWrapper{padding:40px 0}}.footerWrapper .footerWrapper__content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}@media screen and (max-width:768px){.footerWrapper .footerWrapper__content{flex-direction:column}}.footerWrapper .footerWrapper__disclaimer{padding-top:20px;color:#99989e;font-size:14px}.footerWrapper .footerWrapper__row{display:flex;align-items:flex-start;justify-content:space-between;width:100%}.footerWrapper .footerWrapper__row:not(:last-child){margin-bottom:32px}@media screen and (max-width:768px){.footerWrapper .footerWrapper__row{flex-direction:column}}@media screen and (max-width:480px){.footerWrapper .footerWrapper__row{margin-left:0;gap:20px}}@media screen and (max-width:768px){.footerWrapper .footerWrapper__col.logo>img{margin-bottom:40px}}.footerWrapper .footerWrapper--descriptionText{font-size:14px;font-weight:500;color:#f7f9f8;display:flex;align-items:center;margin-top:0;margin-bottom:0}.footerWrapper .footerWrapper--descriptionText:not(:last-child){margin-bottom:8px}.footerWrapper .footerWrapper--descriptionText.small{font-size:12px;font-weight:400}.footerWrapper .footerWrapper--descriptionText a{color:inherit;font-weight:inherit;font-size:inherit}.footerWrapper .footerWrapper--descriptionText a.hover{display:inline-flex;position:relative}.footerWrapper .footerWrapper--descriptionText a.hover:before{content:"";position:absolute;bottom:-4px;height:2px;width:100%;background:var(--ascent-color);transform:scaleX(0);opacity:0;transition:all .2s var(--material-cubic-bezier)}.footerWrapper .footerWrapper--descriptionText a.hover:hover:before{transform:scaleX(1);opacity:1}.footerWrapper .footerWrapper--descriptionText>span{display:flex;align-items:center}.footerWrapper .footerWrapper--descriptionText>span:not(:last-child){margin-right:24px}.footerWrapper .footerWrapper--descriptionText>span>img{margin-right:8px}.footerWrapper .footerWrapper--title{font-size:14px;font-weight:500;color:#a6b8b1;margin-bottom:30px;display:block}.footerWrapper .footerWrapper--nav{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:80px;column-gap:80px;grid-row-gap:8px;row-gap:8px}@media screen and (max-width:480px){.footerWrapper .footerWrapper--nav{grid-template-columns:repeat(2,1fr)}}.footerWrapper .footerWrapper--nav--item>a{color:#f7f9f8;text-decoration:none;font-size:14px;display:inline-flex;position:relative}.footerWrapper .footerWrapper--nav--item>a:before{content:"";position:absolute;bottom:-4px;height:2px;width:100%;background:var(--ascent-color);transform:scaleX(0);opacity:0;transition:all .2s var(--material-cubic-bezier)}.footerWrapper .footerWrapper--nav--item>a:hover:before{transform:scaleX(1);opacity:1}.footerWrapper .footerWrapper--addressItem{display:flex;align-items:center}.footerWrapper .footerWrapper--addressItem img{width:24px}.footerWrapper .footerWrapper--addressItem p{margin-left:20px;color:#f7f9f8;font-size:14px;font-weight:500}.footerWrapper .footerWrapper__link{color:#f7f9f8;font-size:14px;display:flex;align-items:center;gap:8px;display:inline-flex;position:relative}.footerWrapper .footerWrapper__link:before{content:"";position:absolute;bottom:-4px;height:2px;width:100%;background:var(--ascent-color);transform:scaleX(0);opacity:0;transition:all .2s var(--material-cubic-bezier)}.footerWrapper .footerWrapper__link:hover:before{transform:scaleX(1);opacity:1}