.footer{position:relative;display:flex;flex-direction:column;width:100vw;align-items:center}.footer .footer-content{position:relative;display:flex;flex-direction:row;width:100%;max-width:920px;margin:36px auto;justify-content:space-between}.footer .footer-info{position:relative;display:flex;flex-direction:column;max-width:176px}.footer .footer-logo{margin-bottom:16px;height:44px;width:auto;align-self:flex-start}.footer .footer-header{color:var(--red-10);height:44px;margin-bottom:16px;line-height:44px}.footer a{color:var(--black-10)}.footer a:hover{color:var(--red-10)}.footer .contact-item{display:flex;align-items:center;margin-bottom:8px}.footer .contact-item img{height:24px;margin-right:8px}.footer .social-links{margin:36px auto}.footer .social-links img{height:44px;width:44px;position:relative}.footer .copyright-section{position:relative;display:flex;bottom:0;left:0;width:100vw;background-color:var(--blue-13);height:fit-content;justify-content:center;align-items:center;box-sizing:border-box;flex-direction:column;padding:16px 0}.footer .copyright-section h6{color:var(--white-10)}@media screen and (min-width:0) and (max-width:var(--tablet)){.footer .footer-content{box-sizing:border-box;padding:0 44px;flex-direction:row;flex-wrap:wrap}.footer .footer-content .footer-info{min-width:100px}.footer .footer-content .footer-header{margin-bottom:12px;height:fit-content;line-height:initial;margin-top:24px;margin:24px 0 12px}.footer .contact-item img{height:16px}.footer .social-links{margin:24px auto}}