/* THIS FILE IS GENERATED AUTOMATICALLY, DO NOT MODIFY IT DIRECTLY, ANY DIRECT CHANGES WILL BE LOST */
/* Last update: 2025-12-06T03:23:56+00:00 */

.wa-footer {
  padding-bottom: var(--space-xl);
  border-bottom: 3px solid var(--base-ultra-dark-trans-10);
}
.wa-footer-section {
  padding-bottom: 0 !important;
  padding-top: var(--space-xl) !important;
  background-color: var(--base);
}
.wa-footer__logo {
  height: 6rem;
  position: relative;
  width: auto;
}
.wa-footer__logo img {
  width: auto;
}
.wa-footer-copy {
  padding-top: var(--space-xs);
  padding-bottom: var(--space-xs);
  display: flex;
  align-items: center;
  justify-content: center;
}
.wa-footer-copy__text {
  font-size: var(--text-s);
  text-align: center;
  color: var(--white);
}
.wa-footer-copy__text a {
  transition: 0.2s;
  font-weight: 700;
  color: var(--white);
}
.wa-footer-copy__text a:hover {
  color: var(--primary);
}
.wa-footer-left {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
}
.wa-footer-contacts {
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
}
.wa-footer-contacts__icon {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 25px;
  justify-content: center;
  align-items: center;
  color: var(--white);
  transition: 0.2s all ease-in-out;
}
.wa-footer-contacts__text {
  font-weight: 700;
  transition: 0.2s all ease-in-out;
  color: var(--white);
  position: relative;
}
.wa-footer-contacts__text:after {
  display: block;
  position: absolute;
  top: calc(100% + 0.1rem);
  left: 0;
  width: 100%;
  border-bottom: 0.1rem solid var(--white);
  content: "";
  transition: transform 0.6s cubic-bezier(0.28, 0.75, 0.22, 0.95);
  transform: scaleX(0);
  transform-origin: right center;
}
.wa-footer-contacts a {
  transition: 0.2s all ease-in-out;
  width: fit-content;
  color: var(--white);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--space-xs);
}
.wa-footer-contacts a:hover {
  color: var(--white);
}
.wa-footer-contacts a:hover i {
  color: var(--primary);
}
.wa-footer-contacts a:hover .wa-footer-contacts__text:after {
  transform: scale(1);
  transform-origin: left center;
}
.wa-footer-socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--white);
  gap: var(--space-s);
}
.wa-footer-socials__heading {
  font-weight: 700;
}
.wa-footer-socials-inner {
  display: flex;
  flex-direction: row;
  column-gap: var(--space-s);
  align-items: center;
}
.wa-footer-socials-inner-box {
  height: 2.5rem;
}
.wa-footer-socials__icon {
  width: 2.5rem;
  height: 2.5rem;
}
.wa-footer-socials__icon path {
  fill: transparent;
  transition: 0.2s all ease-in-out;
}
.wa-footer-socials__icon:hover path {
  stroke: var(--primary);
}
.wa-footer-right__heading {
  font-size: calc(var(--text-l) * 0.8);
  color: var(--white);
  font-weight: 700;
}
.wa-footer-right__menu ul {
  flex-direction: column !important;
  gap: var(--space-xs);
}
.wa-footer-right__menu ul li {
  margin: 0 !important;
  display: flex;
  flex-direction: row;
  column-gap: calc(var(--space-xs) * 0.5);
  align-items: center;
  transition: 0.2s all ease-in-out;
}
.wa-footer-right__menu ul li a {
  transition: 0.2s all ease-in-out;
  position: relative;
  width: fit-content !important;
  color: var(--white);
}
.wa-footer-right__menu ul li a:after {
  display: block;
  position: absolute;
  top: calc(100% + 0.1rem);
  left: 0;
  width: 100%;
  border-bottom: 0.1rem solid var(--white);
  content: "";
  transition: transform 0.6s cubic-bezier(0.28, 0.75, 0.22, 0.95);
  transform: scaleX(0);
  transform-origin: right center;
}
.wa-footer-right__menu ul li a:hover {
  color: var(--white);
}
.wa-footer-right__menu ul li a:hover:after {
  transform: scale(1);
  transform-origin: left center;
}
.wa-footer-right__menu ul li .aria-current a:after, .wa-footer-right__menu ul li a[aria-current=page]:after {
  transform: scale(1) !important;
  transform-origin: left center !important;
}
.wa-footer-right__menu ul li .aria-current a, .wa-footer-right__menu ul li a[aria-current=page] {
  color: var(--white);
}
@media (max-width: 991px) {
  .wa-footer {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .wa-footer__logo {
    height: 4rem;
  }
}
