.pyp-article-header {
  position: sticky;
  top: 0;
  z-index: 100000;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(14px, 3vw, 32px);
  align-items: center;
  min-height: 116px;
  padding: 8px clamp(18px, 4vw, 48px);
  color: #240643;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #d3d6e0;
  font-family: "Manrope", "Nunito Sans", Arial, sans-serif;
}

.pyp-article-header a,
.pyp-article-footer a {
  color: inherit;
  text-decoration: none;
}

.pyp-article-header a:focus-visible,
.pyp-article-footer a:focus-visible,
.pyp-article-header button:focus-visible,
.pyp-article-footer button:focus-visible,
.pyp-blog-nav a:focus-visible,
.pyp-awards-motion-toggle:focus-visible,
.shareLink:focus-visible {
  outline: 3px solid #ffe400 !important;
  outline-offset: 3px !important;
}

.pyp-article-brand img {
  display: block;
  width: clamp(260px, 24vw, 312px);
  height: auto;
}

.pyp-menu-toggle,
.pyp-mobile-menu-brand,
.pyp-mobile-menu-call {
  display: none;
}

.pyp-menu-toggle {
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  border: 1px solid #d3d6e0;
  border-radius: 8px;
  color: #240643;
  background: #ffffff;
  cursor: pointer;
}

.pyp-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.pyp-menu-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.pyp-menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.pyp-menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.pyp-mobile-menu-brand img {
  width: 54px;
  height: auto;
  border-radius: 50%;
}

.pyp-article-navs {
  display: flex;
  gap: 0;
  justify-content: center;
  justify-items: center;
  align-items: center;
  transform: translateX(clamp(12px, 1.8vw, 28px));
}

.pyp-article-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  font-family: "Mulish", "Manrope", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.pyp-article-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 15px;
}

.pyp-article-nav a:hover,
.pyp-article-footer a:hover {
  color: #6c079a;
}

.pyp-article-call,
.pyp-footer-cta {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 4px;
  color: #ffffff !important;
  background: #240643;
  font-family: "Mulish", "Manrope", Arial, sans-serif;
  font-weight: 900;
}

.pyp-article-footer {
  padding: 24px 0 18px;
  color: #ffffff;
  background: #1e1e24;
  font-family: "Manrope", "Nunito Sans", Arial, sans-serif;
}

.pyp-footer-shell {
  display: grid;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  gap: 16px;
}

.pyp-footer-main {
  display: grid;
  grid-template-columns: minmax(180px, 0.85fr) minmax(220px, 1fr) minmax(220px, 1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
}

.pyp-footer-identity,
.pyp-footer-contact,
.pyp-footer-links {
  display: grid;
  gap: 8px;
}

.pyp-footer-brand img {
  display: block;
  width: 96px;
  height: auto;
  border-radius: 50%;
}

.pyp-footer-identity p,
.pyp-footer-contact p,
.pyp-footer-contact a,
.pyp-footer-links a {
  margin: 0;
  font-size: 0.9rem;
}

.pyp-footer-identity p:first-of-type {
  font-weight: 900;
}

.pyp-footer-contact > div {
  display: grid;
  gap: 4px;
}

.pyp-footer-contact strong,
.pyp-footer-verse {
  color: #ffe400;
}

.pyp-footer-cta {
  width: fit-content;
  min-height: 36px;
  padding: 0 12px;
  color: #240643 !important;
  background: #ffe400;
  font-size: 0.86rem;
}

.pyp-footer-links nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 16px;
  font-weight: 800;
}

.pyp-footer-verse {
  margin: 8px 0 0;
  font-size: 0.86rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1.45;
}

.pyp-footer-legal {
  display: grid;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid rgba(237, 239, 247, 0.24);
}

.pyp-footer-disclaimer,
.pyp-footer-copy {
  margin: 0;
  color: #edeff7;
  font-size: 0.78rem;
  line-height: 1.45;
}

.pyp-blog-nav {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 14px !important;
  width: min(980px, calc(100% - 36px)) !important;
  margin: 28px auto 18px !important;
  padding: 0 !important;
  font-family: "Manrope", "Nunito Sans", Arial, sans-serif !important;
}

.pyp-blog-nav a {
  display: flex !important;
  width: 178px !important;
  min-height: 46px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  padding: 10px 14px !important;
  color: #240643 !important;
  background: #edeff7 !important;
  border: 1px solid #d3d6e0 !important;
  border-radius: 8px !important;
  box-shadow: 0 14px 34px rgba(36, 6, 67, 0.12) !important;
  font-size: 0.94rem !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  transition:
    color 160ms ease,
    background 160ms ease,
    transform 160ms ease !important;
}

.pyp-blog-nav a:hover {
  color: #240643 !important;
  background: #ffe400 !important;
  transform: translateY(-1px) !important;
}

.pyp-blog-nav-next {
  text-align: right !important;
}

.pyp-blog-nav-previous {
  text-align: left !important;
}

.pyp-blog-nav a:only-child {
  width: 178px !important;
}

.pyp-awards-motion-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 34px;
  margin: 14px auto 0;
  padding: 7px 12px;
  color: #240643;
  background: #ffe400;
  border: 1px solid rgba(36, 6, 67, 0.2);
  border-radius: 3px;
  font: 900 0.78rem/1 "Manrope", "Nunito Sans", Arial, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}

.pyp-awards-motion-toggle:disabled {
  cursor: default;
  opacity: 0.82;
}

.awards-track.is-paused {
  animation-play-state: paused !important;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }

  .awards-track {
    animation: none !important;
  }
}

.pyp-blog-nav-next:only-child {
  margin-left: 0 !important;
}

.pyp-blog-nav-previous:only-child {
  margin-right: 0 !important;
}

.pyp-hide-original-chrome #dmFlexHeaderContainer,
.pyp-hide-original-chrome #hamburger-header-container,
.pyp-hide-original-chrome .hamburger-header-container,
.pyp-hide-original-chrome .dmFooterContainer,
.pyp-hide-original-chrome body > .site-header,
.pyp-hide-original-chrome body > .site-footer {
  display: none !important;
}

.pyp-floating-consultation {
  position: fixed !important;
  right: clamp(16px, 2.5vw, 30px) !important;
  bottom: clamp(16px, 2.5vw, 30px) !important;
  z-index: 99990 !important;
  display: inline-flex !important;
  min-height: 48px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 18px !important;
  color: #240643 !important;
  background: #fde306 !important;
  border: 2px solid #240643 !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 28px rgba(20, 13, 24, 0.28) !important;
  font-family: "Mulish", "Manrope", Arial, sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: transform 160ms ease, box-shadow 160ms ease !important;
}

.pyp-floating-consultation:hover {
  color: #ffffff !important;
  background: #4b176f !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 34px rgba(20, 13, 24, 0.34) !important;
}

.pyp-floating-consultation:focus-visible {
  outline: 3px solid #ffffff !important;
  outline-offset: 3px !important;
}

@media (max-width: 980px) {
  .pyp-article-header {
    grid-template-columns: auto auto;
    min-height: 96px;
  }

  .pyp-menu-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-self: end;
  }

  .pyp-article-navs {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    gap: 18px;
    justify-items: start;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #d3d6e0;
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(36, 6, 67, 0.16);
    transform: none;
  }

  .pyp-article-navs.open {
    display: grid;
  }

  .pyp-mobile-menu-brand {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    color: #240643;
    font-family: "Mulish", "Manrope", Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 900;
  }

  .pyp-article-nav {
    display: grid;
    width: 100%;
    justify-content: flex-start;
    gap: 8px;
  }

  .pyp-article-nav a {
    min-height: 42px;
    padding: 0 4px;
  }

  .pyp-article-call {
    display: none;
  }

  .pyp-mobile-menu-call {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    color: #ffffff !important;
    background: #240643;
    border-radius: 4px;
    font-family: "Mulish", "Manrope", Arial, sans-serif;
    font-weight: 900;
  }

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

  .pyp-footer-links {
    grid-column: 1 / -1;
  }
}

@media (max-width: 660px) {
  .pyp-floating-consultation {
    right: 14px !important;
    bottom: max(14px, env(safe-area-inset-bottom)) !important;
    max-width: calc(100vw - 28px) !important;
    min-height: 46px !important;
    padding: 9px 16px !important;
    font-size: 0.84rem !important;
  }

  .pyp-article-brand img {
    width: min(238px, calc(100vw - 118px));
  }

  .pyp-footer-main,
  .pyp-footer-links nav {
    grid-template-columns: 1fr;
  }

  .pyp-footer-brand img {
    width: 82px;
  }

  .pyp-blog-nav {
    grid-template-columns: 1fr !important;
    margin-top: 22px !important;
  }

  .pyp-blog-nav a,
  .pyp-blog-nav a:only-child {
    width: 100% !important;
    justify-self: stretch !important;
  }
}
