.footer{background-color:var(--color-primary-dark);color:var(--color-white)}.footer__links{display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:2rem;row-gap:6rem}.footer__blocks{display:flex;flex-direction:column;flex-wrap:wrap;gap:4rem;width:100%}.footer__checkbox{display:none}.footer__section-heading{align-items:center;border-bottom:2px solid var(--color-white);display:flex;font-weight:600;justify-content:space-between;min-height:4.8rem;min-width:4.8rem;width:100%}.footer__dropdown-icon{margin-right:2rem;stroke:var(--color-white)}.footer__dropdown-menu{display:flex;flex-direction:column;padding-top:1rem}.footer__link{align-items:center;display:flex;font-weight:400;justify-content:space-between;min-height:4.8rem;min-width:4.8rem}.footer__link:hover{text-decoration:underline}.footer__social{display:flex;flex-direction:column;font-weight:400;gap:1rem;max-width:25rem}.footer__social-content{display:flex;flex-direction:column;gap:1.5rem}.footer__title{font-weight:600;min-height:4.8rem}.footer__email,.footer__title{align-items:center;display:flex}.footer__email{fill:var(--color-white);gap:1.25rem;height:4.8rem}.footer__email:hover{color:var(--color-primary);fill:var(--color-primary)}.footer__info{font-size:1.4rem;font-weight:400;padding-bottom:1rem}.footer__icons{display:flex;flex-wrap:wrap;padding-top:2rem}.footer__icon{fill:var(--color-white);height:4.8rem;width:4.8rem}.footer__icon:focus,.footer__icon:hover{fill:var(--color-primary)}.footer__icon svg{height:25px}.footer__bottom-text{font-weight:400;padding-bottom:2rem;padding-top:2rem}@media (min-width:992px){.footer__bottom-text{padding-bottom:6rem;padding-top:4rem}.footer__blocks{border-bottom:.5px solid #fff;border-top:.5px solid #fff;flex-direction:row;justify-content:space-between;padding-bottom:10rem;padding-top:8rem}.footer__section-heading{border-bottom:0}.footer__dropdown-icon{display:none}}.footer__dropdown .footer__dropdown-menu{display:none}@media (min-width:992px){.footer__dropdown .footer__dropdown-menu{display:flex}}.footer .footer__checkbox:checked~.footer__dropdown-menu{display:flex}.footer .footer__checkbox:checked~* .footer__dropdown-icon{transform:rotate(180deg)}