/* ==========================================================================
   PrimeSource Footer
   Prefix: ps-footer-*
   ========================================================================== */

.ps-footer {
  --ps-footer-text-muted: rgba(255 255 255 / 0.74);
  --ps-footer-text-soft: rgba(255 255 255 / 0.58);
  color: #fff;
  background: var(--ps-blue, #223d90);
  position: relative;
  z-index: 0;
}

.ps-footer a,
.ps-footer button {
  touch-action: manipulation;
}

.ps-footer-panel {
  background: var(--ps-blue, #223d90);
  overflow: hidden;
  width: 100%;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.ps-footer-util {
  background: transparent;
}

.ps-footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "brand-logo"
    "brand"
    "newsletter"
    "nav";
  column-gap: clamp(28px, 4vw, 52px);
  row-gap: clamp(38px, 5vw, 52px);
  padding: clamp(38px, 4.8vw, 62px) clamp(20px, 5vw, 72px) clamp(30px, 3.1vw, 40px);
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
}

.ps-footer-brand-wordmark {
  grid-area: brand-logo;
  min-width: 0;
}

.ps-footer-util-brand {
  grid-area: brand;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(8px, 1.15vw, 13px);
  min-width: 0;
  width: 100%;
  max-width: 440px;
}

.ps-footer-logo-link {
  display: inline-flex;
  text-decoration: none;
  max-width: 100%;
}

.ps-footer-logo-text {
  color: #fff;
  font-family: "Alternate Gothic Extra Cond ATF", "Arial Narrow", sans-serif;
  font-size: clamp(3.35rem, 2.45rem + 2.55vw, 5.9rem);
  font-weight: 900;
  letter-spacing: 0.014em;
  line-height: 0.85;
  text-transform: uppercase;
}

@media (hover: hover) {
  .ps-footer-logo-link:hover .ps-footer-logo-text {
    opacity: 0.86;
  }
}

.ps-footer-brand-phone {
  display: block;
  margin-top: 0;
  color: rgba(255 255 255 / 0.9);
  font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
  font-size: clamp(1rem, 0.94rem + 0.2vw, 1.12rem);
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: color 0.18s ease;
}

@media (hover: hover) {
  .ps-footer-brand-phone:hover {
    color: #fff;
  }
}

.ps-footer-tagline {
  margin: 2px 0 0;
  color: var(--ps-footer-text-muted);
  font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
  font-size: clamp(0.88rem, 0.84rem + 0.12vw, 0.96rem);
  line-height: 1.58;
  max-width: 33ch;
}

.ps-footer-credentials-text {
  margin: 0;
  color: rgba(255 255 255 / 0.46);
  font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
  font-size: clamp(0.74rem, 0.7rem + 0.12vw, 0.86rem);
  font-style: italic;
  line-height: 1.5;
}

.ps-footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}

.ps-footer-social-link {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255 255 255 / 0.24);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255 255 255 / 0.72);
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.ps-footer-social-icon {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.76;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.ps-footer-social-link:focus-visible {
  outline: 2px solid rgba(255 255 255 / 0.78);
  outline-offset: 2px;
}

@media (hover: hover) {
  .ps-footer-social-link:hover {
    border-color: rgba(250 214 7 / 0.86);
    background: rgba(250 214 7 / 0.12);
    box-shadow: 0 0 0 1px rgba(250 214 7 / 0.22), 0 0 18px rgba(250 214 7 / 0.18);
    color: #fff;
    transform: translateY(-1px);
  }

  .ps-footer-social-link:hover .ps-footer-social-icon {
    transform: scale(1.12);
    opacity: 1;
  }
}

.ps-footer-newsletter-shell {
  grid-area: newsletter;
  min-width: 0;
  width: 100%;
}

.ps-footer-newsletter-block {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: 500px;
}

.ps-footer-newsletter-headline {
  margin: 0 0 10px;
  color: #fff;
  font-family: "Alternate Gothic Extra Cond ATF", "Arial Narrow", sans-serif;
  font-size: clamp(1.66rem, 1.16rem + 1.16vw, 2.36rem);
  font-weight: 900;
  letter-spacing: 0.028em;
  line-height: 0.92;
  text-transform: uppercase;
}

.ps-footer-newsletter-sub {
  margin: 0 0 18px;
  color: var(--ps-footer-text-muted);
  font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
  font-size: clamp(0.9rem, 0.83rem + 0.18vw, 1rem);
  line-height: 1.56;
  max-width: 38ch;
}

#mc-embed-footer #mc_embed_signup {
  background: transparent;
  width: 100%;
  max-width: 440px;
  font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1rem;
  color: #fff;
}

#mc-embed-footer #mc_embed_signup_scroll > h2,
#mc-embed-footer .indicates-required {
  display: none;
}

#mc-embed-footer #mc_embed_signup_scroll {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 16px;
  row-gap: 10px;
}

#mc-embed-footer .mc-field-group {
  margin: 0;
  min-width: 0;
}

#mc-embed-footer #mc_embed_signup_scroll > .mc-field-group:nth-child(3) { grid-column: 1; }
#mc-embed-footer #mc_embed_signup_scroll > .mc-field-group:nth-child(4) { grid-column: 2; }
#mc-embed-footer #mc_embed_signup_scroll > .mc-field-group:nth-child(5) { grid-column: 1 / -1; }
#mc-embed-footer #mc_embed_signup_scroll > #mce-responses,
#mc-embed-footer #mc_embed_signup_scroll > .ps-footer-newsletter-submit-wrap { grid-column: 1 / -1; }

#mc-embed-footer .mc-field-group label {
  display: block;
  margin-bottom: 4px;
  color: rgba(255 255 255 / 0.88);
  font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: clamp(0.82rem, 0.8rem + 0.05vw, 0.86rem);
  font-weight: 600;
  line-height: 1.35;
}

#mc-embed-footer .mc-field-group label .asterisk {
  color: rgba(255 255 255 / 0.72);
  margin-left: 3px;
  font-weight: 700;
}

#mc-embed-footer .mc-field-group input[type="text"],
#mc-embed-footer .mc-field-group input[type="email"] {
  display: block;
  width: 100%;
  padding: 2px 0 8px;
  border: none;
  border-bottom: 2px solid rgba(255 255 255 / 0.62);
  border-radius: 0;
  background: transparent;
  color: #fff;
  caret-color: #fff;
  font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: clamp(0.94rem, 0.92rem + 0.06vw, 0.99rem);
  font-weight: 400;
  line-height: 1.45;
  outline: none;
  box-sizing: border-box;
  box-shadow: none;
  transition: border-color 0.18s ease;
}

#mc-embed-footer .mc-field-group input[type="text"]::placeholder,
#mc-embed-footer .mc-field-group input[type="email"]::placeholder {
  color: rgba(255 255 255 / 0.48);
}

#mc-embed-footer .mc-field-group input[type="text"]:focus,
#mc-embed-footer .mc-field-group input[type="email"]:focus {
  border-bottom-color: #fff;
}

#mc-embed-footer .ps-footer-newsletter-responses {
  margin: 2px 0 0;
}

#mc-embed-footer .ps-footer-newsletter-submit-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 4px;
}

#mc-embed-footer .ps-footer-newsletter-submit.ps-btn {
  --ps-btn-radius: 4px;
  --ps-btn-pad-v: 12px;
  --ps-btn-pad-h: 20px;
  --ps-btn-arrow-gap: 10px;
  appearance: none;
  -webkit-appearance: none;
  align-self: flex-start;
  border: none;
  background-color: var(--ps-yellow, #fad607);
  background-image: none;
  box-shadow: inset 0 0 0 2.5px var(--ps-yellow, #fad607);
  color: var(--ps-blue, #223d90);
  transition:
    background-color 0.28s cubic-bezier(0.22, 0.61, 0.36, 1),
    box-shadow 0.28s ease,
    color 0.28s ease;
}

#mc-embed-footer .ps-footer-newsletter-submit.ps-btn .ps-btn__arrow {
  font-size: 1em;
}

#mc-embed-footer .ps-footer-newsletter-submit.ps-btn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.72);
  outline-offset: 2px;
}

#mc-embed-footer .ps-footer-newsletter-submit.ps-btn:disabled {
  cursor: wait;
  opacity: 0.76;
}

@media (hover: hover) {
  #mc-embed-footer .ps-footer-newsletter-submit.ps-btn:hover {
    background-color: transparent;
    box-shadow: inset 0 0 0 2.5px var(--ps-yellow, #fad607);
    color: var(--ps-yellow, #fad607);
  }

  #mc-embed-footer .ps-footer-newsletter-submit.ps-btn:hover .ps-btn__arrow {
    max-width: 2em;
    opacity: 1;
    transform: translateX(0);
    margin-left: var(--ps-btn-arrow-gap);
  }
}

#mc-embed-footer .ps-footer-newsletter-note,
#mc-embed-footer .response {
  margin: 0;
  padding: 0;
  font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.84rem;
  line-height: 1.45;
}

#mc-embed-footer .ps-footer-newsletter-note,
#mc-embed-footer #mce-error-response {
  color: rgba(255, 255, 255, 0.88);
  font-style: italic;
}

#mc-embed-footer #mce-success-response {
  color: #fff;
}

#mc-embed-footer #mc_embed_signup input.mce_inline_error {
  border-bottom-color: #fff !important;
}

#mc-embed-footer #mc_embed_signup div.mce_inline_error {
  display: none !important;
}

.ps-footer-nav-row {
  grid-area: nav;
  min-width: 0;
  width: 100%;
  justify-self: stretch;
}

.ps-footer-util-nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  width: fit-content;
  max-width: 100%;
}

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

.ps-footer-product-groups {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  column-gap: 18px;
  row-gap: 10px;
  justify-content: start;
}

.ps-footer-util-col--info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.ps-footer-util-section {
  min-width: 0;
}

.ps-footer-util-heading {
  margin: 0 0 15px;
  color: rgba(255 255 255 / 0.94);
  font-family: "Alternate Gothic Extra Cond ATF", "Arial Narrow", sans-serif;
  font-size: clamp(0.92rem, 0.84rem + 0.2vw, 1.05rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.ps-footer-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ps-footer-link,
.ps-footer-link-plain {
  font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
  font-size: clamp(0.88rem, 0.8rem + 0.16vw, 0.96rem);
  line-height: 1.42;
  white-space: nowrap;
}

.ps-footer-link {
  color: rgba(201 220 255 / 0.84);
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: color 0.18s ease, transform 0.18s ease;
}

.ps-footer-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: var(--ps-yellow, #fad607);
  transition: width 0.18s ease;
}

@media (hover: hover) {
  .ps-footer-link:hover {
    color: #fff;
    transform: translateX(2px);
  }

  .ps-footer-link:hover::after {
    width: 100%;
  }
}

.ps-footer-link-plain {
  color: rgba(201 220 255 / 0.62);
}

.ps-footer-legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 clamp(20px, 5vw, 64px) 24px;
  background: transparent;
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
}

.ps-footer-copyright {
  margin: 0;
  color: rgba(255 255 255 / 0.48);
  font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.82rem;
  line-height: 1.4;
}

.ps-footer-legal-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.ps-footer-legal-links .ps-footer-link,
.ps-footer-legal-links .ps-footer-link-plain {
  color: rgba(255 255 255 / 0.48);
  font-size: 0.82rem;
}

@media (hover: hover) {
  .ps-footer-legal-links .ps-footer-link:hover {
    color: rgba(255 255 255 / 0.78);
    transform: none;
  }
}

@media (hover: none), (pointer: coarse) {
  .ps-footer-logo-link,
  .ps-footer-brand-phone,
  .ps-footer-social-link,
  .ps-footer-link,
  #mc-embed-footer .ps-footer-newsletter-submit.ps-btn {
    -webkit-tap-highlight-color: rgba(250 214 7 / 0.16);
  }

  .ps-footer-brand-phone,
  .ps-footer-social-link,
  .ps-footer-link,
  .ps-footer-link::after,
  #mc-embed-footer .ps-footer-newsletter-submit.ps-btn,
  #mc-embed-footer .ps-footer-newsletter-submit.ps-btn .ps-btn__arrow {
    transition: none !important;
  }

  .ps-footer-link::after {
    content: none;
  }

  .ps-footer-logo-link:focus,
  .ps-footer-logo-link:focus-visible,
  .ps-footer-brand-phone:focus,
  .ps-footer-brand-phone:focus-visible,
  .ps-footer-social-link:focus,
  .ps-footer-social-link:focus-visible,
  .ps-footer-link:focus,
  .ps-footer-link:focus-visible,
  #mc-embed-footer .ps-footer-newsletter-submit.ps-btn:focus,
  #mc-embed-footer .ps-footer-newsletter-submit.ps-btn:focus-visible {
    outline: none;
    box-shadow: none;
  }

  .ps-footer-logo-link:hover .ps-footer-logo-text {
    opacity: 1;
  }

  .ps-footer-brand-phone:hover {
    color: rgba(255 255 255 / 0.9);
  }

  .ps-footer-social-link:hover {
    border-color: rgba(255 255 255 / 0.24);
    background: transparent;
    box-shadow: none;
    color: rgba(255 255 255 / 0.72);
    transform: none;
  }

  .ps-footer-social-link:hover .ps-footer-social-icon {
    transform: none;
    opacity: 0.76;
  }

  .ps-footer-link:hover {
    color: rgba(201 220 255 / 0.84);
    transform: none;
  }

  .ps-footer-legal-links .ps-footer-link:hover {
    color: rgba(255 255 255 / 0.48);
    transform: none;
  }

  #mc-embed-footer .ps-footer-newsletter-submit.ps-btn:hover {
    background-color: var(--ps-yellow, #fad607);
    box-shadow: inset 0 0 0 2.5px var(--ps-yellow, #fad607);
    color: var(--ps-blue, #223d90);
  }

  #mc-embed-footer .ps-footer-newsletter-submit.ps-btn:hover .ps-btn__arrow {
    max-width: 0;
    opacity: 0;
    transform: translateX(-4px);
    margin-left: 0;
  }
}

@media (min-width: 700px) {
  .ps-footer-main {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
    grid-template-areas:
      "brand-logo brand-logo"
      "brand newsletter"
      "nav nav";
    column-gap: clamp(24px, 3vw, 42px);
    row-gap: clamp(20px, 2.5vw, 30px);
    align-items: start;
  }

  .ps-footer-util-brand {
    max-width: 470px;
  }

  .ps-footer-newsletter-block {
    max-width: 500px;
  }

  #mc-embed-footer #mc_embed_signup {
    max-width: 440px;
  }

  .ps-footer-nav-row {
    padding-top: clamp(10px, 1.2vw, 14px);
    max-width: 100%;
  }

  .ps-footer-util-nav {
    grid-template-columns: max-content max-content;
    align-items: flex-start;
    column-gap: clamp(34px, 3.8vw, 46px);
    row-gap: 22px;
  }

  .ps-footer-product-groups {
    grid-template-columns: repeat(2, max-content);
    column-gap: clamp(17px, 2.1vw, 25px);
    row-gap: 10px;
  }

  .ps-footer-util-col--info {
    grid-template-columns: max-content max-content;
    column-gap: clamp(28px, 2.9vw, 40px);
    row-gap: 20px;
    justify-content: start;
  }

  .ps-footer-util-heading {
    margin-bottom: 9px;
  }

  .ps-footer-link-list {
    gap: 8px;
  }
}

@media (min-width: 1260px) {
  .ps-footer-main {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.94fr) minmax(0, 1.22fr);
    grid-template-areas:
      "brand-logo brand-logo brand-logo"
      "brand newsletter nav";
    column-gap: clamp(22px, 2.4vw, 36px);
    row-gap: clamp(20px, 2.2vw, 28px);
    align-items: start;
  }

  .ps-footer-util-brand {
    max-width: 500px;
  }

  .ps-footer-newsletter-block {
    max-width: 480px;
  }

  #mc-embed-footer #mc_embed_signup {
    max-width: 430px;
  }

  .ps-footer-nav-row {
    padding-top: 0;
    width: fit-content;
    max-width: 100%;
    justify-self: center;
  }

  .ps-footer-util-nav {
    grid-template-columns: max-content max-content;
    column-gap: clamp(40px, 3.4vw, 54px);
    row-gap: clamp(20px, 2.4vw, 28px);
  }

  .ps-footer-product-groups {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ps-footer-util-col--info {
    grid-template-columns: 1fr;
    gap: clamp(18px, 2vw, 24px);
  }

  .ps-footer-util-section--company {
    margin-top: clamp(10px, 0.9vw, 16px);
  }

  .ps-footer-util-col {
    text-align: left;
  }
}

@media (max-width: 699px) {
  .ps-footer-main,
  .ps-footer-legal {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ps-footer-util-brand {
    max-width: 100%;
  }

  .ps-footer-brand-wordmark,
  .ps-footer-newsletter-block,
  .ps-footer-nav-row {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .ps-footer-main {
    row-gap: 46px;
    padding-top: 38px;
    padding-bottom: 30px;
  }

  .ps-footer-logo-link {
    width: 100%;
  }

  .ps-footer-logo-text {
    display: block;
    width: 100%;
    font-size: clamp(3.15rem, 14.7vw, 5.05rem);
    line-height: 0.82;
  }

  .ps-footer-tagline {
    max-width: 100%;
    font-size: clamp(0.92rem, 0.82rem + 0.42vw, 0.98rem);
  }

  .ps-footer-newsletter-sub {
    max-width: 100%;
  }

  .ps-footer-util-nav {
    width: 100%;
  }

  .ps-footer-newsletter-headline {
    font-size: clamp(1.75rem, 8.6vw, 2.3rem);
  }

  .ps-footer-link,
  .ps-footer-link-plain {
    font-size: clamp(0.92rem, 0.88rem + 0.22vw, 0.98rem);
  }

  #mc-embed-footer #mc_embed_signup {
    max-width: none;
  }

  #mc-embed-footer #mc_embed_signup_scroll {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 10px;
  }

  #mc-embed-footer .ps-footer-newsletter-submit.ps-btn {
    width: 100%;
  }

  .ps-footer-util-nav {
    gap: 38px;
  }

  .ps-footer-product-groups {
    column-gap: 24px;
    row-gap: 14px;
  }

  .ps-footer-util-col--info {
    gap: 24px;
  }

  .ps-footer-util-heading {
    margin-bottom: 12px;
  }

  .ps-footer-link-list {
    gap: 11px;
  }

  .ps-footer-legal {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

@media (max-width: 420px) {
  #mc-embed-footer #mc_embed_signup_scroll {
    grid-template-columns: 1fr;
  }

  #mc-embed-footer #mc_embed_signup_scroll > .mc-field-group:nth-child(3),
  #mc-embed-footer #mc_embed_signup_scroll > .mc-field-group:nth-child(4),
  #mc-embed-footer #mc_embed_signup_scroll > .mc-field-group:nth-child(5) {
    grid-column: 1;
  }
}
