@font-face {
  font-family: "DP Anton";
  src: url("fonts/anton-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "DP Space Grotesk";
  src: url("fonts/space-grotesk-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 300 700;
}

@font-face {
  font-family: "DP Footer Icons";
  src: url("fonts/icomoon.woff2") format("woff2");
  font-display: block;
  font-style: normal;
  font-weight: 400;
}

footer.dp-footer,
footer.dp-footer * {
  box-sizing: border-box;
}

footer.dp-footer {
  --dp-footer-ink: #202020;
  --dp-footer-pink: #ff3c8f;
  --dp-footer-lime: #ddff55;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: var(--dp-footer-ink);
  color: #fff;
  font-family: "DP Space Grotesk", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

footer.dp-footer > .grid-rows,
body > .scroll-top,
body > .scroll-top.scroll-top-active {
  display: none !important;
}

footer.dp-footer a {
  border: 0;
  color: inherit;
  text-decoration: none;
}

footer.dp-footer h2,
footer.dp-footer p {
  margin: 0;
  padding: 0;
}

.dp-footer__main {
  border-bottom: 1px solid rgb(255 255 255 / 26%);
}

/* Journal's Footer setting adds 30px top padding to every direct child. */
footer.dp-footer > .dp-footer__main,
footer.dp-footer > .dp-footer__bottom {
  padding: 0 !important;
}

.dp-footer__main-inner,
.dp-footer__bottom-inner {
  width: min(calc(100% - 112px), 1280px);
  margin-inline: auto;
}

.dp-footer__main-inner {
  display: grid;
  min-height: 198px;
  grid-template-columns: minmax(220px, 1.3fr) minmax(112px, 0.65fr) minmax(168px, 0.95fr) minmax(150px, 0.85fr) minmax(190px, 1fr);
  gap: clamp(28px, 3vw, 58px);
  align-items: start;
  padding: 27px 0 23px;
}

.dp-footer__brand {
  position: relative;
  align-self: center;
  padding-top: 3px;
}

.dp-footer__brand-dot {
  position: absolute;
  top: 0;
  left: -9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--dp-footer-lime);
}

.dp-footer__wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  color: #fff !important;
  font-family: "DP Anton", Impact, sans-serif;
  font-size: 46px;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.95;
  text-transform: uppercase;
  transition: transform 160ms ease;
}

.dp-footer__wordmark:hover {
  color: #fff !important;
  transform: translateY(-2px);
}

.dp-footer__wordmark span:nth-child(2) {
  color: var(--dp-footer-pink);
}

.dp-footer__brand p {
  margin: 12px 0 0 !important;
  color: rgb(255 255 255 / 88%);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1.3;
  text-transform: uppercase;
}

.dp-footer__links {
  padding-top: 1px;
}

.dp-footer__help {
  padding-top: 0;
}

.dp-footer__links h2,
.dp-footer__help h2 {
  margin: 0 0 14px !important;
  color: var(--dp-footer-pink);
  font-family: "DP Anton", Impact, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  text-transform: uppercase;
}

.dp-footer__links > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.dp-footer__links a {
  position: relative;
  min-width: 0;
  max-width: 100%;
  padding: 0;
  color: rgb(255 255 255 / 88%) !important;
  font-size: 13px;
  font-weight: 520;
  line-height: 1.25;
  overflow-wrap: anywhere;
  transition: color 150ms ease;
}

.dp-footer__links a::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 1px;
  background: var(--dp-footer-pink);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 150ms ease;
}

.dp-footer__links a:hover,
.dp-footer__links a:focus-visible {
  color: #fff !important;
}

.dp-footer__links a:hover::after,
.dp-footer__links a:focus-visible::after {
  transform: scaleX(1);
}

.dp-footer__help {
  justify-self: end;
  width: min(100%, 205px);
}

.dp-footer__cta {
  display: flex !important;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 14px;
  border: 2px solid var(--dp-footer-pink) !important;
  background: var(--dp-footer-pink);
  color: #111 !important;
  font-family: "DP Anton", Impact, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.dp-footer__cta:hover,
.dp-footer__cta:focus-visible {
  background: #fff;
  color: #111 !important;
  transform: translateY(-2px);
}

.dp-footer__cta svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.dp-footer__socials {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
}

.dp-footer__socials a {
  display: grid !important;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  place-items: center;
  padding: 0;
  border: 1.5px solid rgb(255 255 255 / 88%) !important;
  border-radius: 7px;
  background: transparent;
  color: #fff !important;
  transition: border-color 150ms ease, background 150ms ease, color 150ms ease, transform 150ms ease;
}

.dp-footer__socials a:hover,
.dp-footer__socials a:focus-visible {
  border-color: var(--dp-footer-pink) !important;
  background: var(--dp-footer-pink);
  color: #111 !important;
  transform: translateY(-2px);
}

.dp-footer__socials span {
  font-family: "DP Footer Icons", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  speak: never;
}

.dp-footer__bottom {
  background: #1c1c1c;
}

.dp-footer__bottom-inner {
  display: grid;
  min-height: 62px;
  grid-template-columns: 1fr auto 42px;
  gap: clamp(24px, 3vw, 48px);
  align-items: center;
}

.dp-footer__copyright {
  color: rgb(255 255 255 / 82%);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.3;
  white-space: nowrap;
}

.dp-footer__payments {
  display: flex;
  height: 24px;
  align-items: center;
  gap: 22px;
}

.dp-footer__payment {
  position: relative;
  display: inline-flex;
  height: 24px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.dp-footer__payment img {
  display: block;
  max-width: none;
  height: auto;
  align-self: center !important;
  object-fit: contain;
}

.dp-footer__payment--visa {
  width: 34px;
}

.dp-footer__payment--visa img {
  width: 34px;
  filter: brightness(0) invert(1);
  opacity: 0.94;
}

.dp-footer__payment--mastercard {
  width: 31px;
  overflow: visible;
}

.dp-footer__payment--mastercard img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  filter: grayscale(1) brightness(3);
  opacity: 0.94;
  transform: translate(-50%, -50%);
}

.dp-footer__payment--paypal {
  width: 44px;
}

.dp-footer__payment--paypal img {
  width: 44px;
  opacity: 0.94;
}

.dp-footer__payment--maib {
  width: 60px;
}

.dp-footer__payment--maib img {
  width: 60px;
  opacity: 0.92;
}

.dp-footer__top {
  display: grid !important;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  place-items: center;
  padding: 0;
  border: 1px solid rgb(255 255 255 / 82%) !important;
  background: transparent;
  color: #fff !important;
  transition: border-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.dp-footer__top:hover,
.dp-footer__top:focus-visible {
  border-color: var(--dp-footer-lime) !important;
  color: var(--dp-footer-lime) !important;
  transform: translateY(-2px);
}

.dp-footer__top svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.dp-footer a:focus-visible {
  outline: 3px solid #ddff55;
  outline-offset: 3px;
}

@media (max-width: 1080px) {
  .dp-footer__main-inner {
    grid-template-columns: 1.15fr repeat(3, 1fr);
  }

  .dp-footer__help {
    display: grid;
    width: 100%;
    grid-column: 1 / -1;
    grid-template-columns: 1fr 205px 180px;
    gap: 24px;
    align-items: center;
    justify-self: stretch;
    padding-top: 4px;
  }

  .dp-footer__help h2,
  .dp-footer__socials {
    margin: 0 !important;
  }

  .dp-footer__bottom-inner {
    grid-template-columns: 1fr auto 42px;
    padding: 12px 0;
  }

}

@media (max-width: 760px) {
  .dp-footer__main-inner,
  .dp-footer__bottom-inner {
    width: min(calc(100% - 40px), 620px);
  }

  .dp-footer__main-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 24px;
    padding: 32px 0;
  }

  .dp-footer__brand {
    grid-column: 1 / -1;
  }

  .dp-footer__wordmark {
    font-size: 42px;
  }

  .dp-footer__help {
    grid-template-columns: 1fr 1fr;
  }

  .dp-footer__help h2 {
    grid-column: 1 / -1;
  }

  .dp-footer__bottom-inner {
    grid-template-columns: 1fr 42px;
    gap: 18px;
  }

  .dp-footer__payments {
    grid-column: 1 / -1;
    grid-row: 1;
    justify-content: flex-start;
  }

  .dp-footer__copyright {
    grid-column: 1;
    grid-row: 2;
  }

  .dp-footer__top {
    grid-column: 2;
    grid-row: 2;
  }
}

@media (max-width: 520px) {
  .dp-footer__links:nth-of-type(3) {
    grid-column: 1 / -1;
  }

  .dp-footer__help {
    grid-template-columns: 1fr;
  }

  .dp-footer__help h2 {
    grid-column: auto;
  }

  .dp-footer__socials {
    max-width: 205px;
  }

  .dp-footer__payments {
    gap: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dp-footer__wordmark,
  .dp-footer__links a::after,
  .dp-footer__cta,
  .dp-footer__socials a,
  .dp-footer__top {
    transition: none;
  }
}
