.app-footer.v-footer {
  width: calc(100% - 12px);
  margin-inline: auto;
  border-radius: 6px !important;
  background: var(--Colors-navbar) !important;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  margin-bottom: 82px;
  padding-bottom: 40px;
}
.app-footer.v-footer.app-footer--logged-out {
  background: transparent !important;
}
@media screen and (min-width: 768px) {
.app-footer.v-footer {
    margin-bottom: 10px;
}
}
.v-footer,
.footer-wrapper {
  padding: 0;
}
.footer-wrapper {
  container: footer-wrapper/inline-size;
}
.footer-copyright {
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.footer-copyright-info {
  margin-top: 12px;
  padding-inline: 12px;
  font-size: 11px;
}
.v-application .black {
  background-color: #191919 !important;
}
.footer-link {
  color: #fff !important;
  transition: all 400ms ease;
  background-color: transparent !important;
  height: auto !important;
  min-width: auto !important;
  padding-inline: 0 !important;
}
.footer-link span {
  transition: all 400ms ease;
  border-bottom: 1px solid #fff;
}
@media (hover: hover) and (pointer: fine) {
.footer-link:hover span {
    color: #0080FF;
}
}
@media (hover: none) {
.footer-link:active span {
    color: #0080FF;
}
}
.footer-link .v-btn__content {
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  border: 0;
  text-transform: none;
  text-decoration: none;
}
.footer-link .v-ripple__container {
  display: none;
}
.v-btn:hover::before {
  opacity: 0 !important;
}
.v-btn--active::before {
  opacity: 0 !important;
}
.social-menu {
  gap: 16px;
}
.footer-divider {
  width: 100%;
  max-width: 1156px;
  height: 1px;
  margin: 24px auto;
  background: rgba(255, 255, 255, 0.1);
}
.footer-social-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}
.footer-social-btn svg {
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 743px) {
.v-footer {
    padding-bottom: 16px;
    margin-bottom: 10px;
}
.footer-link .v-btn__content {
    border: none !important;
    background-color: transparent;
}
}
@media only screen and (min-width: 744px) {
.v-footer {
    padding-bottom: 100px;
}
}
@media only screen and (min-width: 768px) {
.v-footer {
    padding-bottom: 20px;
}
}
@media screen and (min-width: 1024px) {
.app-footer.v-footer {
    max-width: 1156px;
    background: transparent !important;
}
}
@container footer-wrapper (min-width: 0px) {
.footer-menu {
    line-height: 30px;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
}
@container footer-wrapper (min-width: 904px) {
.footer-menu {
    flex-direction: row;
    justify-content: center;
    gap: 36px;
    margin-bottom: 24px;
}
.footer-menu + .footer-divider {
    display: none;
}
}
@container footer-wrapper (min-width: 1040px) {
.footer-menu {
    flex-direction: row;
    justify-content: center;
}
.footer-copyright {
    font-size: 16px;
}
}
@container footer-wrapper (min-width: 1178px) {
.footer-menu {
    gap: clamp(16px, 2.35cqi, 36px);
}
}
@supports not (container-type: inline-size) {
.footer-menu {
    line-height: 30px;
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
}

/*# sourceMappingURL=45.ac2bf617.css.map*/