@charset "UTF-8";
/* CSS Document */

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

.ghxft-footer {
  background: #F4F4F4;
  color: rgba(24, 22, 20, .78);
  border-top: 1px solid rgba(0, 0, 0, .08);
  padding: 70px 0 40px;
  font-family: 'Montserrat', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.ghxft-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.ghxft-top {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.ghxft-col-brand {
  flex: 1 1 340px;
  min-width: 280px;
  display: flex;
  flex-direction: column;
}

.ghxft-col-nav {
  flex: 1 1 520px;
  min-width: 280px;
}

.ghxft-col-partner-logo {
  display: none;
}

.ghxft-partner-logo {
  display: block;
  width: 100%;
  max-width: 128px;
  height: auto;
  margin: 0 auto;
}


.ghxft-brand-lockup {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: nowrap;
}

.ghxft-brand-logo {
  display: block;
  width: auto;
  height: 110px;
  flex: 0 0 auto;
}

.ghxft-brand {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #181614;
  line-height: .95;
}

.ghxft-brand-top,
.ghxft-brand-main {
  display: block;
}

.ghxft-brand-top {
  font-size: 1.09rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.1;
  margin-bottom: 6px;
}

.ghxft-brand-main {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .95;
}

.ghxft-copy,
.ghxft-meta,
.ghxft-links a {
  font-size: 13px;
  color: rgba(24, 22, 20, .78);
}

.ghxft-copy {
  margin: 14px 0 0;
  line-height: 1.6;
}

.ghxft-copy-line {
  display: block;
  white-space: nowrap;
}

.ghxft-footer a {
  color: inherit;
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease, transform .2s ease;
}

.ghxft-footer a:hover,
.ghxft-footer a:focus {
  color: #111111;
  text-decoration: none;
}

.ghxft-links {
  list-style: none;
  margin: 18px 0 18px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 18px;
}

.ghxft-links li {
  margin: 0;
}

.ghxft-links a {
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 11px;
  line-height: 2;
}

.ghxft-meta {
  line-height: 2;
}

.ghxft-social-block {
  margin-top: 22px;
}

.ghxft-hashtag {
  display: block;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .1em;
  font-family: 'Cormorant Garamond', serif;
  color: #181614;
}

.ghxft-social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.ghxft-social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #181614;
  opacity: .9;
}

.ghxft-social-icons a:hover,
.ghxft-social-icons a:focus {
  opacity: 1;
  transform: translateY(-1px);
}

.ghxft-social-icons .ghxft-icon {
  font-size: 16px;
  line-height: 1;
}

.ghxft-seals {
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid rgba(0, 0, 0, .10);
  text-align: center;
}

.ghxft-seal-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 28px;
  flex-wrap: nowrap;
}

.ghxft-seal-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 0;
}

.ghxft-seal-item img {
  display: block;
  margin: 0 auto 10px;
  max-width: 100%;
  height: auto;
}

.ghxft-seal-item span {
  display: block;
  max-width: 140px;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(24, 22, 20, .62);
}

.ghxft-legal {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, .10);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
}

.ghxft-legal-left {
  flex: 1 1 520px;
  min-width: 280px;
}

.ghxft-legal-right {
  flex: 0 1 260px;
  min-width: 220px;
  text-align: right;
}

.ghxft-legal-note {
  font-size: 9px;
  line-height: 1.9;
}

@media (max-width: 1024px) {
  .ghxft-col-partner-logo {
    display: block;
    flex: 0 0 100%;
    margin: 4px 0 2px;
    text-align: center;
  }

  .ghxft-partner-logo {
    max-width: 120px;
  }

  .ghxft-col-nav {
    text-align: center;
  }

  .ghxft-links {
    justify-content: center;
  }

  .ghxft-social-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .ghxft-social-icons {
    justify-content: center;
  }
}

@media (max-width: 1024px) and (min-width: 964px) {
  .ghxft-col-brand {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: center;
  }

  .ghxft-brand-lockup {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
  }

  .ghxft-brand,
  .ghxft-copy {
    text-align: center;
  }

  .ghxft-copy {
    margin: 0;
  }

  .ghxft-brand-logo {
    height: 90px;
  }
}

@media (max-width: 963px) {
  .ghxft-col-brand {
    align-items: center;
    text-align: center;
  }

  .ghxft-col-partner-logo {
    margin: 8px 0 4px;
  }

  .ghxft-partner-logo {
    max-width: 110px;
  }

  .ghxft-brand-lockup {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
  }

  .ghxft-brand,
  .ghxft-copy {
    text-align: center;
  }

  .ghxft-copy {
    margin-top: 14px;
  }

  .ghxft-brand-logo {
    height: 90px;
  }
}

@media (max-width: 767px) {
  .ghxft-footer {
    padding: 55px 0 34px;
  }

  .ghxft-wrap {
    padding: 0 18px;
  }

  .ghxft-partner-logo {
    max-width: 96px;
  }

  .ghxft-copy,
  .ghxft-meta,
  .ghxft-links a {
    font-size: 12px;
  }

  .ghxft-seal-list {
    gap: 18px;
    flex-wrap: wrap;
  }

  .ghxft-seal-item span {
    max-width: 110px;
    font-size: 10px;
    letter-spacing: .10em;
  }

  .ghxft-legal-right {
    text-align: left;
  }
}

@media (max-width: 360px) {
  .ghxft-copy,
  .ghxft-meta,
  .ghxft-links a {
    font-size: 11px;
  }
}
