:root {
  --ps-lime: #c9f31d;
}

.text-yellow {
  color: var(--ps-lime) !important;
}

.hover\:text-yellow:hover {
  color: var(--ps-lime) !important;
}

.group:hover .group-hover\:text-yellow {
  color: var(--ps-lime) !important;
}

.bg-yellow {
  background-color: var(--ps-lime) !important;
}

.hover\:bg-yellow:hover {
  background-color: var(--ps-lime) !important;
}

.group:hover .group-hover\:bg-yellow {
  background-color: var(--ps-lime) !important;
}

.ps-footer-ref {
  background: #06053d;
}

.ps-footer-wrap {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1.8fr 1fr;
  gap: 34px;
  padding: 38px 0 34px;
  color: #fff;
}

.ps-footer-col {
  min-width: 0;
}

.ps-footer-sep {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  padding-left: 34px;
}

.ps-footer-logo {
  height: 36px;
  width: auto;
}

.ps-footer-tagline {
  margin-top: 14px;
  color: #fff;
  font-size: 17px;
  line-height: 1.6;
}

.ps-footer-email {
  margin-top: 16px;
  font-size: 20px;
  line-height: 1.4;
}

.ps-footer-email a {
  color: var(--ps-lime);
  text-decoration: none;
}

.ps-footer-email a:hover {
  color: #fff;
}

.ps-footer-heading {
  margin: 0;
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.ps-footer-list {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}

.ps-footer-list li {
  margin-top: 6px;
}

.ps-footer-list a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.ps-footer-list a:hover {
  color: var(--ps-lime);
}

.ps-footer-company {
  margin-top: 14px;
  font-size: 19px;
  line-height: 1.35;
}

.ps-footer-small {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .ps-footer-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .ps-footer-sep {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 720px) {
  .ps-footer-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ps-footer-heading {
    font-size: 26px;
  }
}
