.footer-upper {
  background: #ece8f5;
  padding: 43px 0;
}
.footer-upper img {
  margin-bottom: 20px;
}
.footer-upper h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
.paragraph__14 p,
.paragraph__14 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.footer-upper-list {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.footer-upper-list > div {
  flex: 1;
  max-width: 370px;
}
.site-footer {
  padding-top: 75px;
  background: var(--main-purple);
}
.footer-right {
  display: flex;
  justify-content: space-between;
}
.footer-right > div {
  flex: 1;
}
.footer-huge {
  font-size: clamp(30px, 2.7083333333vw, 52px);
  letter-spacing: -3px;
  font-weight: 400;
  line-height: 1.2;
}
.footer-huge strong {
  font-weight: 500;
}
.footer-left-col-upper {
  max-width: 660px;
}
.footer-menu h6 {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 2.16px;
  line-height: 20px;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: white;
}
.footer-menu li a,
.footer-menu p a {
  display: inline-block;
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.65;
}
.footer-left-col-upper {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 100%;
}
.footer-sm {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 13px;
  margin-top: 45px;
}
.footer-bottom {
  margin-top: 40px;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-copy-left {
  display: flex;
  align-items: center;
}
.footer-privacy-links {
  display: flex;
  align-items: center;
}
.footer-privacy-links a {
  font-size: 14px;
  position: relative;
  line-height: 26px;
  gap: 7px;
  margin-left: 15px;
  padding-left: 15px;
  color: rgba(255, 255, 255, 0.7);
}
.footer-privacy-links a:first-of-type {
  margin-left: 15px;
  padding-left: 15px;
}

.footer-privacy-links a::before {
  content: "";
  left: -0.5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.2);
}
.footer-copy-left > div > p {
  color: rgba(255, 255, 255, 0.7);
}
.footer-copy-left > div > p a {
  color: #fff;
}
.footer-cards {
  display: flex;
  gap: 22px;
}
.footer-cards img {
  max-width: 48.5px;
  object-fit: contain;
}
@media only screen and (max-width: 1336px) {
  .footer-copy-left p,
  .footer-copy-left,
  .footer-copy-left a {
    font-size: 10px;
  }
  .footer-cards img {
    max-width: 28px;
  }
  .footer-cards {
    gap: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .footer-bottom .col-12 > .flex {
    gap: 30px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .footer-copy-left {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .footer-privacy-links a:first-of-type::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer-upper-list {
    flex-wrap: wrap;
  }
  .footer-upper-list > div {
    flex: unset;
    width: calc(50% - 10px);
  }
  .footer-left-col {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-right {
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer-menu {
    width: calc(50% - 10px);
  }
  .footer-copy-left p,
  .footer-copy-left,
  .footer-copy-left a {
    font-size: 12px;
  }
  .footer-privacy-links {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-bottom .col-12 > .flex {
    align-items: flex-start;
  }
  .footer-privacy-links a,
  .footer-privacy-links a:first-of-type {
    padding-left: 0;
    margin-left: 0;
  }
  .footer-privacy-links a::before {
    display: none !important;
  }
}
