#footer{background-color:var(--black)}#footer .footer_inner{padding-top:72px;padding-bottom:40px}#footer .logo_box{display:flex;flex-flow:row nowrap;justify-content:flex-start;margin-bottom:10px}#footer .logo_box img{width:190px;height:84px;object-fit:contain;object-position:center}#footer .social_icons_container{display:flex;flex-flow:row nowrap;padding:17px 0;justify-content:center;width:190px}#footer .social_icons_container .social_icon_box a{display:flex;flex-flow:row nowrap;background-color:var(--white);padding:7px;margin:0 10px}#footer .social_icons_container .social_icon_box a svg{fill:var(--black)}#footer .company_name{text-align:center;width:190px;color:var(--white);text-transform:uppercase}#footer .made_by_container,#footer .made_by_container>a{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center}#footer .made_by_container{padding-bottom:10px}#footer .made_by_container>a{text-decoration:none}#footer .made_by_container .made_by_logo_container{display:inline-flex}#footer .made_by_container .made_by_logo_container img{width:67px}#footer .made_by_container .made_by{color:var(--white);text-transform:uppercase;margin-right:30px;display:inline-flex}#footer .menu_column ul.menu{display:flex;flex-flow:column nowrap}#footer .menu_column ul.menu li a{display:block;text-decoration:none;color:var(--white);margin-bottom:.7rem;text-transform:uppercase;transition:color 300ms}@media screen and (max-width:991px){#footer{padding-top:47px}#footer .company_name{margin:0 auto 40px}#footer .logo_box{justify-content:center}#footer .social_icons_container{margin:0 auto}}@media screen and (max-width:767px){#footer .footer_inner{padding-top:0}#footer .made_by_container{justify-content:center}#footer .made_by_container>a{flex-flow:column wrap;justify-content:center;align-items:center}#footer .made_by_container .made_by_logo_container img{width:100px}#footer .made_by_container .made_by_logo_container{display:flex;width:100%;justify-content:center;margin-bottom:8px}#footer .made_by_container .made_by{margin-right:0;display:flex;width:100%;justify-content:center}#footer .menu_column ul.menu li a{text-align:left}}