footer {
  display: block;
}

#footerMob {
  background: #0D0C0B;
  border-top: 1px solid rgba(178, 160, 80, 0.28);
  padding-block: clamp(3.5rem, 8vw, 5.5rem);
}
#footerMob .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 44px;
}
#footerMob .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 18px;
  max-width: 340px;
}
#footerMob .brand img {
  height: 78px;
  width: auto;
  max-width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -o-object-fit: contain;
     object-fit: contain;
}
#footerMob .brand p {
  font-size: 0.9rem;
  color: #A8A29A;
  line-height: 1.6;
}
#footerMob .brand .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
#footerMob .brand .socials a {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(178, 160, 80, 0.28);
  border-radius: 6px;
  color: #B2A050;
  font-size: 0.85rem;
}
#footerMob .brand .socials a:hover, #footerMob .brand .socials a:focus-visible {
  border-color: #B2A050;
  color: #C9B36A;
}
#footerMob .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 36px 48px;
}
#footerMob .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  min-width: 140px;
}
#footerMob .col .col-head {
  font-size: 0.75rem;
  color: #A8A29A;
  font-weight: 500;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(245, 244, 241, 0.1);
  margin-bottom: 4px;
}
#footerMob .col a {
  font-size: 0.9rem;
  color: rgb(245, 244, 241);
}
#footerMob .col a:hover, #footerMob .col a:focus-visible {
  color: #B2A050;
}
#footerMob .col.contact a, #footerMob .col.contact span {
  display: block;
  font-size: 0.9rem;
  color: #A8A29A;
  line-height: 1.7;
}
#footerMob .col.contact a:hover {
  color: #B2A050;
}
#footerMob .bottom {
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid rgba(245, 244, 241, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-size: 0.8125rem;
  color: #A8A29A;
}
#footerMob .bottom a {
  color: #A8A29A;
}
#footerMob .bottom a:hover {
  color: #B2A050;
}

@media only screen and (min-width: 1140px) {
  #footerMob .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 80px;
  }
  #footerMob .brand {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  #footerMob .columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 64px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #footerMob .bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}/*# sourceMappingURL=footer.css.map */