.marketing-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #000;
  color: #fff;
}

.marketing-footer-inner {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  padding: 80px 24px;
}

.marketing-footer-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: 48px;
  row-gap: 56px;
}

.marketing-footer-brand {
  grid-column: span 2;
}

.marketing-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 24px;
  text-decoration: none !important;
}

.marketing-footer-logo-mark {
  display: inline-flex;
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
  color: #fff;
}

.marketing-footer-logo-mark img {
  display: block;
  width: 100%;
  height: 100%;
  filter: invert(1);
}

.marketing-footer-logo > span:last-child {
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.035em;
}

.marketing-footer-tagline {
  max-width: 320px;
  margin: 32px 0 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.375;
}

.marketing-footer-tagline span {
  display: block;
  color: rgba(255, 255, 255, 0.45);
}

.marketing-footer-description {
  max-width: 384px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 14px;
  line-height: 1.625;
}

.marketing-footer h3 {
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.marketing-footer ul {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.marketing-footer li {
  margin: 0;
}

.marketing-footer-column a {
  display: block;
  min-height: 40px;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 14px;
  text-decoration: none !important;
  transition: color 150ms ease;
}

.marketing-footer-column a:hover {
  color: #fff;
}

.marketing-footer-bottom {
  display: flex;
  margin-top: 64px;
  align-items: center;
}

.marketing-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
}

@media (max-width: 1023px) {
  .marketing-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .marketing-footer-brand {
    grid-column: span 2;
  }

}

@media (max-width: 1315px) {
  .main-column .marketing-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .main-column .marketing-footer-brand {
    grid-column: span 2;
  }

}

@media (max-width: 639px) {
  .marketing-footer-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .marketing-footer-grid {
    grid-template-columns: 1fr;
  }

  .marketing-footer-brand {
    grid-column: auto;
  }
}
