@charset "UTF-8";

#footer {padding: 40px 50px; background: #282831; margin-top: auto;}
#footer address {width: 100%; max-width: 1200px; margin: 0 auto; font-weight: 300; font-size: 1.063rem; color: #EEEEEE; text-align: center;}
#footer p {display: -webkit-flex; display: flex; justify-content: center; align-items: center; margin-bottom: 12px; flex-wrap: wrap;}
#footer p:last-of-type {margin-bottom: 24px;}
#footer span::after {display: inline-block; content: ''; width: 1px; height: 12px; background: #C7C7C7; margin: 0 6px;}
#footer span:last-child::after {display: none;}
#footer .company {font-weight: 500;}
#footer .copy {font-weight: 200; font-size: 0.938rem;}





@media screen and (min-width:993px){

}

@media screen and (max-width:992px){

}

@media screen and (max-width:768px){
    #footer {padding: 40px;}
}

@media screen and (max-width:480px){
    #footer {padding: 30px 12px;}

    #footer p {row-gap: 6px; margin-bottom: 6px;}

    #footer .ceo::after, #footer .address::after {display: none;}
    #footer .address {width: 100%;}
}