@charset "UTF-8";
footer{background-color:#0A2440}
footer a,footer p,footer li{color:#d5d5d5}
footer .footer-content{padding:5rem 0}
footer .footer-content i{font-size:18px;padding:0.5rem 0.575rem;border-radius:50%;background-color:#153150}
footer .footer-content li{font-size:15px;padding-bottom:0.75rem}
footer .footer-content li:last-child{padding-bottom:0}
footer .footer-content .footer-logo{width:50%}
@media (min-width:992px){footer .footer-content .footer-logo{width:75%}}
footer .footer-content .custom-select{position:relative;width:50%}
@media (min-width:992px){footer .footer-content .custom-select{width:100%}}
@media (min-width:1200px){footer .footer-content .custom-select{width:70%}}
footer .footer-content .select-trigger{display:flex;align-items:center;cursor:pointer;padding:1em;border:1px #263b51 solid;border-radius:0.5em;background-color:#153150;color:#d5d5d5}
footer .footer-content .select-options{display:none;position:absolute;top:100%;left:0;width:100%;border:1px #263b51 solid;border-top:none;background-color:#153150;border-radius:0.5em}
footer .footer-content .select-option{display:flex;align-items:center;padding:1em;cursor:pointer}
footer .footer-content .custom-select.open .select-options{display:block}
footer .footer-content .custom-select::after{content:"▾";color:#d5d5d5;position:absolute;top:1em;right:1em;transition:0.25s all ease;pointer-events:none}
footer .footer-content .custom-select:hover::after{color:#F66801}