#hm-foot-block {
  --gif-overlay-opacity: .35;
  position: relative;
  overflow-x: clip;
  background: #0a0a0a;
  color: #e0d9cc;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
#hm-foot-block * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  animation: none !important;
  animation-delay: 0s !important;
  transition: none !important;
  transition-delay: 0s !important;
}
#hm-foot-block h2,
#hm-foot-block h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: none;
}
#hm-foot-block a {
  color: #e0d9cc;
  text-decoration: none;
}
#hm-foot-block a:hover {
  color: #e0d9cc;
}
#hm-foot-block .hm-eyebrow {
  color: #ddcc5c;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#hm-foot-block .hm-black {
  color: #ddcc5c;
  font-family: "amador", sans-serif;
  font-weight: 400;
  text-transform: none;
}

#hm-foot-block .hm-last {
  position: relative;
  z-index: 2;
  overflow: visible;
  padding: 160px 56px 120px;
  border-top: 0;
  text-align: center;
  isolation: isolate;
}
#hm-foot-block .hm-last.sp-last {
  min-height: 0;
  display: block;
  padding: 160px 56px 120px;
  margin-top: 0;
  align-items: normal;
  justify-content: normal;
}
#hm-foot-block .hm-last::after {
  content: none;
}
#hm-foot-block .hm-last > *:not(.sp-giffield) {
  position: relative;
  z-index: 2;
}
#hm-foot-block .hm-last h2 {
  max-width: 900px;
  margin: 0 auto;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
  text-transform: none;
  font-weight: 700;
}
#hm-foot-block .hm-last .row {
  display: flex;
  gap: 14px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 36px;
}
#hm-foot-block .hm-last .hm-fine {
  margin-top: 16px;
  color: #c6bbac;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
}
#hm-foot-block .hm-last h2,
#hm-foot-block .hm-last .row,
#hm-foot-block .hm-last .hm-fine {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}
#hm-foot-block .sp-giffield {
  position: absolute;
  inset: -14% -6%;
  z-index: 0;
  pointer-events: none;
}
#hm-foot-block .sp-giffield::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  background: radial-gradient(ellipse 68% 62% at 50% 50%, rgba(10, 10, 10, 0.12) 0%, rgba(10, 10, 10, 0.28) 52%, rgba(10, 10, 10, 0.82) 100%);
}
#hm-foot-block .sp-gif {
  position: absolute;
  overflow: hidden;
  border-radius: 3px;
  opacity: 0 !important;
  transition: opacity 0.65s ease !important;
  will-change: transform, opacity;
  background: #141311;
}
#hm-foot-block .sp-gif.hm-gif-visible {
  opacity: 1 !important;
}
#hm-foot-block .sp-gif::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  background: #0a0a0a;
  opacity: var(--gif-overlay-opacity, 0.35);
}
#hm-foot-block .sp-gif img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1 !important;
  transition: none !important;
  filter: saturate(0.7) brightness(0.85) contrast(1.02);
}
#hm-foot-block .hm-gif-seed {
  display: none;
}
#hm-foot-block .hm-gif-seed--1 {
  --hm-seed-w: 78;
  --hm-seed-h: 58;
}
#hm-foot-block .hm-gif-seed--2 {
  --hm-seed-w: 88;
  --hm-seed-h: 66;
}
#hm-foot-block .hm-gif-seed--3 {
  --hm-seed-w: 84;
  --hm-seed-h: 68;
}
#hm-foot-block .hm-gif-seed--4 {
  --hm-seed-w: 76;
  --hm-seed-h: 62;
}
#hm-foot-block .hm-ghost {
  --h: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: var(--h);
  box-sizing: border-box;
  padding: 0 22px;
  border: 1.5px solid #ddcc5c;
  background: #ddcc5c;
  color: #0a0a0a;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: background 0.2s, border-color 0.2s, color 0.2s !important;
}
#hm-foot-block .hm-ghost:hover {
  border-color: #e6d970;
  background: #e6d970;
  color: #0a0a0a;
}
#hm-foot-block .hm-cta-form {
  --h: 50px;
  display: flex;
  align-items: stretch;
}
#hm-foot-block .hm-cta-form input {
  width: 220px;
  height: var(--h);
  box-sizing: border-box;
  padding: 0 16px;
  border: 1.5px solid rgba(224, 217, 204, 0.45);
  border-right: 0;
  outline: none;
  background: #0f0f0e;
  color: #e0d9cc;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 13px;
}
#hm-foot-block .hm-cta-form input::placeholder {
  color: rgba(224, 217, 204, 0.4);
}
#hm-foot-block .hm-cta-form input:focus {
  border-color: #ddcc5c;
}
#hm-foot-block .hm-cta-form button {
  height: var(--h);
  box-sizing: border-box;
  padding: 0 22px;
  border: 1.5px solid #e0d9cc;
  background: #e0d9cc;
  color: #0a0a0a;
  cursor: pointer;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 0.2s, border-color 0.2s !important;
}
#hm-foot-block .hm-cta-form button:hover {
  border-color: #ddcc5c;
  background: #ddcc5c;
}

@media (prefers-reduced-motion: reduce) {
  #hm-foot-block .sp-gif {
    opacity: 1 !important;
    transition: none !important;
  }
}
#hm-foot-block .hm-foot {
  position: relative;
  z-index: 1;
  overflow: clip;
  padding: 140px 56px 0;
  border-top: 0;
}
#hm-foot-block .hm-foot img {
  display: block;
  width: auto;
  height: 120px;
  margin-left: -8px;
}
#hm-foot-block .hm-foot .blurb {
  max-width: 260px;
  margin-top: 18px;
  color: #c6bbac;
  font-size: 13px;
  line-height: 1.6;
}
#hm-foot-block.hm-foot-member .hm-foot {
  padding-top: 70px;
}
#hm-foot-block .hm-foot-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 6fr 2fr 2fr 2fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 90px;
}
#hm-foot-block .hm-foot-grid::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -70px calc(50% - 50vw) 0;
  background: #0a0a0a;
  box-shadow: 0 28px 54px rgba(0, 0, 0, 0.78);
  pointer-events: none;
}
#hm-foot-block .hm-foot-grid, #hm-foot-block .hm-foot-grid * {
  animation: none !important;
  transition: none !important;
}
#hm-foot-block .hm-form {
  display: flex;
  width: 100%;
  max-width: 300px;
  margin-top: 14px;
}
#hm-foot-block .hm-form input {
  flex: 1;
  width: auto;
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid rgba(224, 217, 204, 0.3);
  border-right: 0;
  outline: none;
  background: transparent;
  color: #e0d9cc;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 12px;
}
#hm-foot-block .hm-form input::placeholder {
  color: rgba(224, 217, 204, 0.4);
}
#hm-foot-block .hm-form button {
  padding: 11px 16px;
  border: 1px solid rgba(224, 217, 204, 0.3);
  background: transparent;
  color: #e0d9cc;
  cursor: pointer;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: border-color 0.2s, color 0.2s !important;
}
#hm-foot-block .hm-form button:hover {
  border-color: #ddcc5c;
  color: #ddcc5c;
}
#hm-foot-block .hm-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 13px;
}
#hm-foot-block .hm-col .h {
  margin-bottom: 6px;
  color: #c6bbac;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

body.user-logged-in #hm-foot-block .hm-foot {
  padding-top: 70px;
}

#hm-foot-block .hm-social-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
#hm-foot-block .hm-social-row .hm-soc svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}
#hm-foot-block .hm-social-row .hm-soc:hover {
  background: transparent;
}
#hm-foot-block .hm-soc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 3px;
  font-size: 13px;
}
#hm-foot-block .hm-col > .hm-soc {
  display: none;
}

#hm-foot-block .hm-foot-wordmark-panel {
  position: sticky !important;
  top: auto !important;
  bottom: 0 !important;
  z-index: 0;
  width: 100vw;
  margin: 0 0 0 calc(50% - 50vw);
  padding: 18px 0 48px;
  overflow: hidden;
  transform: none !important;
  background: #171613;
}
#hm-foot-block .hm-foot-wordmark-panel::before {
  content: none;
}
#hm-foot-block .hm-foot-wordmark-video {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
  pointer-events: none;
}
#hm-foot-block .hm-foot-wordmark {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  color: #f4f1ea;
  font-family: "amador", sans-serif;
  font-size: clamp(148px, 26vw, 500px);
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 -18px 42px rgba(0, 0, 0, 0.52), 0 12px 30px rgba(0, 0, 0, 0.42);
  pointer-events: none;
}
#hm-foot-block .hm-foot-wordmark::after {
  content: none;
}
#hm-foot-block .hm-copyright {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  max-width: 1200px;
  margin: 28px auto 0;
  padding: 0 56px;
  border-top: 0;
  color: #aaa295;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  animation: none !important;
  transition: none !important;
}

@media (prefers-reduced-motion: reduce) {
  #hm-foot-block .hm-foot-wordmark {
    opacity: 1;
    filter: none;
    transform: none;
  }
}
@media (max-width: 900px) {
  #hm-foot-block .hm-last,
  #hm-foot-block .hm-foot {
    padding-left: 20px;
    padding-right: 20px;
  }
  #hm-foot-block .hm-foot-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #hm-foot-block .hm-foot-grid > *:first-child {
    grid-column: 1/-1;
  }
  #hm-foot-block .hm-copyright {
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  #hm-foot-block .hm-foot-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }
  #hm-foot-block .hm-foot-grid > *:first-child {
    grid-column: 1/-1;
  }
  #hm-foot-block .hm-foot-wordmark-panel {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  #hm-foot-block .hm-foot-wordmark {
    width: 100%;
    max-width: none;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 26vw;
  }
  #hm-foot-block .hm-last,
  #hm-foot-block .hm-last.sp-last {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  #hm-foot-block .sp-gif {
    transform: none !important;
    will-change: auto;
  }
  #hm-foot-block .sp-gif.hm-mobile-gif-hidden {
    display: none !important;
  }
  #hm-foot-block .hm-gif-seed {
    display: block;
    max-width: 25% !important;
  }
  #hm-foot-block .hm-gif-seed--1 {
    left: 2%;
    top: 2%;
    width: 78px;
    height: 58px;
    z-index: 3;
  }
  #hm-foot-block .hm-gif-seed--2 {
    right: 2%;
    top: 15%;
    width: 88px;
    height: 66px;
    z-index: 5;
  }
  #hm-foot-block .hm-gif-seed--3 {
    left: 1%;
    top: 29%;
    width: 84px;
    height: 68px;
    z-index: 4;
  }
  #hm-foot-block .hm-gif-seed--4 {
    right: 1%;
    top: 43%;
    width: 76px;
    height: 62px;
    z-index: 6;
  }
  #hm-foot-block .hm-last .row {
    flex-direction: column;
  }
  #hm-foot-block .hm-cta-form {
    --h: 54px;
    flex-direction: column;
    gap: 0;
    width: 100%;
    max-width: 420px;
  }
  #hm-foot-block .hm-cta-form input {
    flex: none;
    width: 100%;
    min-width: 0;
    border-right: 1.5px solid rgba(224, 217, 204, 0.45);
  }
  #hm-foot-block .hm-cta-form button {
    width: 100%;
  }
  #hm-foot-block .hm-ghost {
    width: 100%;
    max-width: 420px;
    text-align: center;
  }
}
