.co-showcase footer.co-footer.co-footer-modern {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 58px clamp(24px, 6vw, 96px) 28px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #0a211b !important;
  box-shadow: none !important;
  display: grid !important;
  grid-template-columns: minmax(250px, 1.05fr) minmax(340px, 1.2fr) minmax(240px, .8fr) !important;
  grid-template-rows: auto auto !important;
  align-items: start !important;
  gap: 44px clamp(36px, 5vw, 78px) !important;
  color: #d8e2dc !important;
}

.co-footer-modern .co-footer-brand-block,
.co-footer-modern .co-footer-contact-block {
  display: block !important;
  min-width: 0 !important;
}

.co-footer-modern .co-footer-logo {
  width: 190px !important;
  height: 76px !important;
  padding: 4px 8px !important;
  margin: 0 0 20px !important;
  background: #fff !important;
  border-radius: 4px !important;
}

.co-footer-modern .co-footer-brand-block p {
  margin: 0 0 10px !important;
  max-width: 310px !important;
  color: #fff !important;
  font: 600 22px/1.35 "Playfair Display", Georgia, serif !important;
}

.co-footer-modern .co-footer-brand-block > span {
  display: block;
  color: #9fb1a8;
  font-size: 11px;
  line-height: 1.6;
}

.co-footer-modern .co-footer-nav {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(130px, 1fr)) !important;
  gap: 34px !important;
}

.co-footer-modern .co-footer-nav section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.co-footer-modern .co-footer-nav strong,
.co-footer-modern .co-footer-contact-block > strong {
  display: block;
  margin-bottom: 5px;
  color: #e8bd91;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .13em;
}

.co-footer-modern .co-footer-nav a {
  color: #e1e8e4 !important;
  font-size: 13px;
  line-height: 1.4;
}

.co-footer-modern .co-footer-nav a:hover,
.co-footer-modern .co-footer-contact-block a:hover {
  color: #e8bd91 !important;
}

.co-footer-modern .co-footer-contact-block p {
  margin: 13px 0 17px !important;
  color: #aebdb5 !important;
  font: 400 13px/1.65 "DM Sans", Arial, sans-serif !important;
}

.co-footer-modern .co-footer-contact-block a {
  display: block;
  margin-top: 9px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
}

.co-footer-modern .co-footer-legal {
  grid-column: 1 / -1 !important;
  display: flex !important;
  justify-content: space-between !important;
  gap: 20px !important;
  margin-top: 4px !important;
  padding-top: 22px !important;
  border-top: 1px solid #29453b !important;
  color: #91a69c !important;
  font-size: 11px !important;
}

.co-showcase footer.co-footer-modern.co-footer-polished > .co-footer-bottom-line {
  display: none !important;
}

@media (max-width: 900px) {
  .co-showcase footer.co-footer.co-footer-modern {
    grid-template-columns: 1fr 1fr !important;
  }
  .co-footer-modern .co-footer-contact-block,
  .co-footer-modern .co-footer-legal {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 600px) {
  .co-showcase footer.co-footer.co-footer-modern {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }
  .co-footer-modern .co-footer-contact-block,
  .co-footer-modern .co-footer-legal {
    grid-column: auto !important;
  }
  .co-footer-modern .co-footer-legal {
    flex-direction: column !important;
    gap: 7px !important;
  }
}
