@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
}
.ghxft-col-nav {
  flex: 1 1 520px;
  min-width: 280px
}
.ghxft-brand {
  margin: 0 0 18px;
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  line-height: .92;
  font-weight: 400;
  text-transform: uppercase;
  color: #181614
}
.ghxft-copy, .ghxft-meta, .ghxft-links a {
  font-size: 13px;
  line-height: 2;
  color: rgba(24, 22, 20, .78)
}
.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
}
.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:767px) {
  .ghxft-footer {
    padding: 55px 0 34px
  }
  .ghxft-wrap {
    padding: 0 18px
  }
  .ghxft-brand {
    font-size: 32px
  }
  .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
  }
}