footer {
  margin-top: auto;
  padding: 12rem 0 0;
}
.footer-nav .row {
  --bs-gutter-x : 4rem;
  --bs-gutter-y : 3.2rem
}
.footer-nav-head {
  color: var(--white);
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: bold;  
}
.footer-nav-link li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 1rem;
}
.footer-nav-link a {
  color: var(--white);
  display: block;
  opacity: 0.85;
  max-width: max-content;
}
.footer-nav-link a:hover {
  opacity: 1;
  text-decoration: underline !important;
}
.footer-logo img {
  max-width: 28.7rem;
  max-height: 3.2rem;
  width: auto;
  height: auto;
}
.footer-social ul {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.footer-social a {
  width: 5.6rem;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.08);
}
.footer-social a:hover {
  background: rgba(255,255,255,0.2);
}
.footer-bottom {
  padding: 4.8rem 0 6.4rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: var(--white);
  gap: 0.8rem;
}
.row:first-child .footer-bottom{
  padding-top: 0;
  border-top: 0;
}
.footer-bottom p {
  margin: 0;
}
.footer-bottom a {
  color: var(--white);
}
.footer-bottom a:hover {
  text-decoration: underline !important;
}
@media(min-width:1460px) and (max-width:1499.98px) {
  footer {
    padding: 10rem 0 0;
  }
  .footer-nav .row {
    --bs-gutter-x: 3.2rem;
  }
  .footer-nav-head,
  .footer-nav-link li {
    font-size: 1.5rem;
  }
  .footer-bottom {
    padding: 4rem 0 5.6rem;
  }
}
@media(min-width:1360px) and (max-width:1459.98px) {
  footer {
    padding: 8rem 0 0;
  }
  .footer-nav-head,
  .footer-nav-link li {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .footer-logo img {
    max-width: 24.7rem;
    max-height: 2.8rem;
  }
  .footer-bottom {
    padding: 4rem 0 4.8rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px) {
   footer {
    padding: 8rem 0 0;
  }
  .footer-nav .row {
    --bs-gutter-x: 2.4rem;
  }
  .footer-nav-head,
  .footer-nav-link li {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .footer-logo img {
    max-width: 23.7rem;
    max-height: 2.7rem;
  }
  .footer-social a {
    width: 4.8rem;
    height: 4.8rem;
  }
  .footer-bottom {
    padding: 4rem 0 4.8rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px) {
  footer {
    padding: 8rem 0 0;
  }
  .footer-nav .row {
    --bs-gutter-x: 2rem;
  }
  .footer-nav-head {
    margin-bottom: 1.6rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .footer-nav-link li {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .footer-logo img {
    max-width: 22.7rem;
    max-height: 2.6rem;
  }
  .footer-social a {
    width: 4.8rem;
    height: 4.8rem;
  }
  .footer-bottom {
    padding: 3.2rem 0 4rem;
  }
  body:has(#ab-cookie-show) .footer-bottom {
    padding-bottom: 5.6rem;
  }
}
@media(min-width:768px) and (max-width:991.98px) {
  footer {
    padding: 8rem 0 0;
  }
  .footer-logo img {
    max-width: 20.7rem;
    max-height: 2.3rem;
  }
  .footer-nav-head {
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .footer-nav-link li {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .footer-social a {
    width: 4.8rem;
    height: 4.8rem;
  }
  .footer-bottom {
    padding: 3.2rem 0 4rem;
    font-size: 1.2rem;
    line-height: 2rem;
  }
  body:has(#ab-cookie-show) .footer-bottom {
    padding-bottom: 5.6rem;
  }
}
@media(max-width:767.98px) {
  footer {
    padding: 5.6rem 0 0;
  }
  .footer-logo img {
    max-width: 19.7rem;
    max-height: 2.2rem;
  }
  .footer-nav .row {
    --bs-gutter-x: 1.6rem;
    --bs-gutter-y: 2.4rem;
  }
  .footer-nav .col-lg-3 {
    width: 50%;
  }
  .footer-nav-head {
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .footer-nav-link li {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .footer-social a {
    width: 4.8rem;
    height: 4.8rem;
  }
  .footer-bottom {
    padding: 2.4rem 0 3.2rem;
    font-size: 1.2rem;
    line-height: 2rem;
    flex-wrap: wrap;
  }
  body:has(#ab-cookie-show) .footer-bottom {
    padding-bottom: 4.8rem;
  }
}
@media(max-width:575.98px) {
  .footer-nav .col-lg-3 {
    width: 100%;
  }
}