 .footer__scrollup{height:5rem;width:5rem;background:rgba(var(--rgb-grey-200),.5);position:fixed;right:2rem;bottom:2rem;cursor:pointer;z-index:9000}.footer__scrollup:before{position:absolute;left:50%;top:50%;height:2.5rem;width:2.5rem;border:5px solid var(--grey-000);border-bottom:0;border-right:0;content:'';transform:translate(-50%,-25%) rotate(45deg)}.footer__scrollup-fadein{animation:scrollup-fadein 300ms linear 1}.footer__scrollup-fadeout{animation:scrollup-fadeout 300ms linear 1}@keyframes scrollup-fadein{0%{opacity:0}100%{opacity:1}}@keyframes scrollup-fadeout{0%{opacity:1}100%{opacity:0}}footer{padding:3rem 2rem 2rem 2rem;background:var(--brand-secondary);color:var(--grey-000);margin-top:10rem;position:relative}.footer__header{margin-bottom:4rem}.footer__header ins:empty{height:0}.footer__list{margin-right:5rem;margin-bottom:3rem}.footer__list>div{text-transform:capitalize}.footer__list *:not(:first-child){line-height:3.2rem}.footer__body{display:flex;flex-wrap:wrap}.footer__list>div:first-child{text-transform:uppercase;font-weight:700;margin-bottom:1rem;color:var(--grey-000)}.footer__horizontal-divider{width:100%;height:.1rem;background:var(--grey-000);margin:2rem 0}.footer__footer-alignment-container{display:flex;justify-content:space-between}.footer__footer-alignment-container img{width:8.5rem;height:auto}.footer__social-collection{display:flex;flex-wrap:wrap;justify-content:flex-end}.footer__social-collection>a{margin-left:1rem}div.footer__social-item{height:3rem;width:3rem;background-color:var(--grey-000);border-radius:.5rem;display:flex;justify-content:center;align-items:center;font-size:2rem;color:var(--brand-secondary)}.footer__social-collection>a:first-child>.footer__social-item{margin-left:0}.clipboard:hover{color:var(--blue-100);cursor:pointer}footer .filter-section__dropdown-results{max-height:12.9rem}footer .filter-section__item{width:15rem}footer .filter-section__item>button,footer .filter-section__item>button:active,footer .filter-section__item>button:focus,footer .filter-section__item>button:hover{height:2.4rem}footer .filter-section__item button .img-text>*:first-child{height:1.4rem;width:1.4rem}footer .footer__list button *:not(:first-child){line-height:unset;font-size:1.2rem}footer .filter-section__dropdown{color:var(--grey-200)}footer .filter-section__dropdown-header{display:none}@media (max-width:500px){.footer__footer-alignment-container{flex-direction:column;align-items:center}.footer__footer-alignment-container>a>img{margin-bottom:2rem}.footer__social-collection{justify-content:center}.footer__social-item{margin-left:.5rem;margin-right:.5rem;margin-bottom:1rem}.footer__social-collection>a:first-child>.footer__social-item{margin-left:.5rem}.footer__social-collection>a{margin-left:0}}