body > footer.home-footer{display:block}
.home-footer{background:linear-gradient(110deg,#0a2464,#0a2464);color:#c4d7ef;padding:24px 0 15px;font-family:Manrope,Arial,sans-serif}
.home-footer .container{max-width:1360px}
.home-footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1.1fr 1.3fr 1fr;gap:24px}
.home-footer-grid>div,.home-footer-grid>nav{min-width:0}
.home-footer-grid>nav,.home-footer-grid>div:not(:first-child){border-left:1px solid #ffffff30;padding-left:20px}
.home-footer .home-footer-logo{width:306px;max-width:100%;height:auto;filter:none;background:#fff;border-radius:5px;padding:8px}
.home-footer h3{font:700 12px Manrope,Arial,sans-serif;color:#fff;margin:0 0 10px}
.home-footer a,.home-footer p{display:block;max-width:none;font-size:11px;line-height:1.75;color:#c4d7ef;margin:0;text-decoration:none;overflow-wrap:anywhere}
.home-footer a:hover{color:#fff;text-decoration:underline}
.home-footer .home-payment-icons{display:flex;gap:5px;flex-wrap:wrap}
.home-payment-icons img{width:38px;height:23px;object-fit:contain;background:#fff;border-radius:3px}
.home-footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:16px;font-size:10px;color:#9db9db}
.home-footer-information{margin-top:22px;border-top:1px solid #ffffff25}
.home-footer-information details{padding:12px 0;border-bottom:1px solid #ffffff25}
.home-footer-information summary{cursor:pointer;font-size:12px;font-weight:700;color:#fff}
.home-footer-information details>p{padding-top:10px;font-size:11px;line-height:1.8}
.home-footer-routes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px 20px;padding-top:10px}
@media(max-width:991px){.home-footer-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.home-footer-grid>nav,.home-footer-grid>div:not(:first-child){padding-left:0;border:0}.home-footer-grid>div:last-child{grid-column:auto}.home-footer-routes{grid-template-columns:1fr 1fr}}
@media(max-width:575px){.home-footer-grid{grid-template-columns:1fr 1fr}.home-footer-grid>div:first-child{grid-column:1/-1}.home-footer-bottom{flex-direction:column;gap:6px}.home-footer-routes{grid-template-columns:1fr}}
