.footer-container {
  width: 100%;
  color: #ffffff;
  background: #000000;
  padding-bottom: 24px;
}
:global(.is-rtl) .footer-container {
  direction: rtl;
}
.footer-container .footer-content-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 40px 0 0 378px;
}
:global(.is-rtl) .footer-container .footer-content-wrapper {
  padding-left: 0;
  padding-right: 378px;
}
.footer-container .footer-content-wrapper .tiktok-logo {
  display: block;
  position: absolute;
  left: 144px;
  top: 43px;
}
:global(.is-rtl) .footer-container .footer-content-wrapper .tiktok-logo {
  left: auto;
  right: 144px;
}
.footer-container .footer-content-wrapper .tiktok-logo strong {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-container .footer-content-wrapper .footer-content-column {
  flex: 1 1 0%;
  max-width: 226px;
  padding-right: 8px;
  color: #ffffff;
}
.footer-container .footer-content-wrapper .footer-content-column a {
  text-decoration: none;
  position: relative;
}
.footer-container .footer-content-wrapper .footer-content-column a:hover {
  display: inline;
  padding-bottom: 5px;
  border-bottom: solid 2px #cccccc;
}
.footer-container .footer-content-wrapper .footer-content-column h4 {
  font-family: var(--tux-web-font-body);
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  font-family: var(--tux-web-font-body);
  font-weight: 900;
  margin: 0px;
}
.footer-container .footer-content-wrapper .footer-content-column h5 {
  font-family: var(--tux-web-font-body);
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  margin: 0;
}
:global(.is-rtl) .footer-container .footer-content-wrapper .footer-content-column h5 {
  direction: rtl;
}
.footer-container .footer-content-wrapper .footer-content-column h5 a {
  color: #cccccc;
}
.footer-container .footer-bottom-wrapper {
  padding: 0 144px;
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
.footer-container .footer-bottom-wrapper .copyright {
  font-family: var(--tux-web-font-body);
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  line-height: 24px;
  color: #8a8b91;
}
.footer-container .logo-container {
  direction: ltr;
}
.footer-container .logo-container .logo-group {
  width: 128px;
}

@media (max-width: 991px) {
  .footer-container {
    padding-bottom: 80px;
    text-align: center;
  }
  .footer-container .footer-content-wrapper {
    padding: 40px 0 0;
    flex-direction: column;
    align-items: center;
  }
  :global(.is-rtl) .footer-container .footer-content-wrapper {
    padding-right: 0;
  }
  .footer-container .footer-content-wrapper .tiktok-logo {
    position: relative;
    left: 0;
    top: 0;
    display: block;
  }
  :global(.is-rtl) .footer-container .footer-content-wrapper .tiktok-logo {
    right: 0;
    left: 0;
  }
  .footer-container .footer-content-wrapper .footer-content-column {
    flex: auto;
    padding: 0;
    margin-top: 32px;
  }
  .footer-container .footer-content-wrapper .footer-content-column h4 {
    font-family: var(--tux-web-font-body);
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    font-family: var(--tux-web-font-body);
    font-weight: 900;
    margin: 0px;
  }
  .footer-container .footer-bottom-wrapper {
    padding: 0;
    margin-top: 72px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .footer-container .footer-bottom-wrapper .copyright {
    margin-top: 20px;
  }
}
