.wt-footer,
.wt-footer * {
  box-sizing: border-box;
}

.wt-footer {
  position: relative;
  display: block !important;
  width: 100% !important;
  margin: 4rem 0 0 !important;
  padding: 3.2rem 1.5rem 1.15rem !important;
  overflow: hidden;
  text-align: left !important;
  border: 0 !important;
  border-top: 1px solid rgba(70, 214, 255, .13) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(40, 211, 255, .09), transparent 31%),
    linear-gradient(135deg, #050b16 0%, #0a1020 58%, #160d2c 100%) !important;
  color: #dce9f5 !important;
}

.wt-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(83, 213, 255, .022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(83, 213, 255, .022) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .55), transparent 86%);
}

.wt-footer__grid,
.wt-footer__bottom {
  position: relative;
  width: min(1120px, 100%) !important;
  margin: 0 auto !important;
}

.wt-footer__grid {
  display: grid !important;
  grid-template-columns: minmax(280px, 1.45fr) repeat(3, minmax(155px, .72fr)) !important;
  gap: 3rem !important;
  align-items: start !important;
}

.wt-footer__brand {
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
  min-width: 0;
}

.wt-footer__logo {
  width: 64px !important;
  height: 64px !important;
  flex: 0 0 64px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(69, 210, 255, .17) !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, .03) !important;
  box-shadow: 0 18px 42px rgba(0, 153, 255, .08) !important;
}

.wt-footer__logo img {
  width: 54px !important;
  height: 54px !important;
  object-fit: contain !important;
}

.wt-footer__brand-copy {
  min-width: 0;
}

.wt-footer__brand strong {
  display: block !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: 1.05rem !important;
  letter-spacing: .16em !important;
  line-height: 1.15 !important;
  text-transform: uppercase !important;
}

.wt-footer__brand small {
  display: block !important;
  margin-top: .24rem !important;
  color: #50d9ff !important;
  font-size: .69rem !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
}

.wt-footer__brand p,
.wt-footer__connect p {
  margin: .72rem 0 0 !important;
  color: #8ea4b9 !important;
  font-size: .86rem !important;
  line-height: 1.65 !important;
}

.wt-footer__brand p {
  max-width: 390px !important;
}

.wt-footer__column {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: .14rem !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

.wt-footer__column h3 {
  display: flex !important;
  align-items: center !important;
  gap: .55rem !important;
  margin: .12rem 0 .95rem !important;
  padding: 0 !important;
  color: #d5c8ff !important;
  font-size: .75rem !important;
  font-weight: 800 !important;
  letter-spacing: .16em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.wt-footer__column h3 i,
.wt-footer__column > a i {
  color: #4edbff !important;
}

.wt-footer__column > a,
.wt-footer__column > a:visited,
.wt-footer__legal a,
.wt-footer__legal a:visited,
.wt-footer__socials a,
.wt-footer__socials a:visited {
  color: #9eb3c8 !important;
  text-decoration: none !important;
}

.wt-footer__column > a {
  display: inline-flex !important;
  align-items: center !important;
  gap: .6rem !important;
  width: fit-content !important;
  margin: 0 !important;
  padding: .34rem 0 !important;
  font-size: .88rem !important;
  line-height: 1.35 !important;
  transition: color .16s ease, transform .16s ease !important;
}

.wt-footer__column > a i {
  width: 1rem !important;
  text-align: center !important;
}

.wt-footer__column > a:hover,
.wt-footer__legal a:hover,
.wt-footer__socials a:hover {
  color: #fff !important;
}

.wt-footer__column > a:hover {
  transform: translateX(3px) !important;
}

.wt-footer__connect p {
  margin-top: 0 !important;
  max-width: 260px !important;
}

.wt-footer__socials {
  display: flex !important;
  align-items: center !important;
  gap: .62rem !important;
  margin-top: 1rem !important;
}

.wt-footer__socials a {
  width: 34px !important;
  height: 34px !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(72, 211, 255, .18) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .025) !important;
  color: #50d9ff !important;
  transition: transform .16s ease, border-color .16s ease, background .16s ease !important;
}

.wt-footer__socials a:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(72, 211, 255, .42) !important;
  background: rgba(72, 211, 255, .08) !important;
}

.wt-footer__bottom {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 1rem !important;
  flex-wrap: wrap !important;
  margin-top: 2.25rem !important;
  padding-top: 1rem !important;
  border-top: 1px solid rgba(255, 255, 255, .07) !important;
  color: #74899d !important;
  font-size: .77rem !important;
  text-align: left !important;
}

.wt-footer__bottom strong {
  color: #a9edff !important;
}

.wt-footer__bottom .fa-heart {
  color: #ff79a9 !important;
}

.wt-footer__legal {
  display: inline-flex !important;
  align-items: center !important;
  gap: .9rem !important;
  flex-wrap: wrap !important;
  margin: 0 !important;
  padding: 0 !important;
}

html[data-theme="light"] .wt-footer,
body.light .wt-footer {
  border-top-color: rgba(28, 111, 164, .12) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(50, 170, 224, .055), transparent 30%),
    linear-gradient(135deg, #edf5fb 0%, #e9f2f8 58%, #f1edf7 100%) !important;
  color: #273b4e !important;
}

html[data-theme="light"] .wt-footer__logo,
body.light .wt-footer__logo {
  border-color: rgba(29, 119, 175, .13) !important;
  background: rgba(255, 255, 255, .72) !important;
  box-shadow: 0 14px 32px rgba(31, 66, 122, .06) !important;
}

html[data-theme="light"] .wt-footer__brand strong,
body.light .wt-footer__brand strong {
  color: #172a3d !important;
}

html[data-theme="light"] .wt-footer__brand small,
html[data-theme="light"] .wt-footer__column h3 i,
html[data-theme="light"] .wt-footer__column > a i,
body.light .wt-footer__brand small,
body.light .wt-footer__column h3 i,
body.light .wt-footer__column > a i {
  color: #167eae !important;
}

html[data-theme="light"] .wt-footer__brand p,
html[data-theme="light"] .wt-footer__connect p,
body.light .wt-footer__brand p,
body.light .wt-footer__connect p {
  color: #62778b !important;
}

html[data-theme="light"] .wt-footer__column h3,
body.light .wt-footer__column h3 {
  color: #67557d !important;
}

html[data-theme="light"] .wt-footer__column > a,
html[data-theme="light"] .wt-footer__column > a:visited,
html[data-theme="light"] .wt-footer__legal a,
html[data-theme="light"] .wt-footer__legal a:visited,
html[data-theme="light"] .wt-footer__socials a,
html[data-theme="light"] .wt-footer__socials a:visited,
body.light .wt-footer__column > a,
body.light .wt-footer__column > a:visited,
body.light .wt-footer__legal a,
body.light .wt-footer__legal a:visited,
body.light .wt-footer__socials a,
body.light .wt-footer__socials a:visited {
  color: #5c7287 !important;
}

html[data-theme="light"] .wt-footer__column > a:hover,
html[data-theme="light"] .wt-footer__legal a:hover,
html[data-theme="light"] .wt-footer__socials a:hover,
body.light .wt-footer__column > a:hover,
body.light .wt-footer__legal a:hover,
body.light .wt-footer__socials a:hover {
  color: #102336 !important;
}

html[data-theme="light"] .wt-footer__socials a,
body.light .wt-footer__socials a {
  border-color: rgba(29, 119, 175, .13) !important;
  background: rgba(255, 255, 255, .62) !important;
  color: #167eae !important;
}

html[data-theme="light"] .wt-footer__bottom,
body.light .wt-footer__bottom {
  border-top-color: rgba(20, 58, 90, .09) !important;
  color: #718397 !important;
}

html[data-theme="light"] .wt-footer__bottom strong,
body.light .wt-footer__bottom strong {
  color: #1c6e97 !important;
}

@media (max-width: 980px) {
  .wt-footer__grid {
    grid-template-columns: minmax(250px, 1.25fr) repeat(2, minmax(150px, 1fr)) !important;
  }

  .wt-footer__connect {
    grid-column: 2 / 4 !important;
  }
}

@media (max-width: 760px) {
  .wt-footer__grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 2.25rem !important;
  }

  .wt-footer__brand {
    grid-column: 1 / -1 !important;
  }

  .wt-footer__connect {
    grid-column: auto !important;
  }
}

@media (max-width: 540px) {
  .wt-footer {
    padding-inline: 1rem !important;
  }

  .wt-footer__grid {
    grid-template-columns: 1fr !important;
    gap: 1.75rem !important;
  }

  .wt-footer__brand {
    align-items: flex-start !important;
  }

  .wt-footer__bottom {
    display: grid !important;
  }
}