.theFooter {
  z-index: 10;
  width: 100%;
  position: fixed;
  bottom: env(safe-area-inset-bottom, 0px);
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(52.49% 135.5% at 52.12% 0%, rgba(108, 0, 0, 0.9) 0%, rgba(13, 15, 21, 0.9) 69.66%);
  box-shadow: 0px 9px 8.1px rgba(0, 0, 0, 0.37);
  -webkit-backdrop-filter: blur(12.3135px);
          backdrop-filter: blur(12.3135px);
  border-radius: 0;
  border-width: 1px 0 0 0;
  border-style: solid;
}
@media screen and (min-width: 768px) {
  .theFooter {
    bottom: 2%;
    max-width: 453px;
    border-radius: 2.625rem;
    border-width: 1px;
  }
}
@media screen and (min-width: 1440px) {
  .theFooter {
    bottom: 2%;
  }
}
@media screen and (min-width: 1920px) {
  .theFooter {
    width: 453px;
  }
}
.theFooter .theFooterPadd {
  padding: 0.875rem 2.1875rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.theFooter .theFooterPadd .theFooterButton {
  width: 45px;
  cursor: pointer;
}
.theFooter .theFooterPadd .theFooterButton img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.theFooter .theFooterPadd .theFooterCenter {
  width: 80px;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media screen and (min-width: 425px) {
  .theFooter .theFooterPadd .theFooterCenter {
    width: 100px;
  }
}
.theFooter .theFooterPadd .theFooterCenter img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}/*# sourceMappingURL=footer.css.map */